(2.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)   (0.2ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFlyboyGoals (20150331092103)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime, "updated_at" datetime) SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150331092103"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFlyboyGoals (20150331092103)  (0.1ms) begin transaction  (0.6ms) DROP TABLE "flyboy_goals" SQL (0.6ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20150331092103"]]  (2.2ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFlyboyGoals (20150331092103)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150331092103"]]  (2.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.8ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31'  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01'  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (2.8ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 2], ["created_at", "2015-03-31 11:38:05.617627"], ["updated_at", "2015-03-31 11:38:05.617627"], ["tracking", "20150331-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 2], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "20130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 2], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "20130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 2], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "20130801-1"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 2], ["created_at", "2015-03-31 11:39:26.386622"], ["updated_at", "2015-03-31 11:39:26.386622"], ["tracking", "150331-1"]]  (3.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 2], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 2], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 2], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:40:25.419926"], ["updated_at", "2015-03-31 11:40:25.419926"], ["tracking", "150331-1"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:40:25.442261"], ["id", 9]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:40:25.446161"], ["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:40:58.822143"], ["updated_at", "2015-03-31 11:40:58.822143"], ["tracking", "150331-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:40:58.846063"], ["id", 13]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:40:58.849536"], ["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:41:13.320883"], ["updated_at", "2015-03-31 11:41:13.320883"], ["tracking", "150331-1"]]  (2.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:41:13.345185"], ["id", 14]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:41:13.348344"], ["id", 14]]  (0.8ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals"  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:41:21.559504"], ["updated_at", "2015-03-31 11:41:21.559504"], ["tracking", "150331-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:41:21.589164"], ["id", 15]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:41:21.593067"], ["id", 15]]  (0.8ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:43:38.436809"], ["updated_at", "2015-03-31 11:43:38.436809"], ["tracking", "150331-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:43:38.456495"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:43:38.459693"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:45:22.933810"], ["updated_at", "2015-03-31 11:45:22.933810"], ["tracking", "150331-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:45:22.955701"], ["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:45:22.959006"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals"  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:45:57.427396"], ["updated_at", "2015-03-31 11:45:57.427396"], ["tracking", "150331-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:45:57.451756"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:45:57.455138"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:46:28.682076"], ["updated_at", "2015-03-31 11:46:28.682076"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:46:28.701113"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:46:28.704303"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:47:04.742496"], ["updated_at", "2015-03-31 11:47:04.742496"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:47:04.761510"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:47:04.764676"], ["id", 1]]  (0.7ms) commit transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2015-03-31' SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:48:41.818005"], ["updated_at", "2015-03-31 11:48:41.818005"], ["tracking", "150331-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:48:41.838682"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:48:41.842108"], ["id", 1]]  (0.8ms) commit transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE "flyboy_goals"."created_at" = '2013-08-01' SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:49:51.466204"], ["updated_at", "2015-03-31 11:49:51.466204"], ["tracking", "150331-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:49:51.477870"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:49:51.488786"], ["id", 1]]  (0.7ms) commit transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:50:21.170682"], ["updated_at", "2015-03-31 11:50:21.170682"], ["tracking", "150331-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:50:21.181540"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:50:21.191936"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.9ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:50:46.968453"], ["updated_at", "2015-03-31 11:50:46.968453"], ["tracking", "150331-1"]]  (1.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:50:46.987725"], ["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:50:47.006924"], ["id", 1]]  (1.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:52:05.571689"], ["updated_at", "2015-03-31 11:52:05.571689"], ["tracking", "150331-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:52:05.581790"], ["id", 1]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:52:05.592945"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:55:41.538738"], ["updated_at", "2015-03-31 11:55:41.538738"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:55:41.548714"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:55:41.559154"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:56:08.438337"], ["updated_at", "2015-03-31 11:56:08.438337"], ["tracking", "150331-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:56:08.449266"], ["id", 1]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:56:08.462184"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:57:13.069919"], ["updated_at", "2015-03-31 11:57:13.069919"], ["tracking", "150331-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:57:13.082445"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:57:13.094255"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:57:24.542528"], ["updated_at", "2015-03-31 11:57:24.542528"], ["tracking", "150331-1"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:57:24.555475"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:57:24.568376"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(DATE(created_at) = ?) FROM "flyboy_goals" SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:58:54.694053"], ["updated_at", "2015-03-31 11:58:54.694053"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:58:54.704515"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:58:54.714932"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(DATE(created_at) = ?) FROM "flyboy_goals" SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(DATE(created_at) = ?) FROM "flyboy_goals" SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(DATE(created_at) = ?) FROM "flyboy_goals" SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:59:09.290107"], ["updated_at", "2015-03-31 11:59:09.290107"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:59:09.300156"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:59:09.311089"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:59:28.197447"], ["updated_at", "2015-03-31 11:59:28.197447"], ["tracking", "150331-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:59:28.207584"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:59:28.218192"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 11:59:57.030081"], ["updated_at", "2015-03-31 11:59:57.030081"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 11:59:57.040965"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 11:59:57.052013"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:00:09.085575"], ["updated_at", "2015-03-31 12:00:09.085575"], ["tracking", "150331-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 12:00:09.096110"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 12:00:09.107613"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:00:58.707151"], ["updated_at", "2015-03-31 12:00:58.707151"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 12:00:58.717626"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 12:00:58.729630"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (1.1ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:01:30.563789"], ["updated_at", "2015-03-31 12:01:30.563789"], ["tracking", "150331-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 12:01:30.580141"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 12:01:30.596997"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:02:05.568125"], ["updated_at", "2015-03-31 12:02:05.568125"], ["tracking", "150331-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 12:02:05.578118"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 12:02:05.589356"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFlyboyGoals (20150331092103)  (0.1ms) begin transaction  (0.6ms) DROP TABLE "flyboy_goals" SQL (0.3ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20150331092103"]]  (2.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFlyboyGoals (20150331092103)  (0.1ms) begin transaction  (0.6ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150331092103"]]  (2.3ms) commit transaction Migrating to CreateFlyboyTasks (20150331120335)  (0.1ms) begin transaction  (0.4ms) 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, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150331120335"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:10:11.615693"], ["updated_at", "2015-03-31 12:10:11.615693"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 12:10:11.625764"], ["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 12:10:11.672526"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:10:23.618450"], ["updated_at", "2015-03-31 12:10:23.618450"], ["tracking", "150331-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 12:10:23.629687"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 12:10:23.678096"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:27:55.839340"], ["updated_at", "2015-03-31 12:27:55.839340"], ["tracking", "150331-1"]]  (2.2ms) commit transaction  (1.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:27:55.854283"], ["updated_at", "2015-03-31 12:27:55.854283"], ["tracking", "150331-2"]]  (1.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:27:55.869618"], ["updated_at", "2015-03-31 12:27:55.869618"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:27:55.877410"], ["updated_at", "2015-03-31 12:27:55.877410"], ["tracking", "150331-4"]]  (0.9ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:30:55.398723"], ["updated_at", "2015-03-31 12:30:55.398723"], ["tracking", "150331-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 12:30:55.409347"], ["updated_at", "2015-03-31 12:30:55.409347"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:30:55.414654"], ["updated_at", "2015-03-31 12:30:55.414654"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:30:55.421178"], ["updated_at", "2015-03-31 12:30:55.421178"], ["tracking", "150331-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:30:55.428019"], ["updated_at", "2015-03-31 12:30:55.428019"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:30:55.433818"], ["updated_at", "2015-03-31 12:30:55.433818"], ["tracking", "150331-5"]]  (0.8ms) commit transaction  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:02.199617"], ["updated_at", "2015-03-31 12:38:02.199617"], ["tracking", "150331-1"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 12:38:02.212092"], ["updated_at", "2015-03-31 12:38:02.212092"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:02.217308"], ["updated_at", "2015-03-31 12:38:02.217308"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:02.224355"], ["updated_at", "2015-03-31 12:38:02.224355"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:02.232609"], ["updated_at", "2015-03-31 12:38:02.232609"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:02.237973"], ["updated_at", "2015-03-31 12:38:02.237973"], ["tracking", "150331-5"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:22.603175"], ["updated_at", "2015-03-31 12:38:22.603175"], ["tracking", "150331-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 12:38:22.613809"], ["updated_at", "2015-03-31 12:38:22.613809"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:22.618620"], ["updated_at", "2015-03-31 12:38:22.618620"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:22.625311"], ["updated_at", "2015-03-31 12:38:22.625311"], ["tracking", "150331-3"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:22.634383"], ["updated_at", "2015-03-31 12:38:22.634383"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:38:22.639936"], ["updated_at", "2015-03-31 12:38:22.639936"], ["tracking", "150331-5"]]  (0.7ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:39:14.378844"], ["updated_at", "2015-03-31 12:39:14.378844"], ["tracking", "150331-1"]]  (3.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 12:39:14.390718"], ["updated_at", "2015-03-31 12:39:14.390718"]]  (2.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:39:14.397969"], ["updated_at", "2015-03-31 12:39:14.397969"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:39:14.404720"], ["updated_at", "2015-03-31 12:39:14.404720"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:39:14.415176"], ["updated_at", "2015-03-31 12:39:14.415176"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:39:14.421421"], ["updated_at", "2015-03-31 12:39:14.421421"], ["tracking", "150331-5"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:40:24.291493"], ["updated_at", "2015-03-31 12:40:24.291493"], ["tracking", "150331-1"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 12:40:24.303831"], ["updated_at", "2015-03-31 12:40:24.303831"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:40:24.309895"], ["updated_at", "2015-03-31 12:40:24.309895"], ["tracking", "150331-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:40:24.316538"], ["updated_at", "2015-03-31 12:40:24.316538"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:40:24.324265"], ["updated_at", "2015-03-31 12:40:24.324265"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:40:24.329938"], ["updated_at", "2015-03-31 12:40:24.329938"], ["tracking", "150331-5"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:43:30.091516"], ["updated_at", "2015-03-31 12:43:30.091516"], ["tracking", "150331-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 12:43:30.102664"], ["updated_at", "2015-03-31 12:43:30.102664"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:43:30.108399"], ["updated_at", "2015-03-31 12:43:30.108399"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:43:30.116637"], ["updated_at", "2015-03-31 12:43:30.116637"], ["tracking", "150331-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:43:30.125889"], ["updated_at", "2015-03-31 12:43:30.125889"], ["tracking", "150331-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:43:30.131409"], ["updated_at", "2015-03-31 12:43:30.131409"], ["tracking", "150331-5"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:44:21.648548"], ["updated_at", "2015-03-31 12:44:21.648548"], ["tracking", "150331-1"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 12:44:21.660021"], ["updated_at", "2015-03-31 12:44:21.660021"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:44:21.664353"], ["updated_at", "2015-03-31 12:44:21.664353"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:44:21.670449"], ["updated_at", "2015-03-31 12:44:21.670449"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:44:21.677669"], ["updated_at", "2015-03-31 12:44:21.677669"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:44:21.683463"], ["updated_at", "2015-03-31 12:44:21.683463"], ["tracking", "150331-5"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:45:08.471569"], ["updated_at", "2015-03-31 12:45:08.471569"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 12:45:08.482068"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 12:45:08.531794"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 12:45:16.834446"], ["updated_at", "2015-03-31 12:45:16.834446"], ["tracking", "150331-1"]]  (3.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 12:45:16.848273"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 12:45:16.897886"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:00:22.063980"], ["updated_at", "2015-03-31 13:00:22.063980"], ["tracking", "150331-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:00:22.117725"], ["updated_at", "2015-03-31 13:00:22.117725"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:00:22.123040"], ["updated_at", "2015-03-31 13:00:22.123040"], ["tracking", "150331-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:00:22.127482"], ["updated_at", "2015-03-31 13:00:22.127482"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:00:22.132629"], ["updated_at", "2015-03-31 13:00:22.132629"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:00:22.136545"], ["updated_at", "2015-03-31 13:00:22.136545"]]  (0.8ms) commit transaction  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (1.1ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:00:42.821459"], ["updated_at", "2015-03-31 13:00:42.821459"], ["tracking", "150331-1"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:00:42.888691"], ["updated_at", "2015-03-31 13:00:42.888691"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:00:42.897059"], ["updated_at", "2015-03-31 13:00:42.897059"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:00:42.905750"], ["updated_at", "2015-03-31 13:00:42.905750"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:00:42.911565"], ["updated_at", "2015-03-31 13:00:42.911565"], ["tracking", "150331-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:00:42.916133"], ["updated_at", "2015-03-31 13:00:42.916133"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "flyboy_task_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "date" datetime, "description" text, "progress" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.0ms) 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, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.2ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331124858') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:01:36.631842"], ["updated_at", "2015-03-31 13:01:36.631842"], ["tracking", "150331-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 13:01:36.642444"], ["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 13:01:36.691540"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "flyboy_task_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "date" datetime, "description" text, "progress" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.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, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.2ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331124858') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.6ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:00.704199"], ["updated_at", "2015-03-31 13:02:00.704199"], ["tracking", "150331-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:02:00.719087"], ["updated_at", "2015-03-31 13:02:00.719087"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.7ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:00.723642"], ["updated_at", "2015-03-31 13:02:00.723642"], ["tracking", "150331-2"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:00.736343"], ["updated_at", "2015-03-31 13:02:00.736343"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:00.748349"], ["updated_at", "2015-03-31 13:02:00.748349"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:00.755093"], ["updated_at", "2015-03-31 13:02:00.755093"], ["tracking", "150331-5"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.1ms) CREATE TABLE "flyboy_task_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "date" datetime, "description" text, "progress" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.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, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.2ms) select sqlite_version(*)  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331124858') ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.6ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:19.363497"], ["updated_at", "2015-03-31 13:02:19.363497"], ["tracking", "150331-1"]] SQLite3::ReadOnlyException: attempt to write a readonly database: INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:19.375006"], ["updated_at", "2015-03-31 13:02:19.375006"], ["tracking", "150331-1"]] SQLite3::ReadOnlyException: attempt to write a readonly database: INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:19.380555"], ["updated_at", "2015-03-31 13:02:19.380555"], ["tracking", "150331-1"]] SQLite3::ReadOnlyException: attempt to write a readonly database: INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:19.385004"], ["updated_at", "2015-03-31 13:02:19.385004"], ["tracking", "150331-1"]] SQLite3::ReadOnlyException: attempt to write a readonly database: INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:19.390334"], ["updated_at", "2015-03-31 13:02:19.390334"], ["tracking", "150331-1"]] SQLite3::ReadOnlyException: attempt to write a readonly database: INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.5ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "flyboy_task_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "date" datetime, "description" text, "progress" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.3ms) 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, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331124858') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:30.189270"], ["updated_at", "2015-03-31 13:02:30.189270"], ["tracking", "150331-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:02:30.200910"], ["updated_at", "2015-03-31 13:02:30.200910"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:30.206528"], ["updated_at", "2015-03-31 13:02:30.206528"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:02:30.211881"], ["updated_at", "2015-03-31 13:02:30.211881"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-03-31 13:02:30.215578"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:02:30.216500"], ["updated_at", "2015-03-31 13:02:30.216500"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["updated_at", "2015-03-31 13:02:30.220861"], ["id", 2]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:30.242839"], ["updated_at", "2015-03-31 13:02:30.242839"], ["tracking", "150331-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:02:30.247208"], ["updated_at", "2015-03-31 13:02:30.247208"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2015-03-31 13:02:30.250298"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:02:30.250976"], ["updated_at", "2015-03-31 13:02:30.250976"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-03-31 13:02:30.252614"], ["id", 3]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:02:30.297604"], ["updated_at", "2015-03-31 13:02:30.297604"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:02:30.301432"], ["updated_at", "2015-03-31 13:02:30.301432"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2015-03-31 13:02:30.304155"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:02:30.304799"], ["updated_at", "2015-03-31 13:02:30.304799"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["updated_at", "2015-03-31 13:02:30.306435"], ["id", 4]]  (0.9ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.3ms) CREATE TABLE "flyboy_task_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "date" datetime, "description" text, "progress" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (2.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, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331124858')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:03:26.371291"], ["updated_at", "2015-03-31 13:03:26.371291"], ["tracking", "150331-1"]] SQLite3::ReadOnlyException: attempt to write a readonly database: INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:03:26.382603"], ["updated_at", "2015-03-31 13:03:26.382603"], ["tracking", "150331-1"]] SQLite3::ReadOnlyException: attempt to write a readonly database: INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:03:26.388160"], ["updated_at", "2015-03-31 13:03:26.388160"], ["tracking", "150331-1"]] SQLite3::ReadOnlyException: attempt to write a readonly database: INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?)  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:03:26.395496"], ["updated_at", "2015-03-31 13:03:26.395496"], ["tracking", "150331-1"]] SQLite3::ReadOnlyException: attempt to write a readonly database: INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.6ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "flyboy_task_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "date" datetime, "description" text, "progress" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.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, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331124858') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:04:08.381394"], ["updated_at", "2015-03-31 13:04:08.381394"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 13:04:08.391569"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 13:04:08.438270"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.9ms) CREATE TABLE "flyboy_task_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "date" datetime, "description" text, "progress" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.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, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.2ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.1ms) select sqlite_version(*)  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331124858') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateFlyboyGoals (20150331092103)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  SQLite3::SQLException: table "flyboy_goals" already exists: CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) rollback transaction  (3.1ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.0ms) CREATE TABLE "flyboy_task_comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "task_id" integer, "date" datetime, "description" text, "progress" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (1.3ms) 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, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  (0.2ms) select sqlite_version(*)  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.2ms) SELECT version FROM "schema_migrations"  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331124858')  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331092103')  (0.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20150331120335') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:05:51.940061"], ["updated_at", "2015-03-31 13:05:51.940061"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 13:05:51.950256"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 13:05:51.997060"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:06:49.658236"], ["updated_at", "2015-03-31 13:06:49.658236"], ["tracking", "150331-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:06:49.671065"], ["updated_at", "2015-03-31 13:06:49.671065"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:06:49.676577"], ["updated_at", "2015-03-31 13:06:49.676577"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:06:49.681786"], ["updated_at", "2015-03-31 13:06:49.681786"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-03-31 13:06:49.685515"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:06:49.686544"], ["updated_at", "2015-03-31 13:06:49.686544"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["updated_at", "2015-03-31 13:06:49.688966"], ["id", 2]]  (1.0ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:06:49.754970"], ["updated_at", "2015-03-31 13:06:49.754970"], ["tracking", "150331-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:06:49.759701"], ["updated_at", "2015-03-31 13:06:49.759701"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2015-03-31 13:06:49.762633"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:06:49.763496"], ["updated_at", "2015-03-31 13:06:49.763496"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-03-31 13:06:49.765262"], ["id", 3]]  (1.0ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:06:49.771151"], ["updated_at", "2015-03-31 13:06:49.771151"], ["tracking", "150331-4"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:06:49.775040"], ["updated_at", "2015-03-31 13:06:49.775040"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2015-03-31 13:06:49.777656"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:06:49.778909"], ["updated_at", "2015-03-31 13:06:49.778909"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["updated_at", "2015-03-31 13:06:49.780954"], ["id", 4]]  (0.8ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:09.817576"], ["updated_at", "2015-03-31 13:07:09.817576"], ["tracking", "150331-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:07:09.830027"], ["updated_at", "2015-03-31 13:07:09.830027"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:09.835640"], ["updated_at", "2015-03-31 13:07:09.835640"], ["tracking", "150331-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:07:09.841966"], ["updated_at", "2015-03-31 13:07:09.841966"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-03-31 13:07:09.845416"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:09.846643"], ["updated_at", "2015-03-31 13:07:09.846643"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["updated_at", "2015-03-31 13:07:09.849028"], ["id", 2]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:09.909620"], ["updated_at", "2015-03-31 13:07:09.909620"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:07:09.914075"], ["updated_at", "2015-03-31 13:07:09.914075"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2015-03-31 13:07:09.917053"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:09.917934"], ["updated_at", "2015-03-31 13:07:09.917934"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-03-31 13:07:09.919584"], ["id", 3]]  (0.8ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:09.924992"], ["updated_at", "2015-03-31 13:07:09.924992"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:07:09.928778"], ["updated_at", "2015-03-31 13:07:09.928778"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2015-03-31 13:07:09.931336"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:09.932061"], ["updated_at", "2015-03-31 13:07:09.932061"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["updated_at", "2015-03-31 13:07:09.933576"], ["id", 4]]  (0.9ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:17.087430"], ["updated_at", "2015-03-31 13:07:17.087430"], ["tracking", "150331-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:07:17.099144"], ["updated_at", "2015-03-31 13:07:17.099144"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:17.105973"], ["updated_at", "2015-03-31 13:07:17.105973"], ["tracking", "150331-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:07:17.112736"], ["updated_at", "2015-03-31 13:07:17.112736"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-03-31 13:07:17.116328"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:17.117192"], ["updated_at", "2015-03-31 13:07:17.117192"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["updated_at", "2015-03-31 13:07:17.118841"], ["id", 2]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:17.180153"], ["updated_at", "2015-03-31 13:07:17.180153"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:07:17.184356"], ["updated_at", "2015-03-31 13:07:17.184356"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2015-03-31 13:07:17.187142"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:17.187890"], ["updated_at", "2015-03-31 13:07:17.187890"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-03-31 13:07:17.189348"], ["id", 3]]  (0.9ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:17.194629"], ["updated_at", "2015-03-31 13:07:17.194629"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:07:17.198453"], ["updated_at", "2015-03-31 13:07:17.198453"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2015-03-31 13:07:17.201002"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:17.201735"], ["updated_at", "2015-03-31 13:07:17.201735"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["updated_at", "2015-03-31 13:07:17.203175"], ["id", 4]]  (0.9ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]] ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:34.808338"], ["updated_at", "2015-03-31 13:07:34.808338"], ["tracking", "150331-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:07:34.820043"], ["updated_at", "2015-03-31 13:07:34.820043"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:34.824695"], ["updated_at", "2015-03-31 13:07:34.824695"], ["tracking", "150331-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:07:34.829015"], ["updated_at", "2015-03-31 13:07:34.829015"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-03-31 13:07:34.833126"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:34.834326"], ["updated_at", "2015-03-31 13:07:34.834326"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["updated_at", "2015-03-31 13:07:34.836632"], ["id", 2]]  (0.9ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:34.898715"], ["updated_at", "2015-03-31 13:07:34.898715"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:07:34.903219"], ["updated_at", "2015-03-31 13:07:34.903219"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2015-03-31 13:07:34.906086"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:34.906891"], ["updated_at", "2015-03-31 13:07:34.906891"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-03-31 13:07:34.909222"], ["id", 3]]  (0.9ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:34.918252"], ["updated_at", "2015-03-31 13:07:34.918252"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:07:34.922006"], ["updated_at", "2015-03-31 13:07:34.922006"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2015-03-31 13:07:34.925518"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:34.926376"], ["updated_at", "2015-03-31 13:07:34.926376"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["updated_at", "2015-03-31 13:07:34.927947"], ["id", 4]]  (1.2ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:42.557476"], ["updated_at", "2015-03-31 13:07:42.557476"], ["tracking", "150331-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:07:42.568864"], ["updated_at", "2015-03-31 13:07:42.568864"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:42.574964"], ["updated_at", "2015-03-31 13:07:42.574964"], ["tracking", "150331-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:07:42.581320"], ["updated_at", "2015-03-31 13:07:42.581320"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-03-31 13:07:42.585256"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:42.587967"], ["updated_at", "2015-03-31 13:07:42.587967"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["updated_at", "2015-03-31 13:07:42.592711"], ["id", 2]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:42.658770"], ["updated_at", "2015-03-31 13:07:42.658770"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:07:42.662671"], ["updated_at", "2015-03-31 13:07:42.662671"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2015-03-31 13:07:42.665333"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:42.666079"], ["updated_at", "2015-03-31 13:07:42.666079"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-03-31 13:07:42.667601"], ["id", 3]]  (0.9ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:07:42.675219"], ["updated_at", "2015-03-31 13:07:42.675219"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:07:42.679378"], ["updated_at", "2015-03-31 13:07:42.679378"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2015-03-31 13:07:42.682478"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:07:42.683273"], ["updated_at", "2015-03-31 13:07:42.683273"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["updated_at", "2015-03-31 13:07:42.684915"], ["id", 4]]  (0.9ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:08:07.059327"], ["updated_at", "2015-03-31 13:08:07.059327"], ["tracking", "150331-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:08:07.071146"], ["updated_at", "2015-03-31 13:08:07.071146"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:08:07.077032"], ["updated_at", "2015-03-31 13:08:07.077032"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:08:07.083347"], ["updated_at", "2015-03-31 13:08:07.083347"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-03-31 13:08:07.087191"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:08:07.088293"], ["updated_at", "2015-03-31 13:08:07.088293"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["updated_at", "2015-03-31 13:08:07.090883"], ["id", 2]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:08:07.152783"], ["updated_at", "2015-03-31 13:08:07.152783"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:08:07.156544"], ["updated_at", "2015-03-31 13:08:07.156544"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2015-03-31 13:08:07.159215"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:08:07.159996"], ["updated_at", "2015-03-31 13:08:07.159996"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-03-31 13:08:07.161599"], ["id", 3]]  (1.0ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:08:07.169636"], ["updated_at", "2015-03-31 13:08:07.169636"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:08:07.173461"], ["updated_at", "2015-03-31 13:08:07.173461"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2015-03-31 13:08:07.176073"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:08:07.176809"], ["updated_at", "2015-03-31 13:08:07.176809"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["updated_at", "2015-03-31 13:08:07.178316"], ["id", 4]]  (0.9ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.6ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:08:24.729617"], ["updated_at", "2015-03-31 13:08:24.729617"], ["tracking", "150331-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:08:24.742175"], ["updated_at", "2015-03-31 13:08:24.742175"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:08:24.747070"], ["updated_at", "2015-03-31 13:08:24.747070"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:08:24.751773"], ["updated_at", "2015-03-31 13:08:24.751773"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-03-31 13:08:24.755661"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:08:24.756762"], ["updated_at", "2015-03-31 13:08:24.756762"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["updated_at", "2015-03-31 13:08:24.759148"], ["id", 2]]  (1.2ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:08:24.841425"], ["updated_at", "2015-03-31 13:08:24.841425"], ["tracking", "150331-3"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2015-03-31 13:08:24.846234"], ["updated_at", "2015-03-31 13:08:24.846234"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2015-03-31 13:08:24.849068"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:08:24.849809"], ["updated_at", "2015-03-31 13:08:24.849809"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-03-31 13:08:24.851476"], ["id", 3]]  (1.2ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:08:24.863638"], ["updated_at", "2015-03-31 13:08:24.863638"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2015-03-31 13:08:24.868337"], ["updated_at", "2015-03-31 13:08:24.868337"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2015-03-31 13:08:24.872149"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2015-03-31 13:08:24.873442"], ["updated_at", "2015-03-31 13:08:24.873442"]] SQL (0.4ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["updated_at", "2015-03-31 13:08:24.877911"], ["id", 4]]  (1.0ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:08:48.276296"], ["updated_at", "2015-03-31 13:08:48.276296"], ["tracking", "150331-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 13:08:48.286999"], ["id", 1]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 13:08:48.335484"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:09:15.089732"], ["updated_at", "2015-03-31 13:09:15.089732"], ["tracking", "150331-1"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:09:15.100546"], ["updated_at", "2015-03-31 13:09:15.100546"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:09:15.105256"], ["updated_at", "2015-03-31 13:09:15.105256"], ["tracking", "150331-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:09:15.114539"], ["updated_at", "2015-03-31 13:09:15.114539"], ["tracking", "150331-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:09:15.124687"], ["updated_at", "2015-03-31 13:09:15.124687"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:09:15.131637"], ["updated_at", "2015-03-31 13:09:15.131637"], ["tracking", "150331-5"]]  (0.8ms) commit transaction  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:09:22.550590"], ["updated_at", "2015-03-31 13:09:22.550590"], ["tracking", "150331-1"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 13:09:22.564912"], ["id", 1]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 13:09:22.622599"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:11:20.041902"], ["updated_at", "2015-03-31 13:11:20.041902"], ["tracking", "150331-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:11:20.054274"], ["updated_at", "2015-03-31 13:11:20.054274"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:11:20.059264"], ["updated_at", "2015-03-31 13:11:20.059264"], ["tracking", "150331-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:11:20.067509"], ["updated_at", "2015-03-31 13:11:20.067509"], ["tracking", "150331-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:11:20.077817"], ["updated_at", "2015-03-31 13:11:20.077817"], ["tracking", "150331-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:11:20.084304"], ["updated_at", "2015-03-31 13:11:20.084304"], ["tracking", "150331-5"]]  (0.8ms) commit transaction  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:11:28.145064"], ["updated_at", "2015-03-31 13:11:28.145064"], ["tracking", "150331-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 13:11:28.157541"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 13:11:28.207364"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:11:55.177488"], ["updated_at", "2015-03-31 13:11:55.177488"], ["tracking", "150331-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 13:11:55.188311"], ["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 13:11:55.235870"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:12:24.086368"], ["updated_at", "2015-03-31 13:12:24.086368"], ["tracking", "150331-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-03-31 13:12:24.097726"], ["updated_at", "2015-03-31 13:12:24.097726"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:12:24.102630"], ["updated_at", "2015-03-31 13:12:24.102630"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:12:24.112002"], ["updated_at", "2015-03-31 13:12:24.112002"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:12:24.120344"], ["updated_at", "2015-03-31 13:12:24.120344"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:12:24.125890"], ["updated_at", "2015-03-31 13:12:24.125890"], ["tracking", "150331-5"]]  (0.8ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 13:12:33.737516"], ["updated_at", "2015-03-31 13:12:33.737516"], ["tracking", "150331-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 13:12:33.750326"], ["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 13:12:33.798854"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:26.059358"], ["updated_at", "2015-03-31 14:31:26.059358"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:26.069332"], ["updated_at", "2015-03-31 14:31:26.069332"], ["tracking", "150331-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:26.075816"], ["updated_at", "2015-03-31 14:31:26.075816"], ["tracking", "150331-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:26.082395"], ["updated_at", "2015-03-31 14:31:26.082395"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:26.086259"], ["updated_at", "2015-03-31 14:31:26.086259"], ["tracking", "150331-5"]]  (0.9ms) commit transaction  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:45.904109"], ["updated_at", "2015-03-31 14:31:45.904109"], ["tracking", "150331-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:45.951169"], ["updated_at", "2015-03-31 14:31:45.951169"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:45.957150"], ["updated_at", "2015-03-31 14:31:45.957150"], ["tracking", "150331-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:45.965557"], ["updated_at", "2015-03-31 14:31:45.965557"], ["tracking", "150331-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 14:31:45.971511"], ["updated_at", "2015-03-31 14:31:45.971511"], ["tracking", "150331-5"]]  (0.8ms) commit transaction  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:35:18.595014"], ["updated_at", "2015-03-31 14:35:18.595014"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:35:18.604070"], ["updated_at", "2015-03-31 14:35:18.604070"], ["tracking", "150331-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:35:18.612048"], ["updated_at", "2015-03-31 14:35:18.612048"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:35:18.650079"], ["updated_at", "2015-03-31 14:35:18.650079"], ["tracking", "150331-4"]]  (0.7ms) commit transaction  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:40:01.504496"], ["updated_at", "2015-03-31 14:40:01.504496"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:40:01.514406"], ["updated_at", "2015-03-31 14:40:01.514406"], ["tracking", "150331-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:40:01.555916"], ["updated_at", "2015-03-31 14:40:01.555916"], ["tracking", "150331-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:40:01.560640"], ["updated_at", "2015-03-31 14:40:01.560640"], ["tracking", "150331-4"]]  (0.9ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:42:36.118863"], ["updated_at", "2015-03-31 14:42:36.118863"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:42:36.127454"], ["updated_at", "2015-03-31 14:42:36.127454"], ["tracking", "150331-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:42:36.172397"], ["updated_at", "2015-03-31 14:42:36.172397"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:42:36.177035"], ["updated_at", "2015-03-31 14:42:36.177035"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:44:08.849484"], ["updated_at", "2015-03-31 14:44:08.849484"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:44:08.857844"], ["updated_at", "2015-03-31 14:44:08.857844"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:44:08.868867"], ["updated_at", "2015-03-31 14:44:08.868867"], ["tracking", "150331-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:44:08.872698"], ["updated_at", "2015-03-31 14:44:08.872698"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 34ms (ActiveRecord: 0.0ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:44:37.446782"], ["updated_at", "2015-03-31 14:44:37.446782"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:44:37.455233"], ["updated_at", "2015-03-31 14:44:37.455233"], ["tracking", "150331-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:44:37.467713"], ["updated_at", "2015-03-31 14:44:37.467713"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:44:37.472073"], ["updated_at", "2015-03-31 14:44:37.472073"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:45:12.666885"], ["updated_at", "2015-03-31 14:45:12.666885"], ["tracking", "150331-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:45:12.676956"], ["updated_at", "2015-03-31 14:45:12.676956"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:45:12.726935"], ["updated_at", "2015-03-31 14:45:12.726935"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:45:12.731209"], ["updated_at", "2015-03-31 14:45:12.731209"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:54:03.726517"], ["updated_at", "2015-03-31 14:54:03.726517"], ["tracking", "150331-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:54:03.736535"], ["updated_at", "2015-03-31 14:54:03.736535"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 63ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:54:03.810600"], ["updated_at", "2015-03-31 14:54:03.810600"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:54:03.814462"], ["updated_at", "2015-03-31 14:54:03.814462"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:55:18.895429"], ["updated_at", "2015-03-31 14:55:18.895429"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:55:18.903826"], ["updated_at", "2015-03-31 14:55:18.903826"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 14:55:18.970534"], ["updated_at", "2015-03-31 14:55:18.970534"], ["tracking", "150331-3"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 14:55:18.976113"], ["updated_at", "2015-03-31 14:55:18.976113"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:00:14.583657"], ["updated_at", "2015-03-31 15:00:14.583657"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:00:14.594096"], ["updated_at", "2015-03-31 15:00:14.594096"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 61ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:00:14.665073"], ["updated_at", "2015-03-31 15:00:14.665073"], ["tracking", "150331-3"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:00:14.669825"], ["updated_at", "2015-03-31 15:00:14.669825"], ["tracking", "150331-4"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:00:26.521934"], ["updated_at", "2015-03-31 15:00:26.521934"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:00:26.531644"], ["updated_at", "2015-03-31 15:00:26.531644"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:00:26.599679"], ["updated_at", "2015-03-31 15:00:26.599679"], ["tracking", "150331-3"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:00:26.604390"], ["updated_at", "2015-03-31 15:00:26.604390"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.0ms)  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:00:46.967516"], ["updated_at", "2015-03-31 15:00:46.967516"], ["tracking", "150331-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:00:46.976832"], ["updated_at", "2015-03-31 15:00:46.976832"], ["tracking", "150331-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 69ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:00:47.055987"], ["updated_at", "2015-03-31 15:00:47.055987"], ["tracking", "150331-3"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:00:47.062699"], ["updated_at", "2015-03-31 15:00:47.062699"], ["tracking", "150331-4"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.0ms)  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:01:04.669057"], ["updated_at", "2015-03-31 15:01:04.669057"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:01:04.678220"], ["updated_at", "2015-03-31 15:01:04.678220"], ["tracking", "150331-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 57ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:01:04.747451"], ["updated_at", "2015-03-31 15:01:04.747451"], ["tracking", "150331-3"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:01:04.752510"], ["updated_at", "2015-03-31 15:01:04.752510"], ["tracking", "150331-4"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 53ms (ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:01:57.200862"], ["updated_at", "2015-03-31 15:01:57.200862"], ["tracking", "150331-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:01:57.210373"], ["updated_at", "2015-03-31 15:01:57.210373"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.4ms) Completed 200 OK in 22ms (Views: 16.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:01:57.286862"], ["updated_at", "2015-03-31 15:01:57.286862"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:01:57.290782"], ["updated_at", "2015-03-31 15:01:57.290782"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("goals"."status" != 2) ORDER BY status ASC SQLite3::SQLException: no such column: goals.status: SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("goals"."status" != 2) ORDER BY status ASC  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:03:16.363797"], ["updated_at", "2015-03-31 15:03:16.363797"], ["tracking", "150331-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:03:16.372702"], ["updated_at", "2015-03-31 15:03:16.372702"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 19ms (Views: 13.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:03:16.440507"], ["updated_at", "2015-03-31 15:03:16.440507"], ["tracking", "150331-3"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:03:16.445656"], ["updated_at", "2015-03-31 15:03:16.445656"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:05:18.842855"], ["updated_at", "2015-03-31 15:05:18.842855"], ["tracking", "150331-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:05:18.853024"], ["updated_at", "2015-03-31 15:05:18.853024"], ["tracking", "150331-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 23ms (Views: 17.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.7ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:05:18.943272"], ["updated_at", "2015-03-31 15:05:18.943272"], ["tracking", "150331-3"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:05:18.955016"], ["updated_at", "2015-03-31 15:05:18.955016"], ["tracking", "150331-4"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 16ms (Views: 1.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]]  (2.3ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:05:25.812544"], ["updated_at", "2015-03-31 15:05:25.812544"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:05:25.822473"], ["updated_at", "2015-03-31 15:05:25.822473"], ["tracking", "150331-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 34ms (Views: 26.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:05:25.912912"], ["updated_at", "2015-03-31 15:05:25.912912"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:05:25.917570"], ["updated_at", "2015-03-31 15:05:25.917570"], ["tracking", "150331-4"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:05:25.939293"], ["updated_at", "2015-03-31 15:05:25.939293"], ["tracking", "150331-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:05:25.943861"], ["updated_at", "2015-03-31 15:05:25.943861"], ["tracking", "150331-6"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:05:35.634608"], ["updated_at", "2015-03-31 15:05:35.634608"], ["tracking", "150331-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:05:35.645426"], ["updated_at", "2015-03-31 15:05:35.645426"], ["tracking", "150331-2"]]  (1.2ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 28ms (Views: 17.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:05:35.733222"], ["updated_at", "2015-03-31 15:05:35.733222"], ["tracking", "150331-3"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:05:35.738398"], ["updated_at", "2015-03-31 15:05:35.738398"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 14ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:05:35.764187"], ["updated_at", "2015-03-31 15:05:35.764187"], ["tracking", "150331-5"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:05:35.769137"], ["updated_at", "2015-03-31 15:05:35.769137"], ["tracking", "150331-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:06:32.363298"], ["updated_at", "2015-03-31 15:06:32.363298"], ["tracking", "150331-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:06:32.373482"], ["updated_at", "2015-03-31 15:06:32.373482"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 20ms (Views: 14.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:06:32.444465"], ["updated_at", "2015-03-31 15:06:32.444465"], ["tracking", "150331-3"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:06:32.450083"], ["updated_at", "2015-03-31 15:06:32.450083"], ["tracking", "150331-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:06:32.472808"], ["updated_at", "2015-03-31 15:06:32.472808"], ["tracking", "150331-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:06:32.477356"], ["updated_at", "2015-03-31 15:06:32.477356"], ["tracking", "150331-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:07:44.686351"], ["updated_at", "2015-03-31 15:07:44.686351"], ["tracking", "150331-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:07:44.696446"], ["updated_at", "2015-03-31 15:07:44.696446"], ["tracking", "150331-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 18ms (Views: 12.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:07:44.765131"], ["updated_at", "2015-03-31 15:07:44.765131"], ["tracking", "150331-3"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:07:44.770788"], ["updated_at", "2015-03-31 15:07:44.770788"], ["tracking", "150331-4"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 9ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:07:44.791173"], ["updated_at", "2015-03-31 15:07:44.791173"], ["tracking", "150331-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:07:44.795658"], ["updated_at", "2015-03-31 15:07:44.795658"], ["tracking", "150331-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:08:20.435626"], ["updated_at", "2015-03-31 15:08:20.435626"], ["tracking", "150331-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:08:20.445160"], ["updated_at", "2015-03-31 15:08:20.445160"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 50ms (Views: 44.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:08:20.547149"], ["updated_at", "2015-03-31 15:08:20.547149"], ["tracking", "150331-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.7ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:08:20.553966"], ["updated_at", "2015-03-31 15:08:20.553966"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 50ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:08:20.618631"], ["updated_at", "2015-03-31 15:08:20.618631"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:08:20.622538"], ["updated_at", "2015-03-31 15:08:20.622538"], ["tracking", "150331-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:08:49.263944"], ["updated_at", "2015-03-31 15:08:49.263944"], ["tracking", "150331-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:08:49.272773"], ["updated_at", "2015-03-31 15:08:49.272773"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 54ms (Views: 47.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:08:49.405004"], ["updated_at", "2015-03-31 15:08:49.405004"], ["tracking", "150331-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:08:49.409679"], ["updated_at", "2015-03-31 15:08:49.409679"], ["tracking", "150331-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-03-31 15:08:49.433454"], ["updated_at", "2015-03-31 15:08:49.433454"], ["tracking", "150331-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-03-31 15:08:49.437338"], ["updated_at", "2015-03-31 15:08:49.437338"], ["tracking", "150331-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-03-31') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2015-03-31 15:08:49.448190"], ["updated_at", "2015-03-31 15:08:49.448190"], ["tracking", "150331-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-03-31 15:08:49.452260"], ["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-03-31 15:08:49.455165"], ["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 0], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:13:46.659993"], ["updated_at", "2015-04-01 08:13:46.659993"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:13:46.669977"], ["updated_at", "2015-04-01 08:13:46.669977"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 65ms (Views: 55.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:13:46.823249"], ["updated_at", "2015-04-01 08:13:46.823249"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:13:46.826995"], ["updated_at", "2015-04-01 08:13:46.826995"], ["tracking", "150401-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:13:46.852054"], ["updated_at", "2015-04-01 08:13:46.852054"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:13:46.855787"], ["updated_at", "2015-04-01 08:13:46.855787"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:13:46.866847"], ["updated_at", "2015-04-01 08:13:46.866847"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 08:13:46.870869"], ["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 08:13:46.873746"], ["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:21:15.372372"], ["updated_at", "2015-04-01 08:21:15.372372"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.8ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:21:15.382940"], ["updated_at", "2015-04-01 08:21:15.382940"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 67ms (Views: 57.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:21:15.497444"], ["updated_at", "2015-04-01 08:21:15.497444"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:21:15.501249"], ["updated_at", "2015-04-01 08:21:15.501249"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 53ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:21:15.568966"], ["updated_at", "2015-04-01 08:21:15.568966"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:21:15.573081"], ["updated_at", "2015-04-01 08:21:15.573081"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:23:11.040782"], ["updated_at", "2015-04-01 08:23:11.040782"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:23:11.049500"], ["updated_at", "2015-04-01 08:23:11.049500"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 64ms (Views: 58.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:23:11.160877"], ["updated_at", "2015-04-01 08:23:11.160877"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:23:11.165730"], ["updated_at", "2015-04-01 08:23:11.165730"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 56ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:23:11.234737"], ["updated_at", "2015-04-01 08:23:11.234737"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:23:11.238486"], ["updated_at", "2015-04-01 08:23:11.238486"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:23:11.252011"], ["updated_at", "2015-04-01 08:23:11.252011"], ["tracking", "150401-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 08:23:11.256261"], ["id", 7]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 08:23:11.261066"], ["id", 7]]  (1.1ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:23:47.262250"], ["updated_at", "2015-04-01 08:23:47.262250"], ["tracking", "150401-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 08:23:47.309408"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 08:23:47.320665"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:23:59.241538"], ["updated_at", "2015-04-01 08:23:59.241538"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:23:59.251173"], ["updated_at", "2015-04-01 08:23:59.251173"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 59ms (Views: 51.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:23:59.349313"], ["updated_at", "2015-04-01 08:23:59.349313"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:23:59.353085"], ["updated_at", "2015-04-01 08:23:59.353085"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 47ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:23:59.413511"], ["updated_at", "2015-04-01 08:23:59.413511"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 08:23:59.417348"], ["updated_at", "2015-04-01 08:23:59.417348"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:23:59.427567"], ["updated_at", "2015-04-01 08:23:59.427567"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 08:23:59.430879"], ["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 08:23:59.433592"], ["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2013-08-01 09:13:05.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2013-08-01 09:13:05.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2013-08-01 09:13:05.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-12"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:59:59.356673"], ["updated_at", "2015-04-01 08:59:59.356673"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 08:59:59.380277"], ["updated_at", "2015-04-01 08:59:59.380277"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:59:59.384974"], ["updated_at", "2015-04-01 08:59:59.384974"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 08:59:59.429380"], ["updated_at", "2015-04-01 08:59:59.429380"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:59:59.434547"], ["updated_at", "2015-04-01 08:59:59.434547"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 08:59:59.438824"], ["updated_at", "2015-04-01 08:59:59.438824"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 08:59:59.443716"], ["updated_at", "2015-04-01 08:59:59.443716"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 08:59:59.447418"], ["updated_at", "2015-04-01 08:59:59.447418"]]  (0.8ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:00:23.359596"], ["updated_at", "2015-04-01 09:00:23.359596"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:00:23.417295"], ["updated_at", "2015-04-01 09:00:23.417295"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:00:23.426647"], ["updated_at", "2015-04-01 09:00:23.426647"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:00:23.431547"], ["updated_at", "2015-04-01 09:00:23.431547"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:00:23.437440"], ["updated_at", "2015-04-01 09:00:23.437440"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:00:23.441651"], ["updated_at", "2015-04-01 09:00:23.441651"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:00:23.446652"], ["updated_at", "2015-04-01 09:00:23.446652"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:00:23.450435"], ["updated_at", "2015-04-01 09:00:23.450435"]]  (0.8ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.596359"], ["updated_at", "2015-04-01 09:02:35.596359"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.618627"], ["updated_at", "2015-04-01 09:02:35.618627"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.670903"], ["updated_at", "2015-04-01 09:02:35.670903"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.674711"], ["updated_at", "2015-04-01 09:02:35.674711"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.678315"], ["updated_at", "2015-04-01 09:02:35.678315"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.681140"], ["updated_at", "2015-04-01 09:02:35.681140"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.686356"], ["updated_at", "2015-04-01 09:02:35.686356"]]  (1.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.696078"], ["updated_at", "2015-04-01 09:02:35.696078"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.702042"], ["updated_at", "2015-04-01 09:02:35.702042"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.705868"], ["updated_at", "2015-04-01 09:02:35.705868"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.711395"], ["updated_at", "2015-04-01 09:02:35.711395"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.715749"], ["updated_at", "2015-04-01 09:02:35.715749"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.720090"], ["updated_at", "2015-04-01 09:02:35.720090"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.725998"], ["updated_at", "2015-04-01 09:02:35.725998"], ["tracking", "150401-7"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.733618"], ["updated_at", "2015-04-01 09:02:35.733618"]]  (1.1ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.737504"], ["updated_at", "2015-04-01 09:02:35.737504"], ["tracking", "150401-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.742159"], ["updated_at", "2015-04-01 09:02:35.742159"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.746020"], ["updated_at", "2015-04-01 09:02:35.746020"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.749907"], ["updated_at", "2015-04-01 09:02:35.749907"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.754445"], ["updated_at", "2015-04-01 09:02:35.754445"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.764436"], ["updated_at", "2015-04-01 09:02:35.764436"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.770634"], ["updated_at", "2015-04-01 09:02:35.770634"], ["tracking", "150401-10"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.776829"], ["updated_at", "2015-04-01 09:02:35.776829"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.784691"], ["updated_at", "2015-04-01 09:02:35.784691"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.790942"], ["updated_at", "2015-04-01 09:02:35.790942"]]  (1.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.797972"], ["updated_at", "2015-04-01 09:02:35.797972"], ["tracking", "150401-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.803291"], ["updated_at", "2015-04-01 09:02:35.803291"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.808277"], ["updated_at", "2015-04-01 09:02:35.808277"]]  (0.8ms) commit transaction  (0.4ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.814551"], ["updated_at", "2015-04-01 09:02:35.814551"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.822119"], ["updated_at", "2015-04-01 09:02:35.822119"]]  (1.6ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.832530"], ["updated_at", "2015-04-01 09:02:35.832530"], ["tracking", "150401-13"]]  (2.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.842456"], ["updated_at", "2015-04-01 09:02:35.842456"], ["tracking", "150401-14"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.848726"], ["updated_at", "2015-04-01 09:02:35.848726"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.853919"], ["updated_at", "2015-04-01 09:02:35.853919"], ["tracking", "150401-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.858219"], ["updated_at", "2015-04-01 09:02:35.858219"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.861614"], ["updated_at", "2015-04-01 09:02:35.861614"], ["tracking", "150401-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.866486"], ["updated_at", "2015-04-01 09:02:35.866486"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.871407"], ["updated_at", "2015-04-01 09:02:35.871407"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.876339"], ["updated_at", "2015-04-01 09:02:35.876339"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.882054"], ["updated_at", "2015-04-01 09:02:35.882054"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.892760"], ["updated_at", "2015-04-01 09:02:35.892760"], ["tracking", "150401-17"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.900242"], ["updated_at", "2015-04-01 09:02:35.900242"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.911871"], ["updated_at", "2015-04-01 09:02:35.911871"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.917826"], ["updated_at", "2015-04-01 09:02:35.917826"]]  (6.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.930297"], ["updated_at", "2015-04-01 09:02:35.930297"], ["tracking", "150401-19"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.934453"], ["updated_at", "2015-04-01 09:02:35.934453"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:02:35.940224"], ["updated_at", "2015-04-01 09:02:35.940224"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:02:35.945113"], ["updated_at", "2015-04-01 09:02:35.945113"]]  (0.8ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.736314"], ["updated_at", "2015-04-01 09:03:00.736314"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.755901"], ["updated_at", "2015-04-01 09:03:00.755901"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.806956"], ["updated_at", "2015-04-01 09:03:00.806956"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.811100"], ["updated_at", "2015-04-01 09:03:00.811100"], ["tracking", "150401-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.814795"], ["updated_at", "2015-04-01 09:03:00.814795"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.817586"], ["updated_at", "2015-04-01 09:03:00.817586"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.822126"], ["updated_at", "2015-04-01 09:03:00.822126"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.826553"], ["updated_at", "2015-04-01 09:03:00.826553"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.830267"], ["updated_at", "2015-04-01 09:03:00.830267"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.834983"], ["updated_at", "2015-04-01 09:03:00.834983"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.840198"], ["updated_at", "2015-04-01 09:03:00.840198"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.846536"], ["updated_at", "2015-04-01 09:03:00.846536"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.850625"], ["updated_at", "2015-04-01 09:03:00.850625"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.854088"], ["updated_at", "2015-04-01 09:03:00.854088"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.858654"], ["updated_at", "2015-04-01 09:03:00.858654"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.861481"], ["updated_at", "2015-04-01 09:03:00.861481"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.865538"], ["updated_at", "2015-04-01 09:03:00.865538"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.869735"], ["updated_at", "2015-04-01 09:03:00.869735"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.873741"], ["updated_at", "2015-04-01 09:03:00.873741"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.877648"], ["updated_at", "2015-04-01 09:03:00.877648"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.883838"], ["updated_at", "2015-04-01 09:03:00.883838"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.888447"], ["updated_at", "2015-04-01 09:03:00.888447"], ["tracking", "150401-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.894246"], ["updated_at", "2015-04-01 09:03:00.894246"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.898089"], ["updated_at", "2015-04-01 09:03:00.898089"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.901733"], ["updated_at", "2015-04-01 09:03:00.901733"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.905154"], ["updated_at", "2015-04-01 09:03:00.905154"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.909479"], ["updated_at", "2015-04-01 09:03:00.909479"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.913501"], ["updated_at", "2015-04-01 09:03:00.913501"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.917913"], ["updated_at", "2015-04-01 09:03:00.917913"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.921858"], ["updated_at", "2015-04-01 09:03:00.921858"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.928213"], ["updated_at", "2015-04-01 09:03:00.928213"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.933521"], ["updated_at", "2015-04-01 09:03:00.933521"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.937557"], ["updated_at", "2015-04-01 09:03:00.937557"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.942796"], ["updated_at", "2015-04-01 09:03:00.942796"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.946979"], ["updated_at", "2015-04-01 09:03:00.946979"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.949889"], ["updated_at", "2015-04-01 09:03:00.949889"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.954120"], ["updated_at", "2015-04-01 09:03:00.954120"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.958240"], ["updated_at", "2015-04-01 09:03:00.958240"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.962239"], ["updated_at", "2015-04-01 09:03:00.962239"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.965920"], ["updated_at", "2015-04-01 09:03:00.965920"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.971577"], ["updated_at", "2015-04-01 09:03:00.971577"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.975416"], ["updated_at", "2015-04-01 09:03:00.975416"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.985020"], ["updated_at", "2015-04-01 09:03:00.985020"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.989384"], ["updated_at", "2015-04-01 09:03:00.989384"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:00.994678"], ["updated_at", "2015-04-01 09:03:00.994678"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:03:00.998694"], ["updated_at", "2015-04-01 09:03:00.998694"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:03:01.004090"], ["updated_at", "2015-04-01 09:03:01.004090"], ["tracking", "150401-20"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:03:01.010070"], ["updated_at", "2015-04-01 09:03:01.010070"]]  (1.0ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.022039"], ["updated_at", "2015-04-01 09:08:13.022039"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.042487"], ["updated_at", "2015-04-01 09:08:13.042487"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.094923"], ["updated_at", "2015-04-01 09:08:13.094923"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.099067"], ["updated_at", "2015-04-01 09:08:13.099067"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.102758"], ["updated_at", "2015-04-01 09:08:13.102758"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.105472"], ["updated_at", "2015-04-01 09:08:13.105472"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.110423"], ["updated_at", "2015-04-01 09:08:13.110423"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.115010"], ["updated_at", "2015-04-01 09:08:13.115010"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.119320"], ["updated_at", "2015-04-01 09:08:13.119320"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.123240"], ["updated_at", "2015-04-01 09:08:13.123240"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.131700"], ["updated_at", "2015-04-01 09:08:13.131700"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.136416"], ["updated_at", "2015-04-01 09:08:13.136416"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.140058"], ["updated_at", "2015-04-01 09:08:13.140058"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.143420"], ["updated_at", "2015-04-01 09:08:13.143420"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.147661"], ["updated_at", "2015-04-01 09:08:13.147661"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.150355"], ["updated_at", "2015-04-01 09:08:13.150355"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.154227"], ["updated_at", "2015-04-01 09:08:13.154227"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.158135"], ["updated_at", "2015-04-01 09:08:13.158135"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.161910"], ["updated_at", "2015-04-01 09:08:13.161910"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.165914"], ["updated_at", "2015-04-01 09:08:13.165914"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.171396"], ["updated_at", "2015-04-01 09:08:13.171396"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.175742"], ["updated_at", "2015-04-01 09:08:13.175742"], ["tracking", "150401-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.180613"], ["updated_at", "2015-04-01 09:08:13.180613"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.184162"], ["updated_at", "2015-04-01 09:08:13.184162"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.187785"], ["updated_at", "2015-04-01 09:08:13.187785"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.190892"], ["updated_at", "2015-04-01 09:08:13.190892"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.195019"], ["updated_at", "2015-04-01 09:08:13.195019"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.198692"], ["updated_at", "2015-04-01 09:08:13.198692"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.202652"], ["updated_at", "2015-04-01 09:08:13.202652"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.206459"], ["updated_at", "2015-04-01 09:08:13.206459"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.213399"], ["updated_at", "2015-04-01 09:08:13.213399"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.218796"], ["updated_at", "2015-04-01 09:08:13.218796"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.222392"], ["updated_at", "2015-04-01 09:08:13.222392"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.227342"], ["updated_at", "2015-04-01 09:08:13.227342"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.231273"], ["updated_at", "2015-04-01 09:08:13.231273"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.233956"], ["updated_at", "2015-04-01 09:08:13.233956"], ["tracking", "150401-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.237791"], ["updated_at", "2015-04-01 09:08:13.237791"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.241685"], ["updated_at", "2015-04-01 09:08:13.241685"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.245564"], ["updated_at", "2015-04-01 09:08:13.245564"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.249156"], ["updated_at", "2015-04-01 09:08:13.249156"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.254713"], ["updated_at", "2015-04-01 09:08:13.254713"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.258483"], ["updated_at", "2015-04-01 09:08:13.258483"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.263569"], ["updated_at", "2015-04-01 09:08:13.263569"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.267234"], ["updated_at", "2015-04-01 09:08:13.267234"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.271953"], ["updated_at", "2015-04-01 09:08:13.271953"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.276376"], ["updated_at", "2015-04-01 09:08:13.276376"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:13.282490"], ["updated_at", "2015-04-01 09:08:13.282490"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:13.286599"], ["updated_at", "2015-04-01 09:08:13.286599"]]  (0.8ms) commit transaction  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.736205"], ["updated_at", "2015-04-01 09:08:37.736205"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.756545"], ["updated_at", "2015-04-01 09:08:37.756545"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.806736"], ["updated_at", "2015-04-01 09:08:37.806736"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.810578"], ["updated_at", "2015-04-01 09:08:37.810578"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.814264"], ["updated_at", "2015-04-01 09:08:37.814264"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.817140"], ["updated_at", "2015-04-01 09:08:37.817140"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.821767"], ["updated_at", "2015-04-01 09:08:37.821767"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.825951"], ["updated_at", "2015-04-01 09:08:37.825951"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.829599"], ["updated_at", "2015-04-01 09:08:37.829599"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.833633"], ["updated_at", "2015-04-01 09:08:37.833633"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.841970"], ["updated_at", "2015-04-01 09:08:37.841970"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.846461"], ["updated_at", "2015-04-01 09:08:37.846461"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.850106"], ["updated_at", "2015-04-01 09:08:37.850106"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.853506"], ["updated_at", "2015-04-01 09:08:37.853506"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.857619"], ["updated_at", "2015-04-01 09:08:37.857619"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.860405"], ["updated_at", "2015-04-01 09:08:37.860405"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.864281"], ["updated_at", "2015-04-01 09:08:37.864281"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.868413"], ["updated_at", "2015-04-01 09:08:37.868413"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.872176"], ["updated_at", "2015-04-01 09:08:37.872176"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.876237"], ["updated_at", "2015-04-01 09:08:37.876237"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.881530"], ["updated_at", "2015-04-01 09:08:37.881530"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.885790"], ["updated_at", "2015-04-01 09:08:37.885790"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.890876"], ["updated_at", "2015-04-01 09:08:37.890876"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.894606"], ["updated_at", "2015-04-01 09:08:37.894606"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.898266"], ["updated_at", "2015-04-01 09:08:37.898266"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.901484"], ["updated_at", "2015-04-01 09:08:37.901484"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.905678"], ["updated_at", "2015-04-01 09:08:37.905678"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.909327"], ["updated_at", "2015-04-01 09:08:37.909327"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.913164"], ["updated_at", "2015-04-01 09:08:37.913164"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.917072"], ["updated_at", "2015-04-01 09:08:37.917072"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.920837"], ["updated_at", "2015-04-01 09:08:37.920837"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.928346"], ["updated_at", "2015-04-01 09:08:37.928346"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.933675"], ["updated_at", "2015-04-01 09:08:37.933675"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.939529"], ["updated_at", "2015-04-01 09:08:37.939529"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.943494"], ["updated_at", "2015-04-01 09:08:37.943494"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.948215"], ["updated_at", "2015-04-01 09:08:37.948215"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.951868"], ["updated_at", "2015-04-01 09:08:37.951868"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.956134"], ["updated_at", "2015-04-01 09:08:37.956134"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.959781"], ["updated_at", "2015-04-01 09:08:37.959781"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.963864"], ["updated_at", "2015-04-01 09:08:37.963864"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.967672"], ["updated_at", "2015-04-01 09:08:37.967672"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.972061"], ["updated_at", "2015-04-01 09:08:37.972061"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.978436"], ["updated_at", "2015-04-01 09:08:37.978436"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.982072"], ["updated_at", "2015-04-01 09:08:37.982072"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.987871"], ["updated_at", "2015-04-01 09:08:37.987871"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:37.991588"], ["updated_at", "2015-04-01 09:08:37.991588"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:37.996755"], ["updated_at", "2015-04-01 09:08:37.996755"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:08:38.000608"], ["updated_at", "2015-04-01 09:08:38.000608"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:08:38.005939"], ["updated_at", "2015-04-01 09:08:38.005939"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:08:38.010080"], ["updated_at", "2015-04-01 09:08:38.010080"]]  (0.8ms) commit transaction  (4.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.181041"], ["updated_at", "2015-04-01 09:09:05.181041"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.200826"], ["updated_at", "2015-04-01 09:09:05.200826"], ["tracking", "150401-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.253284"], ["updated_at", "2015-04-01 09:09:05.253284"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.257196"], ["updated_at", "2015-04-01 09:09:05.257196"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.260927"], ["updated_at", "2015-04-01 09:09:05.260927"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.263777"], ["updated_at", "2015-04-01 09:09:05.263777"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.268465"], ["updated_at", "2015-04-01 09:09:05.268465"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.272854"], ["updated_at", "2015-04-01 09:09:05.272854"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.276731"], ["updated_at", "2015-04-01 09:09:05.276731"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.281253"], ["updated_at", "2015-04-01 09:09:05.281253"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.290035"], ["updated_at", "2015-04-01 09:09:05.290035"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.294395"], ["updated_at", "2015-04-01 09:09:05.294395"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.298090"], ["updated_at", "2015-04-01 09:09:05.298090"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.301415"], ["updated_at", "2015-04-01 09:09:05.301415"], ["tracking", "150401-7"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.305422"], ["updated_at", "2015-04-01 09:09:05.305422"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.308189"], ["updated_at", "2015-04-01 09:09:05.308189"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.312085"], ["updated_at", "2015-04-01 09:09:05.312085"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.316252"], ["updated_at", "2015-04-01 09:09:05.316252"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.319916"], ["updated_at", "2015-04-01 09:09:05.319916"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.323974"], ["updated_at", "2015-04-01 09:09:05.323974"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:09:05.327904"], ["updated_at", "2015-04-01 09:09:05.327904"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.334411"], ["updated_at", "2015-04-01 09:09:05.334411"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.338819"], ["updated_at", "2015-04-01 09:09:05.338819"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.342510"], ["updated_at", "2015-04-01 09:09:05.342510"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.345817"], ["updated_at", "2015-04-01 09:09:05.345817"], ["tracking", "150401-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.349523"], ["updated_at", "2015-04-01 09:09:05.349523"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.352433"], ["updated_at", "2015-04-01 09:09:05.352433"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.356357"], ["updated_at", "2015-04-01 09:09:05.356357"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.360585"], ["updated_at", "2015-04-01 09:09:05.360585"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.364477"], ["updated_at", "2015-04-01 09:09:05.364477"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.368703"], ["updated_at", "2015-04-01 09:09:05.368703"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.374725"], ["updated_at", "2015-04-01 09:09:05.374725"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-01')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.383554"], ["updated_at", "2015-04-01 09:09:05.383554"], ["tracking", "150401-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.387705"], ["updated_at", "2015-04-01 09:09:05.387705"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.391335"], ["updated_at", "2015-04-01 09:09:05.391335"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.394606"], ["updated_at", "2015-04-01 09:09:05.394606"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.398485"], ["updated_at", "2015-04-01 09:09:05.398485"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.401297"], ["updated_at", "2015-04-01 09:09:05.401297"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.405365"], ["updated_at", "2015-04-01 09:09:05.405365"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.409569"], ["updated_at", "2015-04-01 09:09:05.409569"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.413752"], ["updated_at", "2015-04-01 09:09:05.413752"]]  (1.0ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.420831"], ["updated_at", "2015-04-01 09:09:05.420831"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.427375"], ["updated_at", "2015-04-01 09:09:05.427375"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.434433"], ["updated_at", "2015-04-01 09:09:05.434433"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.438430"], ["updated_at", "2015-04-01 09:09:05.438430"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.443084"], ["updated_at", "2015-04-01 09:09:05.443084"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.446900"], ["updated_at", "2015-04-01 09:09:05.446900"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.454549"], ["updated_at", "2015-04-01 09:09:05.454549"], ["tracking", "150401-20"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.460330"], ["updated_at", "2015-04-01 09:09:05.460330"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:09:05.466073"], ["updated_at", "2015-04-01 09:09:05.466073"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:09:05.471113"], ["updated_at", "2015-04-01 09:09:05.471113"]]  (0.8ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.083062"], ["updated_at", "2015-04-01 09:10:09.083062"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.107400"], ["updated_at", "2015-04-01 09:10:09.107400"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.120506"], ["updated_at", "2015-04-01 09:10:09.120506"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.124571"], ["updated_at", "2015-04-01 09:10:09.124571"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.128217"], ["updated_at", "2015-04-01 09:10:09.128217"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.130916"], ["updated_at", "2015-04-01 09:10:09.130916"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.135497"], ["updated_at", "2015-04-01 09:10:09.135497"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.139813"], ["updated_at", "2015-04-01 09:10:09.139813"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.143559"], ["updated_at", "2015-04-01 09:10:09.143559"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.188289"], ["updated_at", "2015-04-01 09:10:09.188289"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.198791"], ["updated_at", "2015-04-01 09:10:09.198791"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.204202"], ["updated_at", "2015-04-01 09:10:09.204202"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.208309"], ["updated_at", "2015-04-01 09:10:09.208309"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.212057"], ["updated_at", "2015-04-01 09:10:09.212057"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.216663"], ["updated_at", "2015-04-01 09:10:09.216663"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.219443"], ["updated_at", "2015-04-01 09:10:09.219443"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.223417"], ["updated_at", "2015-04-01 09:10:09.223417"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.227645"], ["updated_at", "2015-04-01 09:10:09.227645"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.231439"], ["updated_at", "2015-04-01 09:10:09.231439"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.235986"], ["updated_at", "2015-04-01 09:10:09.235986"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:10:09.241418"], ["updated_at", "2015-04-01 09:10:09.241418"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.248562"], ["updated_at", "2015-04-01 09:10:09.248562"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.253335"], ["updated_at", "2015-04-01 09:10:09.253335"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.257124"], ["updated_at", "2015-04-01 09:10:09.257124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.260478"], ["updated_at", "2015-04-01 09:10:09.260478"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.264588"], ["updated_at", "2015-04-01 09:10:09.264588"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.267511"], ["updated_at", "2015-04-01 09:10:09.267511"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.271560"], ["updated_at", "2015-04-01 09:10:09.271560"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.275603"], ["updated_at", "2015-04-01 09:10:09.275603"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.279515"], ["updated_at", "2015-04-01 09:10:09.279515"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.283711"], ["updated_at", "2015-04-01 09:10:09.283711"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.289146"], ["updated_at", "2015-04-01 09:10:09.289146"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.295434"], ["updated_at", "2015-04-01 09:10:09.295434"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.300379"], ["updated_at", "2015-04-01 09:10:09.300379"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.304102"], ["updated_at", "2015-04-01 09:10:09.304102"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.307488"], ["updated_at", "2015-04-01 09:10:09.307488"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.311719"], ["updated_at", "2015-04-01 09:10:09.311719"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.314970"], ["updated_at", "2015-04-01 09:10:09.314970"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.319586"], ["updated_at", "2015-04-01 09:10:09.319586"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.323872"], ["updated_at", "2015-04-01 09:10:09.323872"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.327794"], ["updated_at", "2015-04-01 09:10:09.327794"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.332649"], ["updated_at", "2015-04-01 09:10:09.332649"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.338377"], ["updated_at", "2015-04-01 09:10:09.338377"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.344535"], ["updated_at", "2015-04-01 09:10:09.344535"], ["tracking", "150401-18"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.349161"], ["updated_at", "2015-04-01 09:10:09.349161"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.354169"], ["updated_at", "2015-04-01 09:10:09.354169"], ["tracking", "150401-19"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.358126"], ["updated_at", "2015-04-01 09:10:09.358126"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.363670"], ["updated_at", "2015-04-01 09:10:09.363670"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.367534"], ["updated_at", "2015-04-01 09:10:09.367534"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:10:09.372650"], ["updated_at", "2015-04-01 09:10:09.372650"], ["tracking", "150401-21"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:10:09.376333"], ["updated_at", "2015-04-01 09:10:09.376333"]]  (0.7ms) commit transaction  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.095427"], ["updated_at", "2015-04-01 09:11:10.095427"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.114523"], ["updated_at", "2015-04-01 09:11:10.114523"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.168262"], ["updated_at", "2015-04-01 09:11:10.168262"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.172254"], ["updated_at", "2015-04-01 09:11:10.172254"], ["tracking", "150401-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.176998"], ["updated_at", "2015-04-01 09:11:10.176998"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.180584"], ["updated_at", "2015-04-01 09:11:10.180584"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.185757"], ["updated_at", "2015-04-01 09:11:10.185757"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.190231"], ["updated_at", "2015-04-01 09:11:10.190231"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.195760"], ["updated_at", "2015-04-01 09:11:10.195760"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.201614"], ["updated_at", "2015-04-01 09:11:10.201614"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-01')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.215580"], ["updated_at", "2015-04-01 09:11:10.215580"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.222077"], ["updated_at", "2015-04-01 09:11:10.222077"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.227727"], ["updated_at", "2015-04-01 09:11:10.227727"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.232501"], ["updated_at", "2015-04-01 09:11:10.232501"], ["tracking", "150401-7"]]  (11.9ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.249661"], ["updated_at", "2015-04-01 09:11:10.249661"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.253542"], ["updated_at", "2015-04-01 09:11:10.253542"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.258723"], ["updated_at", "2015-04-01 09:11:10.258723"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.264452"], ["updated_at", "2015-04-01 09:11:10.264452"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.268369"], ["updated_at", "2015-04-01 09:11:10.268369"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.271959"], ["updated_at", "2015-04-01 09:11:10.271959"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:11:10.275798"], ["updated_at", "2015-04-01 09:11:10.275798"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.282468"], ["updated_at", "2015-04-01 09:11:10.282468"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.287602"], ["updated_at", "2015-04-01 09:11:10.287602"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.292417"], ["updated_at", "2015-04-01 09:11:10.292417"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.295764"], ["updated_at", "2015-04-01 09:11:10.295764"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.299927"], ["updated_at", "2015-04-01 09:11:10.299927"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.302671"], ["updated_at", "2015-04-01 09:11:10.302671"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.306568"], ["updated_at", "2015-04-01 09:11:10.306568"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.310468"], ["updated_at", "2015-04-01 09:11:10.310468"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.314310"], ["updated_at", "2015-04-01 09:11:10.314310"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.318497"], ["updated_at", "2015-04-01 09:11:10.318497"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.322701"], ["updated_at", "2015-04-01 09:11:10.322701"]]  (1.4ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.330506"], ["updated_at", "2015-04-01 09:11:10.330506"], ["tracking", "150401-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.335243"], ["updated_at", "2015-04-01 09:11:10.335243"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.338871"], ["updated_at", "2015-04-01 09:11:10.338871"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.342294"], ["updated_at", "2015-04-01 09:11:10.342294"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.346499"], ["updated_at", "2015-04-01 09:11:10.346499"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.349337"], ["updated_at", "2015-04-01 09:11:10.349337"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.353334"], ["updated_at", "2015-04-01 09:11:10.353334"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.357314"], ["updated_at", "2015-04-01 09:11:10.357314"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.361202"], ["updated_at", "2015-04-01 09:11:10.361202"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.365183"], ["updated_at", "2015-04-01 09:11:10.365183"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.369429"], ["updated_at", "2015-04-01 09:11:10.369429"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.377069"], ["updated_at", "2015-04-01 09:11:10.377069"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.381323"], ["updated_at", "2015-04-01 09:11:10.381323"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.386200"], ["updated_at", "2015-04-01 09:11:10.386200"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.389986"], ["updated_at", "2015-04-01 09:11:10.389986"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.395940"], ["updated_at", "2015-04-01 09:11:10.395940"], ["tracking", "150401-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.399670"], ["updated_at", "2015-04-01 09:11:10.399670"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:11:10.404590"], ["updated_at", "2015-04-01 09:11:10.404590"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:11:10.408268"], ["updated_at", "2015-04-01 09:11:10.408268"]]  (0.8ms) commit transaction  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.031514"], ["updated_at", "2015-04-01 09:12:47.031514"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.057153"], ["updated_at", "2015-04-01 09:12:47.057153"], ["tracking", "150401-2"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.122260"], ["updated_at", "2015-04-01 09:12:47.122260"]]  (1.4ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.128552"], ["updated_at", "2015-04-01 09:12:47.128552"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.133497"], ["updated_at", "2015-04-01 09:12:47.133497"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.139473"], ["updated_at", "2015-04-01 09:12:47.139473"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.145559"], ["updated_at", "2015-04-01 09:12:47.145559"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.150168"], ["updated_at", "2015-04-01 09:12:47.150168"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.154151"], ["updated_at", "2015-04-01 09:12:47.154151"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.158047"], ["updated_at", "2015-04-01 09:12:47.158047"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.168004"], ["updated_at", "2015-04-01 09:12:47.168004"], ["tracking", "150401-5"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.175545"], ["updated_at", "2015-04-01 09:12:47.175545"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.180611"], ["updated_at", "2015-04-01 09:12:47.180611"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.185192"], ["updated_at", "2015-04-01 09:12:47.185192"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.189174"], ["updated_at", "2015-04-01 09:12:47.189174"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.192847"], ["updated_at", "2015-04-01 09:12:47.192847"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.197828"], ["updated_at", "2015-04-01 09:12:47.197828"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.203681"], ["updated_at", "2015-04-01 09:12:47.203681"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.209313"], ["updated_at", "2015-04-01 09:12:47.209313"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.213979"], ["updated_at", "2015-04-01 09:12:47.213979"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:12:47.217753"], ["updated_at", "2015-04-01 09:12:47.217753"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.224923"], ["updated_at", "2015-04-01 09:12:47.224923"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.229251"], ["updated_at", "2015-04-01 09:12:47.229251"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.234509"], ["updated_at", "2015-04-01 09:12:47.234509"]]  (1.1ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.240225"], ["updated_at", "2015-04-01 09:12:47.240225"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.245957"], ["updated_at", "2015-04-01 09:12:47.245957"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.249588"], ["updated_at", "2015-04-01 09:12:47.249588"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.253935"], ["updated_at", "2015-04-01 09:12:47.253935"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.258408"], ["updated_at", "2015-04-01 09:12:47.258408"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.262219"], ["updated_at", "2015-04-01 09:12:47.262219"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.266260"], ["updated_at", "2015-04-01 09:12:47.266260"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.270570"], ["updated_at", "2015-04-01 09:12:47.270570"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.276679"], ["updated_at", "2015-04-01 09:12:47.276679"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.281702"], ["updated_at", "2015-04-01 09:12:47.281702"], ["tracking", "150401-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.285371"], ["updated_at", "2015-04-01 09:12:47.285371"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.288900"], ["updated_at", "2015-04-01 09:12:47.288900"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.293358"], ["updated_at", "2015-04-01 09:12:47.293358"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.296393"], ["updated_at", "2015-04-01 09:12:47.296393"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.300578"], ["updated_at", "2015-04-01 09:12:47.300578"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.304665"], ["updated_at", "2015-04-01 09:12:47.304665"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.308552"], ["updated_at", "2015-04-01 09:12:47.308552"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.312689"], ["updated_at", "2015-04-01 09:12:47.312689"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.317251"], ["updated_at", "2015-04-01 09:12:47.317251"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.323356"], ["updated_at", "2015-04-01 09:12:47.323356"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.327548"], ["updated_at", "2015-04-01 09:12:47.327548"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.332808"], ["updated_at", "2015-04-01 09:12:47.332808"], ["tracking", "150401-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.337085"], ["updated_at", "2015-04-01 09:12:47.337085"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.341977"], ["updated_at", "2015-04-01 09:12:47.341977"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.346903"], ["updated_at", "2015-04-01 09:12:47.346903"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:12:47.352667"], ["updated_at", "2015-04-01 09:12:47.352667"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:12:47.357104"], ["updated_at", "2015-04-01 09:12:47.357104"]]  (0.8ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.214651"], ["updated_at", "2015-04-01 09:13:01.214651"], ["tracking", "150401-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.240046"], ["updated_at", "2015-04-01 09:13:01.240046"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.305274"], ["updated_at", "2015-04-01 09:13:01.305274"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.310641"], ["updated_at", "2015-04-01 09:13:01.310641"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.315002"], ["updated_at", "2015-04-01 09:13:01.315002"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.318822"], ["updated_at", "2015-04-01 09:13:01.318822"], ["tracking", "150401-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.326572"], ["updated_at", "2015-04-01 09:13:01.326572"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.331583"], ["updated_at", "2015-04-01 09:13:01.331583"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.337581"], ["updated_at", "2015-04-01 09:13:01.337581"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.343732"], ["updated_at", "2015-04-01 09:13:01.343732"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.353883"], ["updated_at", "2015-04-01 09:13:01.353883"], ["tracking", "150401-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.366959"], ["updated_at", "2015-04-01 09:13:01.366959"], ["tracking", "150401-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.375390"], ["updated_at", "2015-04-01 09:13:01.375390"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.380049"], ["updated_at", "2015-04-01 09:13:01.380049"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.385635"], ["updated_at", "2015-04-01 09:13:01.385635"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.391448"], ["updated_at", "2015-04-01 09:13:01.391448"], ["tracking", "150401-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.397537"], ["updated_at", "2015-04-01 09:13:01.397537"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.401841"], ["updated_at", "2015-04-01 09:13:01.401841"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.409778"], ["updated_at", "2015-04-01 09:13:01.409778"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.413708"], ["updated_at", "2015-04-01 09:13:01.413708"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:13:01.417237"], ["updated_at", "2015-04-01 09:13:01.417237"], ["tracking", "150401-9"]]  (1.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-01')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.428959"], ["updated_at", "2015-04-01 09:13:01.428959"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.433993"], ["updated_at", "2015-04-01 09:13:01.433993"], ["tracking", "150401-11"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.441383"], ["updated_at", "2015-04-01 09:13:01.441383"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.446288"], ["updated_at", "2015-04-01 09:13:01.446288"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.450642"], ["updated_at", "2015-04-01 09:13:01.450642"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.455625"], ["updated_at", "2015-04-01 09:13:01.455625"], ["tracking", "150401-13"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.462398"], ["updated_at", "2015-04-01 09:13:01.462398"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.466881"], ["updated_at", "2015-04-01 09:13:01.466881"]]  (1.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.474075"], ["updated_at", "2015-04-01 09:13:01.474075"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.478773"], ["updated_at", "2015-04-01 09:13:01.478773"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.482890"], ["updated_at", "2015-04-01 09:13:01.482890"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-01')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.491489"], ["updated_at", "2015-04-01 09:13:01.491489"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.498218"], ["updated_at", "2015-04-01 09:13:01.498218"], ["tracking", "150401-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.502361"], ["updated_at", "2015-04-01 09:13:01.502361"]]  (1.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.509902"], ["updated_at", "2015-04-01 09:13:01.509902"], ["tracking", "150401-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.514355"], ["updated_at", "2015-04-01 09:13:01.514355"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.517974"], ["updated_at", "2015-04-01 09:13:01.517974"], ["tracking", "150401-17"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.526980"], ["updated_at", "2015-04-01 09:13:01.526980"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.534942"], ["updated_at", "2015-04-01 09:13:01.534942"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.542190"], ["updated_at", "2015-04-01 09:13:01.542190"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.547881"], ["updated_at", "2015-04-01 09:13:01.547881"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.552304"], ["updated_at", "2015-04-01 09:13:01.552304"]]  (1.4ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.562837"], ["updated_at", "2015-04-01 09:13:01.562837"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.566705"], ["updated_at", "2015-04-01 09:13:01.566705"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.573672"], ["updated_at", "2015-04-01 09:13:01.573672"], ["tracking", "150401-19"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.579992"], ["updated_at", "2015-04-01 09:13:01.579992"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.584982"], ["updated_at", "2015-04-01 09:13:01.584982"], ["tracking", "150401-20"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.593435"], ["updated_at", "2015-04-01 09:13:01.593435"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:13:01.599011"], ["updated_at", "2015-04-01 09:13:01.599011"], ["tracking", "150401-21"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:13:01.604287"], ["updated_at", "2015-04-01 09:13:01.604287"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.433811"], ["updated_at", "2015-04-01 09:26:18.433811"], ["tracking", "150401-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.455629"], ["updated_at", "2015-04-01 09:26:18.455629"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.469475"], ["updated_at", "2015-04-01 09:26:18.469475"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.474407"], ["updated_at", "2015-04-01 09:26:18.474407"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.478632"], ["updated_at", "2015-04-01 09:26:18.478632"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.481758"], ["updated_at", "2015-04-01 09:26:18.481758"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.486633"], ["updated_at", "2015-04-01 09:26:18.486633"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.490539"], ["updated_at", "2015-04-01 09:26:18.490539"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.494153"], ["updated_at", "2015-04-01 09:26:18.494153"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.498464"], ["updated_at", "2015-04-01 09:26:18.498464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.503442"], ["updated_at", "2015-04-01 09:26:18.503442"], ["tracking", "150401-5"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.507836"], ["updated_at", "2015-04-01 09:26:18.507836"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.511515"], ["updated_at", "2015-04-01 09:26:18.511515"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.514863"], ["updated_at", "2015-04-01 09:26:18.514863"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.518630"], ["updated_at", "2015-04-01 09:26:18.518630"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.521459"], ["updated_at", "2015-04-01 09:26:18.521459"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.525412"], ["updated_at", "2015-04-01 09:26:18.525412"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.529627"], ["updated_at", "2015-04-01 09:26:18.529627"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.533447"], ["updated_at", "2015-04-01 09:26:18.533447"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.537462"], ["updated_at", "2015-04-01 09:26:18.537462"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:26:18.541387"], ["updated_at", "2015-04-01 09:26:18.541387"], ["tracking", "150401-9"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.550180"], ["updated_at", "2015-04-01 09:26:18.550180"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.556154"], ["updated_at", "2015-04-01 09:26:18.556154"], ["tracking", "150401-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.560333"], ["updated_at", "2015-04-01 09:26:18.560333"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.564675"], ["updated_at", "2015-04-01 09:26:18.564675"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.568690"], ["updated_at", "2015-04-01 09:26:18.568690"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.571394"], ["updated_at", "2015-04-01 09:26:18.571394"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.575342"], ["updated_at", "2015-04-01 09:26:18.575342"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.579260"], ["updated_at", "2015-04-01 09:26:18.579260"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.583495"], ["updated_at", "2015-04-01 09:26:18.583495"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.587325"], ["updated_at", "2015-04-01 09:26:18.587325"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.591683"], ["updated_at", "2015-04-01 09:26:18.591683"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.598382"], ["updated_at", "2015-04-01 09:26:18.598382"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.603015"], ["updated_at", "2015-04-01 09:26:18.603015"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.607208"], ["updated_at", "2015-04-01 09:26:18.607208"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.611736"], ["updated_at", "2015-04-01 09:26:18.611736"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.616024"], ["updated_at", "2015-04-01 09:26:18.616024"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.618866"], ["updated_at", "2015-04-01 09:26:18.618866"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.622816"], ["updated_at", "2015-04-01 09:26:18.622816"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.626871"], ["updated_at", "2015-04-01 09:26:18.626871"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.630934"], ["updated_at", "2015-04-01 09:26:18.630934"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.635325"], ["updated_at", "2015-04-01 09:26:18.635325"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.639827"], ["updated_at", "2015-04-01 09:26:18.639827"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.646893"], ["updated_at", "2015-04-01 09:26:18.646893"], ["tracking", "150401-18"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.698479"], ["updated_at", "2015-04-01 09:26:18.698479"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.706850"], ["updated_at", "2015-04-01 09:26:18.706850"], ["tracking", "150401-19"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.711232"], ["updated_at", "2015-04-01 09:26:18.711232"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.716270"], ["updated_at", "2015-04-01 09:26:18.716270"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.720490"], ["updated_at", "2015-04-01 09:26:18.720490"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:18.725681"], ["updated_at", "2015-04-01 09:26:18.725681"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:18.729610"], ["updated_at", "2015-04-01 09:26:18.729610"]]  (0.9ms) commit transaction  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.455866"], ["updated_at", "2015-04-01 09:26:29.455866"], ["tracking", "150401-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.476261"], ["updated_at", "2015-04-01 09:26:29.476261"], ["tracking", "150401-2"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.492289"], ["updated_at", "2015-04-01 09:26:29.492289"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.496546"], ["updated_at", "2015-04-01 09:26:29.496546"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.500498"], ["updated_at", "2015-04-01 09:26:29.500498"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.503716"], ["updated_at", "2015-04-01 09:26:29.503716"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.508304"], ["updated_at", "2015-04-01 09:26:29.508304"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.511933"], ["updated_at", "2015-04-01 09:26:29.511933"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.515584"], ["updated_at", "2015-04-01 09:26:29.515584"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.519796"], ["updated_at", "2015-04-01 09:26:29.519796"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 1 AND "flyboy_tasks"."done" = 'f' AND "term"."lt" = '2015-04-01' SQLite3::SQLException: no such column: term.lt: SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 1 AND "flyboy_tasks"."done" = 'f' AND "term"."lt" = '2015-04-01'  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.577565"], ["updated_at", "2015-04-01 09:26:29.577565"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.581767"], ["updated_at", "2015-04-01 09:26:29.581767"], ["tracking", "150401-6"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.585306"], ["updated_at", "2015-04-01 09:26:29.585306"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.588644"], ["updated_at", "2015-04-01 09:26:29.588644"], ["tracking", "150401-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.592652"], ["updated_at", "2015-04-01 09:26:29.592652"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.595503"], ["updated_at", "2015-04-01 09:26:29.595503"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.599540"], ["updated_at", "2015-04-01 09:26:29.599540"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.604036"], ["updated_at", "2015-04-01 09:26:29.604036"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.608401"], ["updated_at", "2015-04-01 09:26:29.608401"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.612559"], ["updated_at", "2015-04-01 09:26:29.612559"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:26:29.615804"], ["updated_at", "2015-04-01 09:26:29.615804"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 9 AND "flyboy_tasks"."done" = 'f' AND "term"."lt" = '2015-04-01' SQLite3::SQLException: no such column: term.lt: SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 9 AND "flyboy_tasks"."done" = 'f' AND "term"."lt" = '2015-04-01'  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.622644"], ["updated_at", "2015-04-01 09:26:29.622644"], ["tracking", "150401-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.626991"], ["updated_at", "2015-04-01 09:26:29.626991"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.632162"], ["updated_at", "2015-04-01 09:26:29.632162"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.635643"], ["updated_at", "2015-04-01 09:26:29.635643"], ["tracking", "150401-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.639180"], ["updated_at", "2015-04-01 09:26:29.639180"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.642037"], ["updated_at", "2015-04-01 09:26:29.642037"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.646149"], ["updated_at", "2015-04-01 09:26:29.646149"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.649779"], ["updated_at", "2015-04-01 09:26:29.649779"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.653759"], ["updated_at", "2015-04-01 09:26:29.653759"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.657699"], ["updated_at", "2015-04-01 09:26:29.657699"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.661404"], ["updated_at", "2015-04-01 09:26:29.661404"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 10 AND "flyboy_tasks"."done" = 'f' AND "term"."lt" = '2015-04-01' SQLite3::SQLException: no such column: term.lt: SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 10 AND "flyboy_tasks"."done" = 'f' AND "term"."lt" = '2015-04-01'  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.667865"], ["updated_at", "2015-04-01 09:26:29.667865"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.672199"], ["updated_at", "2015-04-01 09:26:29.672199"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.676267"], ["updated_at", "2015-04-01 09:26:29.676267"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.680882"], ["updated_at", "2015-04-01 09:26:29.680882"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.684614"], ["updated_at", "2015-04-01 09:26:29.684614"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.687494"], ["updated_at", "2015-04-01 09:26:29.687494"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.691704"], ["updated_at", "2015-04-01 09:26:29.691704"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.695511"], ["updated_at", "2015-04-01 09:26:29.695511"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.699367"], ["updated_at", "2015-04-01 09:26:29.699367"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.703180"], ["updated_at", "2015-04-01 09:26:29.703180"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.706934"], ["updated_at", "2015-04-01 09:26:29.706934"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 14 AND "flyboy_tasks"."done" = 'f' AND "term"."lt" = '2015-04-01' SQLite3::SQLException: no such column: term.lt: SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 14 AND "flyboy_tasks"."done" = 'f' AND "term"."lt" = '2015-04-01'  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.714957"], ["updated_at", "2015-04-01 09:26:29.714957"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.718765"], ["updated_at", "2015-04-01 09:26:29.718765"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.725712"], ["updated_at", "2015-04-01 09:26:29.725712"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.730966"], ["updated_at", "2015-04-01 09:26:29.730966"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.737927"], ["updated_at", "2015-04-01 09:26:29.737927"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.742479"], ["updated_at", "2015-04-01 09:26:29.742479"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:26:29.748293"], ["updated_at", "2015-04-01 09:26:29.748293"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:26:29.752138"], ["updated_at", "2015-04-01 09:26:29.752138"]]  (0.9ms) commit transaction  (1.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:01.878976"], ["updated_at", "2015-04-01 09:27:01.878976"], ["tracking", "150401-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:01.899221"], ["updated_at", "2015-04-01 09:27:01.899221"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:01.915427"], ["updated_at", "2015-04-01 09:27:01.915427"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:01.919244"], ["updated_at", "2015-04-01 09:27:01.919244"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:01.922981"], ["updated_at", "2015-04-01 09:27:01.922981"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:01.925732"], ["updated_at", "2015-04-01 09:27:01.925732"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:01.930255"], ["updated_at", "2015-04-01 09:27:01.930255"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:01.934605"], ["updated_at", "2015-04-01 09:27:01.934605"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:01.939334"], ["updated_at", "2015-04-01 09:27:01.939334"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:01.943369"], ["updated_at", "2015-04-01 09:27:01.943369"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 1 AND "flyboy_tasks"."done" = 'f' AND "lt"."term" = '2015-04-01' SQLite3::SQLException: no such column: lt.term: SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 1 AND "flyboy_tasks"."done" = 'f' AND "lt"."term" = '2015-04-01'  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:01.998829"], ["updated_at", "2015-04-01 09:27:01.998829"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.003411"], ["updated_at", "2015-04-01 09:27:02.003411"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.007153"], ["updated_at", "2015-04-01 09:27:02.007153"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.010812"], ["updated_at", "2015-04-01 09:27:02.010812"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.015561"], ["updated_at", "2015-04-01 09:27:02.015561"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.018271"], ["updated_at", "2015-04-01 09:27:02.018271"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.022233"], ["updated_at", "2015-04-01 09:27:02.022233"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.026563"], ["updated_at", "2015-04-01 09:27:02.026563"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.030327"], ["updated_at", "2015-04-01 09:27:02.030327"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.034696"], ["updated_at", "2015-04-01 09:27:02.034696"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:27:02.038522"], ["updated_at", "2015-04-01 09:27:02.038522"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 9 AND "flyboy_tasks"."done" = 'f' AND "lt"."term" = '2015-04-01' SQLite3::SQLException: no such column: lt.term: SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 9 AND "flyboy_tasks"."done" = 'f' AND "lt"."term" = '2015-04-01'  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.045857"], ["updated_at", "2015-04-01 09:27:02.045857"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.051955"], ["updated_at", "2015-04-01 09:27:02.051955"], ["tracking", "150401-11"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.055667"], ["updated_at", "2015-04-01 09:27:02.055667"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.058964"], ["updated_at", "2015-04-01 09:27:02.058964"], ["tracking", "150401-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.062983"], ["updated_at", "2015-04-01 09:27:02.062983"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.065982"], ["updated_at", "2015-04-01 09:27:02.065982"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.070030"], ["updated_at", "2015-04-01 09:27:02.070030"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.074158"], ["updated_at", "2015-04-01 09:27:02.074158"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.078061"], ["updated_at", "2015-04-01 09:27:02.078061"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.082909"], ["updated_at", "2015-04-01 09:27:02.082909"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.087643"], ["updated_at", "2015-04-01 09:27:02.087643"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 10 AND "flyboy_tasks"."done" = 'f' AND "lt"."term" = '2015-04-01' SQLite3::SQLException: no such column: lt.term: SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 10 AND "flyboy_tasks"."done" = 'f' AND "lt"."term" = '2015-04-01'  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.094437"], ["updated_at", "2015-04-01 09:27:02.094437"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.100935"], ["updated_at", "2015-04-01 09:27:02.100935"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.104638"], ["updated_at", "2015-04-01 09:27:02.104638"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.108326"], ["updated_at", "2015-04-01 09:27:02.108326"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.112584"], ["updated_at", "2015-04-01 09:27:02.112584"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.115579"], ["updated_at", "2015-04-01 09:27:02.115579"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.119536"], ["updated_at", "2015-04-01 09:27:02.119536"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.123709"], ["updated_at", "2015-04-01 09:27:02.123709"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.127557"], ["updated_at", "2015-04-01 09:27:02.127557"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.131451"], ["updated_at", "2015-04-01 09:27:02.131451"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.136203"], ["updated_at", "2015-04-01 09:27:02.136203"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 14 AND "flyboy_tasks"."done" = 'f' AND "lt"."term" = '2015-04-01' SQLite3::SQLException: no such column: lt.term: SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = 14 AND "flyboy_tasks"."done" = 'f' AND "lt"."term" = '2015-04-01'  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.142800"], ["updated_at", "2015-04-01 09:27:02.142800"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.148664"], ["updated_at", "2015-04-01 09:27:02.148664"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.155779"], ["updated_at", "2015-04-01 09:27:02.155779"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.159860"], ["updated_at", "2015-04-01 09:27:02.159860"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.164933"], ["updated_at", "2015-04-01 09:27:02.164933"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.168610"], ["updated_at", "2015-04-01 09:27:02.168610"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:02.174042"], ["updated_at", "2015-04-01 09:27:02.174042"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:02.177805"], ["updated_at", "2015-04-01 09:27:02.177805"]]  (0.7ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.413659"], ["updated_at", "2015-04-01 09:27:46.413659"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.434688"], ["updated_at", "2015-04-01 09:27:46.434688"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.483275"], ["updated_at", "2015-04-01 09:27:46.483275"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.487840"], ["updated_at", "2015-04-01 09:27:46.487840"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.492124"], ["updated_at", "2015-04-01 09:27:46.492124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.495492"], ["updated_at", "2015-04-01 09:27:46.495492"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.500660"], ["updated_at", "2015-04-01 09:27:46.500660"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.504932"], ["updated_at", "2015-04-01 09:27:46.504932"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.509817"], ["updated_at", "2015-04-01 09:27:46.509817"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.514439"], ["updated_at", "2015-04-01 09:27:46.514439"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.520055"], ["updated_at", "2015-04-01 09:27:46.520055"], ["tracking", "150401-5"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.525789"], ["updated_at", "2015-04-01 09:27:46.525789"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.529432"], ["updated_at", "2015-04-01 09:27:46.529432"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.532921"], ["updated_at", "2015-04-01 09:27:46.532921"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.537313"], ["updated_at", "2015-04-01 09:27:46.537313"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.540087"], ["updated_at", "2015-04-01 09:27:46.540087"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.544138"], ["updated_at", "2015-04-01 09:27:46.544138"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.548131"], ["updated_at", "2015-04-01 09:27:46.548131"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.552003"], ["updated_at", "2015-04-01 09:27:46.552003"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.556412"], ["updated_at", "2015-04-01 09:27:46.556412"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:27:46.560493"], ["updated_at", "2015-04-01 09:27:46.560493"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (1.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.566168"], ["updated_at", "2015-04-01 09:27:46.566168"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.572555"], ["updated_at", "2015-04-01 09:27:46.572555"], ["tracking", "150401-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.576328"], ["updated_at", "2015-04-01 09:27:46.576328"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.579737"], ["updated_at", "2015-04-01 09:27:46.579737"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.584200"], ["updated_at", "2015-04-01 09:27:46.584200"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.587020"], ["updated_at", "2015-04-01 09:27:46.587020"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.591075"], ["updated_at", "2015-04-01 09:27:46.591075"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.595198"], ["updated_at", "2015-04-01 09:27:46.595198"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.599214"], ["updated_at", "2015-04-01 09:27:46.599214"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.604087"], ["updated_at", "2015-04-01 09:27:46.604087"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.609110"], ["updated_at", "2015-04-01 09:27:46.609110"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.614083"], ["updated_at", "2015-04-01 09:27:46.614083"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.620301"], ["updated_at", "2015-04-01 09:27:46.620301"], ["tracking", "150401-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.624142"], ["updated_at", "2015-04-01 09:27:46.624142"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.627447"], ["updated_at", "2015-04-01 09:27:46.627447"], ["tracking", "150401-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.631205"], ["updated_at", "2015-04-01 09:27:46.631205"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.634199"], ["updated_at", "2015-04-01 09:27:46.634199"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.638413"], ["updated_at", "2015-04-01 09:27:46.638413"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.642481"], ["updated_at", "2015-04-01 09:27:46.642481"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.646437"], ["updated_at", "2015-04-01 09:27:46.646437"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.650020"], ["updated_at", "2015-04-01 09:27:46.650020"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.654451"], ["updated_at", "2015-04-01 09:27:46.654451"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.659884"], ["updated_at", "2015-04-01 09:27:46.659884"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.663934"], ["updated_at", "2015-04-01 09:27:46.663934"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.672453"], ["updated_at", "2015-04-01 09:27:46.672453"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.676811"], ["updated_at", "2015-04-01 09:27:46.676811"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.681800"], ["updated_at", "2015-04-01 09:27:46.681800"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.685919"], ["updated_at", "2015-04-01 09:27:46.685919"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:27:46.691062"], ["updated_at", "2015-04-01 09:27:46.691062"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:27:46.694972"], ["updated_at", "2015-04-01 09:27:46.694972"]]  (0.9ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.809617"], ["updated_at", "2015-04-01 09:28:39.809617"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.832264"], ["updated_at", "2015-04-01 09:28:39.832264"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.845398"], ["updated_at", "2015-04-01 09:28:39.845398"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.849511"], ["updated_at", "2015-04-01 09:28:39.849511"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.853141"], ["updated_at", "2015-04-01 09:28:39.853141"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.855818"], ["updated_at", "2015-04-01 09:28:39.855818"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.860171"], ["updated_at", "2015-04-01 09:28:39.860171"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.864454"], ["updated_at", "2015-04-01 09:28:39.864454"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.868041"], ["updated_at", "2015-04-01 09:28:39.868041"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.874233"], ["updated_at", "2015-04-01 09:28:39.874233"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.883792"], ["updated_at", "2015-04-01 09:28:39.883792"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.887972"], ["updated_at", "2015-04-01 09:28:39.887972"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.891432"], ["updated_at", "2015-04-01 09:28:39.891432"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.894729"], ["updated_at", "2015-04-01 09:28:39.894729"], ["tracking", "150401-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.898599"], ["updated_at", "2015-04-01 09:28:39.898599"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.901412"], ["updated_at", "2015-04-01 09:28:39.901412"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.905185"], ["updated_at", "2015-04-01 09:28:39.905185"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.909450"], ["updated_at", "2015-04-01 09:28:39.909450"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.913116"], ["updated_at", "2015-04-01 09:28:39.913116"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.917032"], ["updated_at", "2015-04-01 09:28:39.917032"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 2], ["version", 1], ["created_at", "2015-04-01 09:28:39.920616"], ["updated_at", "2015-04-01 09:28:39.920616"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.927747"], ["updated_at", "2015-04-01 09:28:39.927747"], ["tracking", "150401-10"]]  (0.9ms) commit transaction  (0.4ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.933844"], ["updated_at", "2015-04-01 09:28:39.933844"], ["tracking", "150401-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.938065"], ["updated_at", "2015-04-01 09:28:39.938065"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.941457"], ["updated_at", "2015-04-01 09:28:39.941457"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.945041"], ["updated_at", "2015-04-01 09:28:39.945041"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.947991"], ["updated_at", "2015-04-01 09:28:39.947991"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.952062"], ["updated_at", "2015-04-01 09:28:39.952062"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.955791"], ["updated_at", "2015-04-01 09:28:39.955791"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.960063"], ["updated_at", "2015-04-01 09:28:39.960063"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.964391"], ["updated_at", "2015-04-01 09:28:39.964391"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.968513"], ["updated_at", "2015-04-01 09:28:39.968513"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.975616"], ["updated_at", "2015-04-01 09:28:39.975616"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.979819"], ["updated_at", "2015-04-01 09:28:39.979819"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.985946"], ["updated_at", "2015-04-01 09:28:39.985946"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.989382"], ["updated_at", "2015-04-01 09:28:39.989382"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:39.993068"], ["updated_at", "2015-04-01 09:28:39.993068"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:39.995943"], ["updated_at", "2015-04-01 09:28:39.995943"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:40.000159"], ["updated_at", "2015-04-01 09:28:40.000159"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:40.004258"], ["updated_at", "2015-04-01 09:28:40.004258"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:40.008652"], ["updated_at", "2015-04-01 09:28:40.008652"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:28:40.012669"], ["updated_at", "2015-04-01 09:28:40.012669"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:40.017503"], ["updated_at", "2015-04-01 09:28:40.017503"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:40.023790"], ["updated_at", "2015-04-01 09:28:40.023790"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:40.027390"], ["updated_at", "2015-04-01 09:28:40.027390"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:40.034844"], ["updated_at", "2015-04-01 09:28:40.034844"], ["tracking", "150401-19"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:40.039558"], ["updated_at", "2015-04-01 09:28:40.039558"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:40.045683"], ["updated_at", "2015-04-01 09:28:40.045683"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 09:28:40.100458"], ["updated_at", "2015-04-01 09:28:40.100458"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("title", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["title", "Save the world"], ["status", 1], ["version", 1], ["created_at", "2015-04-01 09:28:40.105242"], ["updated_at", "2015-04-01 09:28:40.105242"], ["tracking", "150401-21"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 09:28:40.109954"], ["updated_at", "2015-04-01 09:28:40.109954"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 09:48:24.907867"], ["updated_at", "2015-04-01 09:48:24.907867"], ["tracking", "150401-1"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 09:48:24.920235"], ["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 09:48:24.971986"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 10:13:13.777018"], ["updated_at", "2015-04-01 10:13:13.777018"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 10:13:13.786898"], ["updated_at", "2015-04-01 10:13:13.786898"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 60ms (Views: 54.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 10:13:13.901973"], ["updated_at", "2015-04-01 10:13:13.901973"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 10:13:13.905868"], ["updated_at", "2015-04-01 10:13:13.905868"], ["tracking", "150401-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 58ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 10:13:13.979037"], ["updated_at", "2015-04-01 10:13:13.979037"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 10:13:13.984449"], ["updated_at", "2015-04-01 10:13:13.984449"], ["tracking", "150401-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.131891"], ["updated_at", "2015-04-01 11:52:16.131891"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.195664"], ["updated_at", "2015-04-01 11:52:16.195664"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.199692"], ["updated_at", "2015-04-01 11:52:16.199692"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.208838"], ["updated_at", "2015-04-01 11:52:16.208838"], ["tracking", "150401-2"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.213215"], ["updated_at", "2015-04-01 11:52:16.213215"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.216966"], ["updated_at", "2015-04-01 11:52:16.216966"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.221721"], ["updated_at", "2015-04-01 11:52:16.221721"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.225871"], ["updated_at", "2015-04-01 11:52:16.225871"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.229282"], ["updated_at", "2015-04-01 11:52:16.229282"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.234213"], ["updated_at", "2015-04-01 11:52:16.234213"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.238455"], ["updated_at", "2015-04-01 11:52:16.238455"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.242265"], ["updated_at", "2015-04-01 11:52:16.242265"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.247171"], ["updated_at", "2015-04-01 11:52:16.247171"], ["tracking", "150401-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.252811"], ["updated_at", "2015-04-01 11:52:16.252811"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.256467"], ["updated_at", "2015-04-01 11:52:16.256467"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.261970"], ["updated_at", "2015-04-01 11:52:16.261970"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.265726"], ["updated_at", "2015-04-01 11:52:16.265726"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.269277"], ["updated_at", "2015-04-01 11:52:16.269277"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.274362"], ["updated_at", "2015-04-01 11:52:16.274362"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.278738"], ["updated_at", "2015-04-01 11:52:16.278738"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.283524"], ["updated_at", "2015-04-01 11:52:16.283524"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.287959"], ["updated_at", "2015-04-01 11:52:16.287959"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.293103"], ["updated_at", "2015-04-01 11:52:16.293103"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.296908"], ["updated_at", "2015-04-01 11:52:16.296908"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.303866"], ["updated_at", "2015-04-01 11:52:16.303866"], ["tracking", "150401-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.307675"], ["updated_at", "2015-04-01 11:52:16.307675"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.311212"], ["updated_at", "2015-04-01 11:52:16.311212"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.316612"], ["updated_at", "2015-04-01 11:52:16.316612"], ["tracking", "150401-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.321218"], ["updated_at", "2015-04-01 11:52:16.321218"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.325077"], ["updated_at", "2015-04-01 11:52:16.325077"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.330191"], ["updated_at", "2015-04-01 11:52:16.330191"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.335013"], ["updated_at", "2015-04-01 11:52:16.335013"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.339057"], ["updated_at", "2015-04-01 11:52:16.339057"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.344518"], ["updated_at", "2015-04-01 11:52:16.344518"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.348502"], ["updated_at", "2015-04-01 11:52:16.348502"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.353484"], ["updated_at", "2015-04-01 11:52:16.353484"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.358991"], ["updated_at", "2015-04-01 11:52:16.358991"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.362780"], ["updated_at", "2015-04-01 11:52:16.362780"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.366293"], ["updated_at", "2015-04-01 11:52:16.366293"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.371225"], ["updated_at", "2015-04-01 11:52:16.371225"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.375624"], ["updated_at", "2015-04-01 11:52:16.375624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.379002"], ["updated_at", "2015-04-01 11:52:16.379002"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.384090"], ["updated_at", "2015-04-01 11:52:16.384090"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.388891"], ["updated_at", "2015-04-01 11:52:16.388891"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.392567"], ["updated_at", "2015-04-01 11:52:16.392567"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.397696"], ["updated_at", "2015-04-01 11:52:16.397696"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.403256"], ["updated_at", "2015-04-01 11:52:16.403256"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.406886"], ["updated_at", "2015-04-01 11:52:16.406886"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.412200"], ["updated_at", "2015-04-01 11:52:16.412200"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.415999"], ["updated_at", "2015-04-01 11:52:16.415999"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.419455"], ["updated_at", "2015-04-01 11:52:16.419455"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.424532"], ["updated_at", "2015-04-01 11:52:16.424532"], ["tracking", "150401-19"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.429423"], ["updated_at", "2015-04-01 11:52:16.429423"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.433460"], ["updated_at", "2015-04-01 11:52:16.433460"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.439295"], ["updated_at", "2015-04-01 11:52:16.439295"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.443117"], ["updated_at", "2015-04-01 11:52:16.443117"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.446640"], ["updated_at", "2015-04-01 11:52:16.446640"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.453503"], ["updated_at", "2015-04-01 11:52:16.453503"], ["tracking", "150401-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.459226"], ["updated_at", "2015-04-01 11:52:16.459226"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.463100"], ["updated_at", "2015-04-01 11:52:16.463100"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:52:16.468937"], ["updated_at", "2015-04-01 11:52:16.468937"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.472723"], ["updated_at", "2015-04-01 11:52:16.472723"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:52:16.476167"], ["updated_at", "2015-04-01 11:52:16.476167"]]  (1.1ms) commit transaction  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.654432"], ["updated_at", "2015-04-01 11:53:18.654432"], ["tracking", "150401-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.680981"], ["updated_at", "2015-04-01 11:53:18.680981"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.685187"], ["updated_at", "2015-04-01 11:53:18.685187"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.694189"], ["updated_at", "2015-04-01 11:53:18.694189"], ["tracking", "150401-2"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.699993"], ["updated_at", "2015-04-01 11:53:18.699993"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.705608"], ["updated_at", "2015-04-01 11:53:18.705608"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.713982"], ["updated_at", "2015-04-01 11:53:18.713982"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.719955"], ["updated_at", "2015-04-01 11:53:18.719955"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.723759"], ["updated_at", "2015-04-01 11:53:18.723759"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.799153"], ["updated_at", "2015-04-01 11:53:18.799153"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.804808"], ["updated_at", "2015-04-01 11:53:18.804808"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.808959"], ["updated_at", "2015-04-01 11:53:18.808959"]]  (0.6ms) commit transaction  (0.2ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.817528"], ["updated_at", "2015-04-01 11:53:18.817528"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.825808"], ["updated_at", "2015-04-01 11:53:18.825808"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.831187"], ["updated_at", "2015-04-01 11:53:18.831187"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.839575"], ["updated_at", "2015-04-01 11:53:18.839575"], ["tracking", "150401-6"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.843856"], ["updated_at", "2015-04-01 11:53:18.843856"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.850836"], ["updated_at", "2015-04-01 11:53:18.850836"], ["tracking", "150401-7"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.858183"], ["updated_at", "2015-04-01 11:53:18.858183"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.865177"], ["updated_at", "2015-04-01 11:53:18.865177"], ["tracking", "150401-8"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.870765"], ["updated_at", "2015-04-01 11:53:18.870765"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.876345"], ["updated_at", "2015-04-01 11:53:18.876345"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.880604"], ["updated_at", "2015-04-01 11:53:18.880604"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.884551"], ["updated_at", "2015-04-01 11:53:18.884551"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.890000"], ["updated_at", "2015-04-01 11:53:18.890000"], ["tracking", "150401-10"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.894208"], ["updated_at", "2015-04-01 11:53:18.894208"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.897936"], ["updated_at", "2015-04-01 11:53:18.897936"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.903177"], ["updated_at", "2015-04-01 11:53:18.903177"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.907525"], ["updated_at", "2015-04-01 11:53:18.907525"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.911019"], ["updated_at", "2015-04-01 11:53:18.911019"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.916559"], ["updated_at", "2015-04-01 11:53:18.916559"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.922045"], ["updated_at", "2015-04-01 11:53:18.922045"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.925407"], ["updated_at", "2015-04-01 11:53:18.925407"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.930760"], ["updated_at", "2015-04-01 11:53:18.930760"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.934782"], ["updated_at", "2015-04-01 11:53:18.934782"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.938147"], ["updated_at", "2015-04-01 11:53:18.938147"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.941366"], ["updated_at", "2015-04-01 11:53:18.941366"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.947549"], ["updated_at", "2015-04-01 11:53:18.947549"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.951253"], ["updated_at", "2015-04-01 11:53:18.951253"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.954662"], ["updated_at", "2015-04-01 11:53:18.954662"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.958664"], ["updated_at", "2015-04-01 11:53:18.958664"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.965021"], ["updated_at", "2015-04-01 11:53:18.965021"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.968839"], ["updated_at", "2015-04-01 11:53:18.968839"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.972435"], ["updated_at", "2015-04-01 11:53:18.972435"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.977669"], ["updated_at", "2015-04-01 11:53:18.977669"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.982033"], ["updated_at", "2015-04-01 11:53:18.982033"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.985473"], ["updated_at", "2015-04-01 11:53:18.985473"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:18.990448"], ["updated_at", "2015-04-01 11:53:18.990448"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.994811"], ["updated_at", "2015-04-01 11:53:18.994811"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:18.998384"], ["updated_at", "2015-04-01 11:53:18.998384"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:19.004251"], ["updated_at", "2015-04-01 11:53:19.004251"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:19.008388"], ["updated_at", "2015-04-01 11:53:19.008388"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:19.012977"], ["updated_at", "2015-04-01 11:53:19.012977"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:19.019899"], ["updated_at", "2015-04-01 11:53:19.019899"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:19.024650"], ["updated_at", "2015-04-01 11:53:19.024650"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:19.028080"], ["updated_at", "2015-04-01 11:53:19.028080"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:19.033228"], ["updated_at", "2015-04-01 11:53:19.033228"], ["tracking", "150401-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:19.037631"], ["updated_at", "2015-04-01 11:53:19.037631"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:19.041302"], ["updated_at", "2015-04-01 11:53:19.041302"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:19.046373"], ["updated_at", "2015-04-01 11:53:19.046373"], ["tracking", "150401-23"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:19.050634"], ["updated_at", "2015-04-01 11:53:19.050634"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:19.054037"], ["updated_at", "2015-04-01 11:53:19.054037"]]  (0.8ms) commit transaction  (2.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:26.819548"], ["updated_at", "2015-04-01 11:53:26.819548"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.839195"], ["updated_at", "2015-04-01 11:53:26.839195"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.843409"], ["updated_at", "2015-04-01 11:53:26.843409"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:26.853175"], ["updated_at", "2015-04-01 11:53:26.853175"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.857642"], ["updated_at", "2015-04-01 11:53:26.857642"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.861241"], ["updated_at", "2015-04-01 11:53:26.861241"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:26.872249"], ["updated_at", "2015-04-01 11:53:26.872249"], ["tracking", "150401-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.878610"], ["updated_at", "2015-04-01 11:53:26.878610"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.884586"], ["updated_at", "2015-04-01 11:53:26.884586"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:26.962867"], ["updated_at", "2015-04-01 11:53:26.962867"], ["tracking", "150401-4"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.967762"], ["updated_at", "2015-04-01 11:53:26.967762"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.971735"], ["updated_at", "2015-04-01 11:53:26.971735"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:26.977808"], ["updated_at", "2015-04-01 11:53:26.977808"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.982042"], ["updated_at", "2015-04-01 11:53:26.982042"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.985474"], ["updated_at", "2015-04-01 11:53:26.985474"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:26.990662"], ["updated_at", "2015-04-01 11:53:26.990662"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:26.995056"], ["updated_at", "2015-04-01 11:53:26.995056"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:26.999790"], ["updated_at", "2015-04-01 11:53:26.999790"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.004376"], ["updated_at", "2015-04-01 11:53:27.004376"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.009238"], ["updated_at", "2015-04-01 11:53:27.009238"], ["tracking", "150401-8"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.013023"], ["updated_at", "2015-04-01 11:53:27.013023"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.018087"], ["updated_at", "2015-04-01 11:53:27.018087"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.023367"], ["updated_at", "2015-04-01 11:53:27.023367"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.027184"], ["updated_at", "2015-04-01 11:53:27.027184"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.032358"], ["updated_at", "2015-04-01 11:53:27.032358"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.036387"], ["updated_at", "2015-04-01 11:53:27.036387"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.040063"], ["updated_at", "2015-04-01 11:53:27.040063"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.045318"], ["updated_at", "2015-04-01 11:53:27.045318"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.049172"], ["updated_at", "2015-04-01 11:53:27.049172"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.052568"], ["updated_at", "2015-04-01 11:53:27.052568"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.057749"], ["updated_at", "2015-04-01 11:53:27.057749"], ["tracking", "150401-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.062006"], ["updated_at", "2015-04-01 11:53:27.062006"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.065566"], ["updated_at", "2015-04-01 11:53:27.065566"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.070790"], ["updated_at", "2015-04-01 11:53:27.070790"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.075191"], ["updated_at", "2015-04-01 11:53:27.075191"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.078689"], ["updated_at", "2015-04-01 11:53:27.078689"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.081861"], ["updated_at", "2015-04-01 11:53:27.081861"], ["tracking", "150401-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.089480"], ["updated_at", "2015-04-01 11:53:27.089480"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.093507"], ["updated_at", "2015-04-01 11:53:27.093507"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.097383"], ["updated_at", "2015-04-01 11:53:27.097383"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.100844"], ["updated_at", "2015-04-01 11:53:27.100844"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.107297"], ["updated_at", "2015-04-01 11:53:27.107297"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.111278"], ["updated_at", "2015-04-01 11:53:27.111278"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.114606"], ["updated_at", "2015-04-01 11:53:27.114606"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.119949"], ["updated_at", "2015-04-01 11:53:27.119949"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.124192"], ["updated_at", "2015-04-01 11:53:27.124192"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.127572"], ["updated_at", "2015-04-01 11:53:27.127572"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.132717"], ["updated_at", "2015-04-01 11:53:27.132717"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.137065"], ["updated_at", "2015-04-01 11:53:27.137065"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.140635"], ["updated_at", "2015-04-01 11:53:27.140635"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.145717"], ["updated_at", "2015-04-01 11:53:27.145717"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.150501"], ["updated_at", "2015-04-01 11:53:27.150501"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.153926"], ["updated_at", "2015-04-01 11:53:27.153926"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.159587"], ["updated_at", "2015-04-01 11:53:27.159587"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.163902"], ["updated_at", "2015-04-01 11:53:27.163902"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.167333"], ["updated_at", "2015-04-01 11:53:27.167333"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.172475"], ["updated_at", "2015-04-01 11:53:27.172475"], ["tracking", "150401-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.176814"], ["updated_at", "2015-04-01 11:53:27.176814"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.180370"], ["updated_at", "2015-04-01 11:53:27.180370"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:27.185539"], ["updated_at", "2015-04-01 11:53:27.185539"], ["tracking", "150401-23"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.190401"], ["updated_at", "2015-04-01 11:53:27.190401"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:27.194231"], ["updated_at", "2015-04-01 11:53:27.194231"]]  (0.7ms) commit transaction  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.192668"], ["updated_at", "2015-04-01 11:53:34.192668"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.215087"], ["updated_at", "2015-04-01 11:53:34.215087"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.219090"], ["updated_at", "2015-04-01 11:53:34.219090"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.227159"], ["updated_at", "2015-04-01 11:53:34.227159"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.233346"], ["updated_at", "2015-04-01 11:53:34.233346"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.239704"], ["updated_at", "2015-04-01 11:53:34.239704"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.247590"], ["updated_at", "2015-04-01 11:53:34.247590"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.252785"], ["updated_at", "2015-04-01 11:53:34.252785"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.256344"], ["updated_at", "2015-04-01 11:53:34.256344"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.328093"], ["updated_at", "2015-04-01 11:53:34.328093"], ["tracking", "150401-4"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.332693"], ["updated_at", "2015-04-01 11:53:34.332693"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.336052"], ["updated_at", "2015-04-01 11:53:34.336052"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.341732"], ["updated_at", "2015-04-01 11:53:34.341732"], ["tracking", "150401-5"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.346257"], ["updated_at", "2015-04-01 11:53:34.346257"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.350312"], ["updated_at", "2015-04-01 11:53:34.350312"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.357160"], ["updated_at", "2015-04-01 11:53:34.357160"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.361919"], ["updated_at", "2015-04-01 11:53:34.361919"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.372399"], ["updated_at", "2015-04-01 11:53:34.372399"], ["tracking", "150401-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.378239"], ["updated_at", "2015-04-01 11:53:34.378239"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.385027"], ["updated_at", "2015-04-01 11:53:34.385027"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.389470"], ["updated_at", "2015-04-01 11:53:34.389470"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.394602"], ["updated_at", "2015-04-01 11:53:34.394602"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.398613"], ["updated_at", "2015-04-01 11:53:34.398613"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.402224"], ["updated_at", "2015-04-01 11:53:34.402224"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.407562"], ["updated_at", "2015-04-01 11:53:34.407562"], ["tracking", "150401-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.412093"], ["updated_at", "2015-04-01 11:53:34.412093"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.417118"], ["updated_at", "2015-04-01 11:53:34.417118"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.425344"], ["updated_at", "2015-04-01 11:53:34.425344"], ["tracking", "150401-11"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.432404"], ["updated_at", "2015-04-01 11:53:34.432404"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.442447"], ["updated_at", "2015-04-01 11:53:34.442447"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.453328"], ["updated_at", "2015-04-01 11:53:34.453328"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.457974"], ["updated_at", "2015-04-01 11:53:34.457974"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.462020"], ["updated_at", "2015-04-01 11:53:34.462020"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.469000"], ["updated_at", "2015-04-01 11:53:34.469000"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.475762"], ["updated_at", "2015-04-01 11:53:34.475762"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.481507"], ["updated_at", "2015-04-01 11:53:34.481507"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.487635"], ["updated_at", "2015-04-01 11:53:34.487635"], ["tracking", "150401-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.498532"], ["updated_at", "2015-04-01 11:53:34.498532"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.503669"], ["updated_at", "2015-04-01 11:53:34.503669"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.507109"], ["updated_at", "2015-04-01 11:53:34.507109"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.510630"], ["updated_at", "2015-04-01 11:53:34.510630"], ["tracking", "150401-16"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.521255"], ["updated_at", "2015-04-01 11:53:34.521255"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.525533"], ["updated_at", "2015-04-01 11:53:34.525533"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.531102"], ["updated_at", "2015-04-01 11:53:34.531102"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.537872"], ["updated_at", "2015-04-01 11:53:34.537872"], ["tracking", "150401-18"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.541844"], ["updated_at", "2015-04-01 11:53:34.541844"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.545552"], ["updated_at", "2015-04-01 11:53:34.545552"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.551226"], ["updated_at", "2015-04-01 11:53:34.551226"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.556454"], ["updated_at", "2015-04-01 11:53:34.556454"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.563911"], ["updated_at", "2015-04-01 11:53:34.563911"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.569803"], ["updated_at", "2015-04-01 11:53:34.569803"], ["tracking", "150401-20"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.573714"], ["updated_at", "2015-04-01 11:53:34.573714"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.578309"], ["updated_at", "2015-04-01 11:53:34.578309"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.585665"], ["updated_at", "2015-04-01 11:53:34.585665"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.590128"], ["updated_at", "2015-04-01 11:53:34.590128"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.593561"], ["updated_at", "2015-04-01 11:53:34.593561"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.598918"], ["updated_at", "2015-04-01 11:53:34.598918"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.603171"], ["updated_at", "2015-04-01 11:53:34.603171"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.606668"], ["updated_at", "2015-04-01 11:53:34.606668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:34.611992"], ["updated_at", "2015-04-01 11:53:34.611992"], ["tracking", "150401-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.616173"], ["updated_at", "2015-04-01 11:53:34.616173"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:34.619684"], ["updated_at", "2015-04-01 11:53:34.619684"]]  (0.8ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.439435"], ["updated_at", "2015-04-01 11:53:54.439435"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.496781"], ["updated_at", "2015-04-01 11:53:54.496781"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.500668"], ["updated_at", "2015-04-01 11:53:54.500668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.508491"], ["updated_at", "2015-04-01 11:53:54.508491"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.513365"], ["updated_at", "2015-04-01 11:53:54.513365"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.517325"], ["updated_at", "2015-04-01 11:53:54.517325"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.523075"], ["updated_at", "2015-04-01 11:53:54.523075"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.526981"], ["updated_at", "2015-04-01 11:53:54.526981"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.530517"], ["updated_at", "2015-04-01 11:53:54.530517"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.554975"], ["updated_at", "2015-04-01 11:53:54.554975"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.559119"], ["updated_at", "2015-04-01 11:53:54.559119"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.564229"], ["updated_at", "2015-04-01 11:53:54.564229"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.571434"], ["updated_at", "2015-04-01 11:53:54.571434"], ["tracking", "150401-5"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.579737"], ["updated_at", "2015-04-01 11:53:54.579737"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.583332"], ["updated_at", "2015-04-01 11:53:54.583332"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.589410"], ["updated_at", "2015-04-01 11:53:54.589410"], ["tracking", "150401-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.596074"], ["updated_at", "2015-04-01 11:53:54.596074"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.602914"], ["updated_at", "2015-04-01 11:53:54.602914"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.606776"], ["updated_at", "2015-04-01 11:53:54.606776"]]  (1.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.617474"], ["updated_at", "2015-04-01 11:53:54.617474"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.622942"], ["updated_at", "2015-04-01 11:53:54.622942"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.630831"], ["updated_at", "2015-04-01 11:53:54.630831"], ["tracking", "150401-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.636167"], ["updated_at", "2015-04-01 11:53:54.636167"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.639799"], ["updated_at", "2015-04-01 11:53:54.639799"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.698926"], ["updated_at", "2015-04-01 11:53:54.698926"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.702765"], ["updated_at", "2015-04-01 11:53:54.702765"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.706898"], ["updated_at", "2015-04-01 11:53:54.706898"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.712919"], ["updated_at", "2015-04-01 11:53:54.712919"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.717770"], ["updated_at", "2015-04-01 11:53:54.717770"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.721742"], ["updated_at", "2015-04-01 11:53:54.721742"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.728549"], ["updated_at", "2015-04-01 11:53:54.728549"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.733363"], ["updated_at", "2015-04-01 11:53:54.733363"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.737561"], ["updated_at", "2015-04-01 11:53:54.737561"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.744417"], ["updated_at", "2015-04-01 11:53:54.744417"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.748725"], ["updated_at", "2015-04-01 11:53:54.748725"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.752131"], ["updated_at", "2015-04-01 11:53:54.752131"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.755772"], ["updated_at", "2015-04-01 11:53:54.755772"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.762627"], ["updated_at", "2015-04-01 11:53:54.762627"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.766508"], ["updated_at", "2015-04-01 11:53:54.766508"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.770257"], ["updated_at", "2015-04-01 11:53:54.770257"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.773741"], ["updated_at", "2015-04-01 11:53:54.773741"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.780353"], ["updated_at", "2015-04-01 11:53:54.780353"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.784135"], ["updated_at", "2015-04-01 11:53:54.784135"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.787737"], ["updated_at", "2015-04-01 11:53:54.787737"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.792876"], ["updated_at", "2015-04-01 11:53:54.792876"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.797361"], ["updated_at", "2015-04-01 11:53:54.797361"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.800956"], ["updated_at", "2015-04-01 11:53:54.800956"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.806053"], ["updated_at", "2015-04-01 11:53:54.806053"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.810465"], ["updated_at", "2015-04-01 11:53:54.810465"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.813990"], ["updated_at", "2015-04-01 11:53:54.813990"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.819301"], ["updated_at", "2015-04-01 11:53:54.819301"], ["tracking", "150401-20"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.823995"], ["updated_at", "2015-04-01 11:53:54.823995"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.827766"], ["updated_at", "2015-04-01 11:53:54.827766"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.833030"], ["updated_at", "2015-04-01 11:53:54.833030"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.837211"], ["updated_at", "2015-04-01 11:53:54.837211"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.840736"], ["updated_at", "2015-04-01 11:53:54.840736"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.845727"], ["updated_at", "2015-04-01 11:53:54.845727"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.850077"], ["updated_at", "2015-04-01 11:53:54.850077"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.853454"], ["updated_at", "2015-04-01 11:53:54.853454"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:53:54.858487"], ["updated_at", "2015-04-01 11:53:54.858487"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.862973"], ["updated_at", "2015-04-01 11:53:54.862973"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:53:54.866336"], ["updated_at", "2015-04-01 11:53:54.866336"]]  (0.7ms) commit transaction  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.789306"], ["updated_at", "2015-04-01 11:54:08.789306"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.808193"], ["updated_at", "2015-04-01 11:54:08.808193"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.812054"], ["updated_at", "2015-04-01 11:54:08.812054"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.819631"], ["updated_at", "2015-04-01 11:54:08.819631"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.824012"], ["updated_at", "2015-04-01 11:54:08.824012"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.827714"], ["updated_at", "2015-04-01 11:54:08.827714"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.833249"], ["updated_at", "2015-04-01 11:54:08.833249"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.836967"], ["updated_at", "2015-04-01 11:54:08.836967"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.840288"], ["updated_at", "2015-04-01 11:54:08.840288"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.902700"], ["updated_at", "2015-04-01 11:54:08.902700"], ["tracking", "150401-4"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.907217"], ["updated_at", "2015-04-01 11:54:08.907217"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.910592"], ["updated_at", "2015-04-01 11:54:08.910592"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.916405"], ["updated_at", "2015-04-01 11:54:08.916405"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.920888"], ["updated_at", "2015-04-01 11:54:08.920888"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.924208"], ["updated_at", "2015-04-01 11:54:08.924208"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.929592"], ["updated_at", "2015-04-01 11:54:08.929592"], ["tracking", "150401-6"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.935496"], ["updated_at", "2015-04-01 11:54:08.935496"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.940618"], ["updated_at", "2015-04-01 11:54:08.940618"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.944715"], ["updated_at", "2015-04-01 11:54:08.944715"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.949500"], ["updated_at", "2015-04-01 11:54:08.949500"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.955031"], ["updated_at", "2015-04-01 11:54:08.955031"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.959759"], ["updated_at", "2015-04-01 11:54:08.959759"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.963391"], ["updated_at", "2015-04-01 11:54:08.963391"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.966981"], ["updated_at", "2015-04-01 11:54:08.966981"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.972525"], ["updated_at", "2015-04-01 11:54:08.972525"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.976621"], ["updated_at", "2015-04-01 11:54:08.976621"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.980087"], ["updated_at", "2015-04-01 11:54:08.980087"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.985406"], ["updated_at", "2015-04-01 11:54:08.985406"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.990032"], ["updated_at", "2015-04-01 11:54:08.990032"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:08.993412"], ["updated_at", "2015-04-01 11:54:08.993412"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:08.998699"], ["updated_at", "2015-04-01 11:54:08.998699"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.005110"], ["updated_at", "2015-04-01 11:54:09.005110"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.008582"], ["updated_at", "2015-04-01 11:54:09.008582"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.013974"], ["updated_at", "2015-04-01 11:54:09.013974"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.018528"], ["updated_at", "2015-04-01 11:54:09.018528"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.022157"], ["updated_at", "2015-04-01 11:54:09.022157"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.025389"], ["updated_at", "2015-04-01 11:54:09.025389"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.031750"], ["updated_at", "2015-04-01 11:54:09.031750"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.035679"], ["updated_at", "2015-04-01 11:54:09.035679"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.041171"], ["updated_at", "2015-04-01 11:54:09.041171"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.045540"], ["updated_at", "2015-04-01 11:54:09.045540"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.053586"], ["updated_at", "2015-04-01 11:54:09.053586"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.057518"], ["updated_at", "2015-04-01 11:54:09.057518"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.061064"], ["updated_at", "2015-04-01 11:54:09.061064"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.066651"], ["updated_at", "2015-04-01 11:54:09.066651"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.071535"], ["updated_at", "2015-04-01 11:54:09.071535"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.075607"], ["updated_at", "2015-04-01 11:54:09.075607"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.081798"], ["updated_at", "2015-04-01 11:54:09.081798"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.086538"], ["updated_at", "2015-04-01 11:54:09.086538"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.090408"], ["updated_at", "2015-04-01 11:54:09.090408"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.096206"], ["updated_at", "2015-04-01 11:54:09.096206"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.100067"], ["updated_at", "2015-04-01 11:54:09.100067"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.105230"], ["updated_at", "2015-04-01 11:54:09.105230"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.110835"], ["updated_at", "2015-04-01 11:54:09.110835"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.114580"], ["updated_at", "2015-04-01 11:54:09.114580"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.118003"], ["updated_at", "2015-04-01 11:54:09.118003"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.123105"], ["updated_at", "2015-04-01 11:54:09.123105"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.127219"], ["updated_at", "2015-04-01 11:54:09.127219"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.130777"], ["updated_at", "2015-04-01 11:54:09.130777"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:54:09.136199"], ["updated_at", "2015-04-01 11:54:09.136199"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.141785"], ["updated_at", "2015-04-01 11:54:09.141785"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:54:09.145976"], ["updated_at", "2015-04-01 11:54:09.145976"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (1.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:11.856163"], ["updated_at", "2015-04-01 11:58:11.856163"], ["tracking", "150401-1"]]  (2.3ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:11.876334"], ["updated_at", "2015-04-01 11:58:11.876334"], ["tracking", "150401-2"]]  (1.1ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.4ms) Completed 200 OK in 104ms (Views: 88.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] SQL (0.6ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] SQL (0.5ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:12.194367"], ["updated_at", "2015-04-01 11:58:12.194367"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:12.200409"], ["updated_at", "2015-04-01 11:58:12.200409"], ["tracking", "150401-2"]]  (1.3ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.3ms) Completed 200 OK in 19ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 4]] SQL (0.6ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (1.3ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:12.244122"], ["updated_at", "2015-04-01 11:58:12.244122"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:12.251079"], ["updated_at", "2015-04-01 11:58:12.251079"], ["tracking", "150401-2"]]  (1.1ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/flyboy/application (0.4ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.409547"], ["updated_at", "2015-04-01 11:58:19.409547"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.430394"], ["updated_at", "2015-04-01 11:58:19.430394"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.434235"], ["updated_at", "2015-04-01 11:58:19.434235"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 11:58:19.505574"], ["task_id", 1], ["created_at", "2015-04-01 11:58:19.512693"], ["updated_at", "2015-04-01 11:58:19.512693"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 11:58:19.514398"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 78ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.527161"], ["updated_at", "2015-04-01 11:58:19.527161"], ["tracking", "150401-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.531503"], ["updated_at", "2015-04-01 11:58:19.531503"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.535484"], ["updated_at", "2015-04-01 11:58:19.535484"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 11:58:19.541238"], ["task_id", 3], ["created_at", "2015-04-01 11:58:19.542362"], ["updated_at", "2015-04-01 11:58:19.542362"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 11:58:19.543970"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.553275"], ["updated_at", "2015-04-01 11:58:19.553275"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.557850"], ["updated_at", "2015-04-01 11:58:19.557850"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.561976"], ["updated_at", "2015-04-01 11:58:19.561976"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 11:58:19.569301"], ["task_id", 5], ["created_at", "2015-04-01 11:58:19.570621"], ["updated_at", "2015-04-01 11:58:19.570621"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 11:58:19.572400"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.581503"], ["updated_at", "2015-04-01 11:58:19.581503"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.585929"], ["updated_at", "2015-04-01 11:58:19.585929"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.589334"], ["updated_at", "2015-04-01 11:58:19.589334"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 11:58:19.594375"], ["task_id", 7], ["created_at", "2015-04-01 11:58:19.595890"], ["updated_at", "2015-04-01 11:58:19.595890"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 11:58:19.597593"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.603108"], ["updated_at", "2015-04-01 11:58:19.603108"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.607000"], ["updated_at", "2015-04-01 11:58:19.607000"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.611163"], ["updated_at", "2015-04-01 11:58:19.611163"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.667968"], ["updated_at", "2015-04-01 11:58:19.667968"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.671756"], ["updated_at", "2015-04-01 11:58:19.671756"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.676372"], ["updated_at", "2015-04-01 11:58:19.676372"], ["tracking", "150401-7"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.683417"], ["updated_at", "2015-04-01 11:58:19.683417"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.690730"], ["updated_at", "2015-04-01 11:58:19.690730"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.694914"], ["updated_at", "2015-04-01 11:58:19.694914"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.699947"], ["updated_at", "2015-04-01 11:58:19.699947"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.703976"], ["updated_at", "2015-04-01 11:58:19.703976"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.707638"], ["updated_at", "2015-04-01 11:58:19.707638"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"14"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 14]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 14]] Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.737242"], ["updated_at", "2015-04-01 11:58:19.737242"], ["tracking", "150401-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.741079"], ["updated_at", "2015-04-01 11:58:19.741079"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.744989"], ["updated_at", "2015-04-01 11:58:19.744989"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.754791"], ["updated_at", "2015-04-01 11:58:19.754791"], ["tracking", "150401-11"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.758598"], ["updated_at", "2015-04-01 11:58:19.758598"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.762004"], ["updated_at", "2015-04-01 11:58:19.762004"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"18"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 18]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.771557"], ["updated_at", "2015-04-01 11:58:19.771557"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.775244"], ["updated_at", "2015-04-01 11:58:19.775244"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.780087"], ["updated_at", "2015-04-01 11:58:19.780087"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.787173"], ["updated_at", "2015-04-01 11:58:19.787173"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.791787"], ["updated_at", "2015-04-01 11:58:19.791787"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.795257"], ["updated_at", "2015-04-01 11:58:19.795257"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:19.798344"], ["updated_at", "2015-04-01 11:58:19.798344"], ["tracking", "150401-14"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 11:58:19.805250"], ["updated_at", "2015-04-01 11:58:19.805250"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/24 Completed 302 Found in 1478ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:21.284356"], ["updated_at", "2015-04-01 11:58:21.284356"], ["tracking", "150401-15"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.288326"], ["updated_at", "2015-04-01 11:58:21.288326"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.291821"], ["updated_at", "2015-04-01 11:58:21.291821"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:21.295125"], ["updated_at", "2015-04-01 11:58:21.295125"], ["tracking", "150401-16"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"16", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.303878"], ["updated_at", "2015-04-01 11:58:21.303878"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/27 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:21.310143"], ["updated_at", "2015-04-01 11:58:21.310143"], ["tracking", "150401-17"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.314407"], ["updated_at", "2015-04-01 11:58:21.314407"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.318950"], ["updated_at", "2015-04-01 11:58:21.318950"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:21.325848"], ["updated_at", "2015-04-01 11:58:21.325848"], ["tracking", "150401-18"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.329889"], ["updated_at", "2015-04-01 11:58:21.329889"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.333591"], ["updated_at", "2015-04-01 11:58:21.333591"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:21.341470"], ["updated_at", "2015-04-01 11:58:21.341470"], ["tracking", "150401-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.345798"], ["updated_at", "2015-04-01 11:58:21.345798"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.350004"], ["updated_at", "2015-04-01 11:58:21.350004"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:21.356786"], ["updated_at", "2015-04-01 11:58:21.356786"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.360915"], ["updated_at", "2015-04-01 11:58:21.360915"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.364385"], ["updated_at", "2015-04-01 11:58:21.364385"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:21.370330"], ["updated_at", "2015-04-01 11:58:21.370330"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.374624"], ["updated_at", "2015-04-01 11:58:21.374624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.378117"], ["updated_at", "2015-04-01 11:58:21.378117"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:21.383201"], ["updated_at", "2015-04-01 11:58:21.383201"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.389051"], ["updated_at", "2015-04-01 11:58:21.389051"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.392454"], ["updated_at", "2015-04-01 11:58:21.392454"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:21.397620"], ["updated_at", "2015-04-01 11:58:21.397620"], ["tracking", "150401-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.402400"], ["updated_at", "2015-04-01 11:58:21.402400"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:21.406454"], ["updated_at", "2015-04-01 11:58:21.406454"]]  (0.9ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.575520"], ["updated_at", "2015-04-01 11:58:50.575520"], ["tracking", "150401-1"]]  (1.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.594064"], ["updated_at", "2015-04-01 11:58:50.594064"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.597918"], ["updated_at", "2015-04-01 11:58:50.597918"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 11:58:50.669574"], ["task_id", 1], ["created_at", "2015-04-01 11:58:50.676464"], ["updated_at", "2015-04-01 11:58:50.676464"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 11:58:50.678182"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 78ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.691670"], ["updated_at", "2015-04-01 11:58:50.691670"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.695407"], ["updated_at", "2015-04-01 11:58:50.695407"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.698716"], ["updated_at", "2015-04-01 11:58:50.698716"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 11:58:50.703499"], ["task_id", 3], ["created_at", "2015-04-01 11:58:50.704739"], ["updated_at", "2015-04-01 11:58:50.704739"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 11:58:50.706820"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.716042"], ["updated_at", "2015-04-01 11:58:50.716042"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.720259"], ["updated_at", "2015-04-01 11:58:50.720259"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.723726"], ["updated_at", "2015-04-01 11:58:50.723726"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 11:58:50.730646"], ["task_id", 5], ["created_at", "2015-04-01 11:58:50.731716"], ["updated_at", "2015-04-01 11:58:50.731716"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 11:58:50.733290"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.742431"], ["updated_at", "2015-04-01 11:58:50.742431"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.747861"], ["updated_at", "2015-04-01 11:58:50.747861"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.751504"], ["updated_at", "2015-04-01 11:58:50.751504"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 11:58:50.756895"], ["task_id", 7], ["created_at", "2015-04-01 11:58:50.758367"], ["updated_at", "2015-04-01 11:58:50.758367"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 11:58:50.760068"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.765380"], ["updated_at", "2015-04-01 11:58:50.765380"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.769215"], ["updated_at", "2015-04-01 11:58:50.769215"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.773234"], ["updated_at", "2015-04-01 11:58:50.773234"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 47ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.828040"], ["updated_at", "2015-04-01 11:58:50.828040"], ["tracking", "150401-6"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.832829"], ["updated_at", "2015-04-01 11:58:50.832829"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.838317"], ["updated_at", "2015-04-01 11:58:50.838317"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.843473"], ["updated_at", "2015-04-01 11:58:50.843473"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.849776"], ["updated_at", "2015-04-01 11:58:50.849776"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.855175"], ["updated_at", "2015-04-01 11:58:50.855175"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.861795"], ["updated_at", "2015-04-01 11:58:50.861795"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.866553"], ["updated_at", "2015-04-01 11:58:50.866553"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.870515"], ["updated_at", "2015-04-01 11:58:50.870515"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"14"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 14]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 14]] Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.910755"], ["updated_at", "2015-04-01 11:58:50.910755"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.914996"], ["updated_at", "2015-04-01 11:58:50.914996"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.918838"], ["updated_at", "2015-04-01 11:58:50.918838"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.927838"], ["updated_at", "2015-04-01 11:58:50.927838"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.931615"], ["updated_at", "2015-04-01 11:58:50.931615"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.934994"], ["updated_at", "2015-04-01 11:58:50.934994"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"18"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 18]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.945557"], ["updated_at", "2015-04-01 11:58:50.945557"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.949565"], ["updated_at", "2015-04-01 11:58:50.949565"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.952896"], ["updated_at", "2015-04-01 11:58:50.952896"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.958578"], ["updated_at", "2015-04-01 11:58:50.958578"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.963424"], ["updated_at", "2015-04-01 11:58:50.963424"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.966964"], ["updated_at", "2015-04-01 11:58:50.966964"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:50.970233"], ["updated_at", "2015-04-01 11:58:50.970233"], ["tracking", "150401-14"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 11:58:50.977315"], ["updated_at", "2015-04-01 11:58:50.977315"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/24 Completed 302 Found in 1423ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:52.401074"], ["updated_at", "2015-04-01 11:58:52.401074"], ["tracking", "150401-15"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.406989"], ["updated_at", "2015-04-01 11:58:52.406989"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.411200"], ["updated_at", "2015-04-01 11:58:52.411200"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:52.415246"], ["updated_at", "2015-04-01 11:58:52.415246"], ["tracking", "150401-16"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"16", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.423240"], ["updated_at", "2015-04-01 11:58:52.423240"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/27 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:52.429220"], ["updated_at", "2015-04-01 11:58:52.429220"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.432997"], ["updated_at", "2015-04-01 11:58:52.432997"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.437072"], ["updated_at", "2015-04-01 11:58:52.437072"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:52.442147"], ["updated_at", "2015-04-01 11:58:52.442147"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.445930"], ["updated_at", "2015-04-01 11:58:52.445930"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.450671"], ["updated_at", "2015-04-01 11:58:52.450671"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:52.455954"], ["updated_at", "2015-04-01 11:58:52.455954"], ["tracking", "150401-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.460197"], ["updated_at", "2015-04-01 11:58:52.460197"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.464098"], ["updated_at", "2015-04-01 11:58:52.464098"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:52.469249"], ["updated_at", "2015-04-01 11:58:52.469249"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.473239"], ["updated_at", "2015-04-01 11:58:52.473239"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.476833"], ["updated_at", "2015-04-01 11:58:52.476833"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:52.482308"], ["updated_at", "2015-04-01 11:58:52.482308"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.486798"], ["updated_at", "2015-04-01 11:58:52.486798"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.490269"], ["updated_at", "2015-04-01 11:58:52.490269"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:52.495250"], ["updated_at", "2015-04-01 11:58:52.495250"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.500556"], ["updated_at", "2015-04-01 11:58:52.500556"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.503910"], ["updated_at", "2015-04-01 11:58:52.503910"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 11:58:52.509023"], ["updated_at", "2015-04-01 11:58:52.509023"], ["tracking", "150401-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.513774"], ["updated_at", "2015-04-01 11:58:52.513774"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 11:58:52.517117"], ["updated_at", "2015-04-01 11:58:52.517117"]]  (0.8ms) commit transaction  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.251913"], ["updated_at", "2015-04-01 12:02:33.251913"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.271333"], ["updated_at", "2015-04-01 12:02:33.271333"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.275818"], ["updated_at", "2015-04-01 12:02:33.275818"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:02:33.356254"], ["task_id", 1], ["created_at", "2015-04-01 12:02:33.363426"], ["updated_at", "2015-04-01 12:02:33.363426"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:02:33.365213"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 87ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.380089"], ["updated_at", "2015-04-01 12:02:33.380089"], ["tracking", "150401-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.384447"], ["updated_at", "2015-04-01 12:02:33.384447"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.388173"], ["updated_at", "2015-04-01 12:02:33.388173"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:02:33.393468"], ["task_id", 3], ["created_at", "2015-04-01 12:02:33.395039"], ["updated_at", "2015-04-01 12:02:33.395039"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:02:33.397091"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.405638"], ["updated_at", "2015-04-01 12:02:33.405638"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.409960"], ["updated_at", "2015-04-01 12:02:33.409960"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.413790"], ["updated_at", "2015-04-01 12:02:33.413790"]]  (0.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:02:33.421893"], ["task_id", 5], ["created_at", "2015-04-01 12:02:33.422924"], ["updated_at", "2015-04-01 12:02:33.422924"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:02:33.424501"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.433219"], ["updated_at", "2015-04-01 12:02:33.433219"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.437905"], ["updated_at", "2015-04-01 12:02:33.437905"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.441587"], ["updated_at", "2015-04-01 12:02:33.441587"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:02:33.447056"], ["task_id", 7], ["created_at", "2015-04-01 12:02:33.448553"], ["updated_at", "2015-04-01 12:02:33.448553"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:02:33.450677"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.457224"], ["updated_at", "2015-04-01 12:02:33.457224"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.461754"], ["updated_at", "2015-04-01 12:02:33.461754"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.465890"], ["updated_at", "2015-04-01 12:02:33.465890"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.518754"], ["updated_at", "2015-04-01 12:02:33.518754"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.523031"], ["updated_at", "2015-04-01 12:02:33.523031"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.527141"], ["updated_at", "2015-04-01 12:02:33.527141"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.556612"], ["updated_at", "2015-04-01 12:02:33.556612"], ["tracking", "150401-7"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.562665"], ["updated_at", "2015-04-01 12:02:33.562665"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.567484"], ["updated_at", "2015-04-01 12:02:33.567484"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.577540"], ["updated_at", "2015-04-01 12:02:33.577540"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.582078"], ["updated_at", "2015-04-01 12:02:33.582078"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.586399"], ["updated_at", "2015-04-01 12:02:33.586399"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.595851"], ["updated_at", "2015-04-01 12:02:33.595851"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.599608"], ["updated_at", "2015-04-01 12:02:33.599608"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.603428"], ["updated_at", "2015-04-01 12:02:33.603428"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.608918"], ["updated_at", "2015-04-01 12:02:33.608918"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.613049"], ["updated_at", "2015-04-01 12:02:33.613049"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.616509"], ["updated_at", "2015-04-01 12:02:33.616509"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:33.621623"], ["updated_at", "2015-04-01 12:02:33.621623"], ["tracking", "150401-11"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"11", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:02:33.629157"], ["updated_at", "2015-04-01 12:02:33.629157"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/21 Completed 302 Found in 1432ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.062426"], ["updated_at", "2015-04-01 12:02:35.062426"], ["tracking", "150401-12"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.068006"], ["updated_at", "2015-04-01 12:02:35.068006"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.071389"], ["updated_at", "2015-04-01 12:02:35.071389"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.074502"], ["updated_at", "2015-04-01 12:02:35.074502"], ["tracking", "150401-13"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"13", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.082978"], ["updated_at", "2015-04-01 12:02:35.082978"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/24 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.089121"], ["updated_at", "2015-04-01 12:02:35.089121"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.092894"], ["updated_at", "2015-04-01 12:02:35.092894"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.096533"], ["updated_at", "2015-04-01 12:02:35.096533"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.166004"], ["updated_at", "2015-04-01 12:02:35.166004"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.169808"], ["updated_at", "2015-04-01 12:02:35.169808"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.173336"], ["updated_at", "2015-04-01 12:02:35.173336"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.176688"], ["updated_at", "2015-04-01 12:02:35.176688"], ["tracking", "150401-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.181918"], ["updated_at", "2015-04-01 12:02:35.181918"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"16", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"29"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 29]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 29]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.2ms) rollback transaction Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.194563"], ["updated_at", "2015-04-01 12:02:35.194563"], ["tracking", "150401-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.198768"], ["updated_at", "2015-04-01 12:02:35.198768"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.202815"], ["updated_at", "2015-04-01 12:02:35.202815"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.207509"], ["updated_at", "2015-04-01 12:02:35.207509"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.212448"], ["updated_at", "2015-04-01 12:02:35.212448"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"18", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"32"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 32]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 32]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.224366"], ["updated_at", "2015-04-01 12:02:35.224366"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.228086"], ["updated_at", "2015-04-01 12:02:35.228086"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.231362"], ["updated_at", "2015-04-01 12:02:35.231362"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.234489"], ["updated_at", "2015-04-01 12:02:35.234489"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.239441"], ["updated_at", "2015-04-01 12:02:35.239441"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"35"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 35]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.250494"], ["updated_at", "2015-04-01 12:02:35.250494"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.254873"], ["updated_at", "2015-04-01 12:02:35.254873"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.259152"], ["updated_at", "2015-04-01 12:02:35.259152"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.262491"], ["updated_at", "2015-04-01 12:02:35.262491"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.267454"], ["updated_at", "2015-04-01 12:02:35.267454"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.273927"], ["updated_at", "2015-04-01 12:02:35.273927"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.278251"], ["updated_at", "2015-04-01 12:02:35.278251"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.281769"], ["updated_at", "2015-04-01 12:02:35.281769"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.284996"], ["updated_at", "2015-04-01 12:02:35.284996"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.290129"], ["updated_at", "2015-04-01 12:02:35.290129"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"41"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 41]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 41]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 41]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.301600"], ["updated_at", "2015-04-01 12:02:35.301600"], ["tracking", "150401-25"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.305535"], ["updated_at", "2015-04-01 12:02:35.305535"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.309418"], ["updated_at", "2015-04-01 12:02:35.309418"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:02:35.313081"], ["updated_at", "2015-04-01 12:02:35.313081"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:02:35.318304"], ["updated_at", "2015-04-01 12:02:35.318304"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"44"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 44]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:02:35.325212"], ["id", 44]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.0ms)  (1.5ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:02.570708"], ["updated_at", "2015-04-01 12:04:02.570708"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.591477"], ["updated_at", "2015-04-01 12:04:02.591477"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.597660"], ["updated_at", "2015-04-01 12:04:02.597660"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:04:02.678661"], ["task_id", 1], ["created_at", "2015-04-01 12:04:02.689539"], ["updated_at", "2015-04-01 12:04:02.689539"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:04:02.691541"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 93ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:02.715690"], ["updated_at", "2015-04-01 12:04:02.715690"], ["tracking", "150401-2"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.721099"], ["updated_at", "2015-04-01 12:04:02.721099"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.724898"], ["updated_at", "2015-04-01 12:04:02.724898"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:04:02.732548"], ["task_id", 3], ["created_at", "2015-04-01 12:04:02.733927"], ["updated_at", "2015-04-01 12:04:02.733927"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:04:02.736631"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:02.750092"], ["updated_at", "2015-04-01 12:04:02.750092"], ["tracking", "150401-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.754721"], ["updated_at", "2015-04-01 12:04:02.754721"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.758304"], ["updated_at", "2015-04-01 12:04:02.758304"]]  (1.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:04:02.767425"], ["task_id", 5], ["created_at", "2015-04-01 12:04:02.769584"], ["updated_at", "2015-04-01 12:04:02.769584"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:04:02.771684"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.8ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:02.783152"], ["updated_at", "2015-04-01 12:04:02.783152"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.788026"], ["updated_at", "2015-04-01 12:04:02.788026"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.791470"], ["updated_at", "2015-04-01 12:04:02.791470"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:04:02.799680"], ["task_id", 7], ["created_at", "2015-04-01 12:04:02.802024"], ["updated_at", "2015-04-01 12:04:02.802024"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:04:02.804045"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:02.810942"], ["updated_at", "2015-04-01 12:04:02.810942"], ["tracking", "150401-5"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.818729"], ["updated_at", "2015-04-01 12:04:02.818729"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.822695"], ["updated_at", "2015-04-01 12:04:02.822695"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 59ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:02.890043"], ["updated_at", "2015-04-01 12:04:02.890043"], ["tracking", "150401-6"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.895199"], ["updated_at", "2015-04-01 12:04:02.895199"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.900116"], ["updated_at", "2015-04-01 12:04:02.900116"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:02.940330"], ["updated_at", "2015-04-01 12:04:02.940330"], ["tracking", "150401-7"]]  (1.2ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.946269"], ["updated_at", "2015-04-01 12:04:02.946269"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.951452"], ["updated_at", "2015-04-01 12:04:02.951452"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:02.961490"], ["updated_at", "2015-04-01 12:04:02.961490"], ["tracking", "150401-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.966994"], ["updated_at", "2015-04-01 12:04:02.966994"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.971842"], ["updated_at", "2015-04-01 12:04:02.971842"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:02.985220"], ["updated_at", "2015-04-01 12:04:02.985220"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.990309"], ["updated_at", "2015-04-01 12:04:02.990309"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:02.994486"], ["updated_at", "2015-04-01 12:04:02.994486"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:03.002506"], ["updated_at", "2015-04-01 12:04:03.002506"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:03.006372"], ["updated_at", "2015-04-01 12:04:03.006372"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:03.010259"], ["updated_at", "2015-04-01 12:04:03.010259"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:03.015413"], ["updated_at", "2015-04-01 12:04:03.015413"], ["tracking", "150401-11"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"11", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:03.023584"], ["updated_at", "2015-04-01 12:04:03.023584"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/21 Completed 302 Found in 1570ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.594125"], ["updated_at", "2015-04-01 12:04:04.594125"], ["tracking", "150401-12"]]  (2.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.599358"], ["updated_at", "2015-04-01 12:04:04.599358"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.603029"], ["updated_at", "2015-04-01 12:04:04.603029"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.606227"], ["updated_at", "2015-04-01 12:04:04.606227"], ["tracking", "150401-13"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"13", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.614893"], ["updated_at", "2015-04-01 12:04:04.614893"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/24 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.621081"], ["updated_at", "2015-04-01 12:04:04.621081"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.624803"], ["updated_at", "2015-04-01 12:04:04.624803"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.628103"], ["updated_at", "2015-04-01 12:04:04.628103"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.646798"], ["updated_at", "2015-04-01 12:04:04.646798"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.650916"], ["updated_at", "2015-04-01 12:04:04.650916"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.654561"], ["updated_at", "2015-04-01 12:04:04.654561"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.657748"], ["updated_at", "2015-04-01 12:04:04.657748"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.662393"], ["updated_at", "2015-04-01 12:04:04.662393"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"16", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"29"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 29]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 29]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.674821"], ["updated_at", "2015-04-01 12:04:04.674821"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.678545"], ["updated_at", "2015-04-01 12:04:04.678545"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.682008"], ["updated_at", "2015-04-01 12:04:04.682008"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.685175"], ["updated_at", "2015-04-01 12:04:04.685175"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.689849"], ["updated_at", "2015-04-01 12:04:04.689849"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"18", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"32"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 32]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 32]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.701557"], ["updated_at", "2015-04-01 12:04:04.701557"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.705369"], ["updated_at", "2015-04-01 12:04:04.705369"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.708712"], ["updated_at", "2015-04-01 12:04:04.708712"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.711900"], ["updated_at", "2015-04-01 12:04:04.711900"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.717122"], ["updated_at", "2015-04-01 12:04:04.717122"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"35"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 35]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.727976"], ["updated_at", "2015-04-01 12:04:04.727976"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.732652"], ["updated_at", "2015-04-01 12:04:04.732652"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.736671"], ["updated_at", "2015-04-01 12:04:04.736671"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.740389"], ["updated_at", "2015-04-01 12:04:04.740389"], ["tracking", "150401-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.745841"], ["updated_at", "2015-04-01 12:04:04.745841"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.750916"], ["updated_at", "2015-04-01 12:04:04.750916"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.755201"], ["updated_at", "2015-04-01 12:04:04.755201"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.758761"], ["updated_at", "2015-04-01 12:04:04.758761"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.761869"], ["updated_at", "2015-04-01 12:04:04.761869"], ["tracking", "150401-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.766612"], ["updated_at", "2015-04-01 12:04:04.766612"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"41"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 41]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 41]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 41]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.777405"], ["updated_at", "2015-04-01 12:04:04.777405"], ["tracking", "150401-25"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.781618"], ["updated_at", "2015-04-01 12:04:04.781618"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.785895"], ["updated_at", "2015-04-01 12:04:04.785895"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:04.789806"], ["updated_at", "2015-04-01 12:04:04.789806"], ["tracking", "150401-26"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:04.795507"], ["updated_at", "2015-04-01 12:04:04.795507"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"44"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 44]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:04:04.805145"], ["id", 44]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 1.8ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:27.894547"], ["updated_at", "2015-04-01 12:04:27.894547"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:27.951963"], ["updated_at", "2015-04-01 12:04:27.951963"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:27.956826"], ["updated_at", "2015-04-01 12:04:27.956826"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:04:28.042753"], ["task_id", 1], ["created_at", "2015-04-01 12:04:28.050428"], ["updated_at", "2015-04-01 12:04:28.050428"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:04:28.052394"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 90ms (ActiveRecord: 2.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.066064"], ["updated_at", "2015-04-01 12:04:28.066064"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.071053"], ["updated_at", "2015-04-01 12:04:28.071053"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.078278"], ["updated_at", "2015-04-01 12:04:28.078278"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.6ms) 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-01 12:04:28.085909"], ["task_id", 3], ["created_at", "2015-04-01 12:04:28.087312"], ["updated_at", "2015-04-01 12:04:28.087312"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:04:28.090277"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.100128"], ["updated_at", "2015-04-01 12:04:28.100128"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.104247"], ["updated_at", "2015-04-01 12:04:28.104247"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.108887"], ["updated_at", "2015-04-01 12:04:28.108887"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:04:28.116458"], ["task_id", 5], ["created_at", "2015-04-01 12:04:28.117719"], ["updated_at", "2015-04-01 12:04:28.117719"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:04:28.119756"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.128447"], ["updated_at", "2015-04-01 12:04:28.128447"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.132607"], ["updated_at", "2015-04-01 12:04:28.132607"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.135997"], ["updated_at", "2015-04-01 12:04:28.135997"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:04:28.141007"], ["task_id", 7], ["created_at", "2015-04-01 12:04:28.142504"], ["updated_at", "2015-04-01 12:04:28.142504"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:04:28.144742"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.150608"], ["updated_at", "2015-04-01 12:04:28.150608"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.154802"], ["updated_at", "2015-04-01 12:04:28.154802"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.158498"], ["updated_at", "2015-04-01 12:04:28.158498"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.177629"], ["updated_at", "2015-04-01 12:04:28.177629"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.182397"], ["updated_at", "2015-04-01 12:04:28.182397"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.185956"], ["updated_at", "2015-04-01 12:04:28.185956"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 88ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.283263"], ["updated_at", "2015-04-01 12:04:28.283263"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.289086"], ["updated_at", "2015-04-01 12:04:28.289086"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.293743"], ["updated_at", "2015-04-01 12:04:28.293743"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.303219"], ["updated_at", "2015-04-01 12:04:28.303219"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.307558"], ["updated_at", "2015-04-01 12:04:28.307558"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.311138"], ["updated_at", "2015-04-01 12:04:28.311138"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.324556"], ["updated_at", "2015-04-01 12:04:28.324556"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.330441"], ["updated_at", "2015-04-01 12:04:28.330441"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.334211"], ["updated_at", "2015-04-01 12:04:28.334211"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.339653"], ["updated_at", "2015-04-01 12:04:28.339653"], ["tracking", "150401-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.343447"], ["updated_at", "2015-04-01 12:04:28.343447"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.346924"], ["updated_at", "2015-04-01 12:04:28.346924"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:28.350065"], ["updated_at", "2015-04-01 12:04:28.350065"], ["tracking", "150401-11"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"11", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:28.357214"], ["updated_at", "2015-04-01 12:04:28.357214"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/21 Completed 302 Found in 1563ms (ActiveRecord: 1.2ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:29.922462"], ["updated_at", "2015-04-01 12:04:29.922462"], ["tracking", "150401-12"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:29.928256"], ["updated_at", "2015-04-01 12:04:29.928256"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:29.934139"], ["updated_at", "2015-04-01 12:04:29.934139"]]  (1.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:29.941321"], ["updated_at", "2015-04-01 12:04:29.941321"], ["tracking", "150401-13"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"13", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:29.952964"], ["updated_at", "2015-04-01 12:04:29.952964"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/24 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:29.959152"], ["updated_at", "2015-04-01 12:04:29.959152"], ["tracking", "150401-14"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:29.964208"], ["updated_at", "2015-04-01 12:04:29.964208"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:29.968851"], ["updated_at", "2015-04-01 12:04:29.968851"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.036566"], ["updated_at", "2015-04-01 12:04:30.036566"], ["tracking", "150401-15"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.041346"], ["updated_at", "2015-04-01 12:04:30.041346"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.047695"], ["updated_at", "2015-04-01 12:04:30.047695"]]  (1.4ms) commit transaction  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.054666"], ["updated_at", "2015-04-01 12:04:30.054666"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.064727"], ["updated_at", "2015-04-01 12:04:30.064727"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"16", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"29"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 29]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 29]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.080727"], ["updated_at", "2015-04-01 12:04:30.080727"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.086039"], ["updated_at", "2015-04-01 12:04:30.086039"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.089504"], ["updated_at", "2015-04-01 12:04:30.089504"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.092685"], ["updated_at", "2015-04-01 12:04:30.092685"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.098666"], ["updated_at", "2015-04-01 12:04:30.098666"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"18", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"32"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 32]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 32]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.111476"], ["updated_at", "2015-04-01 12:04:30.111476"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.115316"], ["updated_at", "2015-04-01 12:04:30.115316"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.118594"], ["updated_at", "2015-04-01 12:04:30.118594"]]  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.122476"], ["updated_at", "2015-04-01 12:04:30.122476"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.127384"], ["updated_at", "2015-04-01 12:04:30.127384"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"35"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 35]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.138230"], ["updated_at", "2015-04-01 12:04:30.138230"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.142913"], ["updated_at", "2015-04-01 12:04:30.142913"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.147538"], ["updated_at", "2015-04-01 12:04:30.147538"]]  (2.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.155978"], ["updated_at", "2015-04-01 12:04:30.155978"], ["tracking", "150401-22"]]  (2.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.170526"], ["updated_at", "2015-04-01 12:04:30.170526"]]  (1.3ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.182238"], ["updated_at", "2015-04-01 12:04:30.182238"], ["tracking", "150401-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.188640"], ["updated_at", "2015-04-01 12:04:30.188640"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.193248"], ["updated_at", "2015-04-01 12:04:30.193248"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.197530"], ["updated_at", "2015-04-01 12:04:30.197530"], ["tracking", "150401-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.204997"], ["updated_at", "2015-04-01 12:04:30.204997"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"41"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 41]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 41]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 41]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.221910"], ["updated_at", "2015-04-01 12:04:30.221910"], ["tracking", "150401-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.229828"], ["updated_at", "2015-04-01 12:04:30.229828"]]  (1.1ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.236086"], ["updated_at", "2015-04-01 12:04:30.236086"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:04:30.242981"], ["updated_at", "2015-04-01 12:04:30.242981"], ["tracking", "150401-26"]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:04:30.251323"], ["updated_at", "2015-04-01 12:04:30.251323"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"44"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 44]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:04:30.260737"], ["id", 44]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.4ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:08.844385"], ["updated_at", "2015-04-01 12:05:08.844385"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:08.913144"], ["updated_at", "2015-04-01 12:05:08.913144"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:08.918843"], ["updated_at", "2015-04-01 12:05:08.918843"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:09.026786"], ["task_id", 1], ["created_at", "2015-04-01 12:05:09.038797"], ["updated_at", "2015-04-01 12:05:09.038797"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:09.041359"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 115ms (ActiveRecord: 3.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:09.059300"], ["updated_at", "2015-04-01 12:05:09.059300"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.063215"], ["updated_at", "2015-04-01 12:05:09.063215"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.066944"], ["updated_at", "2015-04-01 12:05:09.066944"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:09.075033"], ["task_id", 3], ["created_at", "2015-04-01 12:05:09.077106"], ["updated_at", "2015-04-01 12:05:09.077106"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:09.079040"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:09.088585"], ["updated_at", "2015-04-01 12:05:09.088585"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.093148"], ["updated_at", "2015-04-01 12:05:09.093148"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.096533"], ["updated_at", "2015-04-01 12:05:09.096533"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:09.104378"], ["task_id", 5], ["created_at", "2015-04-01 12:05:09.106312"], ["updated_at", "2015-04-01 12:05:09.106312"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:09.109178"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:09.117999"], ["updated_at", "2015-04-01 12:05:09.117999"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.123080"], ["updated_at", "2015-04-01 12:05:09.123080"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.126831"], ["updated_at", "2015-04-01 12:05:09.126831"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:09.133678"], ["task_id", 7], ["created_at", "2015-04-01 12:05:09.135013"], ["updated_at", "2015-04-01 12:05:09.135013"]] SQL (0.4ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:09.137232"], ["id", 7]]  (3.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 4.3ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:09.148612"], ["updated_at", "2015-04-01 12:05:09.148612"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.156001"], ["updated_at", "2015-04-01 12:05:09.156001"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.161708"], ["updated_at", "2015-04-01 12:05:09.161708"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:09.176893"], ["updated_at", "2015-04-01 12:05:09.176893"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.181042"], ["updated_at", "2015-04-01 12:05:09.181042"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.185350"], ["updated_at", "2015-04-01 12:05:09.185350"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 74ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:09.269530"], ["updated_at", "2015-04-01 12:05:09.269530"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.273317"], ["updated_at", "2015-04-01 12:05:09.273317"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.277028"], ["updated_at", "2015-04-01 12:05:09.277028"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:09.286732"], ["updated_at", "2015-04-01 12:05:09.286732"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.291310"], ["updated_at", "2015-04-01 12:05:09.291310"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.295579"], ["updated_at", "2015-04-01 12:05:09.295579"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:09.307755"], ["updated_at", "2015-04-01 12:05:09.307755"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.311982"], ["updated_at", "2015-04-01 12:05:09.311982"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.315741"], ["updated_at", "2015-04-01 12:05:09.315741"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:09.326541"], ["updated_at", "2015-04-01 12:05:09.326541"], ["tracking", "150401-10"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:09.334835"], ["updated_at", "2015-04-01 12:05:09.334835"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1705ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.041076"], ["updated_at", "2015-04-01 12:05:11.041076"], ["tracking", "150401-11"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.047223"], ["updated_at", "2015-04-01 12:05:11.047223"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.050667"], ["updated_at", "2015-04-01 12:05:11.050667"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.054019"], ["updated_at", "2015-04-01 12:05:11.054019"], ["tracking", "150401-12"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.062899"], ["updated_at", "2015-04-01 12:05:11.062899"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.069249"], ["updated_at", "2015-04-01 12:05:11.069249"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.073143"], ["updated_at", "2015-04-01 12:05:11.073143"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.076597"], ["updated_at", "2015-04-01 12:05:11.076597"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.079905"], ["updated_at", "2015-04-01 12:05:11.079905"], ["tracking", "150401-14"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.087147"], ["updated_at", "2015-04-01 12:05:11.087147"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.093654"], ["updated_at", "2015-04-01 12:05:11.093654"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.097863"], ["updated_at", "2015-04-01 12:05:11.097863"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.101276"], ["updated_at", "2015-04-01 12:05:11.101276"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.124937"], ["updated_at", "2015-04-01 12:05:11.124937"], ["tracking", "150401-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.129728"], ["updated_at", "2015-04-01 12:05:11.129728"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.133173"], ["updated_at", "2015-04-01 12:05:11.133173"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.136500"], ["updated_at", "2015-04-01 12:05:11.136500"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.141712"], ["updated_at", "2015-04-01 12:05:11.141712"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.154118"], ["updated_at", "2015-04-01 12:05:11.154118"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.157945"], ["updated_at", "2015-04-01 12:05:11.157945"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.161458"], ["updated_at", "2015-04-01 12:05:11.161458"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.164660"], ["updated_at", "2015-04-01 12:05:11.164660"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.169974"], ["updated_at", "2015-04-01 12:05:11.169974"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.182578"], ["updated_at", "2015-04-01 12:05:11.182578"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.186373"], ["updated_at", "2015-04-01 12:05:11.186373"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.189957"], ["updated_at", "2015-04-01 12:05:11.189957"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.194897"], ["updated_at", "2015-04-01 12:05:11.194897"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.202718"], ["updated_at", "2015-04-01 12:05:11.202718"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.215556"], ["updated_at", "2015-04-01 12:05:11.215556"], ["tracking", "150401-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.219285"], ["updated_at", "2015-04-01 12:05:11.219285"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.222795"], ["updated_at", "2015-04-01 12:05:11.222795"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.226155"], ["updated_at", "2015-04-01 12:05:11.226155"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.230893"], ["updated_at", "2015-04-01 12:05:11.230893"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.235855"], ["updated_at", "2015-04-01 12:05:11.235855"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.239999"], ["updated_at", "2015-04-01 12:05:11.239999"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.245390"], ["updated_at", "2015-04-01 12:05:11.245390"]]  (1.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.251533"], ["updated_at", "2015-04-01 12:05:11.251533"], ["tracking", "150401-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.257958"], ["updated_at", "2015-04-01 12:05:11.257958"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.331891"], ["updated_at", "2015-04-01 12:05:11.331891"], ["tracking", "150401-26"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.336543"], ["updated_at", "2015-04-01 12:05:11.336543"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.340902"], ["updated_at", "2015-04-01 12:05:11.340902"]]  (1.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:11.347810"], ["updated_at", "2015-04-01 12:05:11.347810"], ["tracking", "150401-27"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:11.352822"], ["updated_at", "2015-04-01 12:05:11.352822"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:05:11.362132"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 1.9ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:18.869709"], ["updated_at", "2015-04-01 12:05:18.869709"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:18.926484"], ["updated_at", "2015-04-01 12:05:18.926484"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:18.930415"], ["updated_at", "2015-04-01 12:05:18.930415"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:19.010031"], ["task_id", 1], ["created_at", "2015-04-01 12:05:19.018462"], ["updated_at", "2015-04-01 12:05:19.018462"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:19.020310"], ["id", 1]]  (1.3ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 87ms (ActiveRecord: 2.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:19.033945"], ["updated_at", "2015-04-01 12:05:19.033945"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.038208"], ["updated_at", "2015-04-01 12:05:19.038208"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.042045"], ["updated_at", "2015-04-01 12:05:19.042045"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:19.047774"], ["task_id", 3], ["created_at", "2015-04-01 12:05:19.049581"], ["updated_at", "2015-04-01 12:05:19.049581"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:19.052261"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:19.060427"], ["updated_at", "2015-04-01 12:05:19.060427"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.065243"], ["updated_at", "2015-04-01 12:05:19.065243"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.069000"], ["updated_at", "2015-04-01 12:05:19.069000"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:19.075686"], ["task_id", 5], ["created_at", "2015-04-01 12:05:19.076731"], ["updated_at", "2015-04-01 12:05:19.076731"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:19.078298"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:19.085444"], ["updated_at", "2015-04-01 12:05:19.085444"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.089597"], ["updated_at", "2015-04-01 12:05:19.089597"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.093575"], ["updated_at", "2015-04-01 12:05:19.093575"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:19.098476"], ["task_id", 7], ["created_at", "2015-04-01 12:05:19.099961"], ["updated_at", "2015-04-01 12:05:19.099961"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:19.101743"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:19.107191"], ["updated_at", "2015-04-01 12:05:19.107191"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.111028"], ["updated_at", "2015-04-01 12:05:19.111028"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.115003"], ["updated_at", "2015-04-01 12:05:19.115003"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:19.132667"], ["updated_at", "2015-04-01 12:05:19.132667"], ["tracking", "150401-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.138184"], ["updated_at", "2015-04-01 12:05:19.138184"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.141723"], ["updated_at", "2015-04-01 12:05:19.141723"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 90ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:19.238849"], ["updated_at", "2015-04-01 12:05:19.238849"], ["tracking", "150401-7"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.246709"], ["updated_at", "2015-04-01 12:05:19.246709"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.251533"], ["updated_at", "2015-04-01 12:05:19.251533"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:19.265875"], ["updated_at", "2015-04-01 12:05:19.265875"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.270477"], ["updated_at", "2015-04-01 12:05:19.270477"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.274683"], ["updated_at", "2015-04-01 12:05:19.274683"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:19.285066"], ["updated_at", "2015-04-01 12:05:19.285066"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.289136"], ["updated_at", "2015-04-01 12:05:19.289136"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.292539"], ["updated_at", "2015-04-01 12:05:19.292539"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:19.301188"], ["updated_at", "2015-04-01 12:05:19.301188"], ["tracking", "150401-10"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:19.310390"], ["updated_at", "2015-04-01 12:05:19.310390"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1648ms (ActiveRecord: 1.3ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:20.961211"], ["updated_at", "2015-04-01 12:05:20.961211"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:20.965474"], ["updated_at", "2015-04-01 12:05:20.965474"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:20.969174"], ["updated_at", "2015-04-01 12:05:20.969174"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:20.972447"], ["updated_at", "2015-04-01 12:05:20.972447"], ["tracking", "150401-12"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:20.979922"], ["updated_at", "2015-04-01 12:05:20.979922"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:20.989673"], ["updated_at", "2015-04-01 12:05:20.989673"], ["tracking", "150401-13"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:20.993386"], ["updated_at", "2015-04-01 12:05:20.993386"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:20.996805"], ["updated_at", "2015-04-01 12:05:20.996805"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.000044"], ["updated_at", "2015-04-01 12:05:21.000044"], ["tracking", "150401-14"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.008408"], ["updated_at", "2015-04-01 12:05:21.008408"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.015574"], ["updated_at", "2015-04-01 12:05:21.015574"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.021038"], ["updated_at", "2015-04-01 12:05:21.021038"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.025365"], ["updated_at", "2015-04-01 12:05:21.025365"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.059939"], ["updated_at", "2015-04-01 12:05:21.059939"], ["tracking", "150401-16"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.067299"], ["updated_at", "2015-04-01 12:05:21.067299"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.073074"], ["updated_at", "2015-04-01 12:05:21.073074"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.078295"], ["updated_at", "2015-04-01 12:05:21.078295"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.084047"], ["updated_at", "2015-04-01 12:05:21.084047"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 7ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.098680"], ["updated_at", "2015-04-01 12:05:21.098680"], ["tracking", "150401-18"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.105077"], ["updated_at", "2015-04-01 12:05:21.105077"]]  (1.0ms) commit transaction  (0.6ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.113780"], ["updated_at", "2015-04-01 12:05:21.113780"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.117530"], ["updated_at", "2015-04-01 12:05:21.117530"], ["tracking", "150401-19"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.124141"], ["updated_at", "2015-04-01 12:05:21.124141"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.142143"], ["updated_at", "2015-04-01 12:05:21.142143"], ["tracking", "150401-20"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.149015"], ["updated_at", "2015-04-01 12:05:21.149015"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.153854"], ["updated_at", "2015-04-01 12:05:21.153854"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.159371"], ["updated_at", "2015-04-01 12:05:21.159371"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.164661"], ["updated_at", "2015-04-01 12:05:21.164661"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.179245"], ["updated_at", "2015-04-01 12:05:21.179245"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.182920"], ["updated_at", "2015-04-01 12:05:21.182920"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.186555"], ["updated_at", "2015-04-01 12:05:21.186555"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.190043"], ["updated_at", "2015-04-01 12:05:21.190043"], ["tracking", "150401-23"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.195770"], ["updated_at", "2015-04-01 12:05:21.195770"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.200770"], ["updated_at", "2015-04-01 12:05:21.200770"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.204870"], ["updated_at", "2015-04-01 12:05:21.204870"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.208980"], ["updated_at", "2015-04-01 12:05:21.208980"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.212380"], ["updated_at", "2015-04-01 12:05:21.212380"], ["tracking", "150401-25"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.217220"], ["updated_at", "2015-04-01 12:05:21.217220"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.228389"], ["updated_at", "2015-04-01 12:05:21.228389"], ["tracking", "150401-26"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.232032"], ["updated_at", "2015-04-01 12:05:21.232032"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.235759"], ["updated_at", "2015-04-01 12:05:21.235759"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:21.239149"], ["updated_at", "2015-04-01 12:05:21.239149"], ["tracking", "150401-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:21.244534"], ["updated_at", "2015-04-01 12:05:21.244534"]]  (3.4ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:05:21.252679"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (3.3ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:28.926374"], ["updated_at", "2015-04-01 12:05:28.926374"], ["tracking", "150401-1"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:28.999627"], ["updated_at", "2015-04-01 12:05:28.999627"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.005251"], ["updated_at", "2015-04-01 12:05:29.005251"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:29.142225"], ["task_id", 1], ["created_at", "2015-04-01 12:05:29.153203"], ["updated_at", "2015-04-01 12:05:29.153203"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:29.156767"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 148ms (ActiveRecord: 4.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:29.175268"], ["updated_at", "2015-04-01 12:05:29.175268"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.179469"], ["updated_at", "2015-04-01 12:05:29.179469"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.184197"], ["updated_at", "2015-04-01 12:05:29.184197"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:29.195625"], ["task_id", 3], ["created_at", "2015-04-01 12:05:29.199116"], ["updated_at", "2015-04-01 12:05:29.199116"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:29.203292"], ["id", 3]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 17ms (ActiveRecord: 2.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:29.220112"], ["updated_at", "2015-04-01 12:05:29.220112"], ["tracking", "150401-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.227053"], ["updated_at", "2015-04-01 12:05:29.227053"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.232329"], ["updated_at", "2015-04-01 12:05:29.232329"]]  (1.2ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:29.246348"], ["task_id", 5], ["created_at", "2015-04-01 12:05:29.248309"], ["updated_at", "2015-04-01 12:05:29.248309"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:29.251318"], ["id", 5]]  (1.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 2.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:29.266616"], ["updated_at", "2015-04-01 12:05:29.266616"], ["tracking", "150401-4"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.273282"], ["updated_at", "2015-04-01 12:05:29.273282"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.281177"], ["updated_at", "2015-04-01 12:05:29.281177"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:29.289543"], ["task_id", 7], ["created_at", "2015-04-01 12:05:29.291012"], ["updated_at", "2015-04-01 12:05:29.291012"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:29.294153"], ["id", 7]]  (2.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 16ms (ActiveRecord: 3.3ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:29.308961"], ["updated_at", "2015-04-01 12:05:29.308961"], ["tracking", "150401-5"]]  (1.5ms) commit transaction  (0.2ms) begin transaction SQL (1.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.317057"], ["updated_at", "2015-04-01 12:05:29.317057"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.324844"], ["updated_at", "2015-04-01 12:05:29.324844"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:29.348382"], ["updated_at", "2015-04-01 12:05:29.348382"], ["tracking", "150401-6"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.357036"], ["updated_at", "2015-04-01 12:05:29.357036"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.361906"], ["updated_at", "2015-04-01 12:05:29.361906"]]  (1.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 128ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:29.505373"], ["updated_at", "2015-04-01 12:05:29.505373"], ["tracking", "150401-7"]]  (3.1ms) commit transaction  (0.3ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.517379"], ["updated_at", "2015-04-01 12:05:29.517379"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (1.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.527757"], ["updated_at", "2015-04-01 12:05:29.527757"]]  (2.4ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)  (0.2ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:29.553929"], ["updated_at", "2015-04-01 12:05:29.553929"], ["tracking", "150401-8"]]  (6.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.573765"], ["updated_at", "2015-04-01 12:05:29.573765"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.579810"], ["updated_at", "2015-04-01 12:05:29.579810"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:29.596812"], ["updated_at", "2015-04-01 12:05:29.596812"], ["tracking", "150401-9"]]  (2.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.605148"], ["updated_at", "2015-04-01 12:05:29.605148"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.612536"], ["updated_at", "2015-04-01 12:05:29.612536"]]  (0.7ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.8ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:29.634014"], ["updated_at", "2015-04-01 12:05:29.634014"], ["tracking", "150401-10"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (1.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:29.655843"], ["updated_at", "2015-04-01 12:05:29.655843"]]  (1.3ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1561ms (ActiveRecord: 3.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.215459"], ["updated_at", "2015-04-01 12:05:31.215459"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.219960"], ["updated_at", "2015-04-01 12:05:31.219960"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.223763"], ["updated_at", "2015-04-01 12:05:31.223763"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.227057"], ["updated_at", "2015-04-01 12:05:31.227057"], ["tracking", "150401-12"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.234459"], ["updated_at", "2015-04-01 12:05:31.234459"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.242702"], ["updated_at", "2015-04-01 12:05:31.242702"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.246517"], ["updated_at", "2015-04-01 12:05:31.246517"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.250277"], ["updated_at", "2015-04-01 12:05:31.250277"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.256646"], ["updated_at", "2015-04-01 12:05:31.256646"], ["tracking", "150401-14"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.263510"], ["updated_at", "2015-04-01 12:05:31.263510"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.270319"], ["updated_at", "2015-04-01 12:05:31.270319"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.274128"], ["updated_at", "2015-04-01 12:05:31.274128"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.277480"], ["updated_at", "2015-04-01 12:05:31.277480"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.295020"], ["updated_at", "2015-04-01 12:05:31.295020"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.299320"], ["updated_at", "2015-04-01 12:05:31.299320"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.303177"], ["updated_at", "2015-04-01 12:05:31.303177"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.306824"], ["updated_at", "2015-04-01 12:05:31.306824"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.311867"], ["updated_at", "2015-04-01 12:05:31.311867"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.3ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.326126"], ["updated_at", "2015-04-01 12:05:31.326126"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.329927"], ["updated_at", "2015-04-01 12:05:31.329927"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.333360"], ["updated_at", "2015-04-01 12:05:31.333360"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.336464"], ["updated_at", "2015-04-01 12:05:31.336464"], ["tracking", "150401-19"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.341018"], ["updated_at", "2015-04-01 12:05:31.341018"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.353047"], ["updated_at", "2015-04-01 12:05:31.353047"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.356923"], ["updated_at", "2015-04-01 12:05:31.356923"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.360745"], ["updated_at", "2015-04-01 12:05:31.360745"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.364206"], ["updated_at", "2015-04-01 12:05:31.364206"], ["tracking", "150401-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.370072"], ["updated_at", "2015-04-01 12:05:31.370072"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.380978"], ["updated_at", "2015-04-01 12:05:31.380978"], ["tracking", "150401-22"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.384788"], ["updated_at", "2015-04-01 12:05:31.384788"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.388109"], ["updated_at", "2015-04-01 12:05:31.388109"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.391212"], ["updated_at", "2015-04-01 12:05:31.391212"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.395967"], ["updated_at", "2015-04-01 12:05:31.395967"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.407806"], ["updated_at", "2015-04-01 12:05:31.407806"], ["tracking", "150401-24"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.412103"], ["updated_at", "2015-04-01 12:05:31.412103"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.416509"], ["updated_at", "2015-04-01 12:05:31.416509"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.467805"], ["updated_at", "2015-04-01 12:05:31.467805"], ["tracking", "150401-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.472972"], ["updated_at", "2015-04-01 12:05:31.472972"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.483359"], ["updated_at", "2015-04-01 12:05:31.483359"], ["tracking", "150401-26"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.487176"], ["updated_at", "2015-04-01 12:05:31.487176"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.490662"], ["updated_at", "2015-04-01 12:05:31.490662"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:31.493789"], ["updated_at", "2015-04-01 12:05:31.493789"], ["tracking", "150401-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:31.498573"], ["updated_at", "2015-04-01 12:05:31.498573"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:05:31.504040"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.322682"], ["updated_at", "2015-04-01 12:05:41.322682"], ["tracking", "150401-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.342172"], ["updated_at", "2015-04-01 12:05:41.342172"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.346061"], ["updated_at", "2015-04-01 12:05:41.346061"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-01 12:05:41.423968"], ["task_id", 1], ["created_at", "2015-04-01 12:05:41.431295"], ["updated_at", "2015-04-01 12:05:41.431295"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:41.433086"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 84ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.445993"], ["updated_at", "2015-04-01 12:05:41.445993"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.449742"], ["updated_at", "2015-04-01 12:05:41.449742"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.452984"], ["updated_at", "2015-04-01 12:05:41.452984"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:41.458025"], ["task_id", 3], ["created_at", "2015-04-01 12:05:41.459336"], ["updated_at", "2015-04-01 12:05:41.459336"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:41.461442"], ["id", 3]]  (0.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.470033"], ["updated_at", "2015-04-01 12:05:41.470033"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.474171"], ["updated_at", "2015-04-01 12:05:41.474171"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.477641"], ["updated_at", "2015-04-01 12:05:41.477641"]]  (1.4ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:41.486829"], ["task_id", 5], ["created_at", "2015-04-01 12:05:41.487922"], ["updated_at", "2015-04-01 12:05:41.487922"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:41.489532"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.496832"], ["updated_at", "2015-04-01 12:05:41.496832"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.500884"], ["updated_at", "2015-04-01 12:05:41.500884"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.504580"], ["updated_at", "2015-04-01 12:05:41.504580"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:05:41.509574"], ["task_id", 7], ["created_at", "2015-04-01 12:05:41.510677"], ["updated_at", "2015-04-01 12:05:41.510677"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:05:41.512730"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.518218"], ["updated_at", "2015-04-01 12:05:41.518218"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.522038"], ["updated_at", "2015-04-01 12:05:41.522038"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.526142"], ["updated_at", "2015-04-01 12:05:41.526142"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.539624"], ["updated_at", "2015-04-01 12:05:41.539624"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.586247"], ["updated_at", "2015-04-01 12:05:41.586247"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.590446"], ["updated_at", "2015-04-01 12:05:41.590446"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.620025"], ["updated_at", "2015-04-01 12:05:41.620025"], ["tracking", "150401-7"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.623888"], ["updated_at", "2015-04-01 12:05:41.623888"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.627160"], ["updated_at", "2015-04-01 12:05:41.627160"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.635311"], ["updated_at", "2015-04-01 12:05:41.635311"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.638930"], ["updated_at", "2015-04-01 12:05:41.638930"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.642223"], ["updated_at", "2015-04-01 12:05:41.642223"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.651310"], ["updated_at", "2015-04-01 12:05:41.651310"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.655386"], ["updated_at", "2015-04-01 12:05:41.655386"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.658910"], ["updated_at", "2015-04-01 12:05:41.658910"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.8ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:41.666405"], ["updated_at", "2015-04-01 12:05:41.666405"], ["tracking", "150401-10"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:41.675003"], ["updated_at", "2015-04-01 12:05:41.675003"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1511ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.188115"], ["updated_at", "2015-04-01 12:05:43.188115"], ["tracking", "150401-11"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.194271"], ["updated_at", "2015-04-01 12:05:43.194271"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.198194"], ["updated_at", "2015-04-01 12:05:43.198194"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.202046"], ["updated_at", "2015-04-01 12:05:43.202046"], ["tracking", "150401-12"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.209827"], ["updated_at", "2015-04-01 12:05:43.209827"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.218240"], ["updated_at", "2015-04-01 12:05:43.218240"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.222229"], ["updated_at", "2015-04-01 12:05:43.222229"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.226264"], ["updated_at", "2015-04-01 12:05:43.226264"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.229618"], ["updated_at", "2015-04-01 12:05:43.229618"], ["tracking", "150401-14"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.236693"], ["updated_at", "2015-04-01 12:05:43.236693"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 7ms (ActiveRecord: 2.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.245146"], ["updated_at", "2015-04-01 12:05:43.245146"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.248827"], ["updated_at", "2015-04-01 12:05:43.248827"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.252865"], ["updated_at", "2015-04-01 12:05:43.252865"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.271306"], ["updated_at", "2015-04-01 12:05:43.271306"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.275092"], ["updated_at", "2015-04-01 12:05:43.275092"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.279735"], ["updated_at", "2015-04-01 12:05:43.279735"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.283099"], ["updated_at", "2015-04-01 12:05:43.283099"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.287536"], ["updated_at", "2015-04-01 12:05:43.287536"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.300631"], ["updated_at", "2015-04-01 12:05:43.300631"], ["tracking", "150401-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.305245"], ["updated_at", "2015-04-01 12:05:43.305245"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.309279"], ["updated_at", "2015-04-01 12:05:43.309279"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.313512"], ["updated_at", "2015-04-01 12:05:43.313512"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.319396"], ["updated_at", "2015-04-01 12:05:43.319396"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.332873"], ["updated_at", "2015-04-01 12:05:43.332873"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.337265"], ["updated_at", "2015-04-01 12:05:43.337265"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.342630"], ["updated_at", "2015-04-01 12:05:43.342630"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.346471"], ["updated_at", "2015-04-01 12:05:43.346471"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.351011"], ["updated_at", "2015-04-01 12:05:43.351011"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.361184"], ["updated_at", "2015-04-01 12:05:43.361184"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.364868"], ["updated_at", "2015-04-01 12:05:43.364868"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.368104"], ["updated_at", "2015-04-01 12:05:43.368104"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.371133"], ["updated_at", "2015-04-01 12:05:43.371133"], ["tracking", "150401-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.421708"], ["updated_at", "2015-04-01 12:05:43.421708"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.433491"], ["updated_at", "2015-04-01 12:05:43.433491"], ["tracking", "150401-24"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.438671"], ["updated_at", "2015-04-01 12:05:43.438671"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.442395"], ["updated_at", "2015-04-01 12:05:43.442395"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.445620"], ["updated_at", "2015-04-01 12:05:43.445620"], ["tracking", "150401-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.450482"], ["updated_at", "2015-04-01 12:05:43.450482"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.460805"], ["updated_at", "2015-04-01 12:05:43.460805"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.464665"], ["updated_at", "2015-04-01 12:05:43.464665"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.468516"], ["updated_at", "2015-04-01 12:05:43.468516"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:05:43.471995"], ["updated_at", "2015-04-01 12:05:43.471995"], ["tracking", "150401-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:05:43.479054"], ["updated_at", "2015-04-01 12:05:43.479054"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:05:43.484215"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:08:01.018522"], ["updated_at", "2015-04-01 12:08:01.018522"], ["tracking", "150401-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:08:01.031427"], ["updated_at", "2015-04-01 12:08:01.031427"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:08:01.037644"], ["updated_at", "2015-04-01 12:08:01.037644"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:08:01.046776"], ["updated_at", "2015-04-01 12:08:01.046776"], ["tracking", "150401-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (48.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:08:01.055964"], ["updated_at", "2015-04-01 12:08:01.055964"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:08:01.111307"], ["updated_at", "2015-04-01 12:08:01.111307"], ["tracking", "150401-5"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:08:08.645491"], ["updated_at", "2015-04-01 12:08:08.645491"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 12:08:08.659539"], ["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 12:08:08.713054"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.760998"], ["updated_at", "2015-04-01 12:09:02.760998"], ["tracking", "150401-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.821688"], ["updated_at", "2015-04-01 12:09:02.821688"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.835080"], ["updated_at", "2015-04-01 12:09:02.835080"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.839186"], ["updated_at", "2015-04-01 12:09:02.839186"], ["tracking", "150401-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.843857"], ["updated_at", "2015-04-01 12:09:02.843857"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.846736"], ["updated_at", "2015-04-01 12:09:02.846736"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.851330"], ["updated_at", "2015-04-01 12:09:02.851330"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.855210"], ["updated_at", "2015-04-01 12:09:02.855210"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.859292"], ["updated_at", "2015-04-01 12:09:02.859292"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.863384"], ["updated_at", "2015-04-01 12:09:02.863384"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.871908"], ["updated_at", "2015-04-01 12:09:02.871908"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.877182"], ["updated_at", "2015-04-01 12:09:02.877182"], ["tracking", "150401-6"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.884015"], ["updated_at", "2015-04-01 12:09:02.884015"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.888697"], ["updated_at", "2015-04-01 12:09:02.888697"], ["tracking", "150401-7"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.894416"], ["updated_at", "2015-04-01 12:09:02.894416"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.898584"], ["updated_at", "2015-04-01 12:09:02.898584"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.902901"], ["updated_at", "2015-04-01 12:09:02.902901"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.906656"], ["updated_at", "2015-04-01 12:09:02.906656"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.911112"], ["updated_at", "2015-04-01 12:09:02.911112"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.914915"], ["updated_at", "2015-04-01 12:09:02.914915"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.918328"], ["updated_at", "2015-04-01 12:09:02.918328"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.925568"], ["updated_at", "2015-04-01 12:09:02.925568"], ["tracking", "150401-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.929744"], ["updated_at", "2015-04-01 12:09:02.929744"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.934255"], ["updated_at", "2015-04-01 12:09:02.934255"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.938965"], ["updated_at", "2015-04-01 12:09:02.938965"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.943744"], ["updated_at", "2015-04-01 12:09:02.943744"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.947764"], ["updated_at", "2015-04-01 12:09:02.947764"], ["tracking", "150401-13"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.951946"], ["updated_at", "2015-04-01 12:09:02.951946"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.956348"], ["updated_at", "2015-04-01 12:09:02.956348"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.960151"], ["updated_at", "2015-04-01 12:09:02.960151"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.964001"], ["updated_at", "2015-04-01 12:09:02.964001"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.968481"], ["updated_at", "2015-04-01 12:09:02.968481"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.974741"], ["updated_at", "2015-04-01 12:09:02.974741"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.979722"], ["updated_at", "2015-04-01 12:09:02.979722"], ["tracking", "150401-15"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.983255"], ["updated_at", "2015-04-01 12:09:02.983255"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.986955"], ["updated_at", "2015-04-01 12:09:02.986955"], ["tracking", "150401-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:02.991587"], ["updated_at", "2015-04-01 12:09:02.991587"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:02.996048"], ["updated_at", "2015-04-01 12:09:02.996048"], ["tracking", "150401-17"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:03.003407"], ["updated_at", "2015-04-01 12:09:03.003407"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:03.007337"], ["updated_at", "2015-04-01 12:09:03.007337"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:03.014437"], ["updated_at", "2015-04-01 12:09:03.014437"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:09:03.019377"], ["updated_at", "2015-04-01 12:09:03.019377"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:03.023067"], ["updated_at", "2015-04-01 12:09:03.023067"]]  (0.6ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:03.029575"], ["updated_at", "2015-04-01 12:09:03.029575"], ["tracking", "150401-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:03.033316"], ["updated_at", "2015-04-01 12:09:03.033316"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:03.038292"], ["updated_at", "2015-04-01 12:09:03.038292"], ["tracking", "150401-19"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:03.041975"], ["updated_at", "2015-04-01 12:09:03.041975"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:03.048871"], ["updated_at", "2015-04-01 12:09:03.048871"], ["tracking", "150401-20"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:09:03.052763"], ["updated_at", "2015-04-01 12:09:03.052763"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:03.057931"], ["updated_at", "2015-04-01 12:09:03.057931"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:09:03.061943"], ["updated_at", "2015-04-01 12:09:03.061943"]]  (0.7ms) commit transaction  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:09:10.717616"], ["updated_at", "2015-04-01 12:09:10.717616"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 12:09:10.729871"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 12:09:10.742512"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 2]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 3], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 3]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 4], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 4]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:22.944876"], ["updated_at", "2015-04-01 12:17:22.944876"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.006367"], ["updated_at", "2015-04-01 12:17:23.006367"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.011539"], ["updated_at", "2015-04-01 12:17:23.011539"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:17:23.093652"], ["task_id", 1], ["created_at", "2015-04-01 12:17:23.102036"], ["updated_at", "2015-04-01 12:17:23.102036"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:17:23.103982"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 88ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:23.118373"], ["updated_at", "2015-04-01 12:17:23.118373"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.122232"], ["updated_at", "2015-04-01 12:17:23.122232"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.125967"], ["updated_at", "2015-04-01 12:17:23.125967"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:17:23.131339"], ["task_id", 3], ["created_at", "2015-04-01 12:17:23.133421"], ["updated_at", "2015-04-01 12:17:23.133421"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:17:23.135538"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:23.144292"], ["updated_at", "2015-04-01 12:17:23.144292"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.148942"], ["updated_at", "2015-04-01 12:17:23.148942"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.152678"], ["updated_at", "2015-04-01 12:17:23.152678"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:17:23.159455"], ["task_id", 5], ["created_at", "2015-04-01 12:17:23.160471"], ["updated_at", "2015-04-01 12:17:23.160471"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:17:23.161995"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:23.170241"], ["updated_at", "2015-04-01 12:17:23.170241"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.174126"], ["updated_at", "2015-04-01 12:17:23.174126"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.177604"], ["updated_at", "2015-04-01 12:17:23.177604"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:17:23.182982"], ["task_id", 7], ["created_at", "2015-04-01 12:17:23.184138"], ["updated_at", "2015-04-01 12:17:23.184138"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:17:23.186644"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:23.192274"], ["updated_at", "2015-04-01 12:17:23.192274"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.196026"], ["updated_at", "2015-04-01 12:17:23.196026"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.200417"], ["updated_at", "2015-04-01 12:17:23.200417"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:23.215595"], ["updated_at", "2015-04-01 12:17:23.215595"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.219476"], ["updated_at", "2015-04-01 12:17:23.219476"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.223002"], ["updated_at", "2015-04-01 12:17:23.223002"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 65ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:23.295183"], ["updated_at", "2015-04-01 12:17:23.295183"], ["tracking", "150401-7"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.299988"], ["updated_at", "2015-04-01 12:17:23.299988"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.303468"], ["updated_at", "2015-04-01 12:17:23.303468"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:23.314071"], ["updated_at", "2015-04-01 12:17:23.314071"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.319053"], ["updated_at", "2015-04-01 12:17:23.319053"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.324123"], ["updated_at", "2015-04-01 12:17:23.324123"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:23.338866"], ["updated_at", "2015-04-01 12:17:23.338866"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.342678"], ["updated_at", "2015-04-01 12:17:23.342678"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.349116"], ["updated_at", "2015-04-01 12:17:23.349116"]]  (1.4ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:23.358974"], ["updated_at", "2015-04-01 12:17:23.358974"], ["tracking", "150401-10"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:17:23.371565"], ["updated_at", "2015-04-01 12:17:23.371565"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1793ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.165944"], ["updated_at", "2015-04-01 12:17:25.165944"], ["tracking", "150401-11"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.171450"], ["updated_at", "2015-04-01 12:17:25.171450"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.176395"], ["updated_at", "2015-04-01 12:17:25.176395"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.180442"], ["updated_at", "2015-04-01 12:17:25.180442"], ["tracking", "150401-12"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.191173"], ["updated_at", "2015-04-01 12:17:25.191173"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 8ms (ActiveRecord: 1.8ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.200994"], ["updated_at", "2015-04-01 12:17:25.200994"], ["tracking", "150401-13"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.207364"], ["updated_at", "2015-04-01 12:17:25.207364"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.211482"], ["updated_at", "2015-04-01 12:17:25.211482"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.215017"], ["updated_at", "2015-04-01 12:17:25.215017"], ["tracking", "150401-14"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.226702"], ["updated_at", "2015-04-01 12:17:25.226702"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.235170"], ["updated_at", "2015-04-01 12:17:25.235170"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.240762"], ["updated_at", "2015-04-01 12:17:25.240762"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.244531"], ["updated_at", "2015-04-01 12:17:25.244531"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.263483"], ["updated_at", "2015-04-01 12:17:25.263483"], ["tracking", "150401-16"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.267277"], ["updated_at", "2015-04-01 12:17:25.267277"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.270797"], ["updated_at", "2015-04-01 12:17:25.270797"]]  (0.6ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.273964"], ["updated_at", "2015-04-01 12:17:25.273964"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.279275"], ["updated_at", "2015-04-01 12:17:25.279275"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.295609"], ["updated_at", "2015-04-01 12:17:25.295609"], ["tracking", "150401-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.300141"], ["updated_at", "2015-04-01 12:17:25.300141"]]  (2.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.310637"], ["updated_at", "2015-04-01 12:17:25.310637"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (1.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.315125"], ["updated_at", "2015-04-01 12:17:25.315125"], ["tracking", "150401-19"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.327396"], ["updated_at", "2015-04-01 12:17:25.327396"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.2ms) rollback transaction Completed 500 Internal Server Error in 8ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.344538"], ["updated_at", "2015-04-01 12:17:25.344538"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.348267"], ["updated_at", "2015-04-01 12:17:25.348267"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.353006"], ["updated_at", "2015-04-01 12:17:25.353006"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.357213"], ["updated_at", "2015-04-01 12:17:25.357213"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.362700"], ["updated_at", "2015-04-01 12:17:25.362700"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.374588"], ["updated_at", "2015-04-01 12:17:25.374588"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.378358"], ["updated_at", "2015-04-01 12:17:25.378358"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.381713"], ["updated_at", "2015-04-01 12:17:25.381713"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.385022"], ["updated_at", "2015-04-01 12:17:25.385022"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.390937"], ["updated_at", "2015-04-01 12:17:25.390937"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.403747"], ["updated_at", "2015-04-01 12:17:25.403747"], ["tracking", "150401-24"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.407528"], ["updated_at", "2015-04-01 12:17:25.407528"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.411336"], ["updated_at", "2015-04-01 12:17:25.411336"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.414625"], ["updated_at", "2015-04-01 12:17:25.414625"], ["tracking", "150401-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.419197"], ["updated_at", "2015-04-01 12:17:25.419197"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.429674"], ["updated_at", "2015-04-01 12:17:25.429674"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.434098"], ["updated_at", "2015-04-01 12:17:25.434098"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.437558"], ["updated_at", "2015-04-01 12:17:25.437558"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:17:25.440936"], ["updated_at", "2015-04-01 12:17:25.440936"], ["tracking", "150401-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:17:25.445879"], ["updated_at", "2015-04-01 12:17:25.445879"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:17:25.451422"], ["id", 45]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:36.838572"], ["updated_at", "2015-04-01 12:34:36.838572"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:36.901803"], ["updated_at", "2015-04-01 12:34:36.901803"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:36.905738"], ["updated_at", "2015-04-01 12:34:36.905738"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:34:36.991789"], ["task_id", 1], ["created_at", "2015-04-01 12:34:37.001078"], ["updated_at", "2015-04-01 12:34:37.001078"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:37.003315"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 95ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:37.020568"], ["updated_at", "2015-04-01 12:34:37.020568"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.025331"], ["updated_at", "2015-04-01 12:34:37.025331"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.028772"], ["updated_at", "2015-04-01 12:34:37.028772"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:34:37.035297"], ["task_id", 3], ["created_at", "2015-04-01 12:34:37.036387"], ["updated_at", "2015-04-01 12:34:37.036387"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:37.038279"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:37.047214"], ["updated_at", "2015-04-01 12:34:37.047214"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.051930"], ["updated_at", "2015-04-01 12:34:37.051930"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.055852"], ["updated_at", "2015-04-01 12:34:37.055852"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:34:37.062924"], ["task_id", 5], ["created_at", "2015-04-01 12:34:37.064015"], ["updated_at", "2015-04-01 12:34:37.064015"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:37.065601"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:37.074158"], ["updated_at", "2015-04-01 12:34:37.074158"], ["tracking", "150401-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.078693"], ["updated_at", "2015-04-01 12:34:37.078693"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.082396"], ["updated_at", "2015-04-01 12:34:37.082396"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.7ms) 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-01 12:34:37.090541"], ["task_id", 7], ["created_at", "2015-04-01 12:34:37.092200"], ["updated_at", "2015-04-01 12:34:37.092200"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:37.095315"], ["id", 7]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 2.6ms)  (0.3ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:37.102900"], ["updated_at", "2015-04-01 12:34:37.102900"], ["tracking", "150401-5"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.111638"], ["updated_at", "2015-04-01 12:34:37.111638"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.116561"], ["updated_at", "2015-04-01 12:34:37.116561"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:37.133728"], ["updated_at", "2015-04-01 12:34:37.133728"], ["tracking", "150401-6"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.141270"], ["updated_at", "2015-04-01 12:34:37.141270"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.146472"], ["updated_at", "2015-04-01 12:34:37.146472"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 80ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:37.234872"], ["updated_at", "2015-04-01 12:34:37.234872"], ["tracking", "150401-7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.239849"], ["updated_at", "2015-04-01 12:34:37.239849"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.243482"], ["updated_at", "2015-04-01 12:34:37.243482"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:37.252539"], ["updated_at", "2015-04-01 12:34:37.252539"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.257196"], ["updated_at", "2015-04-01 12:34:37.257196"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.260781"], ["updated_at", "2015-04-01 12:34:37.260781"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:37.271879"], ["updated_at", "2015-04-01 12:34:37.271879"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.276336"], ["updated_at", "2015-04-01 12:34:37.276336"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.279992"], ["updated_at", "2015-04-01 12:34:37.279992"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:37.288294"], ["updated_at", "2015-04-01 12:34:37.288294"], ["tracking", "150401-10"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:37.296153"], ["updated_at", "2015-04-01 12:34:37.296153"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1558ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:38.856982"], ["updated_at", "2015-04-01 12:34:38.856982"], ["tracking", "150401-11"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.862587"], ["updated_at", "2015-04-01 12:34:38.862587"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.867259"], ["updated_at", "2015-04-01 12:34:38.867259"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:38.873500"], ["updated_at", "2015-04-01 12:34:38.873500"], ["tracking", "150401-12"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.883068"], ["updated_at", "2015-04-01 12:34:38.883068"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:38.896780"], ["updated_at", "2015-04-01 12:34:38.896780"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.902125"], ["updated_at", "2015-04-01 12:34:38.902125"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.906399"], ["updated_at", "2015-04-01 12:34:38.906399"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:38.911825"], ["updated_at", "2015-04-01 12:34:38.911825"], ["tracking", "150401-14"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.927165"], ["updated_at", "2015-04-01 12:34:38.927165"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:38.936521"], ["updated_at", "2015-04-01 12:34:38.936521"], ["tracking", "150401-15"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.942645"], ["updated_at", "2015-04-01 12:34:38.942645"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.946887"], ["updated_at", "2015-04-01 12:34:38.946887"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:38.981172"], ["updated_at", "2015-04-01 12:34:38.981172"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.985226"], ["updated_at", "2015-04-01 12:34:38.985226"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.988667"], ["updated_at", "2015-04-01 12:34:38.988667"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:38.991902"], ["updated_at", "2015-04-01 12:34:38.991902"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:38.997274"], ["updated_at", "2015-04-01 12:34:38.997274"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.8ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.011702"], ["updated_at", "2015-04-01 12:34:39.011702"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.015626"], ["updated_at", "2015-04-01 12:34:39.015626"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.019196"], ["updated_at", "2015-04-01 12:34:39.019196"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.022425"], ["updated_at", "2015-04-01 12:34:39.022425"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.027659"], ["updated_at", "2015-04-01 12:34:39.027659"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.039092"], ["updated_at", "2015-04-01 12:34:39.039092"], ["tracking", "150401-20"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.042977"], ["updated_at", "2015-04-01 12:34:39.042977"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.046238"], ["updated_at", "2015-04-01 12:34:39.046238"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.049565"], ["updated_at", "2015-04-01 12:34:39.049565"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.054360"], ["updated_at", "2015-04-01 12:34:39.054360"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.065992"], ["updated_at", "2015-04-01 12:34:39.065992"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.070187"], ["updated_at", "2015-04-01 12:34:39.070187"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.074122"], ["updated_at", "2015-04-01 12:34:39.074122"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.077372"], ["updated_at", "2015-04-01 12:34:39.077372"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.082443"], ["updated_at", "2015-04-01 12:34:39.082443"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.094105"], ["updated_at", "2015-04-01 12:34:39.094105"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.098689"], ["updated_at", "2015-04-01 12:34:39.098689"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.102690"], ["updated_at", "2015-04-01 12:34:39.102690"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.106467"], ["updated_at", "2015-04-01 12:34:39.106467"], ["tracking", "150401-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.110848"], ["updated_at", "2015-04-01 12:34:39.110848"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.121702"], ["updated_at", "2015-04-01 12:34:39.121702"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.125914"], ["updated_at", "2015-04-01 12:34:39.125914"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.129521"], ["updated_at", "2015-04-01 12:34:39.129521"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:39.133433"], ["updated_at", "2015-04-01 12:34:39.133433"], ["tracking", "150401-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:39.140330"], ["updated_at", "2015-04-01 12:34:39.140330"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:34:39.146641"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:46.947705"], ["updated_at", "2015-04-01 12:34:46.947705"], ["tracking", "150401-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:46.967680"], ["updated_at", "2015-04-01 12:34:46.967680"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:46.971451"], ["updated_at", "2015-04-01 12:34:46.971451"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:34:47.058687"], ["task_id", 1], ["created_at", "2015-04-01 12:34:47.067466"], ["updated_at", "2015-04-01 12:34:47.067466"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:47.069608"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 95ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:47.085052"], ["updated_at", "2015-04-01 12:34:47.085052"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.088987"], ["updated_at", "2015-04-01 12:34:47.088987"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.092515"], ["updated_at", "2015-04-01 12:34:47.092515"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:34:47.098202"], ["task_id", 3], ["created_at", "2015-04-01 12:34:47.099623"], ["updated_at", "2015-04-01 12:34:47.099623"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:47.101618"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:47.149639"], ["updated_at", "2015-04-01 12:34:47.149639"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.153534"], ["updated_at", "2015-04-01 12:34:47.153534"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.157266"], ["updated_at", "2015-04-01 12:34:47.157266"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:34:47.164800"], ["task_id", 5], ["created_at", "2015-04-01 12:34:47.165904"], ["updated_at", "2015-04-01 12:34:47.165904"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:47.167608"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:47.175515"], ["updated_at", "2015-04-01 12:34:47.175515"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.179646"], ["updated_at", "2015-04-01 12:34:47.179646"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.184057"], ["updated_at", "2015-04-01 12:34:47.184057"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:34:47.190042"], ["task_id", 7], ["created_at", "2015-04-01 12:34:47.191381"], ["updated_at", "2015-04-01 12:34:47.191381"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:47.193516"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:47.199144"], ["updated_at", "2015-04-01 12:34:47.199144"], ["tracking", "150401-5"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.202887"], ["updated_at", "2015-04-01 12:34:47.202887"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.207016"], ["updated_at", "2015-04-01 12:34:47.207016"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:47.219721"], ["updated_at", "2015-04-01 12:34:47.219721"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.223787"], ["updated_at", "2015-04-01 12:34:47.223787"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.227492"], ["updated_at", "2015-04-01 12:34:47.227492"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:47.262506"], ["updated_at", "2015-04-01 12:34:47.262506"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.5ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.268475"], ["updated_at", "2015-04-01 12:34:47.268475"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.272293"], ["updated_at", "2015-04-01 12:34:47.272293"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:47.327815"], ["updated_at", "2015-04-01 12:34:47.327815"], ["tracking", "150401-8"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.331696"], ["updated_at", "2015-04-01 12:34:47.331696"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.335515"], ["updated_at", "2015-04-01 12:34:47.335515"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:47.347198"], ["updated_at", "2015-04-01 12:34:47.347198"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.351525"], ["updated_at", "2015-04-01 12:34:47.351525"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.355250"], ["updated_at", "2015-04-01 12:34:47.355250"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:47.364968"], ["updated_at", "2015-04-01 12:34:47.364968"], ["tracking", "150401-10"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:47.372952"], ["updated_at", "2015-04-01 12:34:47.372952"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1622ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:48.996610"], ["updated_at", "2015-04-01 12:34:48.996610"], ["tracking", "150401-11"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.002659"], ["updated_at", "2015-04-01 12:34:49.002659"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.006569"], ["updated_at", "2015-04-01 12:34:49.006569"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.010503"], ["updated_at", "2015-04-01 12:34:49.010503"], ["tracking", "150401-12"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.018818"], ["updated_at", "2015-04-01 12:34:49.018818"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.027692"], ["updated_at", "2015-04-01 12:34:49.027692"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.032334"], ["updated_at", "2015-04-01 12:34:49.032334"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.035858"], ["updated_at", "2015-04-01 12:34:49.035858"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.039187"], ["updated_at", "2015-04-01 12:34:49.039187"], ["tracking", "150401-14"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.046678"], ["updated_at", "2015-04-01 12:34:49.046678"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.053792"], ["updated_at", "2015-04-01 12:34:49.053792"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.057865"], ["updated_at", "2015-04-01 12:34:49.057865"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.061305"], ["updated_at", "2015-04-01 12:34:49.061305"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.126310"], ["updated_at", "2015-04-01 12:34:49.126310"], ["tracking", "150401-16"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.131014"], ["updated_at", "2015-04-01 12:34:49.131014"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.135209"], ["updated_at", "2015-04-01 12:34:49.135209"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.138492"], ["updated_at", "2015-04-01 12:34:49.138492"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.144096"], ["updated_at", "2015-04-01 12:34:49.144096"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.158311"], ["updated_at", "2015-04-01 12:34:49.158311"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.162531"], ["updated_at", "2015-04-01 12:34:49.162531"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.166153"], ["updated_at", "2015-04-01 12:34:49.166153"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (1.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.170036"], ["updated_at", "2015-04-01 12:34:49.170036"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.177136"], ["updated_at", "2015-04-01 12:34:49.177136"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.190179"], ["updated_at", "2015-04-01 12:34:49.190179"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.193977"], ["updated_at", "2015-04-01 12:34:49.193977"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.197328"], ["updated_at", "2015-04-01 12:34:49.197328"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.201145"], ["updated_at", "2015-04-01 12:34:49.201145"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.206432"], ["updated_at", "2015-04-01 12:34:49.206432"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.218202"], ["updated_at", "2015-04-01 12:34:49.218202"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.222300"], ["updated_at", "2015-04-01 12:34:49.222300"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.225837"], ["updated_at", "2015-04-01 12:34:49.225837"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.228966"], ["updated_at", "2015-04-01 12:34:49.228966"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.234050"], ["updated_at", "2015-04-01 12:34:49.234050"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.247620"], ["updated_at", "2015-04-01 12:34:49.247620"], ["tracking", "150401-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.251599"], ["updated_at", "2015-04-01 12:34:49.251599"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.256681"], ["updated_at", "2015-04-01 12:34:49.256681"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.260153"], ["updated_at", "2015-04-01 12:34:49.260153"], ["tracking", "150401-25"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.264874"], ["updated_at", "2015-04-01 12:34:49.264874"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.276169"], ["updated_at", "2015-04-01 12:34:49.276169"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.281039"], ["updated_at", "2015-04-01 12:34:49.281039"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.284901"], ["updated_at", "2015-04-01 12:34:49.284901"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:49.288491"], ["updated_at", "2015-04-01 12:34:49.288491"], ["tracking", "150401-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:49.293511"], ["updated_at", "2015-04-01 12:34:49.293511"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:34:49.298866"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:57.741290"], ["updated_at", "2015-04-01 12:34:57.741290"], ["tracking", "150401-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:57.760924"], ["updated_at", "2015-04-01 12:34:57.760924"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:57.764745"], ["updated_at", "2015-04-01 12:34:57.764745"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (1.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-01 12:34:57.872050"], ["task_id", 1], ["created_at", "2015-04-01 12:34:57.879596"], ["updated_at", "2015-04-01 12:34:57.879596"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:57.885419"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 120ms (ActiveRecord: 4.8ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:57.910540"], ["updated_at", "2015-04-01 12:34:57.910540"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:57.915148"], ["updated_at", "2015-04-01 12:34:57.915148"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:57.919032"], ["updated_at", "2015-04-01 12:34:57.919032"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.9ms) 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-01 12:34:57.929651"], ["task_id", 3], ["created_at", "2015-04-01 12:34:57.930788"], ["updated_at", "2015-04-01 12:34:57.930788"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:57.935141"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 13ms (ActiveRecord: 2.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:57.951727"], ["updated_at", "2015-04-01 12:34:57.951727"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:57.955804"], ["updated_at", "2015-04-01 12:34:57.955804"]]  (1.1ms) commit transaction  (0.5ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.017196"], ["updated_at", "2015-04-01 12:34:58.017196"]]  (1.5ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:34:58.026940"], ["task_id", 5], ["created_at", "2015-04-01 12:34:58.028008"], ["updated_at", "2015-04-01 12:34:58.028008"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:58.029569"], ["id", 5]]  (1.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:58.042880"], ["updated_at", "2015-04-01 12:34:58.042880"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.050338"], ["updated_at", "2015-04-01 12:34:58.050338"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.055450"], ["updated_at", "2015-04-01 12:34:58.055450"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:34:58.061278"], ["task_id", 7], ["created_at", "2015-04-01 12:34:58.062522"], ["updated_at", "2015-04-01 12:34:58.062522"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:34:58.064242"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:58.069839"], ["updated_at", "2015-04-01 12:34:58.069839"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.074043"], ["updated_at", "2015-04-01 12:34:58.074043"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.078510"], ["updated_at", "2015-04-01 12:34:58.078510"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:58.094713"], ["updated_at", "2015-04-01 12:34:58.094713"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.099321"], ["updated_at", "2015-04-01 12:34:58.099321"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.104638"], ["updated_at", "2015-04-01 12:34:58.104638"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:58.136460"], ["updated_at", "2015-04-01 12:34:58.136460"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.140715"], ["updated_at", "2015-04-01 12:34:58.140715"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.144701"], ["updated_at", "2015-04-01 12:34:58.144701"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 48ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:58.199636"], ["updated_at", "2015-04-01 12:34:58.199636"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.203630"], ["updated_at", "2015-04-01 12:34:58.203630"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.207387"], ["updated_at", "2015-04-01 12:34:58.207387"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:58.218229"], ["updated_at", "2015-04-01 12:34:58.218229"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.221973"], ["updated_at", "2015-04-01 12:34:58.221973"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.225682"], ["updated_at", "2015-04-01 12:34:58.225682"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:58.234034"], ["updated_at", "2015-04-01 12:34:58.234034"], ["tracking", "150401-10"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:58.242157"], ["updated_at", "2015-04-01 12:34:58.242157"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1673ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:59.916236"], ["updated_at", "2015-04-01 12:34:59.916236"], ["tracking", "150401-11"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:59.924025"], ["updated_at", "2015-04-01 12:34:59.924025"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:59.931800"], ["updated_at", "2015-04-01 12:34:59.931800"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:59.935429"], ["updated_at", "2015-04-01 12:34:59.935429"], ["tracking", "150401-12"]]  (1.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:59.947092"], ["updated_at", "2015-04-01 12:34:59.947092"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:59.955557"], ["updated_at", "2015-04-01 12:34:59.955557"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:59.959202"], ["updated_at", "2015-04-01 12:34:59.959202"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:59.965578"], ["updated_at", "2015-04-01 12:34:59.965578"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:59.969456"], ["updated_at", "2015-04-01 12:34:59.969456"], ["tracking", "150401-14"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:34:59.976622"], ["updated_at", "2015-04-01 12:34:59.976622"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:34:59.983150"], ["updated_at", "2015-04-01 12:34:59.983150"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:34:59.987302"], ["updated_at", "2015-04-01 12:34:59.987302"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:34:59.990669"], ["updated_at", "2015-04-01 12:34:59.990669"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.064957"], ["updated_at", "2015-04-01 12:35:00.064957"], ["tracking", "150401-16"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.069957"], ["updated_at", "2015-04-01 12:35:00.069957"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.074115"], ["updated_at", "2015-04-01 12:35:00.074115"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.077852"], ["updated_at", "2015-04-01 12:35:00.077852"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.083630"], ["updated_at", "2015-04-01 12:35:00.083630"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.097965"], ["updated_at", "2015-04-01 12:35:00.097965"], ["tracking", "150401-18"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.102604"], ["updated_at", "2015-04-01 12:35:00.102604"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.106595"], ["updated_at", "2015-04-01 12:35:00.106595"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.109878"], ["updated_at", "2015-04-01 12:35:00.109878"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.114923"], ["updated_at", "2015-04-01 12:35:00.114923"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.126799"], ["updated_at", "2015-04-01 12:35:00.126799"], ["tracking", "150401-20"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.130634"], ["updated_at", "2015-04-01 12:35:00.130634"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.134043"], ["updated_at", "2015-04-01 12:35:00.134043"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.137258"], ["updated_at", "2015-04-01 12:35:00.137258"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.142601"], ["updated_at", "2015-04-01 12:35:00.142601"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.153986"], ["updated_at", "2015-04-01 12:35:00.153986"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.157830"], ["updated_at", "2015-04-01 12:35:00.157830"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.161237"], ["updated_at", "2015-04-01 12:35:00.161237"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.164745"], ["updated_at", "2015-04-01 12:35:00.164745"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.169686"], ["updated_at", "2015-04-01 12:35:00.169686"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.181851"], ["updated_at", "2015-04-01 12:35:00.181851"], ["tracking", "150401-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.186088"], ["updated_at", "2015-04-01 12:35:00.186088"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.189497"], ["updated_at", "2015-04-01 12:35:00.189497"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.192749"], ["updated_at", "2015-04-01 12:35:00.192749"], ["tracking", "150401-25"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.199450"], ["updated_at", "2015-04-01 12:35:00.199450"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.211636"], ["updated_at", "2015-04-01 12:35:00.211636"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.215444"], ["updated_at", "2015-04-01 12:35:00.215444"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.219175"], ["updated_at", "2015-04-01 12:35:00.219175"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:00.222586"], ["updated_at", "2015-04-01 12:35:00.222586"], ["tracking", "150401-27"]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:00.227902"], ["updated_at", "2015-04-01 12:35:00.227902"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.8ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:35:00.237337"], ["id", 45]]  (12.3ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 20ms (ActiveRecord: 13.8ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.013813"], ["updated_at", "2015-04-01 12:35:09.013813"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.075285"], ["updated_at", "2015-04-01 12:35:09.075285"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.079734"], ["updated_at", "2015-04-01 12:35:09.079734"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) 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-01 12:35:09.176608"], ["task_id", 1], ["created_at", "2015-04-01 12:35:09.187724"], ["updated_at", "2015-04-01 12:35:09.187724"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:09.189945"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 108ms (ActiveRecord: 3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.211056"], ["updated_at", "2015-04-01 12:35:09.211056"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.214944"], ["updated_at", "2015-04-01 12:35:09.214944"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.221274"], ["updated_at", "2015-04-01 12:35:09.221274"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.8ms) 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-01 12:35:09.230254"], ["task_id", 3], ["created_at", "2015-04-01 12:35:09.231378"], ["updated_at", "2015-04-01 12:35:09.231378"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:09.235296"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 2.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.244577"], ["updated_at", "2015-04-01 12:35:09.244577"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.248474"], ["updated_at", "2015-04-01 12:35:09.248474"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.253163"], ["updated_at", "2015-04-01 12:35:09.253163"]]  (1.1ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:09.263137"], ["task_id", 5], ["created_at", "2015-04-01 12:35:09.264165"], ["updated_at", "2015-04-01 12:35:09.264165"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:09.266398"], ["id", 5]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.275637"], ["updated_at", "2015-04-01 12:35:09.275637"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.280482"], ["updated_at", "2015-04-01 12:35:09.280482"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.284030"], ["updated_at", "2015-04-01 12:35:09.284030"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:09.289118"], ["task_id", 7], ["created_at", "2015-04-01 12:35:09.290591"], ["updated_at", "2015-04-01 12:35:09.290591"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:09.292311"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.297589"], ["updated_at", "2015-04-01 12:35:09.297589"], ["tracking", "150401-5"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.301241"], ["updated_at", "2015-04-01 12:35:09.301241"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.306844"], ["updated_at", "2015-04-01 12:35:09.306844"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.324424"], ["updated_at", "2015-04-01 12:35:09.324424"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.328099"], ["updated_at", "2015-04-01 12:35:09.328099"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.331538"], ["updated_at", "2015-04-01 12:35:09.331538"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 62ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.400226"], ["updated_at", "2015-04-01 12:35:09.400226"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.404192"], ["updated_at", "2015-04-01 12:35:09.404192"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.407718"], ["updated_at", "2015-04-01 12:35:09.407718"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.416930"], ["updated_at", "2015-04-01 12:35:09.416930"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.421260"], ["updated_at", "2015-04-01 12:35:09.421260"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.425401"], ["updated_at", "2015-04-01 12:35:09.425401"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.437999"], ["updated_at", "2015-04-01 12:35:09.437999"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.442235"], ["updated_at", "2015-04-01 12:35:09.442235"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.445667"], ["updated_at", "2015-04-01 12:35:09.445667"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:09.453030"], ["updated_at", "2015-04-01 12:35:09.453030"], ["tracking", "150401-10"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:09.460161"], ["updated_at", "2015-04-01 12:35:09.460161"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1685ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.147500"], ["updated_at", "2015-04-01 12:35:11.147500"], ["tracking", "150401-11"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.153827"], ["updated_at", "2015-04-01 12:35:11.153827"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.157859"], ["updated_at", "2015-04-01 12:35:11.157859"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.162009"], ["updated_at", "2015-04-01 12:35:11.162009"], ["tracking", "150401-12"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.169856"], ["updated_at", "2015-04-01 12:35:11.169856"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.178401"], ["updated_at", "2015-04-01 12:35:11.178401"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.182237"], ["updated_at", "2015-04-01 12:35:11.182237"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.186445"], ["updated_at", "2015-04-01 12:35:11.186445"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.189760"], ["updated_at", "2015-04-01 12:35:11.189760"], ["tracking", "150401-14"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.196993"], ["updated_at", "2015-04-01 12:35:11.196993"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.203712"], ["updated_at", "2015-04-01 12:35:11.203712"], ["tracking", "150401-15"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.207604"], ["updated_at", "2015-04-01 12:35:11.207604"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.211917"], ["updated_at", "2015-04-01 12:35:11.211917"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.230974"], ["updated_at", "2015-04-01 12:35:11.230974"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.234706"], ["updated_at", "2015-04-01 12:35:11.234706"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.238029"], ["updated_at", "2015-04-01 12:35:11.238029"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.241197"], ["updated_at", "2015-04-01 12:35:11.241197"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.246234"], ["updated_at", "2015-04-01 12:35:11.246234"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.258554"], ["updated_at", "2015-04-01 12:35:11.258554"], ["tracking", "150401-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.262422"], ["updated_at", "2015-04-01 12:35:11.262422"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.265935"], ["updated_at", "2015-04-01 12:35:11.265935"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.270260"], ["updated_at", "2015-04-01 12:35:11.270260"], ["tracking", "150401-19"]]  (1.4ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.281982"], ["updated_at", "2015-04-01 12:35:11.281982"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.298174"], ["updated_at", "2015-04-01 12:35:11.298174"], ["tracking", "150401-20"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.302431"], ["updated_at", "2015-04-01 12:35:11.302431"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.306613"], ["updated_at", "2015-04-01 12:35:11.306613"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.310447"], ["updated_at", "2015-04-01 12:35:11.310447"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.315895"], ["updated_at", "2015-04-01 12:35:11.315895"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.326879"], ["updated_at", "2015-04-01 12:35:11.326879"], ["tracking", "150401-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.330518"], ["updated_at", "2015-04-01 12:35:11.330518"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.333809"], ["updated_at", "2015-04-01 12:35:11.333809"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.336970"], ["updated_at", "2015-04-01 12:35:11.336970"], ["tracking", "150401-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.341798"], ["updated_at", "2015-04-01 12:35:11.341798"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.353203"], ["updated_at", "2015-04-01 12:35:11.353203"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.357319"], ["updated_at", "2015-04-01 12:35:11.357319"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.360677"], ["updated_at", "2015-04-01 12:35:11.360677"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.363861"], ["updated_at", "2015-04-01 12:35:11.363861"], ["tracking", "150401-25"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.368316"], ["updated_at", "2015-04-01 12:35:11.368316"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.379979"], ["updated_at", "2015-04-01 12:35:11.379979"], ["tracking", "150401-26"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.384346"], ["updated_at", "2015-04-01 12:35:11.384346"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.387886"], ["updated_at", "2015-04-01 12:35:11.387886"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:11.391709"], ["updated_at", "2015-04-01 12:35:11.391709"], ["tracking", "150401-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:11.396457"], ["updated_at", "2015-04-01 12:35:11.396457"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:35:11.401645"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.154613"], ["updated_at", "2015-04-01 12:35:20.154613"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.214042"], ["updated_at", "2015-04-01 12:35:20.214042"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.218540"], ["updated_at", "2015-04-01 12:35:20.218540"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:20.301988"], ["task_id", 1], ["created_at", "2015-04-01 12:35:20.311841"], ["updated_at", "2015-04-01 12:35:20.311841"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:20.314121"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 92ms (ActiveRecord: 3.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.329105"], ["updated_at", "2015-04-01 12:35:20.329105"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.333086"], ["updated_at", "2015-04-01 12:35:20.333086"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.337276"], ["updated_at", "2015-04-01 12:35:20.337276"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:20.344190"], ["task_id", 3], ["created_at", "2015-04-01 12:35:20.345487"], ["updated_at", "2015-04-01 12:35:20.345487"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:20.347455"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.358347"], ["updated_at", "2015-04-01 12:35:20.358347"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.363456"], ["updated_at", "2015-04-01 12:35:20.363456"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.367466"], ["updated_at", "2015-04-01 12:35:20.367466"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:20.374041"], ["task_id", 5], ["created_at", "2015-04-01 12:35:20.375286"], ["updated_at", "2015-04-01 12:35:20.375286"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:20.376924"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.384324"], ["updated_at", "2015-04-01 12:35:20.384324"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.388288"], ["updated_at", "2015-04-01 12:35:20.388288"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.391953"], ["updated_at", "2015-04-01 12:35:20.391953"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:20.397169"], ["task_id", 7], ["created_at", "2015-04-01 12:35:20.398525"], ["updated_at", "2015-04-01 12:35:20.398525"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:20.400376"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.405758"], ["updated_at", "2015-04-01 12:35:20.405758"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.409619"], ["updated_at", "2015-04-01 12:35:20.409619"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.413837"], ["updated_at", "2015-04-01 12:35:20.413837"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.424913"], ["updated_at", "2015-04-01 12:35:20.424913"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.428701"], ["updated_at", "2015-04-01 12:35:20.428701"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.432132"], ["updated_at", "2015-04-01 12:35:20.432132"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 63ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.502085"], ["updated_at", "2015-04-01 12:35:20.502085"], ["tracking", "150401-7"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.507052"], ["updated_at", "2015-04-01 12:35:20.507052"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.510466"], ["updated_at", "2015-04-01 12:35:20.510466"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.518607"], ["updated_at", "2015-04-01 12:35:20.518607"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.522183"], ["updated_at", "2015-04-01 12:35:20.522183"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.525400"], ["updated_at", "2015-04-01 12:35:20.525400"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.535376"], ["updated_at", "2015-04-01 12:35:20.535376"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.538998"], ["updated_at", "2015-04-01 12:35:20.538998"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.542238"], ["updated_at", "2015-04-01 12:35:20.542238"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:20.550347"], ["updated_at", "2015-04-01 12:35:20.550347"], ["tracking", "150401-10"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:20.557848"], ["updated_at", "2015-04-01 12:35:20.557848"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1525ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.084502"], ["updated_at", "2015-04-01 12:35:22.084502"], ["tracking", "150401-11"]]  (3.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.091471"], ["updated_at", "2015-04-01 12:35:22.091471"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.095317"], ["updated_at", "2015-04-01 12:35:22.095317"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.099222"], ["updated_at", "2015-04-01 12:35:22.099222"], ["tracking", "150401-12"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.107025"], ["updated_at", "2015-04-01 12:35:22.107025"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.116557"], ["updated_at", "2015-04-01 12:35:22.116557"], ["tracking", "150401-13"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.121218"], ["updated_at", "2015-04-01 12:35:22.121218"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.125441"], ["updated_at", "2015-04-01 12:35:22.125441"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.129029"], ["updated_at", "2015-04-01 12:35:22.129029"], ["tracking", "150401-14"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.136590"], ["updated_at", "2015-04-01 12:35:22.136590"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.143674"], ["updated_at", "2015-04-01 12:35:22.143674"], ["tracking", "150401-15"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.147558"], ["updated_at", "2015-04-01 12:35:22.147558"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.151082"], ["updated_at", "2015-04-01 12:35:22.151082"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.169136"], ["updated_at", "2015-04-01 12:35:22.169136"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.173536"], ["updated_at", "2015-04-01 12:35:22.173536"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.177550"], ["updated_at", "2015-04-01 12:35:22.177550"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.181212"], ["updated_at", "2015-04-01 12:35:22.181212"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.186466"], ["updated_at", "2015-04-01 12:35:22.186466"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.198240"], ["updated_at", "2015-04-01 12:35:22.198240"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.202121"], ["updated_at", "2015-04-01 12:35:22.202121"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.205406"], ["updated_at", "2015-04-01 12:35:22.205406"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.208839"], ["updated_at", "2015-04-01 12:35:22.208839"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.214297"], ["updated_at", "2015-04-01 12:35:22.214297"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.226064"], ["updated_at", "2015-04-01 12:35:22.226064"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.229774"], ["updated_at", "2015-04-01 12:35:22.229774"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.233031"], ["updated_at", "2015-04-01 12:35:22.233031"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.236148"], ["updated_at", "2015-04-01 12:35:22.236148"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.240828"], ["updated_at", "2015-04-01 12:35:22.240828"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.251980"], ["updated_at", "2015-04-01 12:35:22.251980"], ["tracking", "150401-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.255829"], ["updated_at", "2015-04-01 12:35:22.255829"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.259428"], ["updated_at", "2015-04-01 12:35:22.259428"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.262675"], ["updated_at", "2015-04-01 12:35:22.262675"], ["tracking", "150401-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.267422"], ["updated_at", "2015-04-01 12:35:22.267422"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.279438"], ["updated_at", "2015-04-01 12:35:22.279438"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.283477"], ["updated_at", "2015-04-01 12:35:22.283477"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.287017"], ["updated_at", "2015-04-01 12:35:22.287017"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.290160"], ["updated_at", "2015-04-01 12:35:22.290160"], ["tracking", "150401-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.294752"], ["updated_at", "2015-04-01 12:35:22.294752"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.305010"], ["updated_at", "2015-04-01 12:35:22.305010"], ["tracking", "150401-26"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.308833"], ["updated_at", "2015-04-01 12:35:22.308833"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.312292"], ["updated_at", "2015-04-01 12:35:22.312292"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:22.315586"], ["updated_at", "2015-04-01 12:35:22.315586"], ["tracking", "150401-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:22.320872"], ["updated_at", "2015-04-01 12:35:22.320872"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:35:22.326512"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (3.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:40.934849"], ["updated_at", "2015-04-01 12:35:40.934849"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:40.992428"], ["updated_at", "2015-04-01 12:35:40.992428"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:40.996702"], ["updated_at", "2015-04-01 12:35:40.996702"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:41.095784"], ["task_id", 1], ["created_at", "2015-04-01 12:35:41.105335"], ["updated_at", "2015-04-01 12:35:41.105335"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:41.107877"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 110ms (ActiveRecord: 4.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:41.133021"], ["updated_at", "2015-04-01 12:35:41.133021"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.139703"], ["updated_at", "2015-04-01 12:35:41.139703"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.146948"], ["updated_at", "2015-04-01 12:35:41.146948"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:41.156394"], ["task_id", 3], ["created_at", "2015-04-01 12:35:41.157684"], ["updated_at", "2015-04-01 12:35:41.157684"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:41.159740"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:41.169031"], ["updated_at", "2015-04-01 12:35:41.169031"], ["tracking", "150401-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.174861"], ["updated_at", "2015-04-01 12:35:41.174861"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.180207"], ["updated_at", "2015-04-01 12:35:41.180207"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:41.187975"], ["task_id", 5], ["created_at", "2015-04-01 12:35:41.189504"], ["updated_at", "2015-04-01 12:35:41.189504"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:41.191181"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:41.198466"], ["updated_at", "2015-04-01 12:35:41.198466"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.202600"], ["updated_at", "2015-04-01 12:35:41.202600"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.206130"], ["updated_at", "2015-04-01 12:35:41.206130"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:35:41.211190"], ["task_id", 7], ["created_at", "2015-04-01 12:35:41.212494"], ["updated_at", "2015-04-01 12:35:41.212494"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:35:41.214342"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:41.219940"], ["updated_at", "2015-04-01 12:35:41.219940"], ["tracking", "150401-5"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.226143"], ["updated_at", "2015-04-01 12:35:41.226143"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.233095"], ["updated_at", "2015-04-01 12:35:41.233095"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:41.246113"], ["updated_at", "2015-04-01 12:35:41.246113"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.250476"], ["updated_at", "2015-04-01 12:35:41.250476"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.253958"], ["updated_at", "2015-04-01 12:35:41.253958"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 68ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:41.328692"], ["updated_at", "2015-04-01 12:35:41.328692"], ["tracking", "150401-7"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.332766"], ["updated_at", "2015-04-01 12:35:41.332766"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.336492"], ["updated_at", "2015-04-01 12:35:41.336492"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:41.346243"], ["updated_at", "2015-04-01 12:35:41.346243"], ["tracking", "150401-8"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.353225"], ["updated_at", "2015-04-01 12:35:41.353225"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.357839"], ["updated_at", "2015-04-01 12:35:41.357839"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:41.369587"], ["updated_at", "2015-04-01 12:35:41.369587"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.374937"], ["updated_at", "2015-04-01 12:35:41.374937"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.378648"], ["updated_at", "2015-04-01 12:35:41.378648"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:41.386575"], ["updated_at", "2015-04-01 12:35:41.386575"], ["tracking", "150401-10"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:41.394943"], ["updated_at", "2015-04-01 12:35:41.394943"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1744ms (ActiveRecord: 1.4ms)  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.141732"], ["updated_at", "2015-04-01 12:35:43.141732"], ["tracking", "150401-11"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.148331"], ["updated_at", "2015-04-01 12:35:43.148331"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.154313"], ["updated_at", "2015-04-01 12:35:43.154313"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.160607"], ["updated_at", "2015-04-01 12:35:43.160607"], ["tracking", "150401-12"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.169017"], ["updated_at", "2015-04-01 12:35:43.169017"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.181123"], ["updated_at", "2015-04-01 12:35:43.181123"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.187612"], ["updated_at", "2015-04-01 12:35:43.187612"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.193046"], ["updated_at", "2015-04-01 12:35:43.193046"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.197427"], ["updated_at", "2015-04-01 12:35:43.197427"], ["tracking", "150401-14"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.205802"], ["updated_at", "2015-04-01 12:35:43.205802"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.216042"], ["updated_at", "2015-04-01 12:35:43.216042"], ["tracking", "150401-15"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.222325"], ["updated_at", "2015-04-01 12:35:43.222325"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.227306"], ["updated_at", "2015-04-01 12:35:43.227306"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.248879"], ["updated_at", "2015-04-01 12:35:43.248879"], ["tracking", "150401-16"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.255940"], ["updated_at", "2015-04-01 12:35:43.255940"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.261650"], ["updated_at", "2015-04-01 12:35:43.261650"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.268425"], ["updated_at", "2015-04-01 12:35:43.268425"], ["tracking", "150401-17"]]  (1.2ms) commit transaction  (0.6ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.277051"], ["updated_at", "2015-04-01 12:35:43.277051"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.290935"], ["updated_at", "2015-04-01 12:35:43.290935"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.295150"], ["updated_at", "2015-04-01 12:35:43.295150"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.298927"], ["updated_at", "2015-04-01 12:35:43.298927"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.302160"], ["updated_at", "2015-04-01 12:35:43.302160"], ["tracking", "150401-19"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.306861"], ["updated_at", "2015-04-01 12:35:43.306861"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.318368"], ["updated_at", "2015-04-01 12:35:43.318368"], ["tracking", "150401-20"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.322654"], ["updated_at", "2015-04-01 12:35:43.322654"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.326714"], ["updated_at", "2015-04-01 12:35:43.326714"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.330589"], ["updated_at", "2015-04-01 12:35:43.330589"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.336416"], ["updated_at", "2015-04-01 12:35:43.336416"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.347669"], ["updated_at", "2015-04-01 12:35:43.347669"], ["tracking", "150401-22"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.351402"], ["updated_at", "2015-04-01 12:35:43.351402"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.354869"], ["updated_at", "2015-04-01 12:35:43.354869"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.358068"], ["updated_at", "2015-04-01 12:35:43.358068"], ["tracking", "150401-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.363001"], ["updated_at", "2015-04-01 12:35:43.363001"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.375068"], ["updated_at", "2015-04-01 12:35:43.375068"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.379240"], ["updated_at", "2015-04-01 12:35:43.379240"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.382682"], ["updated_at", "2015-04-01 12:35:43.382682"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.385925"], ["updated_at", "2015-04-01 12:35:43.385925"], ["tracking", "150401-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.390818"], ["updated_at", "2015-04-01 12:35:43.390818"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.401061"], ["updated_at", "2015-04-01 12:35:43.401061"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.405126"], ["updated_at", "2015-04-01 12:35:43.405126"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.408714"], ["updated_at", "2015-04-01 12:35:43.408714"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:35:43.411905"], ["updated_at", "2015-04-01 12:35:43.411905"], ["tracking", "150401-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:35:43.416539"], ["updated_at", "2015-04-01 12:35:43.416539"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:35:43.421900"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.282340"], ["updated_at", "2015-04-01 12:36:08.282340"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.373377"], ["updated_at", "2015-04-01 12:36:08.373377"]]  (13.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.395111"], ["updated_at", "2015-04-01 12:36:08.395111"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.7ms) 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-01 12:36:08.505840"], ["task_id", 1], ["created_at", "2015-04-01 12:36:08.515774"], ["updated_at", "2015-04-01 12:36:08.515774"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:36:08.518758"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 120ms (ActiveRecord: 4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.540196"], ["updated_at", "2015-04-01 12:36:08.540196"], ["tracking", "150401-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.545396"], ["updated_at", "2015-04-01 12:36:08.545396"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.548936"], ["updated_at", "2015-04-01 12:36:08.548936"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:36:08.558209"], ["task_id", 3], ["created_at", "2015-04-01 12:36:08.560072"], ["updated_at", "2015-04-01 12:36:08.560072"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:36:08.562369"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.575158"], ["updated_at", "2015-04-01 12:36:08.575158"], ["tracking", "150401-3"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.579952"], ["updated_at", "2015-04-01 12:36:08.579952"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.584342"], ["updated_at", "2015-04-01 12:36:08.584342"]]  (0.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:36:08.594629"], ["task_id", 5], ["created_at", "2015-04-01 12:36:08.596127"], ["updated_at", "2015-04-01 12:36:08.596127"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:36:08.598227"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.610443"], ["updated_at", "2015-04-01 12:36:08.610443"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.614626"], ["updated_at", "2015-04-01 12:36:08.614626"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.619979"], ["updated_at", "2015-04-01 12:36:08.619979"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 12:36:08.627934"], ["task_id", 7], ["created_at", "2015-04-01 12:36:08.629063"], ["updated_at", "2015-04-01 12:36:08.629063"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 12:36:08.630723"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.641422"], ["updated_at", "2015-04-01 12:36:08.641422"], ["tracking", "150401-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.647028"], ["updated_at", "2015-04-01 12:36:08.647028"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.651926"], ["updated_at", "2015-04-01 12:36:08.651926"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.667341"], ["updated_at", "2015-04-01 12:36:08.667341"], ["tracking", "150401-6"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.674795"], ["updated_at", "2015-04-01 12:36:08.674795"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.678715"], ["updated_at", "2015-04-01 12:36:08.678715"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Completed 500 Internal Server Error in 85ms (ActiveRecord: 0.4ms)  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.773174"], ["updated_at", "2015-04-01 12:36:08.773174"], ["tracking", "150401-7"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.779120"], ["updated_at", "2015-04-01 12:36:08.779120"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.783243"], ["updated_at", "2015-04-01 12:36:08.783243"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.797931"], ["updated_at", "2015-04-01 12:36:08.797931"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.802105"], ["updated_at", "2015-04-01 12:36:08.802105"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.807031"], ["updated_at", "2015-04-01 12:36:08.807031"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.820990"], ["updated_at", "2015-04-01 12:36:08.820990"], ["tracking", "150401-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.826954"], ["updated_at", "2015-04-01 12:36:08.826954"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.830698"], ["updated_at", "2015-04-01 12:36:08.830698"]]  (0.7ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:08.842282"], ["updated_at", "2015-04-01 12:36:08.842282"], ["tracking", "150401-10"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:36:08.849947"], ["updated_at", "2015-04-01 12:36:08.849947"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1748ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.599037"], ["updated_at", "2015-04-01 12:36:10.599037"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.602959"], ["updated_at", "2015-04-01 12:36:10.602959"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.606347"], ["updated_at", "2015-04-01 12:36:10.606347"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.609644"], ["updated_at", "2015-04-01 12:36:10.609644"], ["tracking", "150401-12"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.616297"], ["updated_at", "2015-04-01 12:36:10.616297"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.624988"], ["updated_at", "2015-04-01 12:36:10.624988"], ["tracking", "150401-13"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.629636"], ["updated_at", "2015-04-01 12:36:10.629636"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.633742"], ["updated_at", "2015-04-01 12:36:10.633742"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.637282"], ["updated_at", "2015-04-01 12:36:10.637282"], ["tracking", "150401-14"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.645406"], ["updated_at", "2015-04-01 12:36:10.645406"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.652250"], ["updated_at", "2015-04-01 12:36:10.652250"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.655930"], ["updated_at", "2015-04-01 12:36:10.655930"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.659134"], ["updated_at", "2015-04-01 12:36:10.659134"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.677243"], ["updated_at", "2015-04-01 12:36:10.677243"], ["tracking", "150401-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.681748"], ["updated_at", "2015-04-01 12:36:10.681748"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.685527"], ["updated_at", "2015-04-01 12:36:10.685527"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.688935"], ["updated_at", "2015-04-01 12:36:10.688935"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.694282"], ["updated_at", "2015-04-01 12:36:10.694282"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.707370"], ["updated_at", "2015-04-01 12:36:10.707370"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.711361"], ["updated_at", "2015-04-01 12:36:10.711361"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.714721"], ["updated_at", "2015-04-01 12:36:10.714721"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.717851"], ["updated_at", "2015-04-01 12:36:10.717851"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.722386"], ["updated_at", "2015-04-01 12:36:10.722386"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.733694"], ["updated_at", "2015-04-01 12:36:10.733694"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.737450"], ["updated_at", "2015-04-01 12:36:10.737450"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.740726"], ["updated_at", "2015-04-01 12:36:10.740726"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.743811"], ["updated_at", "2015-04-01 12:36:10.743811"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.748401"], ["updated_at", "2015-04-01 12:36:10.748401"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.759606"], ["updated_at", "2015-04-01 12:36:10.759606"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.763526"], ["updated_at", "2015-04-01 12:36:10.763526"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.767080"], ["updated_at", "2015-04-01 12:36:10.767080"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.771109"], ["updated_at", "2015-04-01 12:36:10.771109"], ["tracking", "150401-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.776284"], ["updated_at", "2015-04-01 12:36:10.776284"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.2ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.794051"], ["updated_at", "2015-04-01 12:36:10.794051"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.801183"], ["updated_at", "2015-04-01 12:36:10.801183"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.805476"], ["updated_at", "2015-04-01 12:36:10.805476"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.810800"], ["updated_at", "2015-04-01 12:36:10.810800"], ["tracking", "150401-25"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.818405"], ["updated_at", "2015-04-01 12:36:10.818405"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 2.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.832300"], ["updated_at", "2015-04-01 12:36:10.832300"], ["tracking", "150401-26"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.836184"], ["updated_at", "2015-04-01 12:36:10.836184"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.840445"], ["updated_at", "2015-04-01 12:36:10.840445"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:10.846245"], ["updated_at", "2015-04-01 12:36:10.846245"], ["tracking", "150401-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 12:36:10.852154"], ["updated_at", "2015-04-01 12:36:10.852154"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 12:36:10.859688"], ["id", 45]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.0ms) ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:23.597616"], ["updated_at", "2015-04-01 12:36:23.597616"], ["tracking", "150401-1"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 12:36:23.609620"], ["updated_at", "2015-04-01 12:36:23.609620"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:23.614160"], ["updated_at", "2015-04-01 12:36:23.614160"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:23.622143"], ["updated_at", "2015-04-01 12:36:23.622143"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:23.630797"], ["updated_at", "2015-04-01 12:36:23.630797"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 12:36:23.636674"], ["updated_at", "2015-04-01 12:36:23.636674"], ["tracking", "150401-5"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (38.0ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.324477"], ["updated_at", "2015-04-01 13:13:25.324477"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.380065"], ["updated_at", "2015-04-01 13:13:25.380065"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.383856"], ["updated_at", "2015-04-01 13:13:25.383856"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:13:25.471377"], ["task_id", 1], ["created_at", "2015-04-01 13:13:25.478514"], ["updated_at", "2015-04-01 13:13:25.478514"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:13:25.480271"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 92ms (ActiveRecord: 2.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.493570"], ["updated_at", "2015-04-01 13:13:25.493570"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.497312"], ["updated_at", "2015-04-01 13:13:25.497312"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.500831"], ["updated_at", "2015-04-01 13:13:25.500831"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:13:25.506057"], ["task_id", 3], ["created_at", "2015-04-01 13:13:25.507597"], ["updated_at", "2015-04-01 13:13:25.507597"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:13:25.509498"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.518437"], ["updated_at", "2015-04-01 13:13:25.518437"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.522718"], ["updated_at", "2015-04-01 13:13:25.522718"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.526517"], ["updated_at", "2015-04-01 13:13:25.526517"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:13:25.533536"], ["task_id", 5], ["created_at", "2015-04-01 13:13:25.534575"], ["updated_at", "2015-04-01 13:13:25.534575"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:13:25.536115"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.545403"], ["updated_at", "2015-04-01 13:13:25.545403"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.549802"], ["updated_at", "2015-04-01 13:13:25.549802"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.553395"], ["updated_at", "2015-04-01 13:13:25.553395"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:13:25.558353"], ["task_id", 7], ["created_at", "2015-04-01 13:13:25.559713"], ["updated_at", "2015-04-01 13:13:25.559713"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:13:25.561522"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.566971"], ["updated_at", "2015-04-01 13:13:25.566971"], ["tracking", "150401-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.570824"], ["updated_at", "2015-04-01 13:13:25.570824"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.574938"], ["updated_at", "2015-04-01 13:13:25.574938"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 21ms (Views: 16.5ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.655293"], ["updated_at", "2015-04-01 13:13:25.655293"], ["tracking", "150401-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.659888"], ["updated_at", "2015-04-01 13:13:25.659888"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.663357"], ["updated_at", "2015-04-01 13:13:25.663357"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.674485"], ["updated_at", "2015-04-01 13:13:25.674485"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.678256"], ["updated_at", "2015-04-01 13:13:25.678256"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.681597"], ["updated_at", "2015-04-01 13:13:25.681597"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.692380"], ["updated_at", "2015-04-01 13:13:25.692380"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.696571"], ["updated_at", "2015-04-01 13:13:25.696571"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.699972"], ["updated_at", "2015-04-01 13:13:25.699972"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.710122"], ["updated_at", "2015-04-01 13:13:25.710122"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.713919"], ["updated_at", "2015-04-01 13:13:25.713919"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.718186"], ["updated_at", "2015-04-01 13:13:25.718186"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:25.727795"], ["updated_at", "2015-04-01 13:13:25.727795"], ["tracking", "150401-10"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"10", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 13:13:25.735124"], ["updated_at", "2015-04-01 13:13:25.735124"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1480ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.216781"], ["updated_at", "2015-04-01 13:13:27.216781"], ["tracking", "150401-11"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.222408"], ["updated_at", "2015-04-01 13:13:27.222408"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.225943"], ["updated_at", "2015-04-01 13:13:27.225943"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.229579"], ["updated_at", "2015-04-01 13:13:27.229579"], ["tracking", "150401-12"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"12", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.237723"], ["updated_at", "2015-04-01 13:13:27.237723"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.246697"], ["updated_at", "2015-04-01 13:13:27.246697"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.250678"], ["updated_at", "2015-04-01 13:13:27.250678"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.254598"], ["updated_at", "2015-04-01 13:13:27.254598"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.257812"], ["updated_at", "2015-04-01 13:13:27.257812"], ["tracking", "150401-14"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"14", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.266449"], ["updated_at", "2015-04-01 13:13:27.266449"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.273658"], ["updated_at", "2015-04-01 13:13:27.273658"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.277555"], ["updated_at", "2015-04-01 13:13:27.277555"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.280931"], ["updated_at", "2015-04-01 13:13:27.280931"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.347811"], ["updated_at", "2015-04-01 13:13:27.347811"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.352668"], ["updated_at", "2015-04-01 13:13:27.352668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.356568"], ["updated_at", "2015-04-01 13:13:27.356568"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.359799"], ["updated_at", "2015-04-01 13:13:27.359799"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.365328"], ["updated_at", "2015-04-01 13:13:27.365328"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"17", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 30]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 5ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.378150"], ["updated_at", "2015-04-01 13:13:27.378150"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.382392"], ["updated_at", "2015-04-01 13:13:27.382392"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.385882"], ["updated_at", "2015-04-01 13:13:27.385882"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.389028"], ["updated_at", "2015-04-01 13:13:27.389028"], ["tracking", "150401-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.393715"], ["updated_at", "2015-04-01 13:13:27.393715"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"id"=>nil, "goal_id"=>"19", "title"=>"I-am-a-task", "description"=>nil, "progress"=>"0", "done"=>false, "term"=>"2013-08-27", "reminder"=>"2013-08-27", "cost"=>"1", "budget"=>nil, "created_at"=>nil, "updated_at"=>nil}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["id", nil], ["created_at", nil], ["updated_at", nil], ["id", 33]] SQLite3::MismatchException: datatype mismatch: UPDATE "flyboy_tasks" SET "id" = ?, "created_at" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ?  (0.1ms) rollback transaction Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.407387"], ["updated_at", "2015-04-01 13:13:27.407387"], ["tracking", "150401-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.411162"], ["updated_at", "2015-04-01 13:13:27.411162"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.414541"], ["updated_at", "2015-04-01 13:13:27.414541"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.417613"], ["updated_at", "2015-04-01 13:13:27.417613"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.422266"], ["updated_at", "2015-04-01 13:13:27.422266"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.434133"], ["updated_at", "2015-04-01 13:13:27.434133"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.438382"], ["updated_at", "2015-04-01 13:13:27.438382"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.442099"], ["updated_at", "2015-04-01 13:13:27.442099"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.445578"], ["updated_at", "2015-04-01 13:13:27.445578"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.451787"], ["updated_at", "2015-04-01 13:13:27.451787"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.463963"], ["updated_at", "2015-04-01 13:13:27.463963"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.468140"], ["updated_at", "2015-04-01 13:13:27.468140"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.471640"], ["updated_at", "2015-04-01 13:13:27.471640"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.474917"], ["updated_at", "2015-04-01 13:13:27.474917"], ["tracking", "150401-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.479233"], ["updated_at", "2015-04-01 13:13:27.479233"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.489156"], ["updated_at", "2015-04-01 13:13:27.489156"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.493083"], ["updated_at", "2015-04-01 13:13:27.493083"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.496800"], ["updated_at", "2015-04-01 13:13:27.496800"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:13:27.500258"], ["updated_at", "2015-04-01 13:13:27.500258"], ["tracking", "150401-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "done", "term", "reminder", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["done", "f"], ["term", "2013-08-27"], ["reminder", "2013-08-27"], ["cost", 1], ["created_at", "2015-04-01 13:13:27.504951"], ["updated_at", "2015-04-01 13:13:27.504951"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:13:27.510066"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.130732"], ["updated_at", "2015-04-01 13:14:26.130732"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.188068"], ["updated_at", "2015-04-01 13:14:26.188068"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.192355"], ["updated_at", "2015-04-01 13:14:26.192355"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-01 13:14:26.272666"], ["task_id", 1], ["created_at", "2015-04-01 13:14:26.280137"], ["updated_at", "2015-04-01 13:14:26.280137"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:14:26.282067"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 87ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.296894"], ["updated_at", "2015-04-01 13:14:26.296894"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.300963"], ["updated_at", "2015-04-01 13:14:26.300963"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.304552"], ["updated_at", "2015-04-01 13:14:26.304552"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:14:26.310027"], ["task_id", 3], ["created_at", "2015-04-01 13:14:26.311579"], ["updated_at", "2015-04-01 13:14:26.311579"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:14:26.313811"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.322783"], ["updated_at", "2015-04-01 13:14:26.322783"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.327084"], ["updated_at", "2015-04-01 13:14:26.327084"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.331072"], ["updated_at", "2015-04-01 13:14:26.331072"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:14:26.337744"], ["task_id", 5], ["created_at", "2015-04-01 13:14:26.338792"], ["updated_at", "2015-04-01 13:14:26.338792"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:14:26.340327"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.349346"], ["updated_at", "2015-04-01 13:14:26.349346"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.353530"], ["updated_at", "2015-04-01 13:14:26.353530"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.357080"], ["updated_at", "2015-04-01 13:14:26.357080"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:14:26.362285"], ["task_id", 7], ["created_at", "2015-04-01 13:14:26.363613"], ["updated_at", "2015-04-01 13:14:26.363613"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:14:26.365374"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.370660"], ["updated_at", "2015-04-01 13:14:26.370660"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.374448"], ["updated_at", "2015-04-01 13:14:26.374448"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.378131"], ["updated_at", "2015-04-01 13:14:26.378131"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 21ms (Views: 15.7ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.464857"], ["updated_at", "2015-04-01 13:14:26.464857"], ["tracking", "150401-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.469650"], ["updated_at", "2015-04-01 13:14:26.469650"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.473760"], ["updated_at", "2015-04-01 13:14:26.473760"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.483806"], ["updated_at", "2015-04-01 13:14:26.483806"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.487553"], ["updated_at", "2015-04-01 13:14:26.487553"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.490841"], ["updated_at", "2015-04-01 13:14:26.490841"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.499960"], ["updated_at", "2015-04-01 13:14:26.499960"], ["tracking", "150401-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.503726"], ["updated_at", "2015-04-01 13:14:26.503726"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.507169"], ["updated_at", "2015-04-01 13:14:26.507169"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.518067"], ["updated_at", "2015-04-01 13:14:26.518067"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.521838"], ["updated_at", "2015-04-01 13:14:26.521838"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.525234"], ["updated_at", "2015-04-01 13:14:26.525234"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.534452"], ["updated_at", "2015-04-01 13:14:26.534452"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.538214"], ["updated_at", "2015-04-01 13:14:26.538214"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.541568"], ["updated_at", "2015-04-01 13:14:26.541568"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.546393"], ["updated_at", "2015-04-01 13:14:26.546393"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.550949"], ["updated_at", "2015-04-01 13:14:26.550949"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.554539"], ["updated_at", "2015-04-01 13:14:26.554539"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.559662"], ["updated_at", "2015-04-01 13:14:26.559662"], ["tracking", "150401-12"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.565322"], ["updated_at", "2015-04-01 13:14:26.565322"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.568992"], ["updated_at", "2015-04-01 13:14:26.568992"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.588401"], ["updated_at", "2015-04-01 13:14:26.588401"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.592257"], ["updated_at", "2015-04-01 13:14:26.592257"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.595833"], ["updated_at", "2015-04-01 13:14:26.595833"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.601941"], ["updated_at", "2015-04-01 13:14:26.601941"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.607438"], ["updated_at", "2015-04-01 13:14:26.607438"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.611095"], ["updated_at", "2015-04-01 13:14:26.611095"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.617733"], ["updated_at", "2015-04-01 13:14:26.617733"], ["tracking", "150401-15"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.621482"], ["updated_at", "2015-04-01 13:14:26.621482"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.624789"], ["updated_at", "2015-04-01 13:14:26.624789"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.629876"], ["updated_at", "2015-04-01 13:14:26.629876"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.634195"], ["updated_at", "2015-04-01 13:14:26.634195"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.637556"], ["updated_at", "2015-04-01 13:14:26.637556"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.642462"], ["updated_at", "2015-04-01 13:14:26.642462"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.646847"], ["updated_at", "2015-04-01 13:14:26.646847"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.650604"], ["updated_at", "2015-04-01 13:14:26.650604"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:14:26.655501"], ["updated_at", "2015-04-01 13:14:26.655501"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.659853"], ["updated_at", "2015-04-01 13:14:26.659853"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:14:26.663307"], ["updated_at", "2015-04-01 13:14:26.663307"]]  (0.9ms) commit transaction  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:11.781137"], ["updated_at", "2015-04-01 13:15:11.781137"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:11.840679"], ["updated_at", "2015-04-01 13:15:11.840679"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:11.844483"], ["updated_at", "2015-04-01 13:15:11.844483"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:15:11.928895"], ["task_id", 1], ["created_at", "2015-04-01 13:15:11.936176"], ["updated_at", "2015-04-01 13:15:11.936176"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:15:11.937965"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 89ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:11.951688"], ["updated_at", "2015-04-01 13:15:11.951688"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:11.955483"], ["updated_at", "2015-04-01 13:15:11.955483"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:11.958965"], ["updated_at", "2015-04-01 13:15:11.958965"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:15:11.963802"], ["task_id", 3], ["created_at", "2015-04-01 13:15:11.965533"], ["updated_at", "2015-04-01 13:15:11.965533"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:15:11.967715"], ["id", 3]]  (0.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:11.976613"], ["updated_at", "2015-04-01 13:15:11.976613"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:11.980808"], ["updated_at", "2015-04-01 13:15:11.980808"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:11.984543"], ["updated_at", "2015-04-01 13:15:11.984543"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:15:11.992796"], ["task_id", 5], ["created_at", "2015-04-01 13:15:11.993842"], ["updated_at", "2015-04-01 13:15:11.993842"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:15:11.995380"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:12.003273"], ["updated_at", "2015-04-01 13:15:12.003273"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.007986"], ["updated_at", "2015-04-01 13:15:12.007986"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.011433"], ["updated_at", "2015-04-01 13:15:12.011433"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:15:12.016429"], ["task_id", 7], ["created_at", "2015-04-01 13:15:12.017900"], ["updated_at", "2015-04-01 13:15:12.017900"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:15:12.019640"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:12.025113"], ["updated_at", "2015-04-01 13:15:12.025113"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.028997"], ["updated_at", "2015-04-01 13:15:12.028997"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.032936"], ["updated_at", "2015-04-01 13:15:12.032936"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 26ms (Views: 17.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:12.118807"], ["updated_at", "2015-04-01 13:15:12.118807"], ["tracking", "150401-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.123325"], ["updated_at", "2015-04-01 13:15:12.123325"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.127383"], ["updated_at", "2015-04-01 13:15:12.127383"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:12.139373"], ["updated_at", "2015-04-01 13:15:12.139373"], ["tracking", "150401-7"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.143263"], ["updated_at", "2015-04-01 13:15:12.143263"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.146598"], ["updated_at", "2015-04-01 13:15:12.146598"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:12.157582"], ["updated_at", "2015-04-01 13:15:12.157582"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.161404"], ["updated_at", "2015-04-01 13:15:12.161404"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.164782"], ["updated_at", "2015-04-01 13:15:12.164782"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:12.175139"], ["updated_at", "2015-04-01 13:15:12.175139"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.178856"], ["updated_at", "2015-04-01 13:15:12.178856"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:12.182208"], ["updated_at", "2015-04-01 13:15:12.182208"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:12.193982"], ["updated_at", "2015-04-01 13:15:12.193982"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1508ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:13.703535"], ["updated_at", "2015-04-01 13:15:13.703535"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.707106"], ["updated_at", "2015-04-01 13:15:13.707106"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.710597"], ["updated_at", "2015-04-01 13:15:13.710597"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:13.716325"], ["updated_at", "2015-04-01 13:15:13.716325"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:13.726157"], ["updated_at", "2015-04-01 13:15:13.726157"], ["tracking", "150401-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.729953"], ["updated_at", "2015-04-01 13:15:13.729953"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.733411"], ["updated_at", "2015-04-01 13:15:13.733411"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:13.739031"], ["updated_at", "2015-04-01 13:15:13.739031"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.8ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:13.747929"], ["updated_at", "2015-04-01 13:15:13.747929"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.751952"], ["updated_at", "2015-04-01 13:15:13.751952"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.755455"], ["updated_at", "2015-04-01 13:15:13.755455"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:13.824842"], ["updated_at", "2015-04-01 13:15:13.824842"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.828739"], ["updated_at", "2015-04-01 13:15:13.828739"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.832193"], ["updated_at", "2015-04-01 13:15:13.832193"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:13.835550"], ["updated_at", "2015-04-01 13:15:13.835550"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:13.845999"], ["updated_at", "2015-04-01 13:15:13.845999"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.849974"], ["updated_at", "2015-04-01 13:15:13.849974"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.853404"], ["updated_at", "2015-04-01 13:15:13.853404"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:13.857187"], ["updated_at", "2015-04-01 13:15:13.857187"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:13.868786"], ["updated_at", "2015-04-01 13:15:13.868786"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.873078"], ["updated_at", "2015-04-01 13:15:13.873078"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.876538"], ["updated_at", "2015-04-01 13:15:13.876538"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:13.880168"], ["updated_at", "2015-04-01 13:15:13.880168"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:13.891692"], ["updated_at", "2015-04-01 13:15:13.891692"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.896009"], ["updated_at", "2015-04-01 13:15:13.896009"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.899466"], ["updated_at", "2015-04-01 13:15:13.899466"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:13.903410"], ["updated_at", "2015-04-01 13:15:13.903410"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:13.917643"], ["updated_at", "2015-04-01 13:15:13.917643"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.921503"], ["updated_at", "2015-04-01 13:15:13.921503"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.925070"], ["updated_at", "2015-04-01 13:15:13.925070"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:13.928702"], ["updated_at", "2015-04-01 13:15:13.928702"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:13.939318"], ["updated_at", "2015-04-01 13:15:13.939318"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.943736"], ["updated_at", "2015-04-01 13:15:13.943736"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:13.947899"], ["updated_at", "2015-04-01 13:15:13.947899"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:13.952122"], ["updated_at", "2015-04-01 13:15:13.952122"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:15:13.957803"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:36.062711"], ["updated_at", "2015-04-01 13:15:36.062711"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.084093"], ["updated_at", "2015-04-01 13:15:36.084093"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.088527"], ["updated_at", "2015-04-01 13:15:36.088527"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:15:36.185663"], ["task_id", 1], ["created_at", "2015-04-01 13:15:36.192847"], ["updated_at", "2015-04-01 13:15:36.192847"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:15:36.194612"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 104ms (ActiveRecord: 3.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:36.210088"], ["updated_at", "2015-04-01 13:15:36.210088"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.213728"], ["updated_at", "2015-04-01 13:15:36.213728"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.217016"], ["updated_at", "2015-04-01 13:15:36.217016"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:15:36.221958"], ["task_id", 3], ["created_at", "2015-04-01 13:15:36.223180"], ["updated_at", "2015-04-01 13:15:36.223180"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:15:36.225054"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:36.233256"], ["updated_at", "2015-04-01 13:15:36.233256"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.237451"], ["updated_at", "2015-04-01 13:15:36.237451"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.240879"], ["updated_at", "2015-04-01 13:15:36.240879"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:15:36.248755"], ["task_id", 5], ["created_at", "2015-04-01 13:15:36.250702"], ["updated_at", "2015-04-01 13:15:36.250702"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:15:36.252295"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:36.259607"], ["updated_at", "2015-04-01 13:15:36.259607"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.263822"], ["updated_at", "2015-04-01 13:15:36.263822"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.267616"], ["updated_at", "2015-04-01 13:15:36.267616"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:15:36.272796"], ["task_id", 7], ["created_at", "2015-04-01 13:15:36.273861"], ["updated_at", "2015-04-01 13:15:36.273861"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:15:36.275504"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:36.281398"], ["updated_at", "2015-04-01 13:15:36.281398"], ["tracking", "150401-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.285257"], ["updated_at", "2015-04-01 13:15:36.285257"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.288721"], ["updated_at", "2015-04-01 13:15:36.288721"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 63ms (Views: 56.7ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:36.371386"], ["updated_at", "2015-04-01 13:15:36.371386"], ["tracking", "150401-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.375907"], ["updated_at", "2015-04-01 13:15:36.375907"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.379401"], ["updated_at", "2015-04-01 13:15:36.379401"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.8ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:36.389505"], ["updated_at", "2015-04-01 13:15:36.389505"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.393148"], ["updated_at", "2015-04-01 13:15:36.393148"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.396552"], ["updated_at", "2015-04-01 13:15:36.396552"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:36.405542"], ["updated_at", "2015-04-01 13:15:36.405542"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.409257"], ["updated_at", "2015-04-01 13:15:36.409257"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.412712"], ["updated_at", "2015-04-01 13:15:36.412712"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:36.424367"], ["updated_at", "2015-04-01 13:15:36.424367"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.427962"], ["updated_at", "2015-04-01 13:15:36.427962"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:36.431384"], ["updated_at", "2015-04-01 13:15:36.431384"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:36.442439"], ["updated_at", "2015-04-01 13:15:36.442439"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1434ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:37.877863"], ["updated_at", "2015-04-01 13:15:37.877863"], ["tracking", "150401-10"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:37.883745"], ["updated_at", "2015-04-01 13:15:37.883745"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:37.887833"], ["updated_at", "2015-04-01 13:15:37.887833"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:37.894238"], ["updated_at", "2015-04-01 13:15:37.894238"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:37.902883"], ["updated_at", "2015-04-01 13:15:37.902883"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:37.906562"], ["updated_at", "2015-04-01 13:15:37.906562"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:37.909924"], ["updated_at", "2015-04-01 13:15:37.909924"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:37.915762"], ["updated_at", "2015-04-01 13:15:37.915762"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:37.924007"], ["updated_at", "2015-04-01 13:15:37.924007"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:37.928292"], ["updated_at", "2015-04-01 13:15:37.928292"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:37.932056"], ["updated_at", "2015-04-01 13:15:37.932056"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:37.999963"], ["updated_at", "2015-04-01 13:15:37.999963"], ["tracking", "150401-13"]]  (4.0ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.009195"], ["updated_at", "2015-04-01 13:15:38.009195"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.013206"], ["updated_at", "2015-04-01 13:15:38.013206"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:38.017432"], ["updated_at", "2015-04-01 13:15:38.017432"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:38.027935"], ["updated_at", "2015-04-01 13:15:38.027935"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.031650"], ["updated_at", "2015-04-01 13:15:38.031650"]]  (0.8ms) commit transaction  (0.5ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.037111"], ["updated_at", "2015-04-01 13:15:38.037111"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:38.041771"], ["updated_at", "2015-04-01 13:15:38.041771"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:38.052132"], ["updated_at", "2015-04-01 13:15:38.052132"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.056550"], ["updated_at", "2015-04-01 13:15:38.056550"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.060016"], ["updated_at", "2015-04-01 13:15:38.060016"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:38.063461"], ["updated_at", "2015-04-01 13:15:38.063461"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:38.073835"], ["updated_at", "2015-04-01 13:15:38.073835"], ["tracking", "150401-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.078159"], ["updated_at", "2015-04-01 13:15:38.078159"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.082410"], ["updated_at", "2015-04-01 13:15:38.082410"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:38.086782"], ["updated_at", "2015-04-01 13:15:38.086782"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:38.098500"], ["updated_at", "2015-04-01 13:15:38.098500"], ["tracking", "150401-17"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.104191"], ["updated_at", "2015-04-01 13:15:38.104191"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.107736"], ["updated_at", "2015-04-01 13:15:38.107736"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:38.111197"], ["updated_at", "2015-04-01 13:15:38.111197"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:15:38.121836"], ["updated_at", "2015-04-01 13:15:38.121836"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.126180"], ["updated_at", "2015-04-01 13:15:38.126180"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:15:38.129796"], ["updated_at", "2015-04-01 13:15:38.129796"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:15:38.133308"], ["updated_at", "2015-04-01 13:15:38.133308"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:15:38.139435"], ["id", 45]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:01.166680"], ["updated_at", "2015-04-01 13:17:01.166680"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.188124"], ["updated_at", "2015-04-01 13:17:01.188124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.192096"], ["updated_at", "2015-04-01 13:17:01.192096"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-01 13:17:01.272932"], ["task_id", 1], ["created_at", "2015-04-01 13:17:01.280501"], ["updated_at", "2015-04-01 13:17:01.280501"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:17:01.282370"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 87ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:01.295909"], ["updated_at", "2015-04-01 13:17:01.295909"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.300000"], ["updated_at", "2015-04-01 13:17:01.300000"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.304159"], ["updated_at", "2015-04-01 13:17:01.304159"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:17:01.309843"], ["task_id", 3], ["created_at", "2015-04-01 13:17:01.311040"], ["updated_at", "2015-04-01 13:17:01.311040"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:17:01.312667"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:01.362113"], ["updated_at", "2015-04-01 13:17:01.362113"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.366595"], ["updated_at", "2015-04-01 13:17:01.366595"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.370516"], ["updated_at", "2015-04-01 13:17:01.370516"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:17:01.377308"], ["task_id", 5], ["created_at", "2015-04-01 13:17:01.378368"], ["updated_at", "2015-04-01 13:17:01.378368"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:17:01.379986"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:01.387349"], ["updated_at", "2015-04-01 13:17:01.387349"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.391353"], ["updated_at", "2015-04-01 13:17:01.391353"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.395421"], ["updated_at", "2015-04-01 13:17:01.395421"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:17:01.400507"], ["task_id", 7], ["created_at", "2015-04-01 13:17:01.401814"], ["updated_at", "2015-04-01 13:17:01.401814"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:17:01.404130"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:01.409962"], ["updated_at", "2015-04-01 13:17:01.409962"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.415702"], ["updated_at", "2015-04-01 13:17:01.415702"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.419312"], ["updated_at", "2015-04-01 13:17:01.419312"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 21ms (Views: 15.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:01.447633"], ["updated_at", "2015-04-01 13:17:01.447633"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.451454"], ["updated_at", "2015-04-01 13:17:01.451454"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.454957"], ["updated_at", "2015-04-01 13:17:01.454957"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:01.466653"], ["updated_at", "2015-04-01 13:17:01.466653"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.470531"], ["updated_at", "2015-04-01 13:17:01.470531"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.473974"], ["updated_at", "2015-04-01 13:17:01.473974"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:01.483028"], ["updated_at", "2015-04-01 13:17:01.483028"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.486831"], ["updated_at", "2015-04-01 13:17:01.486831"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.490280"], ["updated_at", "2015-04-01 13:17:01.490280"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:01.500418"], ["updated_at", "2015-04-01 13:17:01.500418"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.505045"], ["updated_at", "2015-04-01 13:17:01.505045"]]  (1.4ms) commit transaction  (2.9ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:01.517192"], ["updated_at", "2015-04-01 13:17:01.517192"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:01.529355"], ["updated_at", "2015-04-01 13:17:01.529355"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1492ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:03.023831"], ["updated_at", "2015-04-01 13:17:03.023831"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.030213"], ["updated_at", "2015-04-01 13:17:03.030213"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.034689"], ["updated_at", "2015-04-01 13:17:03.034689"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:03.042172"], ["updated_at", "2015-04-01 13:17:03.042172"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:03.051633"], ["updated_at", "2015-04-01 13:17:03.051633"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.055435"], ["updated_at", "2015-04-01 13:17:03.055435"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.059116"], ["updated_at", "2015-04-01 13:17:03.059116"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:03.065159"], ["updated_at", "2015-04-01 13:17:03.065159"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 7ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:03.073762"], ["updated_at", "2015-04-01 13:17:03.073762"], ["tracking", "150401-12"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.077664"], ["updated_at", "2015-04-01 13:17:03.077664"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.082273"], ["updated_at", "2015-04-01 13:17:03.082273"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:03.102836"], ["updated_at", "2015-04-01 13:17:03.102836"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.107106"], ["updated_at", "2015-04-01 13:17:03.107106"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.110914"], ["updated_at", "2015-04-01 13:17:03.110914"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:03.114445"], ["updated_at", "2015-04-01 13:17:03.114445"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:03.125971"], ["updated_at", "2015-04-01 13:17:03.125971"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.130403"], ["updated_at", "2015-04-01 13:17:03.130403"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.133869"], ["updated_at", "2015-04-01 13:17:03.133869"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:03.137566"], ["updated_at", "2015-04-01 13:17:03.137566"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:03.148320"], ["updated_at", "2015-04-01 13:17:03.148320"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.152317"], ["updated_at", "2015-04-01 13:17:03.152317"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.156440"], ["updated_at", "2015-04-01 13:17:03.156440"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:03.160943"], ["updated_at", "2015-04-01 13:17:03.160943"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:03.174236"], ["updated_at", "2015-04-01 13:17:03.174236"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.178001"], ["updated_at", "2015-04-01 13:17:03.178001"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.181367"], ["updated_at", "2015-04-01 13:17:03.181367"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:03.184996"], ["updated_at", "2015-04-01 13:17:03.184996"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:03.196337"], ["updated_at", "2015-04-01 13:17:03.196337"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.200654"], ["updated_at", "2015-04-01 13:17:03.200654"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.204228"], ["updated_at", "2015-04-01 13:17:03.204228"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:03.208362"], ["updated_at", "2015-04-01 13:17:03.208362"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:03.220804"], ["updated_at", "2015-04-01 13:17:03.220804"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.224852"], ["updated_at", "2015-04-01 13:17:03.224852"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:03.228237"], ["updated_at", "2015-04-01 13:17:03.228237"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:03.231750"], ["updated_at", "2015-04-01 13:17:03.231750"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:17:03.237181"], ["id", 45]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:17.045703"], ["updated_at", "2015-04-01 13:17:17.045703"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.108814"], ["updated_at", "2015-04-01 13:17:17.108814"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.112819"], ["updated_at", "2015-04-01 13:17:17.112819"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:17:17.197533"], ["task_id", 1], ["created_at", "2015-04-01 13:17:17.204630"], ["updated_at", "2015-04-01 13:17:17.204630"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:17:17.206490"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 90ms (ActiveRecord: 2.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:17.220925"], ["updated_at", "2015-04-01 13:17:17.220925"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.226327"], ["updated_at", "2015-04-01 13:17:17.226327"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.229905"], ["updated_at", "2015-04-01 13:17:17.229905"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:17:17.236270"], ["task_id", 3], ["created_at", "2015-04-01 13:17:17.237596"], ["updated_at", "2015-04-01 13:17:17.237596"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:17:17.239661"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:17.248643"], ["updated_at", "2015-04-01 13:17:17.248643"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.253360"], ["updated_at", "2015-04-01 13:17:17.253360"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.258328"], ["updated_at", "2015-04-01 13:17:17.258328"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:17:17.267710"], ["task_id", 5], ["created_at", "2015-04-01 13:17:17.268749"], ["updated_at", "2015-04-01 13:17:17.268749"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:17:17.270339"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:17.278836"], ["updated_at", "2015-04-01 13:17:17.278836"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.282767"], ["updated_at", "2015-04-01 13:17:17.282767"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.286733"], ["updated_at", "2015-04-01 13:17:17.286733"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:17:17.292624"], ["task_id", 7], ["created_at", "2015-04-01 13:17:17.294785"], ["updated_at", "2015-04-01 13:17:17.294785"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:17:17.296832"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:17.302477"], ["updated_at", "2015-04-01 13:17:17.302477"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.306405"], ["updated_at", "2015-04-01 13:17:17.306405"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.310417"], ["updated_at", "2015-04-01 13:17:17.310417"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 68ms (Views: 63.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:17.405358"], ["updated_at", "2015-04-01 13:17:17.405358"], ["tracking", "150401-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.410451"], ["updated_at", "2015-04-01 13:17:17.410451"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.414458"], ["updated_at", "2015-04-01 13:17:17.414458"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:17.424949"], ["updated_at", "2015-04-01 13:17:17.424949"], ["tracking", "150401-7"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.429584"], ["updated_at", "2015-04-01 13:17:17.429584"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.433294"], ["updated_at", "2015-04-01 13:17:17.433294"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:17.442774"], ["updated_at", "2015-04-01 13:17:17.442774"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.448784"], ["updated_at", "2015-04-01 13:17:17.448784"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.452593"], ["updated_at", "2015-04-01 13:17:17.452593"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:17.462430"], ["updated_at", "2015-04-01 13:17:17.462430"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.466993"], ["updated_at", "2015-04-01 13:17:17.466993"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:17.471169"], ["updated_at", "2015-04-01 13:17:17.471169"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:17.483915"], ["updated_at", "2015-04-01 13:17:17.483915"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1563ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:19.048412"], ["updated_at", "2015-04-01 13:17:19.048412"], ["tracking", "150401-10"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.052151"], ["updated_at", "2015-04-01 13:17:19.052151"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.055786"], ["updated_at", "2015-04-01 13:17:19.055786"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:19.061962"], ["updated_at", "2015-04-01 13:17:19.061962"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:19.072807"], ["updated_at", "2015-04-01 13:17:19.072807"], ["tracking", "150401-11"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.079443"], ["updated_at", "2015-04-01 13:17:19.079443"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.087023"], ["updated_at", "2015-04-01 13:17:19.087023"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:19.094425"], ["updated_at", "2015-04-01 13:17:19.094425"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY "flyboy_tasks"."id" DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (1.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:19.105009"], ["updated_at", "2015-04-01 13:17:19.105009"], ["tracking", "150401-12"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.109825"], ["updated_at", "2015-04-01 13:17:19.109825"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.113491"], ["updated_at", "2015-04-01 13:17:19.113491"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:19.180223"], ["updated_at", "2015-04-01 13:17:19.180223"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.184777"], ["updated_at", "2015-04-01 13:17:19.184777"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.189064"], ["updated_at", "2015-04-01 13:17:19.189064"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:19.192959"], ["updated_at", "2015-04-01 13:17:19.192959"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:19.206290"], ["updated_at", "2015-04-01 13:17:19.206290"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.210222"], ["updated_at", "2015-04-01 13:17:19.210222"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.214454"], ["updated_at", "2015-04-01 13:17:19.214454"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:19.219990"], ["updated_at", "2015-04-01 13:17:19.219990"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:19.230004"], ["updated_at", "2015-04-01 13:17:19.230004"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.234184"], ["updated_at", "2015-04-01 13:17:19.234184"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.237717"], ["updated_at", "2015-04-01 13:17:19.237717"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:19.241278"], ["updated_at", "2015-04-01 13:17:19.241278"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:19.252987"], ["updated_at", "2015-04-01 13:17:19.252987"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.257278"], ["updated_at", "2015-04-01 13:17:19.257278"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.260674"], ["updated_at", "2015-04-01 13:17:19.260674"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:19.264713"], ["updated_at", "2015-04-01 13:17:19.264713"]]  (1.5ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:19.278426"], ["updated_at", "2015-04-01 13:17:19.278426"], ["tracking", "150401-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.282779"], ["updated_at", "2015-04-01 13:17:19.282779"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.286338"], ["updated_at", "2015-04-01 13:17:19.286338"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:19.290589"], ["updated_at", "2015-04-01 13:17:19.290589"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:17:19.301706"], ["updated_at", "2015-04-01 13:17:19.301706"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.306217"], ["updated_at", "2015-04-01 13:17:19.306217"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:17:19.309745"], ["updated_at", "2015-04-01 13:17:19.309745"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:17:19.314146"], ["updated_at", "2015-04-01 13:17:19.314146"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:17:19.321206"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:19:48.163673"], ["updated_at", "2015-04-01 13:19:48.163673"], ["tracking", "150401-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:19:48.175072"], ["updated_at", "2015-04-01 13:19:48.175072"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:19:48.181244"], ["updated_at", "2015-04-01 13:19:48.181244"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:19:48.189240"], ["updated_at", "2015-04-01 13:19:48.189240"], ["tracking", "150401-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:19:48.197874"], ["updated_at", "2015-04-01 13:19:48.197874"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:19:48.203445"], ["updated_at", "2015-04-01 13:19:48.203445"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:01.398352"], ["updated_at", "2015-04-01 13:20:01.398352"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.454879"], ["updated_at", "2015-04-01 13:20:01.454879"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.458950"], ["updated_at", "2015-04-01 13:20:01.458950"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:20:01.538542"], ["task_id", 1], ["created_at", "2015-04-01 13:20:01.545499"], ["updated_at", "2015-04-01 13:20:01.545499"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:20:01.547211"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 86ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:01.558796"], ["updated_at", "2015-04-01 13:20:01.558796"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.562984"], ["updated_at", "2015-04-01 13:20:01.562984"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.566696"], ["updated_at", "2015-04-01 13:20:01.566696"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:20:01.572594"], ["task_id", 3], ["created_at", "2015-04-01 13:20:01.573790"], ["updated_at", "2015-04-01 13:20:01.573790"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:20:01.575384"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:01.589293"], ["updated_at", "2015-04-01 13:20:01.589293"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.594881"], ["updated_at", "2015-04-01 13:20:01.594881"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.601103"], ["updated_at", "2015-04-01 13:20:01.601103"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:20:01.611724"], ["task_id", 5], ["created_at", "2015-04-01 13:20:01.612917"], ["updated_at", "2015-04-01 13:20:01.612917"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:20:01.615155"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:01.623295"], ["updated_at", "2015-04-01 13:20:01.623295"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.626989"], ["updated_at", "2015-04-01 13:20:01.626989"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.630817"], ["updated_at", "2015-04-01 13:20:01.630817"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:20:01.636383"], ["task_id", 7], ["created_at", "2015-04-01 13:20:01.637371"], ["updated_at", "2015-04-01 13:20:01.637371"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:20:01.638855"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:01.644838"], ["updated_at", "2015-04-01 13:20:01.644838"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.648594"], ["updated_at", "2015-04-01 13:20:01.648594"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.652417"], ["updated_at", "2015-04-01 13:20:01.652417"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 64ms (Views: 59.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:01.725301"], ["updated_at", "2015-04-01 13:20:01.725301"], ["tracking", "150401-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.730378"], ["updated_at", "2015-04-01 13:20:01.730378"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.734458"], ["updated_at", "2015-04-01 13:20:01.734458"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:01.745612"], ["updated_at", "2015-04-01 13:20:01.745612"], ["tracking", "150401-7"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.749436"], ["updated_at", "2015-04-01 13:20:01.749436"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.753187"], ["updated_at", "2015-04-01 13:20:01.753187"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:01.763110"], ["updated_at", "2015-04-01 13:20:01.763110"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.766858"], ["updated_at", "2015-04-01 13:20:01.766858"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.771338"], ["updated_at", "2015-04-01 13:20:01.771338"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:01.782985"], ["updated_at", "2015-04-01 13:20:01.782985"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.786653"], ["updated_at", "2015-04-01 13:20:01.786653"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:01.790481"], ["updated_at", "2015-04-01 13:20:01.790481"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:20:01.801179"], ["updated_at", "2015-04-01 13:20:01.801179"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1449ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:03.252222"], ["updated_at", "2015-04-01 13:20:03.252222"], ["tracking", "150401-10"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.257805"], ["updated_at", "2015-04-01 13:20:03.257805"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.261578"], ["updated_at", "2015-04-01 13:20:03.261578"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:20:03.268501"], ["updated_at", "2015-04-01 13:20:03.268501"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:03.277401"], ["updated_at", "2015-04-01 13:20:03.277401"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.281401"], ["updated_at", "2015-04-01 13:20:03.281401"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.285322"], ["updated_at", "2015-04-01 13:20:03.285322"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:20:03.293437"], ["updated_at", "2015-04-01 13:20:03.293437"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:03.300770"], ["updated_at", "2015-04-01 13:20:03.300770"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.304499"], ["updated_at", "2015-04-01 13:20:03.304499"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.308588"], ["updated_at", "2015-04-01 13:20:03.308588"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:03.374042"], ["updated_at", "2015-04-01 13:20:03.374042"], ["tracking", "150401-13"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.378557"], ["updated_at", "2015-04-01 13:20:03.378557"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.382323"], ["updated_at", "2015-04-01 13:20:03.382323"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:20:03.385917"], ["updated_at", "2015-04-01 13:20:03.385917"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:03.397366"], ["updated_at", "2015-04-01 13:20:03.397366"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.401629"], ["updated_at", "2015-04-01 13:20:03.401629"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.405325"], ["updated_at", "2015-04-01 13:20:03.405325"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:20:03.409442"], ["updated_at", "2015-04-01 13:20:03.409442"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:03.420100"], ["updated_at", "2015-04-01 13:20:03.420100"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.424223"], ["updated_at", "2015-04-01 13:20:03.424223"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.429685"], ["updated_at", "2015-04-01 13:20:03.429685"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:20:03.433896"], ["updated_at", "2015-04-01 13:20:03.433896"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:03.445184"], ["updated_at", "2015-04-01 13:20:03.445184"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.449711"], ["updated_at", "2015-04-01 13:20:03.449711"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.453477"], ["updated_at", "2015-04-01 13:20:03.453477"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:20:03.457000"], ["updated_at", "2015-04-01 13:20:03.457000"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:03.470361"], ["updated_at", "2015-04-01 13:20:03.470361"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.474304"], ["updated_at", "2015-04-01 13:20:03.474304"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.479705"], ["updated_at", "2015-04-01 13:20:03.479705"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:20:03.483763"], ["updated_at", "2015-04-01 13:20:03.483763"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:20:03.494880"], ["updated_at", "2015-04-01 13:20:03.494880"], ["tracking", "150401-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.499672"], ["updated_at", "2015-04-01 13:20:03.499672"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:20:03.503672"], ["updated_at", "2015-04-01 13:20:03.503672"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:20:03.507241"], ["updated_at", "2015-04-01 13:20:03.507241"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:20:03.513706"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:33.798784"], ["updated_at", "2015-04-01 13:21:33.798784"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:33.851725"], ["updated_at", "2015-04-01 13:21:33.851725"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:33.855926"], ["updated_at", "2015-04-01 13:21:33.855926"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:21:33.933466"], ["task_id", 1], ["created_at", "2015-04-01 13:21:33.940589"], ["updated_at", "2015-04-01 13:21:33.940589"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:21:33.942304"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 84ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:33.953761"], ["updated_at", "2015-04-01 13:21:33.953761"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:33.957925"], ["updated_at", "2015-04-01 13:21:33.957925"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:33.961676"], ["updated_at", "2015-04-01 13:21:33.961676"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:21:33.967482"], ["task_id", 3], ["created_at", "2015-04-01 13:21:33.968638"], ["updated_at", "2015-04-01 13:21:33.968638"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:21:33.970221"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:33.978549"], ["updated_at", "2015-04-01 13:21:33.978549"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:33.982714"], ["updated_at", "2015-04-01 13:21:33.982714"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:33.987466"], ["updated_at", "2015-04-01 13:21:33.987466"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:21:33.996172"], ["task_id", 5], ["created_at", "2015-04-01 13:21:33.997262"], ["updated_at", "2015-04-01 13:21:33.997262"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:21:33.998748"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:34.006671"], ["updated_at", "2015-04-01 13:21:34.006671"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.011161"], ["updated_at", "2015-04-01 13:21:34.011161"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.014802"], ["updated_at", "2015-04-01 13:21:34.014802"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:21:34.020407"], ["task_id", 7], ["created_at", "2015-04-01 13:21:34.021764"], ["updated_at", "2015-04-01 13:21:34.021764"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:21:34.023625"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:34.029118"], ["updated_at", "2015-04-01 13:21:34.029118"], ["tracking", "150401-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.032933"], ["updated_at", "2015-04-01 13:21:34.032933"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.037260"], ["updated_at", "2015-04-01 13:21:34.037260"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 60ms (Views: 55.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:34.104918"], ["updated_at", "2015-04-01 13:21:34.104918"], ["tracking", "150401-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.110353"], ["updated_at", "2015-04-01 13:21:34.110353"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.114085"], ["updated_at", "2015-04-01 13:21:34.114085"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:34.126127"], ["updated_at", "2015-04-01 13:21:34.126127"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.129881"], ["updated_at", "2015-04-01 13:21:34.129881"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.133637"], ["updated_at", "2015-04-01 13:21:34.133637"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:34.144967"], ["updated_at", "2015-04-01 13:21:34.144967"], ["tracking", "150401-8"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.148840"], ["updated_at", "2015-04-01 13:21:34.148840"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.152574"], ["updated_at", "2015-04-01 13:21:34.152574"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:34.163146"], ["updated_at", "2015-04-01 13:21:34.163146"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.166829"], ["updated_at", "2015-04-01 13:21:34.166829"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:34.170365"], ["updated_at", "2015-04-01 13:21:34.170365"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:34.180442"], ["updated_at", "2015-04-01 13:21:34.180442"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1504ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:35.686317"], ["updated_at", "2015-04-01 13:21:35.686317"], ["tracking", "150401-10"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.691693"], ["updated_at", "2015-04-01 13:21:35.691693"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.695761"], ["updated_at", "2015-04-01 13:21:35.695761"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:35.701825"], ["updated_at", "2015-04-01 13:21:35.701825"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:35.711396"], ["updated_at", "2015-04-01 13:21:35.711396"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.715609"], ["updated_at", "2015-04-01 13:21:35.715609"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.719947"], ["updated_at", "2015-04-01 13:21:35.719947"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:35.726076"], ["updated_at", "2015-04-01 13:21:35.726076"]]  (1.4ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 7ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:35.736237"], ["updated_at", "2015-04-01 13:21:35.736237"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.740360"], ["updated_at", "2015-04-01 13:21:35.740360"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.744262"], ["updated_at", "2015-04-01 13:21:35.744262"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:35.808495"], ["updated_at", "2015-04-01 13:21:35.808495"], ["tracking", "150401-13"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.813124"], ["updated_at", "2015-04-01 13:21:35.813124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.817753"], ["updated_at", "2015-04-01 13:21:35.817753"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:35.822817"], ["updated_at", "2015-04-01 13:21:35.822817"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:35.833700"], ["updated_at", "2015-04-01 13:21:35.833700"], ["tracking", "150401-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.837807"], ["updated_at", "2015-04-01 13:21:35.837807"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.842225"], ["updated_at", "2015-04-01 13:21:35.842225"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:35.848228"], ["updated_at", "2015-04-01 13:21:35.848228"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:35.859555"], ["updated_at", "2015-04-01 13:21:35.859555"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.863704"], ["updated_at", "2015-04-01 13:21:35.863704"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.867601"], ["updated_at", "2015-04-01 13:21:35.867601"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:35.871880"], ["updated_at", "2015-04-01 13:21:35.871880"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:35.883916"], ["updated_at", "2015-04-01 13:21:35.883916"], ["tracking", "150401-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.888444"], ["updated_at", "2015-04-01 13:21:35.888444"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.892478"], ["updated_at", "2015-04-01 13:21:35.892478"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:35.898350"], ["updated_at", "2015-04-01 13:21:35.898350"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:35.910731"], ["updated_at", "2015-04-01 13:21:35.910731"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.914840"], ["updated_at", "2015-04-01 13:21:35.914840"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.918508"], ["updated_at", "2015-04-01 13:21:35.918508"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:35.922317"], ["updated_at", "2015-04-01 13:21:35.922317"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:35.934306"], ["updated_at", "2015-04-01 13:21:35.934306"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.938748"], ["updated_at", "2015-04-01 13:21:35.938748"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:35.942380"], ["updated_at", "2015-04-01 13:21:35.942380"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:35.946370"], ["updated_at", "2015-04-01 13:21:35.946370"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:21:35.952476"], ["id", 45]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:45.946260"], ["updated_at", "2015-04-01 13:21:45.946260"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:45.993274"], ["updated_at", "2015-04-01 13:21:45.993274"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 21ms (Views: 14.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.1ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.097051"], ["updated_at", "2015-04-01 13:21:46.097051"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.100844"], ["updated_at", "2015-04-01 13:21:46.100844"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 10ms (Views: 1.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.124314"], ["updated_at", "2015-04-01 13:21:46.124314"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.128227"], ["updated_at", "2015-04-01 13:21:46.128227"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.149640"], ["updated_at", "2015-04-01 13:21:46.149640"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.200949"], ["updated_at", "2015-04-01 13:21:46.200949"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.205105"], ["updated_at", "2015-04-01 13:21:46.205105"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:21:46.221154"], ["task_id", 1], ["created_at", "2015-04-01 13:21:46.230799"], ["updated_at", "2015-04-01 13:21:46.230799"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:21:46.233084"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 28ms (ActiveRecord: 2.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.244746"], ["updated_at", "2015-04-01 13:21:46.244746"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.248483"], ["updated_at", "2015-04-01 13:21:46.248483"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.252030"], ["updated_at", "2015-04-01 13:21:46.252030"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:21:46.257703"], ["task_id", 3], ["created_at", "2015-04-01 13:21:46.259066"], ["updated_at", "2015-04-01 13:21:46.259066"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:21:46.260721"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.267453"], ["updated_at", "2015-04-01 13:21:46.267453"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.271903"], ["updated_at", "2015-04-01 13:21:46.271903"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.276532"], ["updated_at", "2015-04-01 13:21:46.276532"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) 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-01 13:21:46.284506"], ["task_id", 5], ["created_at", "2015-04-01 13:21:46.285543"], ["updated_at", "2015-04-01 13:21:46.285543"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:21:46.287098"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.296858"], ["updated_at", "2015-04-01 13:21:46.296858"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.301274"], ["updated_at", "2015-04-01 13:21:46.301274"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.304984"], ["updated_at", "2015-04-01 13:21:46.304984"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) 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-01 13:21:46.311266"], ["task_id", 7], ["created_at", "2015-04-01 13:21:46.312399"], ["updated_at", "2015-04-01 13:21:46.312399"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:21:46.314007"], ["id", 7]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.320652"], ["updated_at", "2015-04-01 13:21:46.320652"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.325209"], ["updated_at", "2015-04-01 13:21:46.325209"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.328990"], ["updated_at", "2015-04-01 13:21:46.328990"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.341658"], ["updated_at", "2015-04-01 13:21:46.341658"], ["tracking", "150401-8"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.346914"], ["updated_at", "2015-04-01 13:21:46.346914"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.350814"], ["updated_at", "2015-04-01 13:21:46.350814"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.362646"], ["updated_at", "2015-04-01 13:21:46.362646"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.367040"], ["updated_at", "2015-04-01 13:21:46.367040"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.371279"], ["updated_at", "2015-04-01 13:21:46.371279"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"13"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.381885"], ["updated_at", "2015-04-01 13:21:46.381885"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.385649"], ["updated_at", "2015-04-01 13:21:46.385649"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.389315"], ["updated_at", "2015-04-01 13:21:46.389315"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.7ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:46.401876"], ["updated_at", "2015-04-01 13:21:46.401876"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.405624"], ["updated_at", "2015-04-01 13:21:46.405624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:46.409358"], ["updated_at", "2015-04-01 13:21:46.409358"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"15", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:46.419530"], ["updated_at", "2015-04-01 13:21:46.419530"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1502ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:47.923924"], ["updated_at", "2015-04-01 13:21:47.923924"], ["tracking", "150401-12"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:47.930084"], ["updated_at", "2015-04-01 13:21:47.930084"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:47.934307"], ["updated_at", "2015-04-01 13:21:47.934307"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:47.941259"], ["updated_at", "2015-04-01 13:21:47.941259"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:47.949910"], ["updated_at", "2015-04-01 13:21:47.949910"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:47.953668"], ["updated_at", "2015-04-01 13:21:47.953668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:47.957629"], ["updated_at", "2015-04-01 13:21:47.957629"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:47.963667"], ["updated_at", "2015-04-01 13:21:47.963667"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:47.972367"], ["updated_at", "2015-04-01 13:21:47.972367"], ["tracking", "150401-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:47.976420"], ["updated_at", "2015-04-01 13:21:47.976420"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:47.980758"], ["updated_at", "2015-04-01 13:21:47.980758"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"invalid value"}} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:47.999692"], ["updated_at", "2015-04-01 13:21:47.999692"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.003816"], ["updated_at", "2015-04-01 13:21:48.003816"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.008006"], ["updated_at", "2015-04-01 13:21:48.008006"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:48.011738"], ["updated_at", "2015-04-01 13:21:48.011738"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.024847"], ["updated_at", "2015-04-01 13:21:48.024847"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.028670"], ["updated_at", "2015-04-01 13:21:48.028670"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.032317"], ["updated_at", "2015-04-01 13:21:48.032317"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:48.035984"], ["updated_at", "2015-04-01 13:21:48.035984"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.047368"], ["updated_at", "2015-04-01 13:21:48.047368"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.051501"], ["updated_at", "2015-04-01 13:21:48.051501"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.055160"], ["updated_at", "2015-04-01 13:21:48.055160"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:48.059309"], ["updated_at", "2015-04-01 13:21:48.059309"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.3ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.073325"], ["updated_at", "2015-04-01 13:21:48.073325"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.077152"], ["updated_at", "2015-04-01 13:21:48.077152"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.080783"], ["updated_at", "2015-04-01 13:21:48.080783"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:48.084458"], ["updated_at", "2015-04-01 13:21:48.084458"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.098565"], ["updated_at", "2015-04-01 13:21:48.098565"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.103052"], ["updated_at", "2015-04-01 13:21:48.103052"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.107596"], ["updated_at", "2015-04-01 13:21:48.107596"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:48.112047"], ["updated_at", "2015-04-01 13:21:48.112047"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.8ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.125760"], ["updated_at", "2015-04-01 13:21:48.125760"], ["tracking", "150401-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.129471"], ["updated_at", "2015-04-01 13:21:48.129471"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.133038"], ["updated_at", "2015-04-01 13:21:48.133038"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:21:48.136707"], ["updated_at", "2015-04-01 13:21:48.136707"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:21:48.144035"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.150433"], ["updated_at", "2015-04-01 13:21:48.150433"], ["tracking", "150401-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.155009"], ["updated_at", "2015-04-01 13:21:48.155009"], ["tracking", "150401-22"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.158895"], ["updated_at", "2015-04-01 13:21:48.158895"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.162801"], ["updated_at", "2015-04-01 13:21:48.162801"], ["tracking", "150401-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.214504"], ["updated_at", "2015-04-01 13:21:48.214504"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.217498"], ["updated_at", "2015-04-01 13:21:48.217498"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.221838"], ["updated_at", "2015-04-01 13:21:48.221838"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.226142"], ["updated_at", "2015-04-01 13:21:48.226142"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.230208"], ["updated_at", "2015-04-01 13:21:48.230208"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.234188"], ["updated_at", "2015-04-01 13:21:48.234188"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.241247"], ["updated_at", "2015-04-01 13:21:48.241247"], ["tracking", "150401-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.246174"], ["updated_at", "2015-04-01 13:21:48.246174"], ["tracking", "150401-26"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.251148"], ["updated_at", "2015-04-01 13:21:48.251148"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.255052"], ["updated_at", "2015-04-01 13:21:48.255052"], ["tracking", "150401-27"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.258894"], ["updated_at", "2015-04-01 13:21:48.258894"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.262340"], ["updated_at", "2015-04-01 13:21:48.262340"], ["tracking", "150401-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.267569"], ["updated_at", "2015-04-01 13:21:48.267569"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.272051"], ["updated_at", "2015-04-01 13:21:48.272051"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.277375"], ["updated_at", "2015-04-01 13:21:48.277375"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.281465"], ["updated_at", "2015-04-01 13:21:48.281465"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.286544"], ["updated_at", "2015-04-01 13:21:48.286544"], ["tracking", "150401-29"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.293700"], ["updated_at", "2015-04-01 13:21:48.293700"], ["tracking", "150401-30"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.298281"], ["updated_at", "2015-04-01 13:21:48.298281"], ["tracking", "150401-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.302514"], ["updated_at", "2015-04-01 13:21:48.302514"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.306291"], ["updated_at", "2015-04-01 13:21:48.306291"], ["tracking", "150401-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.309981"], ["updated_at", "2015-04-01 13:21:48.309981"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.313008"], ["updated_at", "2015-04-01 13:21:48.313008"], ["tracking", "150401-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.317443"], ["updated_at", "2015-04-01 13:21:48.317443"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.321404"], ["updated_at", "2015-04-01 13:21:48.321404"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 34], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.325599"], ["updated_at", "2015-04-01 13:21:48.325599"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 34], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.330534"], ["updated_at", "2015-04-01 13:21:48.330534"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 34], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.336239"], ["updated_at", "2015-04-01 13:21:48.336239"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.343389"], ["updated_at", "2015-04-01 13:21:48.343389"], ["tracking", "150401-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.347968"], ["updated_at", "2015-04-01 13:21:48.347968"], ["tracking", "150401-35"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.352536"], ["updated_at", "2015-04-01 13:21:48.352536"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.356745"], ["updated_at", "2015-04-01 13:21:48.356745"], ["tracking", "150401-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.360616"], ["updated_at", "2015-04-01 13:21:48.360616"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.364076"], ["updated_at", "2015-04-01 13:21:48.364076"], ["tracking", "150401-37"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.368441"], ["updated_at", "2015-04-01 13:21:48.368441"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.372302"], ["updated_at", "2015-04-01 13:21:48.372302"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.377481"], ["updated_at", "2015-04-01 13:21:48.377481"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.381689"], ["updated_at", "2015-04-01 13:21:48.381689"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.387335"], ["updated_at", "2015-04-01 13:21:48.387335"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.393900"], ["updated_at", "2015-04-01 13:21:48.393900"], ["tracking", "150401-38"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.398144"], ["updated_at", "2015-04-01 13:21:48.398144"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.403143"], ["updated_at", "2015-04-01 13:21:48.403143"], ["tracking", "150401-39"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.407316"], ["updated_at", "2015-04-01 13:21:48.407316"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.412511"], ["updated_at", "2015-04-01 13:21:48.412511"], ["tracking", "150401-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.416169"], ["updated_at", "2015-04-01 13:21:48.416169"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.421794"], ["updated_at", "2015-04-01 13:21:48.421794"], ["tracking", "150401-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:21:48.425456"], ["updated_at", "2015-04-01 13:21:48.425456"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:21:48.430199"], ["updated_at", "2015-04-01 13:21:48.430199"], ["tracking", "150401-42"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 13:21:48.433211"], ["id", 46]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 13:21:48.436887"], ["id", 46]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 51], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 77], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 77]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 77]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:54.561499"], ["updated_at", "2015-04-01 13:22:54.561499"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.616277"], ["updated_at", "2015-04-01 13:22:54.616277"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.620969"], ["updated_at", "2015-04-01 13:22:54.620969"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:22:54.699757"], ["task_id", 1], ["created_at", "2015-04-01 13:22:54.707055"], ["updated_at", "2015-04-01 13:22:54.707055"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:22:54.708892"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 83ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:54.719148"], ["updated_at", "2015-04-01 13:22:54.719148"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.723143"], ["updated_at", "2015-04-01 13:22:54.723143"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.726659"], ["updated_at", "2015-04-01 13:22:54.726659"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:22:54.732901"], ["task_id", 3], ["created_at", "2015-04-01 13:22:54.734304"], ["updated_at", "2015-04-01 13:22:54.734304"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:22:54.736288"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:54.744726"], ["updated_at", "2015-04-01 13:22:54.744726"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.748678"], ["updated_at", "2015-04-01 13:22:54.748678"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.752758"], ["updated_at", "2015-04-01 13:22:54.752758"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:22:54.761338"], ["task_id", 5], ["created_at", "2015-04-01 13:22:54.762475"], ["updated_at", "2015-04-01 13:22:54.762475"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:22:54.764050"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:54.771433"], ["updated_at", "2015-04-01 13:22:54.771433"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.775465"], ["updated_at", "2015-04-01 13:22:54.775465"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.779266"], ["updated_at", "2015-04-01 13:22:54.779266"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:22:54.784801"], ["task_id", 7], ["created_at", "2015-04-01 13:22:54.786192"], ["updated_at", "2015-04-01 13:22:54.786192"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:22:54.787967"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:54.793724"], ["updated_at", "2015-04-01 13:22:54.793724"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.797564"], ["updated_at", "2015-04-01 13:22:54.797564"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.801774"], ["updated_at", "2015-04-01 13:22:54.801774"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 57ms (Views: 50.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:54.865762"], ["updated_at", "2015-04-01 13:22:54.865762"], ["tracking", "150401-6"]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.869850"], ["updated_at", "2015-04-01 13:22:54.869850"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.873793"], ["updated_at", "2015-04-01 13:22:54.873793"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:54.885839"], ["updated_at", "2015-04-01 13:22:54.885839"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.889630"], ["updated_at", "2015-04-01 13:22:54.889630"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.893275"], ["updated_at", "2015-04-01 13:22:54.893275"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:54.904314"], ["updated_at", "2015-04-01 13:22:54.904314"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.908847"], ["updated_at", "2015-04-01 13:22:54.908847"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.912930"], ["updated_at", "2015-04-01 13:22:54.912930"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:54.923765"], ["updated_at", "2015-04-01 13:22:54.923765"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.927535"], ["updated_at", "2015-04-01 13:22:54.927535"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:54.931360"], ["updated_at", "2015-04-01 13:22:54.931360"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:22:54.941543"], ["updated_at", "2015-04-01 13:22:54.941543"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1444ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:56.387433"], ["updated_at", "2015-04-01 13:22:56.387433"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.393001"], ["updated_at", "2015-04-01 13:22:56.393001"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.396718"], ["updated_at", "2015-04-01 13:22:56.396718"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:22:56.402907"], ["updated_at", "2015-04-01 13:22:56.402907"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:56.411657"], ["updated_at", "2015-04-01 13:22:56.411657"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.415564"], ["updated_at", "2015-04-01 13:22:56.415564"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.419317"], ["updated_at", "2015-04-01 13:22:56.419317"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:22:56.425910"], ["updated_at", "2015-04-01 13:22:56.425910"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:56.435074"], ["updated_at", "2015-04-01 13:22:56.435074"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.439002"], ["updated_at", "2015-04-01 13:22:56.439002"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.442757"], ["updated_at", "2015-04-01 13:22:56.442757"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:56.453452"], ["updated_at", "2015-04-01 13:22:56.453452"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.457249"], ["updated_at", "2015-04-01 13:22:56.457249"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.460885"], ["updated_at", "2015-04-01 13:22:56.460885"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:22:56.464544"], ["updated_at", "2015-04-01 13:22:56.464544"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:56.520844"], ["updated_at", "2015-04-01 13:22:56.520844"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.524649"], ["updated_at", "2015-04-01 13:22:56.524649"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.528359"], ["updated_at", "2015-04-01 13:22:56.528359"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:22:56.533108"], ["updated_at", "2015-04-01 13:22:56.533108"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:56.546082"], ["updated_at", "2015-04-01 13:22:56.546082"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.549888"], ["updated_at", "2015-04-01 13:22:56.549888"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.553479"], ["updated_at", "2015-04-01 13:22:56.553479"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:22:56.557224"], ["updated_at", "2015-04-01 13:22:56.557224"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:56.578657"], ["updated_at", "2015-04-01 13:22:56.578657"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.583469"], ["updated_at", "2015-04-01 13:22:56.583469"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.587164"], ["updated_at", "2015-04-01 13:22:56.587164"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:22:56.590789"], ["updated_at", "2015-04-01 13:22:56.590789"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:56.604680"], ["updated_at", "2015-04-01 13:22:56.604680"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.608622"], ["updated_at", "2015-04-01 13:22:56.608622"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.612286"], ["updated_at", "2015-04-01 13:22:56.612286"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:22:56.615977"], ["updated_at", "2015-04-01 13:22:56.615977"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:22:56.628030"], ["updated_at", "2015-04-01 13:22:56.628030"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.632691"], ["updated_at", "2015-04-01 13:22:56.632691"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (1.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:22:56.643382"], ["updated_at", "2015-04-01 13:22:56.643382"]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:22:56.653200"], ["updated_at", "2015-04-01 13:22:56.653200"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:22:56.660576"], ["id", 45]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:21.936903"], ["updated_at", "2015-04-01 13:24:21.936903"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:21.958134"], ["updated_at", "2015-04-01 13:24:21.958134"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:21.963260"], ["updated_at", "2015-04-01 13:24:21.963260"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:24:22.054807"], ["task_id", 1], ["created_at", "2015-04-01 13:24:22.062674"], ["updated_at", "2015-04-01 13:24:22.062674"]] SQL (0.4ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:24:22.065523"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 102ms (ActiveRecord: 4.6ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:22.084076"], ["updated_at", "2015-04-01 13:24:22.084076"], ["tracking", "150401-2"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.087923"], ["updated_at", "2015-04-01 13:24:22.087923"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.092617"], ["updated_at", "2015-04-01 13:24:22.092617"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:24:22.099138"], ["task_id", 3], ["created_at", "2015-04-01 13:24:22.100178"], ["updated_at", "2015-04-01 13:24:22.100178"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:24:22.101682"], ["id", 3]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:22.152568"], ["updated_at", "2015-04-01 13:24:22.152568"], ["tracking", "150401-3"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.163082"], ["updated_at", "2015-04-01 13:24:22.163082"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.167049"], ["updated_at", "2015-04-01 13:24:22.167049"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:24:22.173937"], ["task_id", 5], ["created_at", "2015-04-01 13:24:22.175054"], ["updated_at", "2015-04-01 13:24:22.175054"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:24:22.177666"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY "flyboy_task_comments"."id" DESC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:22.186806"], ["updated_at", "2015-04-01 13:24:22.186806"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.190598"], ["updated_at", "2015-04-01 13:24:22.190598"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.194792"], ["updated_at", "2015-04-01 13:24:22.194792"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 13:24:22.200496"], ["task_id", 7], ["created_at", "2015-04-01 13:24:22.201556"], ["updated_at", "2015-04-01 13:24:22.201556"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 13:24:22.203528"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:22.209511"], ["updated_at", "2015-04-01 13:24:22.209511"], ["tracking", "150401-5"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.214394"], ["updated_at", "2015-04-01 13:24:22.214394"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.219183"], ["updated_at", "2015-04-01 13:24:22.219183"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 30ms (Views: 25.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:22.257087"], ["updated_at", "2015-04-01 13:24:22.257087"], ["tracking", "150401-6"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.261070"], ["updated_at", "2015-04-01 13:24:22.261070"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.264850"], ["updated_at", "2015-04-01 13:24:22.264850"]]  (1.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:22.277966"], ["updated_at", "2015-04-01 13:24:22.277966"], ["tracking", "150401-7"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.282456"], ["updated_at", "2015-04-01 13:24:22.282456"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.287541"], ["updated_at", "2015-04-01 13:24:22.287541"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:22.299017"], ["updated_at", "2015-04-01 13:24:22.299017"], ["tracking", "150401-8"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.305015"], ["updated_at", "2015-04-01 13:24:22.305015"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.309051"], ["updated_at", "2015-04-01 13:24:22.309051"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:22.326765"], ["updated_at", "2015-04-01 13:24:22.326765"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.332316"], ["updated_at", "2015-04-01 13:24:22.332316"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:22.336099"], ["updated_at", "2015-04-01 13:24:22.336099"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:24:22.346878"], ["updated_at", "2015-04-01 13:24:22.346878"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1684ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:24.032619"], ["updated_at", "2015-04-01 13:24:24.032619"], ["tracking", "150401-10"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.038845"], ["updated_at", "2015-04-01 13:24:24.038845"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.042632"], ["updated_at", "2015-04-01 13:24:24.042632"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:24:24.049878"], ["updated_at", "2015-04-01 13:24:24.049878"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:24.060096"], ["updated_at", "2015-04-01 13:24:24.060096"], ["tracking", "150401-11"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.065215"], ["updated_at", "2015-04-01 13:24:24.065215"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.069459"], ["updated_at", "2015-04-01 13:24:24.069459"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:24:24.076688"], ["updated_at", "2015-04-01 13:24:24.076688"]]  (1.6ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 8ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:24.091507"], ["updated_at", "2015-04-01 13:24:24.091507"], ["tracking", "150401-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.096195"], ["updated_at", "2015-04-01 13:24:24.096195"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.100263"], ["updated_at", "2015-04-01 13:24:24.100263"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.2ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:24.111567"], ["updated_at", "2015-04-01 13:24:24.111567"], ["tracking", "150401-13"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.115714"], ["updated_at", "2015-04-01 13:24:24.115714"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.119745"], ["updated_at", "2015-04-01 13:24:24.119745"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:24:24.123583"], ["updated_at", "2015-04-01 13:24:24.123583"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:24.134814"], ["updated_at", "2015-04-01 13:24:24.134814"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.139993"], ["updated_at", "2015-04-01 13:24:24.139993"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.144869"], ["updated_at", "2015-04-01 13:24:24.144869"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:24:24.150075"], ["updated_at", "2015-04-01 13:24:24.150075"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:24.166428"], ["updated_at", "2015-04-01 13:24:24.166428"], ["tracking", "150401-15"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.173551"], ["updated_at", "2015-04-01 13:24:24.173551"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.178694"], ["updated_at", "2015-04-01 13:24:24.178694"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:24:24.182812"], ["updated_at", "2015-04-01 13:24:24.182812"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:24.203506"], ["updated_at", "2015-04-01 13:24:24.203506"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.207244"], ["updated_at", "2015-04-01 13:24:24.207244"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.211167"], ["updated_at", "2015-04-01 13:24:24.211167"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:24:24.214887"], ["updated_at", "2015-04-01 13:24:24.214887"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 39]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:24.230336"], ["updated_at", "2015-04-01 13:24:24.230336"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.233974"], ["updated_at", "2015-04-01 13:24:24.233974"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.238497"], ["updated_at", "2015-04-01 13:24:24.238497"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:24:24.243675"], ["updated_at", "2015-04-01 13:24:24.243675"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.3ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 42]] SQL (0.5ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:24:24.263640"], ["updated_at", "2015-04-01 13:24:24.263640"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.268756"], ["updated_at", "2015-04-01 13:24:24.268756"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 13:24:24.273597"], ["updated_at", "2015-04-01 13:24:24.273597"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 13:24:24.278262"], ["updated_at", "2015-04-01 13:24:24.278262"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 13:24:24.285666"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:42:16.495398"], ["updated_at", "2015-04-01 13:42:16.495398"], ["tracking", "150401-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:42:16.516917"], ["updated_at", "2015-04-01 13:42:16.516917"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:42:16.522438"], ["updated_at", "2015-04-01 13:42:16.522438"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:42:16.526119"], ["updated_at", "2015-04-01 13:42:16.526119"]]  (0.8ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:42:42.908331"], ["updated_at", "2015-04-01 13:42:42.908331"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:42:42.964268"], ["updated_at", "2015-04-01 13:42:42.964268"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-01 13:42:42.976652"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-01 13:42:42.978743"], ["updated_at", "2015-04-01 13:42:42.978743"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-01 13:42:42.981238"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#index as HTML Parameters: {"task_id"=>"1"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 117ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:42:43.123931"], ["updated_at", "2015-04-01 13:42:43.123931"], ["tracking", "150401-2"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:42:43.130277"], ["updated_at", "2015-04-01 13:42:43.130277"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-04-01 13:42:43.133642"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-01 13:42:43.134572"], ["updated_at", "2015-04-01 13:42:43.134572"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-01 13:42:43.136907"], ["id", 2]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"comment"=>{"id"=>"2", "task_id"=>"2", "date"=>"2015-04-01 13:42:43 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-01 13:42:43 UTC", "updated_at"=>"2015-04-01 13:42:43 UTC"}, "task_id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.3ms)  (3.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:43:11.703396"], ["updated_at", "2015-04-01 13:43:11.703396"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:43:11.721229"], ["updated_at", "2015-04-01 13:43:11.721229"]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#index as HTML Parameters: {"task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 125ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:43:11.855887"], ["updated_at", "2015-04-01 13:43:11.855887"], ["tracking", "150401-2"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:43:11.861787"], ["updated_at", "2015-04-01 13:43:11.861787"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-04-01 13:43:11.871675"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-01 13:43:11.872843"], ["updated_at", "2015-04-01 13:43:11.872843"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-01 13:43:11.874750"], ["id", 2]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"comment"=>{"id"=>"1", "task_id"=>"2", "date"=>"2015-04-01 13:43:11 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-01 13:43:11 UTC", "updated_at"=>"2015-04-01 13:43:11 UTC"}, "task_id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:43:55.723504"], ["updated_at", "2015-04-01 13:43:55.723504"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:43:55.744635"], ["updated_at", "2015-04-01 13:43:55.744635"]]  (0.7ms) commit transaction Processing by Flyboy::TaskCommentsController#index as HTML Parameters: {"task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 127ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:43:55.881508"], ["updated_at", "2015-04-01 13:43:55.881508"], ["tracking", "150401-2"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:43:55.887584"], ["updated_at", "2015-04-01 13:43:55.887584"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-04-01 13:43:55.898760"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-01 13:43:55.899934"], ["updated_at", "2015-04-01 13:43:55.899934"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-01 13:43:55.901662"], ["id", 2]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"comment"=>{"id"=>"1", "task_id"=>"2", "date"=>"2015-04-01 13:43:55 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-01 13:43:55 UTC", "updated_at"=>"2015-04-01 13:43:55 UTC"}, "task_id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 2], ["date", "2015-04-01 13:43:55.910218"], ["created_at", "2015-04-01 13:43:55.910818"], ["updated_at", "2015-04-01 13:43:55.910818"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/2 Completed 302 Found in 15ms (ActiveRecord: 1.7ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:44:17.497815"], ["updated_at", "2015-04-01 13:44:17.497815"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:44:17.516551"], ["updated_at", "2015-04-01 13:44:17.516551"]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#index as HTML Parameters: {"task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Completed 500 Internal Server Error in 123ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:44:17.649691"], ["updated_at", "2015-04-01 13:44:17.649691"], ["tracking", "150401-2"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:44:17.655480"], ["updated_at", "2015-04-01 13:44:17.655480"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 2], ["date", "2015-04-01 13:44:17.666714"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-01 13:44:17.667923"], ["updated_at", "2015-04-01 13:44:17.667923"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-01 13:44:17.669839"], ["id", 2]]  (1.1ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"comment"=>{"id"=>"1", "task_id"=>"2", "date"=>"2015-04-01 13:44:17 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-01 13:44:17 UTC", "updated_at"=>"2015-04-01 13:44:17 UTC"}, "task_id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 2], ["date", "2015-04-01 13:44:17.677556"], ["created_at", "2015-04-01 13:44:17.678110"], ["updated_at", "2015-04-01 13:44:17.678110"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/2 Completed 302 Found in 13ms (ActiveRecord: 1.7ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:44:52.264134"], ["updated_at", "2015-04-01 13:44:52.264134"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:44:52.325934"], ["updated_at", "2015-04-01 13:44:52.325934"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-01 13:44:52.336884"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-01 13:44:52.337888"], ["updated_at", "2015-04-01 13:44:52.337888"]] SQL (0.4ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-01 13:44:52.340062"], ["id", 1]]  (1.1ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-01 13:44:52 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-01 13:44:52 UTC", "updated_at"=>"2015-04-01 13:44:52 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-01 13:44:52.426864"], ["created_at", "2015-04-01 13:44:52.427493"], ["updated_at", "2015-04-01 13:44:52.427493"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 77ms (ActiveRecord: 2.5ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 13:44:59.907451"], ["updated_at", "2015-04-01 13:44:59.907451"], ["tracking", "150401-1"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 13:44:59.941292"], ["updated_at", "2015-04-01 13:44:59.941292"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-01 13:44:59.950829"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-01 13:44:59.951791"], ["updated_at", "2015-04-01 13:44:59.951791"]] SQL (0.4ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-01 13:44:59.955446"], ["id", 1]]  (1.6ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-01 13:44:59 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-01 13:44:59 UTC", "updated_at"=>"2015-04-01 13:44:59 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-01 13:45:00.060083"], ["created_at", "2015-04-01 13:45:00.060796"], ["updated_at", "2015-04-01 13:45:00.060796"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 42ms (ActiveRecord: 2.0ms)  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (1.8ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.457852"], ["updated_at", "2015-04-01 14:24:56.457852"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.471034"], ["updated_at", "2015-04-01 14:24:56.471034"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 67ms (Views: 57.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (1.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.6ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.590105"], ["updated_at", "2015-04-01 14:24:56.590105"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.593841"], ["updated_at", "2015-04-01 14:24:56.593841"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 52ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.659124"], ["updated_at", "2015-04-01 14:24:56.659124"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.662880"], ["updated_at", "2015-04-01 14:24:56.662880"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.684127"], ["updated_at", "2015-04-01 14:24:56.684127"], ["tracking", "150401-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.698487"], ["updated_at", "2015-04-01 14:24:56.698487"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-01 14:24:56.713902"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-01 14:24:56.715165"], ["updated_at", "2015-04-01 14:24:56.715165"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-01 14:24:56.717277"], ["id", 1]]  (0.7ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-01 14:24:56 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-01 14:24:56 UTC", "updated_at"=>"2015-04-01 14:24:56 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-01 14:24:56.735624"], ["created_at", "2015-04-01 14:24:56.736285"], ["updated_at", "2015-04-01 14:24:56.736285"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 25ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.756738"], ["updated_at", "2015-04-01 14:24:56.756738"], ["tracking", "150401-4"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.764712"], ["updated_at", "2015-04-01 14:24:56.764712"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.770502"], ["updated_at", "2015-04-01 14:24:56.770502"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:24:56.779825"], ["task_id", 2], ["created_at", "2015-04-01 14:24:56.781415"], ["updated_at", "2015-04-01 14:24:56.781415"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:24:56.783802"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.790624"], ["updated_at", "2015-04-01 14:24:56.790624"], ["tracking", "150401-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.795777"], ["updated_at", "2015-04-01 14:24:56.795777"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.802292"], ["updated_at", "2015-04-01 14:24:56.802292"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:24:56.814173"], ["task_id", 4], ["created_at", "2015-04-01 14:24:56.815368"], ["updated_at", "2015-04-01 14:24:56.815368"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:24:56.816885"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.824129"], ["updated_at", "2015-04-01 14:24:56.824129"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.829967"], ["updated_at", "2015-04-01 14:24:56.829967"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.834371"], ["updated_at", "2015-04-01 14:24:56.834371"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:24:56.843722"], ["task_id", 6], ["created_at", "2015-04-01 14:24:56.845434"], ["updated_at", "2015-04-01 14:24:56.845434"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:24:56.847175"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.855016"], ["updated_at", "2015-04-01 14:24:56.855016"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.859293"], ["updated_at", "2015-04-01 14:24:56.859293"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.863264"], ["updated_at", "2015-04-01 14:24:56.863264"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:24:56.868871"], ["task_id", 8], ["created_at", "2015-04-01 14:24:56.871309"], ["updated_at", "2015-04-01 14:24:56.871309"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:24:56.874082"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.879952"], ["updated_at", "2015-04-01 14:24:56.879952"], ["tracking", "150401-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.884145"], ["updated_at", "2015-04-01 14:24:56.884145"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.887984"], ["updated_at", "2015-04-01 14:24:56.887984"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 50ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.945837"], ["updated_at", "2015-04-01 14:24:56.945837"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.949890"], ["updated_at", "2015-04-01 14:24:56.949890"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.953614"], ["updated_at", "2015-04-01 14:24:56.953614"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.965051"], ["updated_at", "2015-04-01 14:24:56.965051"], ["tracking", "150401-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.968675"], ["updated_at", "2015-04-01 14:24:56.968675"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.972108"], ["updated_at", "2015-04-01 14:24:56.972108"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:56.983680"], ["updated_at", "2015-04-01 14:24:56.983680"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.987445"], ["updated_at", "2015-04-01 14:24:56.987445"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:56.991069"], ["updated_at", "2015-04-01 14:24:56.991069"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:57.002801"], ["updated_at", "2015-04-01 14:24:57.002801"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:57.006659"], ["updated_at", "2015-04-01 14:24:57.006659"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:57.010963"], ["updated_at", "2015-04-01 14:24:57.010963"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:24:57.022851"], ["updated_at", "2015-04-01 14:24:57.022851"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1530ms (ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.554671"], ["updated_at", "2015-04-01 14:24:58.554671"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.558572"], ["updated_at", "2015-04-01 14:24:58.558572"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.562179"], ["updated_at", "2015-04-01 14:24:58.562179"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:24:58.568196"], ["updated_at", "2015-04-01 14:24:58.568196"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.578201"], ["updated_at", "2015-04-01 14:24:58.578201"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.582155"], ["updated_at", "2015-04-01 14:24:58.582155"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.586428"], ["updated_at", "2015-04-01 14:24:58.586428"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:24:58.593196"], ["updated_at", "2015-04-01 14:24:58.593196"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.601059"], ["updated_at", "2015-04-01 14:24:58.601059"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.604781"], ["updated_at", "2015-04-01 14:24:58.604781"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.608854"], ["updated_at", "2015-04-01 14:24:58.608854"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.619645"], ["updated_at", "2015-04-01 14:24:58.619645"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.623800"], ["updated_at", "2015-04-01 14:24:58.623800"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.627216"], ["updated_at", "2015-04-01 14:24:58.627216"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:24:58.630783"], ["updated_at", "2015-04-01 14:24:58.630783"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.641500"], ["updated_at", "2015-04-01 14:24:58.641500"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.646370"], ["updated_at", "2015-04-01 14:24:58.646370"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.650439"], ["updated_at", "2015-04-01 14:24:58.650439"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:24:58.654096"], ["updated_at", "2015-04-01 14:24:58.654096"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"34"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.665137"], ["updated_at", "2015-04-01 14:24:58.665137"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.669845"], ["updated_at", "2015-04-01 14:24:58.669845"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.717079"], ["updated_at", "2015-04-01 14:24:58.717079"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:24:58.720852"], ["updated_at", "2015-04-01 14:24:58.720852"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.748175"], ["updated_at", "2015-04-01 14:24:58.748175"], ["tracking", "150401-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.751911"], ["updated_at", "2015-04-01 14:24:58.751911"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.755492"], ["updated_at", "2015-04-01 14:24:58.755492"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:24:58.759127"], ["updated_at", "2015-04-01 14:24:58.759127"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.771399"], ["updated_at", "2015-04-01 14:24:58.771399"], ["tracking", "150401-20"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.776011"], ["updated_at", "2015-04-01 14:24:58.776011"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.780073"], ["updated_at", "2015-04-01 14:24:58.780073"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:24:58.783803"], ["updated_at", "2015-04-01 14:24:58.783803"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.794754"], ["updated_at", "2015-04-01 14:24:58.794754"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.798519"], ["updated_at", "2015-04-01 14:24:58.798519"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.802062"], ["updated_at", "2015-04-01 14:24:58.802062"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:24:58.805638"], ["updated_at", "2015-04-01 14:24:58.805638"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:24:58.811542"], ["id", 46]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.817430"], ["updated_at", "2015-04-01 14:24:58.817430"], ["tracking", "150401-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.822315"], ["updated_at", "2015-04-01 14:24:58.822315"], ["tracking", "150401-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.825997"], ["updated_at", "2015-04-01 14:24:58.825997"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.829720"], ["updated_at", "2015-04-01 14:24:58.829720"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.834128"], ["updated_at", "2015-04-01 14:24:58.834128"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.836881"], ["updated_at", "2015-04-01 14:24:58.836881"], ["tracking", "150401-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.840977"], ["updated_at", "2015-04-01 14:24:58.840977"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.845125"], ["updated_at", "2015-04-01 14:24:58.845125"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.849055"], ["updated_at", "2015-04-01 14:24:58.849055"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.852871"], ["updated_at", "2015-04-01 14:24:58.852871"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.859306"], ["updated_at", "2015-04-01 14:24:58.859306"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.863659"], ["updated_at", "2015-04-01 14:24:58.863659"], ["tracking", "150401-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.867232"], ["updated_at", "2015-04-01 14:24:58.867232"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.870962"], ["updated_at", "2015-04-01 14:24:58.870962"], ["tracking", "150401-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.874532"], ["updated_at", "2015-04-01 14:24:58.874532"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.877819"], ["updated_at", "2015-04-01 14:24:58.877819"], ["tracking", "150401-29"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.882639"], ["updated_at", "2015-04-01 14:24:58.882639"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.886548"], ["updated_at", "2015-04-01 14:24:58.886548"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.890947"], ["updated_at", "2015-04-01 14:24:58.890947"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.894641"], ["updated_at", "2015-04-01 14:24:58.894641"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.897860"], ["updated_at", "2015-04-01 14:24:58.897860"], ["tracking", "150401-30"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.905240"], ["updated_at", "2015-04-01 14:24:58.905240"], ["tracking", "150401-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.909629"], ["updated_at", "2015-04-01 14:24:58.909629"], ["tracking", "150401-32"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.913704"], ["updated_at", "2015-04-01 14:24:58.913704"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.917501"], ["updated_at", "2015-04-01 14:24:58.917501"], ["tracking", "150401-33"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.921195"], ["updated_at", "2015-04-01 14:24:58.921195"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.924374"], ["updated_at", "2015-04-01 14:24:58.924374"], ["tracking", "150401-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.928631"], ["updated_at", "2015-04-01 14:24:58.928631"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.932406"], ["updated_at", "2015-04-01 14:24:58.932406"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.939120"], ["updated_at", "2015-04-01 14:24:58.939120"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.943517"], ["updated_at", "2015-04-01 14:24:58.943517"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.947746"], ["updated_at", "2015-04-01 14:24:58.947746"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.954582"], ["updated_at", "2015-04-01 14:24:58.954582"], ["tracking", "150401-35"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.959262"], ["updated_at", "2015-04-01 14:24:58.959262"], ["tracking", "150401-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.963421"], ["updated_at", "2015-04-01 14:24:58.963421"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.967032"], ["updated_at", "2015-04-01 14:24:58.967032"], ["tracking", "150401-37"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.970518"], ["updated_at", "2015-04-01 14:24:58.970518"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:58.973583"], ["updated_at", "2015-04-01 14:24:58.973583"], ["tracking", "150401-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.977902"], ["updated_at", "2015-04-01 14:24:58.977902"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.981780"], ["updated_at", "2015-04-01 14:24:58.981780"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.986373"], ["updated_at", "2015-04-01 14:24:58.986373"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.991085"], ["updated_at", "2015-04-01 14:24:58.991085"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:58.996188"], ["updated_at", "2015-04-01 14:24:58.996188"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:59.004371"], ["updated_at", "2015-04-01 14:24:59.004371"], ["tracking", "150401-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:59.008773"], ["updated_at", "2015-04-01 14:24:59.008773"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:59.014178"], ["updated_at", "2015-04-01 14:24:59.014178"], ["tracking", "150401-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:59.018357"], ["updated_at", "2015-04-01 14:24:59.018357"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:59.023927"], ["updated_at", "2015-04-01 14:24:59.023927"], ["tracking", "150401-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:24:59.027573"], ["updated_at", "2015-04-01 14:24:59.027573"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:59.032839"], ["updated_at", "2015-04-01 14:24:59.032839"], ["tracking", "150401-42"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:24:59.036882"], ["updated_at", "2015-04-01 14:24:59.036882"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:24:59.042726"], ["updated_at", "2015-04-01 14:24:59.042726"], ["tracking", "150401-43"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 14:24:59.046299"], ["id", 47]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 14:24:59.048984"], ["id", 47]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:16.773607"], ["updated_at", "2015-04-01 14:36:16.773607"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:16.782673"], ["updated_at", "2015-04-01 14:36:16.782673"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 20ms (Views: 14.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:16.918621"], ["updated_at", "2015-04-01 14:36:16.918621"], ["tracking", "150401-1"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:16.923152"], ["updated_at", "2015-04-01 14:36:16.923152"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 1.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:16.946899"], ["updated_at", "2015-04-01 14:36:16.946899"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:16.950990"], ["updated_at", "2015-04-01 14:36:16.950990"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:34.730828"], ["updated_at", "2015-04-01 14:36:34.730828"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:34.779629"], ["updated_at", "2015-04-01 14:36:34.779629"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 19ms (Views: 13.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:34.877909"], ["updated_at", "2015-04-01 14:36:34.877909"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:34.881902"], ["updated_at", "2015-04-01 14:36:34.881902"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:34.905506"], ["updated_at", "2015-04-01 14:36:34.905506"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:36:34.909312"], ["updated_at", "2015-04-01 14:36:34.909312"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:38:15.560328"], ["updated_at", "2015-04-01 14:38:15.560328"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:38:15.570279"], ["updated_at", "2015-04-01 14:38:15.570279"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 59ms (Views: 14.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:38:15.716504"], ["updated_at", "2015-04-01 14:38:15.716504"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:38:15.720524"], ["updated_at", "2015-04-01 14:38:15.720524"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 19ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:38:15.754212"], ["updated_at", "2015-04-01 14:38:15.754212"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:38:15.760423"], ["updated_at", "2015-04-01 14:38:15.760423"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:39:03.693897"], ["updated_at", "2015-04-01 14:39:03.693897"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:39:03.702666"], ["updated_at", "2015-04-01 14:39:03.702666"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 19ms (Views: 13.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:39:03.836650"], ["updated_at", "2015-04-01 14:39:03.836650"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:39:03.840864"], ["updated_at", "2015-04-01 14:39:03.840864"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:39:03.864213"], ["updated_at", "2015-04-01 14:39:03.864213"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:39:03.867960"], ["updated_at", "2015-04-01 14:39:03.867960"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:40:55.794483"], ["updated_at", "2015-04-01 14:40:55.794483"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:40:55.803174"], ["updated_at", "2015-04-01 14:40:55.803174"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 19ms (Views: 13.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:40:55.936144"], ["updated_at", "2015-04-01 14:40:55.936144"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:40:55.941167"], ["updated_at", "2015-04-01 14:40:55.941167"], ["tracking", "150401-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 14ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:40:55.970305"], ["updated_at", "2015-04-01 14:40:55.970305"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:40:55.974509"], ["updated_at", "2015-04-01 14:40:55.974509"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:39.768512"], ["updated_at", "2015-04-01 14:41:39.768512"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:39.777465"], ["updated_at", "2015-04-01 14:41:39.777465"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 19ms (Views: 13.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:39.916260"], ["updated_at", "2015-04-01 14:41:39.916260"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:39.920977"], ["updated_at", "2015-04-01 14:41:39.920977"], ["tracking", "150401-2"]]  (0.6ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:39.946552"], ["updated_at", "2015-04-01 14:41:39.946552"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:39.950831"], ["updated_at", "2015-04-01 14:41:39.950831"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:52.194064"], ["updated_at", "2015-04-01 14:41:52.194064"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:52.204958"], ["updated_at", "2015-04-01 14:41:52.204958"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 20ms (Views: 14.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:52.351976"], ["updated_at", "2015-04-01 14:41:52.351976"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:52.356100"], ["updated_at", "2015-04-01 14:41:52.356100"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 12ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:52.385719"], ["updated_at", "2015-04-01 14:41:52.385719"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:41:52.390081"], ["updated_at", "2015-04-01 14:41:52.390081"], ["tracking", "150401-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:00.190722"], ["updated_at", "2015-04-01 14:42:00.190722"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:00.200150"], ["updated_at", "2015-04-01 14:42:00.200150"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 21ms (Views: 14.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:00.339187"], ["updated_at", "2015-04-01 14:42:00.339187"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:00.343597"], ["updated_at", "2015-04-01 14:42:00.343597"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:00.366715"], ["updated_at", "2015-04-01 14:42:00.366715"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:00.370643"], ["updated_at", "2015-04-01 14:42:00.370643"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:37.523713"], ["updated_at", "2015-04-01 14:42:37.523713"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:37.535810"], ["updated_at", "2015-04-01 14:42:37.535810"], ["tracking", "150401-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 26ms (Views: 18.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:37.696804"], ["updated_at", "2015-04-01 14:42:37.696804"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:37.701005"], ["updated_at", "2015-04-01 14:42:37.701005"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (1.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:37.724948"], ["updated_at", "2015-04-01 14:42:37.724948"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:42:37.734132"], ["updated_at", "2015-04-01 14:42:37.734132"], ["tracking", "150401-2"]]  (1.6ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 1.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:44:56.607045"], ["updated_at", "2015-04-01 14:44:56.607045"], ["tracking", "150401-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:44:56.620343"], ["updated_at", "2015-04-01 14:44:56.620343"], ["tracking", "150401-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 22ms (Views: 15.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:44:56.774772"], ["updated_at", "2015-04-01 14:44:56.774772"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:44:56.778772"], ["updated_at", "2015-04-01 14:44:56.778772"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:44:56.805991"], ["updated_at", "2015-04-01 14:44:56.805991"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:44:56.812869"], ["updated_at", "2015-04-01 14:44:56.812869"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (1.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:32.803621"], ["updated_at", "2015-04-01 14:47:32.803621"], ["tracking", "150401-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:32.865440"], ["updated_at", "2015-04-01 14:47:32.865440"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:32.869530"], ["updated_at", "2015-04-01 14:47:32.869530"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:47:32.954321"], ["task_id", 1], ["created_at", "2015-04-01 14:47:32.964079"], ["updated_at", "2015-04-01 14:47:32.964079"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:47:32.966198"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 94ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:32.978936"], ["updated_at", "2015-04-01 14:47:32.978936"], ["tracking", "150401-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:32.983426"], ["updated_at", "2015-04-01 14:47:32.983426"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:32.988754"], ["updated_at", "2015-04-01 14:47:32.988754"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:47:32.995610"], ["task_id", 3], ["created_at", "2015-04-01 14:47:32.996866"], ["updated_at", "2015-04-01 14:47:32.996866"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:47:32.998358"], ["id", 3]]  (1.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:33.010518"], ["updated_at", "2015-04-01 14:47:33.010518"], ["tracking", "150401-3"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.017727"], ["updated_at", "2015-04-01 14:47:33.017727"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.023487"], ["updated_at", "2015-04-01 14:47:33.023487"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:47:33.034661"], ["task_id", 5], ["created_at", "2015-04-01 14:47:33.035892"], ["updated_at", "2015-04-01 14:47:33.035892"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:47:33.037781"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:33.051787"], ["updated_at", "2015-04-01 14:47:33.051787"], ["tracking", "150401-4"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.058055"], ["updated_at", "2015-04-01 14:47:33.058055"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.062925"], ["updated_at", "2015-04-01 14:47:33.062925"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:47:33.069732"], ["task_id", 7], ["created_at", "2015-04-01 14:47:33.070975"], ["updated_at", "2015-04-01 14:47:33.070975"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:47:33.073352"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:33.080374"], ["updated_at", "2015-04-01 14:47:33.080374"], ["tracking", "150401-5"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.086404"], ["updated_at", "2015-04-01 14:47:33.086404"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.091776"], ["updated_at", "2015-04-01 14:47:33.091776"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 75ms (Views: 65.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:33.174114"], ["updated_at", "2015-04-01 14:47:33.174114"], ["tracking", "150401-6"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.179072"], ["updated_at", "2015-04-01 14:47:33.179072"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.183036"], ["updated_at", "2015-04-01 14:47:33.183036"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.5ms) Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:33.196139"], ["updated_at", "2015-04-01 14:47:33.196139"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.200819"], ["updated_at", "2015-04-01 14:47:33.200819"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.206453"], ["updated_at", "2015-04-01 14:47:33.206453"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:33.221936"], ["updated_at", "2015-04-01 14:47:33.221936"], ["tracking", "150401-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.228781"], ["updated_at", "2015-04-01 14:47:33.228781"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.234379"], ["updated_at", "2015-04-01 14:47:33.234379"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:33.252694"], ["updated_at", "2015-04-01 14:47:33.252694"], ["tracking", "150401-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.258916"], ["updated_at", "2015-04-01 14:47:33.258916"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:33.264980"], ["updated_at", "2015-04-01 14:47:33.264980"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:47:33.282625"], ["updated_at", "2015-04-01 14:47:33.282625"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1537ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:34.858386"], ["updated_at", "2015-04-01 14:47:34.858386"], ["tracking", "150401-10"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.864180"], ["updated_at", "2015-04-01 14:47:34.864180"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.867821"], ["updated_at", "2015-04-01 14:47:34.867821"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:47:34.874283"], ["updated_at", "2015-04-01 14:47:34.874283"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:34.884330"], ["updated_at", "2015-04-01 14:47:34.884330"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.888683"], ["updated_at", "2015-04-01 14:47:34.888683"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.892493"], ["updated_at", "2015-04-01 14:47:34.892493"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:47:34.898261"], ["updated_at", "2015-04-01 14:47:34.898261"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:34.905813"], ["updated_at", "2015-04-01 14:47:34.905813"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.909607"], ["updated_at", "2015-04-01 14:47:34.909607"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.913566"], ["updated_at", "2015-04-01 14:47:34.913566"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:34.924026"], ["updated_at", "2015-04-01 14:47:34.924026"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.927740"], ["updated_at", "2015-04-01 14:47:34.927740"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.931455"], ["updated_at", "2015-04-01 14:47:34.931455"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:47:34.934978"], ["updated_at", "2015-04-01 14:47:34.934978"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:34.946067"], ["updated_at", "2015-04-01 14:47:34.946067"], ["tracking", "150401-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.950917"], ["updated_at", "2015-04-01 14:47:34.950917"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.955051"], ["updated_at", "2015-04-01 14:47:34.955051"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:47:34.958754"], ["updated_at", "2015-04-01 14:47:34.958754"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:34.969250"], ["updated_at", "2015-04-01 14:47:34.969250"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.973452"], ["updated_at", "2015-04-01 14:47:34.973452"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:34.977107"], ["updated_at", "2015-04-01 14:47:34.977107"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:47:34.980763"], ["updated_at", "2015-04-01 14:47:34.980763"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:35.006184"], ["updated_at", "2015-04-01 14:47:35.006184"], ["tracking", "150401-16"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:35.011628"], ["updated_at", "2015-04-01 14:47:35.011628"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:35.016470"], ["updated_at", "2015-04-01 14:47:35.016470"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:47:35.020664"], ["updated_at", "2015-04-01 14:47:35.020664"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:35.034936"], ["updated_at", "2015-04-01 14:47:35.034936"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:35.039471"], ["updated_at", "2015-04-01 14:47:35.039471"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:35.044175"], ["updated_at", "2015-04-01 14:47:35.044175"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:47:35.048960"], ["updated_at", "2015-04-01 14:47:35.048960"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:47:35.063689"], ["updated_at", "2015-04-01 14:47:35.063689"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:47:35.067753"], ["updated_at", "2015-04-01 14:47:35.067753"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:47:35.072124"], ["updated_at", "2015-04-01 14:47:35.072124"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:47:35.076370"], ["updated_at", "2015-04-01 14:47:35.076370"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:47:35.083196"], ["id", 45]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:55.146126"], ["updated_at", "2015-04-01 14:48:55.146126"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.206170"], ["updated_at", "2015-04-01 14:48:55.206170"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.210439"], ["updated_at", "2015-04-01 14:48:55.210439"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:48:55.296449"], ["task_id", 1], ["created_at", "2015-04-01 14:48:55.304313"], ["updated_at", "2015-04-01 14:48:55.304313"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:48:55.306342"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 93ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:55.317108"], ["updated_at", "2015-04-01 14:48:55.317108"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.321272"], ["updated_at", "2015-04-01 14:48:55.321272"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.325364"], ["updated_at", "2015-04-01 14:48:55.325364"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:48:55.332047"], ["task_id", 3], ["created_at", "2015-04-01 14:48:55.333306"], ["updated_at", "2015-04-01 14:48:55.333306"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:48:55.334841"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:55.343282"], ["updated_at", "2015-04-01 14:48:55.343282"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.347458"], ["updated_at", "2015-04-01 14:48:55.347458"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.351360"], ["updated_at", "2015-04-01 14:48:55.351360"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:48:55.358793"], ["task_id", 5], ["created_at", "2015-04-01 14:48:55.360064"], ["updated_at", "2015-04-01 14:48:55.360064"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:48:55.361583"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:55.369435"], ["updated_at", "2015-04-01 14:48:55.369435"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.374010"], ["updated_at", "2015-04-01 14:48:55.374010"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.378452"], ["updated_at", "2015-04-01 14:48:55.378452"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:48:55.385356"], ["task_id", 7], ["created_at", "2015-04-01 14:48:55.386794"], ["updated_at", "2015-04-01 14:48:55.386794"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:48:55.388709"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:55.394417"], ["updated_at", "2015-04-01 14:48:55.394417"], ["tracking", "150401-5"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.398134"], ["updated_at", "2015-04-01 14:48:55.398134"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.402257"], ["updated_at", "2015-04-01 14:48:55.402257"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 60ms (Views: 55.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:55.470033"], ["updated_at", "2015-04-01 14:48:55.470033"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.474603"], ["updated_at", "2015-04-01 14:48:55.474603"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.478296"], ["updated_at", "2015-04-01 14:48:55.478296"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:55.489464"], ["updated_at", "2015-04-01 14:48:55.489464"], ["tracking", "150401-7"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.493160"], ["updated_at", "2015-04-01 14:48:55.493160"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.496629"], ["updated_at", "2015-04-01 14:48:55.496629"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:55.505832"], ["updated_at", "2015-04-01 14:48:55.505832"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.509529"], ["updated_at", "2015-04-01 14:48:55.509529"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.512975"], ["updated_at", "2015-04-01 14:48:55.512975"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:55.523687"], ["updated_at", "2015-04-01 14:48:55.523687"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.527524"], ["updated_at", "2015-04-01 14:48:55.527524"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:55.531994"], ["updated_at", "2015-04-01 14:48:55.531994"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:48:55.542289"], ["updated_at", "2015-04-01 14:48:55.542289"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1454ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:57.041303"], ["updated_at", "2015-04-01 14:48:57.041303"], ["tracking", "150401-10"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.046833"], ["updated_at", "2015-04-01 14:48:57.046833"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.050580"], ["updated_at", "2015-04-01 14:48:57.050580"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:48:57.057373"], ["updated_at", "2015-04-01 14:48:57.057373"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:57.066107"], ["updated_at", "2015-04-01 14:48:57.066107"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.070214"], ["updated_at", "2015-04-01 14:48:57.070214"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.073934"], ["updated_at", "2015-04-01 14:48:57.073934"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:48:57.079741"], ["updated_at", "2015-04-01 14:48:57.079741"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:57.087210"], ["updated_at", "2015-04-01 14:48:57.087210"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.090976"], ["updated_at", "2015-04-01 14:48:57.090976"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.095560"], ["updated_at", "2015-04-01 14:48:57.095560"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:57.107157"], ["updated_at", "2015-04-01 14:48:57.107157"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.111311"], ["updated_at", "2015-04-01 14:48:57.111311"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.115502"], ["updated_at", "2015-04-01 14:48:57.115502"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:48:57.119690"], ["updated_at", "2015-04-01 14:48:57.119690"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:57.130285"], ["updated_at", "2015-04-01 14:48:57.130285"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.134478"], ["updated_at", "2015-04-01 14:48:57.134478"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.137970"], ["updated_at", "2015-04-01 14:48:57.137970"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:48:57.141605"], ["updated_at", "2015-04-01 14:48:57.141605"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:57.151904"], ["updated_at", "2015-04-01 14:48:57.151904"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.156309"], ["updated_at", "2015-04-01 14:48:57.156309"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.160582"], ["updated_at", "2015-04-01 14:48:57.160582"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:48:57.165353"], ["updated_at", "2015-04-01 14:48:57.165353"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:57.184668"], ["updated_at", "2015-04-01 14:48:57.184668"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.188282"], ["updated_at", "2015-04-01 14:48:57.188282"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.192076"], ["updated_at", "2015-04-01 14:48:57.192076"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:48:57.195849"], ["updated_at", "2015-04-01 14:48:57.195849"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:57.208549"], ["updated_at", "2015-04-01 14:48:57.208549"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.212707"], ["updated_at", "2015-04-01 14:48:57.212707"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.216329"], ["updated_at", "2015-04-01 14:48:57.216329"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:48:57.220069"], ["updated_at", "2015-04-01 14:48:57.220069"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:48:57.231364"], ["updated_at", "2015-04-01 14:48:57.231364"], ["tracking", "150401-18"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.236079"], ["updated_at", "2015-04-01 14:48:57.236079"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:48:57.239699"], ["updated_at", "2015-04-01 14:48:57.239699"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:48:57.243418"], ["updated_at", "2015-04-01 14:48:57.243418"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:48:57.249260"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:34.900159"], ["updated_at", "2015-04-01 14:49:34.900159"], ["tracking", "150401-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:34.957217"], ["updated_at", "2015-04-01 14:49:34.957217"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:34.961480"], ["updated_at", "2015-04-01 14:49:34.961480"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:49:35.049777"], ["task_id", 1], ["created_at", "2015-04-01 14:49:35.057895"], ["updated_at", "2015-04-01 14:49:35.057895"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:49:35.059767"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 95ms (ActiveRecord: 2.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:35.069574"], ["updated_at", "2015-04-01 14:49:35.069574"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.075555"], ["updated_at", "2015-04-01 14:49:35.075555"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.079523"], ["updated_at", "2015-04-01 14:49:35.079523"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:49:35.085904"], ["task_id", 3], ["created_at", "2015-04-01 14:49:35.087184"], ["updated_at", "2015-04-01 14:49:35.087184"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:49:35.088714"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:35.096860"], ["updated_at", "2015-04-01 14:49:35.096860"], ["tracking", "150401-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.100876"], ["updated_at", "2015-04-01 14:49:35.100876"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.104941"], ["updated_at", "2015-04-01 14:49:35.104941"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:49:35.112491"], ["task_id", 5], ["created_at", "2015-04-01 14:49:35.113812"], ["updated_at", "2015-04-01 14:49:35.113812"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:49:35.115384"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:35.123286"], ["updated_at", "2015-04-01 14:49:35.123286"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.127209"], ["updated_at", "2015-04-01 14:49:35.127209"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.131171"], ["updated_at", "2015-04-01 14:49:35.131171"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.7ms) 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-01 14:49:35.141373"], ["task_id", 7], ["created_at", "2015-04-01 14:49:35.142629"], ["updated_at", "2015-04-01 14:49:35.142629"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:49:35.145962"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 2.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:35.152799"], ["updated_at", "2015-04-01 14:49:35.152799"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.157028"], ["updated_at", "2015-04-01 14:49:35.157028"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.161007"], ["updated_at", "2015-04-01 14:49:35.161007"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 78ms (Views: 68.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:35.248709"], ["updated_at", "2015-04-01 14:49:35.248709"], ["tracking", "150401-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.254693"], ["updated_at", "2015-04-01 14:49:35.254693"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.259408"], ["updated_at", "2015-04-01 14:49:35.259408"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:35.272516"], ["updated_at", "2015-04-01 14:49:35.272516"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.276735"], ["updated_at", "2015-04-01 14:49:35.276735"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.281451"], ["updated_at", "2015-04-01 14:49:35.281451"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:35.298137"], ["updated_at", "2015-04-01 14:49:35.298137"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.302402"], ["updated_at", "2015-04-01 14:49:35.302402"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.306140"], ["updated_at", "2015-04-01 14:49:35.306140"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:35.316735"], ["updated_at", "2015-04-01 14:49:35.316735"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.320498"], ["updated_at", "2015-04-01 14:49:35.320498"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:35.324018"], ["updated_at", "2015-04-01 14:49:35.324018"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:49:35.337696"], ["updated_at", "2015-04-01 14:49:35.337696"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1617ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:36.994738"], ["updated_at", "2015-04-01 14:49:36.994738"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.000401"], ["updated_at", "2015-04-01 14:49:37.000401"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.004863"], ["updated_at", "2015-04-01 14:49:37.004863"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:49:37.011992"], ["updated_at", "2015-04-01 14:49:37.011992"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:37.022575"], ["updated_at", "2015-04-01 14:49:37.022575"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.026335"], ["updated_at", "2015-04-01 14:49:37.026335"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.030585"], ["updated_at", "2015-04-01 14:49:37.030585"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:49:37.036808"], ["updated_at", "2015-04-01 14:49:37.036808"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:37.044252"], ["updated_at", "2015-04-01 14:49:37.044252"], ["tracking", "150401-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.047830"], ["updated_at", "2015-04-01 14:49:37.047830"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.051951"], ["updated_at", "2015-04-01 14:49:37.051951"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:37.063067"], ["updated_at", "2015-04-01 14:49:37.063067"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.066820"], ["updated_at", "2015-04-01 14:49:37.066820"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.070592"], ["updated_at", "2015-04-01 14:49:37.070592"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:49:37.074268"], ["updated_at", "2015-04-01 14:49:37.074268"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:37.085079"], ["updated_at", "2015-04-01 14:49:37.085079"], ["tracking", "150401-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.090624"], ["updated_at", "2015-04-01 14:49:37.090624"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.095513"], ["updated_at", "2015-04-01 14:49:37.095513"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:49:37.100676"], ["updated_at", "2015-04-01 14:49:37.100676"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:37.115277"], ["updated_at", "2015-04-01 14:49:37.115277"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.120761"], ["updated_at", "2015-04-01 14:49:37.120761"]]  (16.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.142396"], ["updated_at", "2015-04-01 14:49:37.142396"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:49:37.146553"], ["updated_at", "2015-04-01 14:49:37.146553"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:37.166829"], ["updated_at", "2015-04-01 14:49:37.166829"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.171500"], ["updated_at", "2015-04-01 14:49:37.171500"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.177121"], ["updated_at", "2015-04-01 14:49:37.177121"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:49:37.183602"], ["updated_at", "2015-04-01 14:49:37.183602"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:37.198908"], ["updated_at", "2015-04-01 14:49:37.198908"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.203373"], ["updated_at", "2015-04-01 14:49:37.203373"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.208656"], ["updated_at", "2015-04-01 14:49:37.208656"]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:49:37.214583"], ["updated_at", "2015-04-01 14:49:37.214583"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 2.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:49:37.235060"], ["updated_at", "2015-04-01 14:49:37.235060"], ["tracking", "150401-18"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.240889"], ["updated_at", "2015-04-01 14:49:37.240889"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:49:37.244815"], ["updated_at", "2015-04-01 14:49:37.244815"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:49:37.248555"], ["updated_at", "2015-04-01 14:49:37.248555"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:49:37.256822"], ["id", 45]]  (1.4ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.6ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:20.419820"], ["updated_at", "2015-04-01 14:50:20.419820"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.493543"], ["updated_at", "2015-04-01 14:50:20.493543"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.497524"], ["updated_at", "2015-04-01 14:50:20.497524"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-01 14:50:20.586100"], ["task_id", 1], ["created_at", "2015-04-01 14:50:20.594690"], ["updated_at", "2015-04-01 14:50:20.594690"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:50:20.596530"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 96ms (ActiveRecord: 2.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:20.609251"], ["updated_at", "2015-04-01 14:50:20.609251"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.615780"], ["updated_at", "2015-04-01 14:50:20.615780"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.620260"], ["updated_at", "2015-04-01 14:50:20.620260"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:50:20.627385"], ["task_id", 3], ["created_at", "2015-04-01 14:50:20.628617"], ["updated_at", "2015-04-01 14:50:20.628617"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:50:20.630171"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:20.639004"], ["updated_at", "2015-04-01 14:50:20.639004"], ["tracking", "150401-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.646409"], ["updated_at", "2015-04-01 14:50:20.646409"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.651185"], ["updated_at", "2015-04-01 14:50:20.651185"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:50:20.661128"], ["task_id", 5], ["created_at", "2015-04-01 14:50:20.662335"], ["updated_at", "2015-04-01 14:50:20.662335"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:50:20.663889"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:20.672759"], ["updated_at", "2015-04-01 14:50:20.672759"], ["tracking", "150401-4"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.680105"], ["updated_at", "2015-04-01 14:50:20.680105"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.684543"], ["updated_at", "2015-04-01 14:50:20.684543"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.7ms) 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-01 14:50:20.695293"], ["task_id", 7], ["created_at", "2015-04-01 14:50:20.697771"], ["updated_at", "2015-04-01 14:50:20.697771"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:50:20.701158"], ["id", 7]]  (1.3ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 15ms (ActiveRecord: 2.7ms)  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:20.710107"], ["updated_at", "2015-04-01 14:50:20.710107"], ["tracking", "150401-5"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.715709"], ["updated_at", "2015-04-01 14:50:20.715709"]]  (1.1ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.724846"], ["updated_at", "2015-04-01 14:50:20.724846"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 70ms (Views: 65.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:20.802494"], ["updated_at", "2015-04-01 14:50:20.802494"], ["tracking", "150401-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.807451"], ["updated_at", "2015-04-01 14:50:20.807451"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.811259"], ["updated_at", "2015-04-01 14:50:20.811259"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:20.824339"], ["updated_at", "2015-04-01 14:50:20.824339"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.828354"], ["updated_at", "2015-04-01 14:50:20.828354"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.832115"], ["updated_at", "2015-04-01 14:50:20.832115"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:20.842820"], ["updated_at", "2015-04-01 14:50:20.842820"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.846878"], ["updated_at", "2015-04-01 14:50:20.846878"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.850567"], ["updated_at", "2015-04-01 14:50:20.850567"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:20.862237"], ["updated_at", "2015-04-01 14:50:20.862237"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.866262"], ["updated_at", "2015-04-01 14:50:20.866262"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:20.870347"], ["updated_at", "2015-04-01 14:50:20.870347"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:20.883648"], ["updated_at", "2015-04-01 14:50:20.883648"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1594ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:22.526761"], ["updated_at", "2015-04-01 14:50:22.526761"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.532511"], ["updated_at", "2015-04-01 14:50:22.532511"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.536491"], ["updated_at", "2015-04-01 14:50:22.536491"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:22.544192"], ["updated_at", "2015-04-01 14:50:22.544192"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:22.553810"], ["updated_at", "2015-04-01 14:50:22.553810"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.558046"], ["updated_at", "2015-04-01 14:50:22.558046"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.562408"], ["updated_at", "2015-04-01 14:50:22.562408"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.2ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:22.573115"], ["updated_at", "2015-04-01 14:50:22.573115"]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 8ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:22.583419"], ["updated_at", "2015-04-01 14:50:22.583419"], ["tracking", "150401-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.587629"], ["updated_at", "2015-04-01 14:50:22.587629"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.591643"], ["updated_at", "2015-04-01 14:50:22.591643"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:22.602441"], ["updated_at", "2015-04-01 14:50:22.602441"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.606681"], ["updated_at", "2015-04-01 14:50:22.606681"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.610319"], ["updated_at", "2015-04-01 14:50:22.610319"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:22.614663"], ["updated_at", "2015-04-01 14:50:22.614663"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 8ms (ActiveRecord: 1.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:22.634204"], ["updated_at", "2015-04-01 14:50:22.634204"], ["tracking", "150401-14"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.638442"], ["updated_at", "2015-04-01 14:50:22.638442"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.641872"], ["updated_at", "2015-04-01 14:50:22.641872"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:22.646370"], ["updated_at", "2015-04-01 14:50:22.646370"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.3ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 11ms (ActiveRecord: 0.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:22.669644"], ["updated_at", "2015-04-01 14:50:22.669644"], ["tracking", "150401-15"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.677433"], ["updated_at", "2015-04-01 14:50:22.677433"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.682944"], ["updated_at", "2015-04-01 14:50:22.682944"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:22.687080"], ["updated_at", "2015-04-01 14:50:22.687080"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 1.3ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:22.713722"], ["updated_at", "2015-04-01 14:50:22.713722"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.718304"], ["updated_at", "2015-04-01 14:50:22.718304"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.721861"], ["updated_at", "2015-04-01 14:50:22.721861"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:22.725470"], ["updated_at", "2015-04-01 14:50:22.725470"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:22.744726"], ["updated_at", "2015-04-01 14:50:22.744726"], ["tracking", "150401-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.750585"], ["updated_at", "2015-04-01 14:50:22.750585"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.754282"], ["updated_at", "2015-04-01 14:50:22.754282"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:22.757859"], ["updated_at", "2015-04-01 14:50:22.757859"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.2ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (2.3ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:22.778751"], ["updated_at", "2015-04-01 14:50:22.778751"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.784201"], ["updated_at", "2015-04-01 14:50:22.784201"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:22.788061"], ["updated_at", "2015-04-01 14:50:22.788061"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:22.791942"], ["updated_at", "2015-04-01 14:50:22.791942"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:50:22.798279"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:55.195037"], ["updated_at", "2015-04-01 14:50:55.195037"], ["tracking", "150401-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.252366"], ["updated_at", "2015-04-01 14:50:55.252366"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.257168"], ["updated_at", "2015-04-01 14:50:55.257168"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-01 14:50:55.343976"], ["task_id", 1], ["created_at", "2015-04-01 14:50:55.352173"], ["updated_at", "2015-04-01 14:50:55.352173"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:50:55.353961"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 93ms (ActiveRecord: 2.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:55.363219"], ["updated_at", "2015-04-01 14:50:55.363219"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.367930"], ["updated_at", "2015-04-01 14:50:55.367930"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.372007"], ["updated_at", "2015-04-01 14:50:55.372007"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:50:55.378142"], ["task_id", 3], ["created_at", "2015-04-01 14:50:55.379384"], ["updated_at", "2015-04-01 14:50:55.379384"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:50:55.381041"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:55.389402"], ["updated_at", "2015-04-01 14:50:55.389402"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.393380"], ["updated_at", "2015-04-01 14:50:55.393380"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.397244"], ["updated_at", "2015-04-01 14:50:55.397244"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:50:55.404492"], ["task_id", 5], ["created_at", "2015-04-01 14:50:55.405918"], ["updated_at", "2015-04-01 14:50:55.405918"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:50:55.407473"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:55.415194"], ["updated_at", "2015-04-01 14:50:55.415194"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.419094"], ["updated_at", "2015-04-01 14:50:55.419094"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.422866"], ["updated_at", "2015-04-01 14:50:55.422866"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:50:55.428372"], ["task_id", 7], ["created_at", "2015-04-01 14:50:55.430024"], ["updated_at", "2015-04-01 14:50:55.430024"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:50:55.431627"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:55.437147"], ["updated_at", "2015-04-01 14:50:55.437147"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.440882"], ["updated_at", "2015-04-01 14:50:55.440882"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.444952"], ["updated_at", "2015-04-01 14:50:55.444952"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:55.457245"], ["updated_at", "2015-04-01 14:50:55.457245"], ["tracking", "150401-6"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.460898"], ["updated_at", "2015-04-01 14:50:55.460898"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.464484"], ["updated_at", "2015-04-01 14:50:55.464484"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 56ms (Views: 52.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:55.526794"], ["updated_at", "2015-04-01 14:50:55.526794"], ["tracking", "150401-7"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.531653"], ["updated_at", "2015-04-01 14:50:55.531653"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.536045"], ["updated_at", "2015-04-01 14:50:55.536045"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:55.545927"], ["updated_at", "2015-04-01 14:50:55.545927"], ["tracking", "150401-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.550013"], ["updated_at", "2015-04-01 14:50:55.550013"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.554286"], ["updated_at", "2015-04-01 14:50:55.554286"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:55.565942"], ["updated_at", "2015-04-01 14:50:55.565942"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.569591"], ["updated_at", "2015-04-01 14:50:55.569591"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:55.573244"], ["updated_at", "2015-04-01 14:50:55.573244"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:55.584073"], ["updated_at", "2015-04-01 14:50:55.584073"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1453ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:57.079498"], ["updated_at", "2015-04-01 14:50:57.079498"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.085221"], ["updated_at", "2015-04-01 14:50:57.085221"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.089177"], ["updated_at", "2015-04-01 14:50:57.089177"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:57.096416"], ["updated_at", "2015-04-01 14:50:57.096416"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:57.105614"], ["updated_at", "2015-04-01 14:50:57.105614"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.109386"], ["updated_at", "2015-04-01 14:50:57.109386"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.113082"], ["updated_at", "2015-04-01 14:50:57.113082"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:57.119151"], ["updated_at", "2015-04-01 14:50:57.119151"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:57.126508"], ["updated_at", "2015-04-01 14:50:57.126508"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.130228"], ["updated_at", "2015-04-01 14:50:57.130228"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.134568"], ["updated_at", "2015-04-01 14:50:57.134568"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:57.145354"], ["updated_at", "2015-04-01 14:50:57.145354"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.149226"], ["updated_at", "2015-04-01 14:50:57.149226"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.153132"], ["updated_at", "2015-04-01 14:50:57.153132"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:57.156801"], ["updated_at", "2015-04-01 14:50:57.156801"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:57.167765"], ["updated_at", "2015-04-01 14:50:57.167765"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.172444"], ["updated_at", "2015-04-01 14:50:57.172444"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.176724"], ["updated_at", "2015-04-01 14:50:57.176724"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:57.180508"], ["updated_at", "2015-04-01 14:50:57.180508"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:57.191239"], ["updated_at", "2015-04-01 14:50:57.191239"], ["tracking", "150401-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.195793"], ["updated_at", "2015-04-01 14:50:57.195793"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.199859"], ["updated_at", "2015-04-01 14:50:57.199859"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:57.203507"], ["updated_at", "2015-04-01 14:50:57.203507"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:57.223796"], ["updated_at", "2015-04-01 14:50:57.223796"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.227422"], ["updated_at", "2015-04-01 14:50:57.227422"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.231133"], ["updated_at", "2015-04-01 14:50:57.231133"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:57.234872"], ["updated_at", "2015-04-01 14:50:57.234872"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:57.247834"], ["updated_at", "2015-04-01 14:50:57.247834"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.251701"], ["updated_at", "2015-04-01 14:50:57.251701"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.255401"], ["updated_at", "2015-04-01 14:50:57.255401"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:57.258978"], ["updated_at", "2015-04-01 14:50:57.258978"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:50:57.270307"], ["updated_at", "2015-04-01 14:50:57.270307"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.274376"], ["updated_at", "2015-04-01 14:50:57.274376"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:50:57.278239"], ["updated_at", "2015-04-01 14:50:57.278239"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:50:57.281940"], ["updated_at", "2015-04-01 14:50:57.281940"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:50:57.287934"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (1.6ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:09.646241"], ["updated_at", "2015-04-01 14:51:09.646241"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.714602"], ["updated_at", "2015-04-01 14:51:09.714602"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.719903"], ["updated_at", "2015-04-01 14:51:09.719903"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:51:09.820903"], ["task_id", 1], ["created_at", "2015-04-01 14:51:09.832655"], ["updated_at", "2015-04-01 14:51:09.832655"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:51:09.836240"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 112ms (ActiveRecord: 2.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:09.856354"], ["updated_at", "2015-04-01 14:51:09.856354"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.861067"], ["updated_at", "2015-04-01 14:51:09.861067"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.865287"], ["updated_at", "2015-04-01 14:51:09.865287"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:51:09.872438"], ["task_id", 3], ["created_at", "2015-04-01 14:51:09.874750"], ["updated_at", "2015-04-01 14:51:09.874750"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:51:09.877285"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:09.889305"], ["updated_at", "2015-04-01 14:51:09.889305"], ["tracking", "150401-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.894682"], ["updated_at", "2015-04-01 14:51:09.894682"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.898361"], ["updated_at", "2015-04-01 14:51:09.898361"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:51:09.906203"], ["task_id", 5], ["created_at", "2015-04-01 14:51:09.907627"], ["updated_at", "2015-04-01 14:51:09.907627"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:51:09.909344"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:09.917420"], ["updated_at", "2015-04-01 14:51:09.917420"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.921710"], ["updated_at", "2015-04-01 14:51:09.921710"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.926487"], ["updated_at", "2015-04-01 14:51:09.926487"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:51:09.936008"], ["task_id", 7], ["created_at", "2015-04-01 14:51:09.937620"], ["updated_at", "2015-04-01 14:51:09.937620"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:51:09.939625"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 13ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:09.950214"], ["updated_at", "2015-04-01 14:51:09.950214"], ["tracking", "150401-5"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.955016"], ["updated_at", "2015-04-01 14:51:09.955016"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.961813"], ["updated_at", "2015-04-01 14:51:09.961813"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:09.984553"], ["updated_at", "2015-04-01 14:51:09.984553"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.988446"], ["updated_at", "2015-04-01 14:51:09.988446"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:09.994486"], ["updated_at", "2015-04-01 14:51:09.994486"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 71ms (Views: 66.0ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:10.072634"], ["updated_at", "2015-04-01 14:51:10.072634"], ["tracking", "150401-7"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:10.078261"], ["updated_at", "2015-04-01 14:51:10.078261"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:10.082725"], ["updated_at", "2015-04-01 14:51:10.082725"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:10.093352"], ["updated_at", "2015-04-01 14:51:10.093352"], ["tracking", "150401-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:10.097723"], ["updated_at", "2015-04-01 14:51:10.097723"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:10.101457"], ["updated_at", "2015-04-01 14:51:10.101457"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:10.113098"], ["updated_at", "2015-04-01 14:51:10.113098"], ["tracking", "150401-9"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:10.116908"], ["updated_at", "2015-04-01 14:51:10.116908"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:10.123106"], ["updated_at", "2015-04-01 14:51:10.123106"]]  (1.2ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:10.138480"], ["updated_at", "2015-04-01 14:51:10.138480"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1655ms (ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:11.792687"], ["updated_at", "2015-04-01 14:51:11.792687"], ["tracking", "150401-10"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.798065"], ["updated_at", "2015-04-01 14:51:11.798065"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.802319"], ["updated_at", "2015-04-01 14:51:11.802319"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:11.809604"], ["updated_at", "2015-04-01 14:51:11.809604"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:11.819241"], ["updated_at", "2015-04-01 14:51:11.819241"], ["tracking", "150401-11"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.823306"], ["updated_at", "2015-04-01 14:51:11.823306"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.827684"], ["updated_at", "2015-04-01 14:51:11.827684"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:11.833977"], ["updated_at", "2015-04-01 14:51:11.833977"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:11.843007"], ["updated_at", "2015-04-01 14:51:11.843007"], ["tracking", "150401-12"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.849551"], ["updated_at", "2015-04-01 14:51:11.849551"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.854560"], ["updated_at", "2015-04-01 14:51:11.854560"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.7ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:11.868665"], ["updated_at", "2015-04-01 14:51:11.868665"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.873789"], ["updated_at", "2015-04-01 14:51:11.873789"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.878340"], ["updated_at", "2015-04-01 14:51:11.878340"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:11.884167"], ["updated_at", "2015-04-01 14:51:11.884167"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:11.894837"], ["updated_at", "2015-04-01 14:51:11.894837"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.898595"], ["updated_at", "2015-04-01 14:51:11.898595"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.902117"], ["updated_at", "2015-04-01 14:51:11.902117"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:11.905643"], ["updated_at", "2015-04-01 14:51:11.905643"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:11.920346"], ["updated_at", "2015-04-01 14:51:11.920346"], ["tracking", "150401-15"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.924504"], ["updated_at", "2015-04-01 14:51:11.924504"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.929177"], ["updated_at", "2015-04-01 14:51:11.929177"]]  (1.4ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:11.935786"], ["updated_at", "2015-04-01 14:51:11.935786"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:11.957384"], ["updated_at", "2015-04-01 14:51:11.957384"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.961548"], ["updated_at", "2015-04-01 14:51:11.961548"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.965112"], ["updated_at", "2015-04-01 14:51:11.965112"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:11.968778"], ["updated_at", "2015-04-01 14:51:11.968778"]]  (1.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:11.983063"], ["updated_at", "2015-04-01 14:51:11.983063"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.987368"], ["updated_at", "2015-04-01 14:51:11.987368"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:11.991712"], ["updated_at", "2015-04-01 14:51:11.991712"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:11.995540"], ["updated_at", "2015-04-01 14:51:11.995540"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:12.008928"], ["updated_at", "2015-04-01 14:51:12.008928"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:12.014864"], ["updated_at", "2015-04-01 14:51:12.014864"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:12.018801"], ["updated_at", "2015-04-01 14:51:12.018801"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:12.022516"], ["updated_at", "2015-04-01 14:51:12.022516"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:51:12.028787"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:30.131528"], ["updated_at", "2015-04-01 14:51:30.131528"], ["tracking", "150401-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.202906"], ["updated_at", "2015-04-01 14:51:30.202906"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.209022"], ["updated_at", "2015-04-01 14:51:30.209022"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:51:30.311026"], ["task_id", 1], ["created_at", "2015-04-01 14:51:30.318952"], ["updated_at", "2015-04-01 14:51:30.318952"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:51:30.320988"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 106ms (ActiveRecord: 3.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:30.334049"], ["updated_at", "2015-04-01 14:51:30.334049"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.338366"], ["updated_at", "2015-04-01 14:51:30.338366"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.342037"], ["updated_at", "2015-04-01 14:51:30.342037"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:51:30.347990"], ["task_id", 3], ["created_at", "2015-04-01 14:51:30.349231"], ["updated_at", "2015-04-01 14:51:30.349231"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:51:30.350765"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:30.359803"], ["updated_at", "2015-04-01 14:51:30.359803"], ["tracking", "150401-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.363685"], ["updated_at", "2015-04-01 14:51:30.363685"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.368073"], ["updated_at", "2015-04-01 14:51:30.368073"]]  (0.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:51:30.376346"], ["task_id", 5], ["created_at", "2015-04-01 14:51:30.377563"], ["updated_at", "2015-04-01 14:51:30.377563"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:51:30.379049"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:30.388398"], ["updated_at", "2015-04-01 14:51:30.388398"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.393057"], ["updated_at", "2015-04-01 14:51:30.393057"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.397165"], ["updated_at", "2015-04-01 14:51:30.397165"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:51:30.403754"], ["task_id", 7], ["created_at", "2015-04-01 14:51:30.405055"], ["updated_at", "2015-04-01 14:51:30.405055"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:51:30.406600"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:30.413207"], ["updated_at", "2015-04-01 14:51:30.413207"], ["tracking", "150401-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.417808"], ["updated_at", "2015-04-01 14:51:30.417808"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.422427"], ["updated_at", "2015-04-01 14:51:30.422427"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 64ms (Views: 58.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:30.493372"], ["updated_at", "2015-04-01 14:51:30.493372"], ["tracking", "150401-6"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.498371"], ["updated_at", "2015-04-01 14:51:30.498371"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.502577"], ["updated_at", "2015-04-01 14:51:30.502577"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:30.515010"], ["updated_at", "2015-04-01 14:51:30.515010"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.518910"], ["updated_at", "2015-04-01 14:51:30.518910"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.522664"], ["updated_at", "2015-04-01 14:51:30.522664"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:30.533150"], ["updated_at", "2015-04-01 14:51:30.533150"], ["tracking", "150401-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.537516"], ["updated_at", "2015-04-01 14:51:30.537516"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.542000"], ["updated_at", "2015-04-01 14:51:30.542000"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:30.554988"], ["updated_at", "2015-04-01 14:51:30.554988"], ["tracking", "150401-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.558807"], ["updated_at", "2015-04-01 14:51:30.558807"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:30.562319"], ["updated_at", "2015-04-01 14:51:30.562319"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:30.573461"], ["updated_at", "2015-04-01 14:51:30.573461"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1699ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:32.322213"], ["updated_at", "2015-04-01 14:51:32.322213"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.328377"], ["updated_at", "2015-04-01 14:51:32.328377"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.332854"], ["updated_at", "2015-04-01 14:51:32.332854"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:32.340356"], ["updated_at", "2015-04-01 14:51:32.340356"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:32.349545"], ["updated_at", "2015-04-01 14:51:32.349545"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.353398"], ["updated_at", "2015-04-01 14:51:32.353398"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.357169"], ["updated_at", "2015-04-01 14:51:32.357169"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:32.363356"], ["updated_at", "2015-04-01 14:51:32.363356"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:32.370719"], ["updated_at", "2015-04-01 14:51:32.370719"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.374454"], ["updated_at", "2015-04-01 14:51:32.374454"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.378762"], ["updated_at", "2015-04-01 14:51:32.378762"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:32.391660"], ["updated_at", "2015-04-01 14:51:32.391660"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.395824"], ["updated_at", "2015-04-01 14:51:32.395824"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.399807"], ["updated_at", "2015-04-01 14:51:32.399807"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:32.403746"], ["updated_at", "2015-04-01 14:51:32.403746"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:32.414828"], ["updated_at", "2015-04-01 14:51:32.414828"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.419060"], ["updated_at", "2015-04-01 14:51:32.419060"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.422788"], ["updated_at", "2015-04-01 14:51:32.422788"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:32.427163"], ["updated_at", "2015-04-01 14:51:32.427163"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:32.439080"], ["updated_at", "2015-04-01 14:51:32.439080"], ["tracking", "150401-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.444106"], ["updated_at", "2015-04-01 14:51:32.444106"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.453834"], ["updated_at", "2015-04-01 14:51:32.453834"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:32.462425"], ["updated_at", "2015-04-01 14:51:32.462425"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:32.490149"], ["updated_at", "2015-04-01 14:51:32.490149"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.496744"], ["updated_at", "2015-04-01 14:51:32.496744"]]  (2.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.509568"], ["updated_at", "2015-04-01 14:51:32.509568"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:32.514185"], ["updated_at", "2015-04-01 14:51:32.514185"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:32.531546"], ["updated_at", "2015-04-01 14:51:32.531546"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.536548"], ["updated_at", "2015-04-01 14:51:32.536548"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.545050"], ["updated_at", "2015-04-01 14:51:32.545050"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:32.551850"], ["updated_at", "2015-04-01 14:51:32.551850"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:51:32.566341"], ["updated_at", "2015-04-01 14:51:32.566341"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.571065"], ["updated_at", "2015-04-01 14:51:32.571065"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:51:32.576519"], ["updated_at", "2015-04-01 14:51:32.576519"]]  (1.1ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:51:32.582390"], ["updated_at", "2015-04-01 14:51:32.582390"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:51:32.593395"], ["id", 45]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.1ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:39.795150"], ["updated_at", "2015-04-01 14:52:39.795150"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:39.853046"], ["updated_at", "2015-04-01 14:52:39.853046"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:39.857276"], ["updated_at", "2015-04-01 14:52:39.857276"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:52:39.933641"], ["task_id", 1], ["created_at", "2015-04-01 14:52:39.943088"], ["updated_at", "2015-04-01 14:52:39.943088"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:52:39.945269"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 85ms (ActiveRecord: 2.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:39.955792"], ["updated_at", "2015-04-01 14:52:39.955792"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:39.959877"], ["updated_at", "2015-04-01 14:52:39.959877"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:39.963408"], ["updated_at", "2015-04-01 14:52:39.963408"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:52:39.969416"], ["task_id", 3], ["created_at", "2015-04-01 14:52:39.971221"], ["updated_at", "2015-04-01 14:52:39.971221"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:52:39.973064"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:39.981812"], ["updated_at", "2015-04-01 14:52:39.981812"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:39.985915"], ["updated_at", "2015-04-01 14:52:39.985915"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:39.989905"], ["updated_at", "2015-04-01 14:52:39.989905"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:52:39.997439"], ["task_id", 5], ["created_at", "2015-04-01 14:52:39.998678"], ["updated_at", "2015-04-01 14:52:39.998678"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:52:40.000247"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:40.008369"], ["updated_at", "2015-04-01 14:52:40.008369"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.012497"], ["updated_at", "2015-04-01 14:52:40.012497"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.016654"], ["updated_at", "2015-04-01 14:52:40.016654"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:52:40.024196"], ["task_id", 7], ["created_at", "2015-04-01 14:52:40.025439"], ["updated_at", "2015-04-01 14:52:40.025439"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:52:40.026996"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:40.033707"], ["updated_at", "2015-04-01 14:52:40.033707"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.038156"], ["updated_at", "2015-04-01 14:52:40.038156"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.042716"], ["updated_at", "2015-04-01 14:52:40.042716"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 62ms (Views: 56.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:40.120616"], ["updated_at", "2015-04-01 14:52:40.120616"], ["tracking", "150401-6"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.124427"], ["updated_at", "2015-04-01 14:52:40.124427"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.128119"], ["updated_at", "2015-04-01 14:52:40.128119"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:40.140072"], ["updated_at", "2015-04-01 14:52:40.140072"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.143810"], ["updated_at", "2015-04-01 14:52:40.143810"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.147350"], ["updated_at", "2015-04-01 14:52:40.147350"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.5ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:40.157519"], ["updated_at", "2015-04-01 14:52:40.157519"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.161277"], ["updated_at", "2015-04-01 14:52:40.161277"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.164747"], ["updated_at", "2015-04-01 14:52:40.164747"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:40.175408"], ["updated_at", "2015-04-01 14:52:40.175408"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.179365"], ["updated_at", "2015-04-01 14:52:40.179365"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:40.182991"], ["updated_at", "2015-04-01 14:52:40.182991"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:52:40.194462"], ["updated_at", "2015-04-01 14:52:40.194462"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1581ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:41.777644"], ["updated_at", "2015-04-01 14:52:41.777644"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.784113"], ["updated_at", "2015-04-01 14:52:41.784113"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.788169"], ["updated_at", "2015-04-01 14:52:41.788169"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:52:41.796220"], ["updated_at", "2015-04-01 14:52:41.796220"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:41.805702"], ["updated_at", "2015-04-01 14:52:41.805702"], ["tracking", "150401-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.810009"], ["updated_at", "2015-04-01 14:52:41.810009"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.813966"], ["updated_at", "2015-04-01 14:52:41.813966"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:52:41.820540"], ["updated_at", "2015-04-01 14:52:41.820540"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:41.827958"], ["updated_at", "2015-04-01 14:52:41.827958"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.832564"], ["updated_at", "2015-04-01 14:52:41.832564"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.836522"], ["updated_at", "2015-04-01 14:52:41.836522"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:41.848293"], ["updated_at", "2015-04-01 14:52:41.848293"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.851992"], ["updated_at", "2015-04-01 14:52:41.851992"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.855486"], ["updated_at", "2015-04-01 14:52:41.855486"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:52:41.859172"], ["updated_at", "2015-04-01 14:52:41.859172"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:41.870503"], ["updated_at", "2015-04-01 14:52:41.870503"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.874873"], ["updated_at", "2015-04-01 14:52:41.874873"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.878350"], ["updated_at", "2015-04-01 14:52:41.878350"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:52:41.882405"], ["updated_at", "2015-04-01 14:52:41.882405"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:41.898455"], ["updated_at", "2015-04-01 14:52:41.898455"], ["tracking", "150401-15"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.906358"], ["updated_at", "2015-04-01 14:52:41.906358"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.911656"], ["updated_at", "2015-04-01 14:52:41.911656"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:52:41.917260"], ["updated_at", "2015-04-01 14:52:41.917260"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:41.947036"], ["updated_at", "2015-04-01 14:52:41.947036"], ["tracking", "150401-16"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.951973"], ["updated_at", "2015-04-01 14:52:41.951973"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.958600"], ["updated_at", "2015-04-01 14:52:41.958600"]]  (1.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:52:41.965971"], ["updated_at", "2015-04-01 14:52:41.965971"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.2ms) begin transaction Flyboy::TaskComment Load (0.5ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 2.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:41.988229"], ["updated_at", "2015-04-01 14:52:41.988229"], ["tracking", "150401-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:41.994388"], ["updated_at", "2015-04-01 14:52:41.994388"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:42.000488"], ["updated_at", "2015-04-01 14:52:42.000488"]]  (2.2ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:52:42.012831"], ["updated_at", "2015-04-01 14:52:42.012831"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:42.027653"], ["updated_at", "2015-04-01 14:52:42.027653"], ["tracking", "150401-18"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:42.033286"], ["updated_at", "2015-04-01 14:52:42.033286"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:42.038477"], ["updated_at", "2015-04-01 14:52:42.038477"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:52:42.043672"], ["updated_at", "2015-04-01 14:52:42.043672"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:52:42.050084"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:59.810728"], ["updated_at", "2015-04-01 14:52:59.810728"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:59.873122"], ["updated_at", "2015-04-01 14:52:59.873122"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:52:59.878524"], ["updated_at", "2015-04-01 14:52:59.878524"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:52:59.965196"], ["task_id", 1], ["created_at", "2015-04-01 14:52:59.973385"], ["updated_at", "2015-04-01 14:52:59.973385"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:52:59.975952"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 94ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:52:59.992220"], ["updated_at", "2015-04-01 14:52:59.992220"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:52:59.996965"], ["updated_at", "2015-04-01 14:52:59.996965"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.004910"], ["updated_at", "2015-04-01 14:53:00.004910"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:53:00.012104"], ["task_id", 3], ["created_at", "2015-04-01 14:53:00.014597"], ["updated_at", "2015-04-01 14:53:00.014597"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:53:00.017280"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:00.027643"], ["updated_at", "2015-04-01 14:53:00.027643"], ["tracking", "150401-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.032220"], ["updated_at", "2015-04-01 14:53:00.032220"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.036022"], ["updated_at", "2015-04-01 14:53:00.036022"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:53:00.044162"], ["task_id", 5], ["created_at", "2015-04-01 14:53:00.045498"], ["updated_at", "2015-04-01 14:53:00.045498"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:53:00.048019"], ["id", 5]]  (1.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 2.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:00.059237"], ["updated_at", "2015-04-01 14:53:00.059237"], ["tracking", "150401-4"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.067723"], ["updated_at", "2015-04-01 14:53:00.067723"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.074417"], ["updated_at", "2015-04-01 14:53:00.074417"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:53:00.081044"], ["task_id", 7], ["created_at", "2015-04-01 14:53:00.082342"], ["updated_at", "2015-04-01 14:53:00.082342"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:53:00.084288"], ["id", 7]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:00.090510"], ["updated_at", "2015-04-01 14:53:00.090510"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.095407"], ["updated_at", "2015-04-01 14:53:00.095407"]]  (1.4ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.105379"], ["updated_at", "2015-04-01 14:53:00.105379"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 93ms (Views: 82.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:00.210906"], ["updated_at", "2015-04-01 14:53:00.210906"], ["tracking", "150401-6"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.217637"], ["updated_at", "2015-04-01 14:53:00.217637"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.227227"], ["updated_at", "2015-04-01 14:53:00.227227"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.5ms) Completed 200 OK in 9ms (Views: 3.7ms | ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:00.247240"], ["updated_at", "2015-04-01 14:53:00.247240"], ["tracking", "150401-7"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.255271"], ["updated_at", "2015-04-01 14:53:00.255271"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.261316"], ["updated_at", "2015-04-01 14:53:00.261316"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:00.277541"], ["updated_at", "2015-04-01 14:53:00.277541"], ["tracking", "150401-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.284925"], ["updated_at", "2015-04-01 14:53:00.284925"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.291289"], ["updated_at", "2015-04-01 14:53:00.291289"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.5ms) Completed 200 OK in 6ms (Views: 3.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:00.305962"], ["updated_at", "2015-04-01 14:53:00.305962"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.310468"], ["updated_at", "2015-04-01 14:53:00.310468"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:00.314803"], ["updated_at", "2015-04-01 14:53:00.314803"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:53:00.329386"], ["updated_at", "2015-04-01 14:53:00.329386"]]  (1.6ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1889ms (ActiveRecord: 2.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:02.266017"], ["updated_at", "2015-04-01 14:53:02.266017"], ["tracking", "150401-10"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.272434"], ["updated_at", "2015-04-01 14:53:02.272434"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.276575"], ["updated_at", "2015-04-01 14:53:02.276575"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:53:02.288685"], ["updated_at", "2015-04-01 14:53:02.288685"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:02.297500"], ["updated_at", "2015-04-01 14:53:02.297500"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.301669"], ["updated_at", "2015-04-01 14:53:02.301669"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.305779"], ["updated_at", "2015-04-01 14:53:02.305779"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:53:02.311661"], ["updated_at", "2015-04-01 14:53:02.311661"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:02.319391"], ["updated_at", "2015-04-01 14:53:02.319391"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.323333"], ["updated_at", "2015-04-01 14:53:02.323333"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.328112"], ["updated_at", "2015-04-01 14:53:02.328112"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:02.341159"], ["updated_at", "2015-04-01 14:53:02.341159"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.344793"], ["updated_at", "2015-04-01 14:53:02.344793"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.348330"], ["updated_at", "2015-04-01 14:53:02.348330"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:53:02.351864"], ["updated_at", "2015-04-01 14:53:02.351864"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:02.362286"], ["updated_at", "2015-04-01 14:53:02.362286"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.366320"], ["updated_at", "2015-04-01 14:53:02.366320"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.370847"], ["updated_at", "2015-04-01 14:53:02.370847"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:53:02.375750"], ["updated_at", "2015-04-01 14:53:02.375750"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:02.389834"], ["updated_at", "2015-04-01 14:53:02.389834"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.395178"], ["updated_at", "2015-04-01 14:53:02.395178"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.399200"], ["updated_at", "2015-04-01 14:53:02.399200"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.8ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:53:02.403527"], ["updated_at", "2015-04-01 14:53:02.403527"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:02.429511"], ["updated_at", "2015-04-01 14:53:02.429511"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.433232"], ["updated_at", "2015-04-01 14:53:02.433232"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.437853"], ["updated_at", "2015-04-01 14:53:02.437853"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:53:02.442811"], ["updated_at", "2015-04-01 14:53:02.442811"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:02.456814"], ["updated_at", "2015-04-01 14:53:02.456814"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.462788"], ["updated_at", "2015-04-01 14:53:02.462788"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.466886"], ["updated_at", "2015-04-01 14:53:02.466886"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:53:02.472384"], ["updated_at", "2015-04-01 14:53:02.472384"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:53:02.484729"], ["updated_at", "2015-04-01 14:53:02.484729"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.489332"], ["updated_at", "2015-04-01 14:53:02.489332"]]  (1.3ms) commit transaction  (0.5ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:53:02.495177"], ["updated_at", "2015-04-01 14:53:02.495177"]]  (6.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:53:02.507166"], ["updated_at", "2015-04-01 14:53:02.507166"]]  (4.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (1.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.8ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:53:02.525355"], ["id", 45]]  (5.5ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 18ms (ActiveRecord: 7.6ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:09.731964"], ["updated_at", "2015-04-01 14:55:09.731964"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.787121"], ["updated_at", "2015-04-01 14:55:09.787121"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.791166"], ["updated_at", "2015-04-01 14:55:09.791166"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:09.869847"], ["task_id", 1], ["created_at", "2015-04-01 14:55:09.878848"], ["updated_at", "2015-04-01 14:55:09.878848"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:09.881004"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 85ms (ActiveRecord: 2.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:09.891039"], ["updated_at", "2015-04-01 14:55:09.891039"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.895167"], ["updated_at", "2015-04-01 14:55:09.895167"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.898814"], ["updated_at", "2015-04-01 14:55:09.898814"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:09.904817"], ["task_id", 3], ["created_at", "2015-04-01 14:55:09.906673"], ["updated_at", "2015-04-01 14:55:09.906673"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:09.908614"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:09.917314"], ["updated_at", "2015-04-01 14:55:09.917314"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.921501"], ["updated_at", "2015-04-01 14:55:09.921501"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.925284"], ["updated_at", "2015-04-01 14:55:09.925284"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:09.932681"], ["task_id", 5], ["created_at", "2015-04-01 14:55:09.933904"], ["updated_at", "2015-04-01 14:55:09.933904"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:09.935416"], ["id", 5]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:09.943251"], ["updated_at", "2015-04-01 14:55:09.943251"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.947430"], ["updated_at", "2015-04-01 14:55:09.947430"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.951262"], ["updated_at", "2015-04-01 14:55:09.951262"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:09.957953"], ["task_id", 7], ["created_at", "2015-04-01 14:55:09.959260"], ["updated_at", "2015-04-01 14:55:09.959260"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:09.960815"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:09.966276"], ["updated_at", "2015-04-01 14:55:09.966276"], ["tracking", "150401-5"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.970082"], ["updated_at", "2015-04-01 14:55:09.970082"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:09.974072"], ["updated_at", "2015-04-01 14:55:09.974072"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 62ms (Views: 56.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:10.052634"], ["updated_at", "2015-04-01 14:55:10.052634"], ["tracking", "150401-6"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:10.056679"], ["updated_at", "2015-04-01 14:55:10.056679"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:10.060493"], ["updated_at", "2015-04-01 14:55:10.060493"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:10.072199"], ["updated_at", "2015-04-01 14:55:10.072199"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:10.076059"], ["updated_at", "2015-04-01 14:55:10.076059"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:10.079633"], ["updated_at", "2015-04-01 14:55:10.079633"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:10.089252"], ["updated_at", "2015-04-01 14:55:10.089252"], ["tracking", "150401-8"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:10.093205"], ["updated_at", "2015-04-01 14:55:10.093205"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:10.097475"], ["updated_at", "2015-04-01 14:55:10.097475"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:10.108792"], ["updated_at", "2015-04-01 14:55:10.108792"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:10.112556"], ["updated_at", "2015-04-01 14:55:10.112556"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:10.116280"], ["updated_at", "2015-04-01 14:55:10.116280"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:10.126662"], ["updated_at", "2015-04-01 14:55:10.126662"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1527ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:11.655577"], ["updated_at", "2015-04-01 14:55:11.655577"], ["tracking", "150401-10"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.661456"], ["updated_at", "2015-04-01 14:55:11.661456"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.665890"], ["updated_at", "2015-04-01 14:55:11.665890"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:11.673335"], ["updated_at", "2015-04-01 14:55:11.673335"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:11.682402"], ["updated_at", "2015-04-01 14:55:11.682402"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.686163"], ["updated_at", "2015-04-01 14:55:11.686163"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.690390"], ["updated_at", "2015-04-01 14:55:11.690390"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.2ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:11.699120"], ["updated_at", "2015-04-01 14:55:11.699120"]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 10ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:11.709329"], ["updated_at", "2015-04-01 14:55:11.709329"], ["tracking", "150401-12"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.715617"], ["updated_at", "2015-04-01 14:55:11.715617"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.720128"], ["updated_at", "2015-04-01 14:55:11.720128"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:11.731564"], ["updated_at", "2015-04-01 14:55:11.731564"], ["tracking", "150401-13"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.735738"], ["updated_at", "2015-04-01 14:55:11.735738"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.740120"], ["updated_at", "2015-04-01 14:55:11.740120"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:11.744828"], ["updated_at", "2015-04-01 14:55:11.744828"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.3ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:11.761956"], ["updated_at", "2015-04-01 14:55:11.761956"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.767977"], ["updated_at", "2015-04-01 14:55:11.767977"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.772247"], ["updated_at", "2015-04-01 14:55:11.772247"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:11.779141"], ["updated_at", "2015-04-01 14:55:11.779141"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:11.795892"], ["updated_at", "2015-04-01 14:55:11.795892"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.800037"], ["updated_at", "2015-04-01 14:55:11.800037"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.803669"], ["updated_at", "2015-04-01 14:55:11.803669"]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:11.809202"], ["updated_at", "2015-04-01 14:55:11.809202"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:11.834914"], ["updated_at", "2015-04-01 14:55:11.834914"], ["tracking", "150401-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.839103"], ["updated_at", "2015-04-01 14:55:11.839103"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.845221"], ["updated_at", "2015-04-01 14:55:11.845221"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:11.851404"], ["updated_at", "2015-04-01 14:55:11.851404"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:11.865510"], ["updated_at", "2015-04-01 14:55:11.865510"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.869614"], ["updated_at", "2015-04-01 14:55:11.869614"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.874003"], ["updated_at", "2015-04-01 14:55:11.874003"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:11.877771"], ["updated_at", "2015-04-01 14:55:11.877771"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 12ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:11.897428"], ["updated_at", "2015-04-01 14:55:11.897428"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.902334"], ["updated_at", "2015-04-01 14:55:11.902334"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:11.907935"], ["updated_at", "2015-04-01 14:55:11.907935"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:11.912977"], ["updated_at", "2015-04-01 14:55:11.912977"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:55:11.920938"], ["id", 45]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (3.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:26.054954"], ["updated_at", "2015-04-01 14:55:26.054954"], ["tracking", "150401-1"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.140296"], ["updated_at", "2015-04-01 14:55:26.140296"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.146248"], ["updated_at", "2015-04-01 14:55:26.146248"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-01 14:55:26.252307"], ["task_id", 1], ["created_at", "2015-04-01 14:55:26.260411"], ["updated_at", "2015-04-01 14:55:26.260411"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:26.262440"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 111ms (ActiveRecord: 3.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:26.275555"], ["updated_at", "2015-04-01 14:55:26.275555"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.281719"], ["updated_at", "2015-04-01 14:55:26.281719"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.289641"], ["updated_at", "2015-04-01 14:55:26.289641"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:26.298342"], ["task_id", 3], ["created_at", "2015-04-01 14:55:26.299733"], ["updated_at", "2015-04-01 14:55:26.299733"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:26.302481"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:26.311759"], ["updated_at", "2015-04-01 14:55:26.311759"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.315664"], ["updated_at", "2015-04-01 14:55:26.315664"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.320803"], ["updated_at", "2015-04-01 14:55:26.320803"]]  (0.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:26.328692"], ["task_id", 5], ["created_at", "2015-04-01 14:55:26.330386"], ["updated_at", "2015-04-01 14:55:26.330386"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:26.332140"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:26.342883"], ["updated_at", "2015-04-01 14:55:26.342883"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.347705"], ["updated_at", "2015-04-01 14:55:26.347705"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.354633"], ["updated_at", "2015-04-01 14:55:26.354633"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:26.361124"], ["task_id", 7], ["created_at", "2015-04-01 14:55:26.362490"], ["updated_at", "2015-04-01 14:55:26.362490"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:26.364181"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:26.370940"], ["updated_at", "2015-04-01 14:55:26.370940"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.375197"], ["updated_at", "2015-04-01 14:55:26.375197"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.379184"], ["updated_at", "2015-04-01 14:55:26.379184"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 78ms (Views: 69.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:26.473175"], ["updated_at", "2015-04-01 14:55:26.473175"], ["tracking", "150401-6"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.477707"], ["updated_at", "2015-04-01 14:55:26.477707"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.481741"], ["updated_at", "2015-04-01 14:55:26.481741"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:26.495978"], ["updated_at", "2015-04-01 14:55:26.495978"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.500111"], ["updated_at", "2015-04-01 14:55:26.500111"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.506039"], ["updated_at", "2015-04-01 14:55:26.506039"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:26.528147"], ["updated_at", "2015-04-01 14:55:26.528147"], ["tracking", "150401-8"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.537816"], ["updated_at", "2015-04-01 14:55:26.537816"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.542766"], ["updated_at", "2015-04-01 14:55:26.542766"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.5ms) Completed 200 OK in 16ms (Views: 6.4ms | ActiveRecord: 0.6ms)  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:26.570746"], ["updated_at", "2015-04-01 14:55:26.570746"], ["tracking", "150401-9"]]  (3.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.582128"], ["updated_at", "2015-04-01 14:55:26.582128"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:26.592440"], ["updated_at", "2015-04-01 14:55:26.592440"]]  (2.9ms) commit transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.8ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:26.644849"], ["updated_at", "2015-04-01 14:55:26.644849"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1717ms (ActiveRecord: 1.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:28.362479"], ["updated_at", "2015-04-01 14:55:28.362479"], ["tracking", "150401-10"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.368488"], ["updated_at", "2015-04-01 14:55:28.368488"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.372939"], ["updated_at", "2015-04-01 14:55:28.372939"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:28.380653"], ["updated_at", "2015-04-01 14:55:28.380653"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:28.390292"], ["updated_at", "2015-04-01 14:55:28.390292"], ["tracking", "150401-11"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.394122"], ["updated_at", "2015-04-01 14:55:28.394122"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.397926"], ["updated_at", "2015-04-01 14:55:28.397926"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:28.403910"], ["updated_at", "2015-04-01 14:55:28.403910"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:28.411449"], ["updated_at", "2015-04-01 14:55:28.411449"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.415208"], ["updated_at", "2015-04-01 14:55:28.415208"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.419118"], ["updated_at", "2015-04-01 14:55:28.419118"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:28.430452"], ["updated_at", "2015-04-01 14:55:28.430452"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.434588"], ["updated_at", "2015-04-01 14:55:28.434588"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.438059"], ["updated_at", "2015-04-01 14:55:28.438059"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:28.441642"], ["updated_at", "2015-04-01 14:55:28.441642"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:28.451833"], ["updated_at", "2015-04-01 14:55:28.451833"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.456229"], ["updated_at", "2015-04-01 14:55:28.456229"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.459934"], ["updated_at", "2015-04-01 14:55:28.459934"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:28.464053"], ["updated_at", "2015-04-01 14:55:28.464053"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:28.482650"], ["updated_at", "2015-04-01 14:55:28.482650"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.486440"], ["updated_at", "2015-04-01 14:55:28.486440"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.490057"], ["updated_at", "2015-04-01 14:55:28.490057"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:28.493621"], ["updated_at", "2015-04-01 14:55:28.493621"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:28.514105"], ["updated_at", "2015-04-01 14:55:28.514105"], ["tracking", "150401-16"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.520828"], ["updated_at", "2015-04-01 14:55:28.520828"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.528321"], ["updated_at", "2015-04-01 14:55:28.528321"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:28.533132"], ["updated_at", "2015-04-01 14:55:28.533132"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:28.545861"], ["updated_at", "2015-04-01 14:55:28.545861"], ["tracking", "150401-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.551186"], ["updated_at", "2015-04-01 14:55:28.551186"]]  (1.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.559217"], ["updated_at", "2015-04-01 14:55:28.559217"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:28.565287"], ["updated_at", "2015-04-01 14:55:28.565287"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 2.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:28.584000"], ["updated_at", "2015-04-01 14:55:28.584000"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.588068"], ["updated_at", "2015-04-01 14:55:28.588068"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:28.593225"], ["updated_at", "2015-04-01 14:55:28.593225"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.9ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:28.599645"], ["updated_at", "2015-04-01 14:55:28.599645"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:55:28.609975"], ["id", 45]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 2.1ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:36.022851"], ["updated_at", "2015-04-01 14:55:36.022851"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.087598"], ["updated_at", "2015-04-01 14:55:36.087598"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.092553"], ["updated_at", "2015-04-01 14:55:36.092553"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:36.173988"], ["task_id", 1], ["created_at", "2015-04-01 14:55:36.181633"], ["updated_at", "2015-04-01 14:55:36.181633"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:36.183501"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 88ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:36.194404"], ["updated_at", "2015-04-01 14:55:36.194404"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.198887"], ["updated_at", "2015-04-01 14:55:36.198887"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.202658"], ["updated_at", "2015-04-01 14:55:36.202658"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:36.208821"], ["task_id", 3], ["created_at", "2015-04-01 14:55:36.210168"], ["updated_at", "2015-04-01 14:55:36.210168"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:36.211728"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:36.222313"], ["updated_at", "2015-04-01 14:55:36.222313"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.226747"], ["updated_at", "2015-04-01 14:55:36.226747"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.230479"], ["updated_at", "2015-04-01 14:55:36.230479"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:36.237862"], ["task_id", 5], ["created_at", "2015-04-01 14:55:36.239091"], ["updated_at", "2015-04-01 14:55:36.239091"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:36.240607"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:36.248290"], ["updated_at", "2015-04-01 14:55:36.248290"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.252115"], ["updated_at", "2015-04-01 14:55:36.252115"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.255912"], ["updated_at", "2015-04-01 14:55:36.255912"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:36.261625"], ["task_id", 7], ["created_at", "2015-04-01 14:55:36.263372"], ["updated_at", "2015-04-01 14:55:36.263372"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:36.265075"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:36.270518"], ["updated_at", "2015-04-01 14:55:36.270518"], ["tracking", "150401-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.274393"], ["updated_at", "2015-04-01 14:55:36.274393"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.278770"], ["updated_at", "2015-04-01 14:55:36.278770"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 62ms (Views: 57.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:36.355928"], ["updated_at", "2015-04-01 14:55:36.355928"], ["tracking", "150401-6"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.360725"], ["updated_at", "2015-04-01 14:55:36.360725"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.364949"], ["updated_at", "2015-04-01 14:55:36.364949"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:36.377790"], ["updated_at", "2015-04-01 14:55:36.377790"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.382086"], ["updated_at", "2015-04-01 14:55:36.382086"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.386147"], ["updated_at", "2015-04-01 14:55:36.386147"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:36.395926"], ["updated_at", "2015-04-01 14:55:36.395926"], ["tracking", "150401-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.399624"], ["updated_at", "2015-04-01 14:55:36.399624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.403242"], ["updated_at", "2015-04-01 14:55:36.403242"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:36.413903"], ["updated_at", "2015-04-01 14:55:36.413903"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.417636"], ["updated_at", "2015-04-01 14:55:36.417636"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:36.421236"], ["updated_at", "2015-04-01 14:55:36.421236"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:36.432573"], ["updated_at", "2015-04-01 14:55:36.432573"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1504ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:37.938615"], ["updated_at", "2015-04-01 14:55:37.938615"], ["tracking", "150401-10"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:37.945241"], ["updated_at", "2015-04-01 14:55:37.945241"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:37.949098"], ["updated_at", "2015-04-01 14:55:37.949098"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:37.955903"], ["updated_at", "2015-04-01 14:55:37.955903"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:37.965485"], ["updated_at", "2015-04-01 14:55:37.965485"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:37.969392"], ["updated_at", "2015-04-01 14:55:37.969392"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:37.973080"], ["updated_at", "2015-04-01 14:55:37.973080"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:37.978694"], ["updated_at", "2015-04-01 14:55:37.978694"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:37.985873"], ["updated_at", "2015-04-01 14:55:37.985873"], ["tracking", "150401-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:37.989388"], ["updated_at", "2015-04-01 14:55:37.989388"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:37.993173"], ["updated_at", "2015-04-01 14:55:37.993173"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:38.004759"], ["updated_at", "2015-04-01 14:55:38.004759"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.008556"], ["updated_at", "2015-04-01 14:55:38.008556"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.012373"], ["updated_at", "2015-04-01 14:55:38.012373"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:38.016015"], ["updated_at", "2015-04-01 14:55:38.016015"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:38.026008"], ["updated_at", "2015-04-01 14:55:38.026008"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.029857"], ["updated_at", "2015-04-01 14:55:38.029857"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.033741"], ["updated_at", "2015-04-01 14:55:38.033741"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:38.037470"], ["updated_at", "2015-04-01 14:55:38.037470"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:38.047658"], ["updated_at", "2015-04-01 14:55:38.047658"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.051688"], ["updated_at", "2015-04-01 14:55:38.051688"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.055967"], ["updated_at", "2015-04-01 14:55:38.055967"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:38.060189"], ["updated_at", "2015-04-01 14:55:38.060189"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:38.080796"], ["updated_at", "2015-04-01 14:55:38.080796"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.085279"], ["updated_at", "2015-04-01 14:55:38.085279"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.089315"], ["updated_at", "2015-04-01 14:55:38.089315"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:38.093011"], ["updated_at", "2015-04-01 14:55:38.093011"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:38.105632"], ["updated_at", "2015-04-01 14:55:38.105632"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.109687"], ["updated_at", "2015-04-01 14:55:38.109687"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.113326"], ["updated_at", "2015-04-01 14:55:38.113326"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:38.117008"], ["updated_at", "2015-04-01 14:55:38.117008"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:38.128372"], ["updated_at", "2015-04-01 14:55:38.128372"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.132790"], ["updated_at", "2015-04-01 14:55:38.132790"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:38.136418"], ["updated_at", "2015-04-01 14:55:38.136418"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:38.140133"], ["updated_at", "2015-04-01 14:55:38.140133"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:55:38.146306"], ["id", 45]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:45.568667"], ["updated_at", "2015-04-01 14:55:45.568667"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.634771"], ["updated_at", "2015-04-01 14:55:45.634771"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.639344"], ["updated_at", "2015-04-01 14:55:45.639344"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:45.756098"], ["task_id", 1], ["created_at", "2015-04-01 14:55:45.768395"], ["updated_at", "2015-04-01 14:55:45.768395"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:45.771185"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 129ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:45.782360"], ["updated_at", "2015-04-01 14:55:45.782360"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.787838"], ["updated_at", "2015-04-01 14:55:45.787838"]]  (5.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.798302"], ["updated_at", "2015-04-01 14:55:45.798302"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:45.805058"], ["task_id", 3], ["created_at", "2015-04-01 14:55:45.806376"], ["updated_at", "2015-04-01 14:55:45.806376"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:45.808230"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:45.817501"], ["updated_at", "2015-04-01 14:55:45.817501"], ["tracking", "150401-3"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.822262"], ["updated_at", "2015-04-01 14:55:45.822262"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.826714"], ["updated_at", "2015-04-01 14:55:45.826714"]]  (1.2ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:45.839789"], ["task_id", 5], ["created_at", "2015-04-01 14:55:45.841562"], ["updated_at", "2015-04-01 14:55:45.841562"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:45.843568"], ["id", 5]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 2.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:45.864742"], ["updated_at", "2015-04-01 14:55:45.864742"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.870474"], ["updated_at", "2015-04-01 14:55:45.870474"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.876654"], ["updated_at", "2015-04-01 14:55:45.876654"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:45.892217"], ["task_id", 7], ["created_at", "2015-04-01 14:55:45.894746"], ["updated_at", "2015-04-01 14:55:45.894746"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:45.897829"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:45.905148"], ["updated_at", "2015-04-01 14:55:45.905148"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.909992"], ["updated_at", "2015-04-01 14:55:45.909992"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:45.918138"], ["updated_at", "2015-04-01 14:55:45.918138"]]  (2.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 92ms (Views: 79.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:46.031126"], ["updated_at", "2015-04-01 14:55:46.031126"], ["tracking", "150401-6"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:46.037399"], ["updated_at", "2015-04-01 14:55:46.037399"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:46.042094"], ["updated_at", "2015-04-01 14:55:46.042094"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:46.054637"], ["updated_at", "2015-04-01 14:55:46.054637"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:46.059287"], ["updated_at", "2015-04-01 14:55:46.059287"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:46.063101"], ["updated_at", "2015-04-01 14:55:46.063101"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:46.073503"], ["updated_at", "2015-04-01 14:55:46.073503"], ["tracking", "150401-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:46.078282"], ["updated_at", "2015-04-01 14:55:46.078282"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:46.082239"], ["updated_at", "2015-04-01 14:55:46.082239"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:46.093879"], ["updated_at", "2015-04-01 14:55:46.093879"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:46.098123"], ["updated_at", "2015-04-01 14:55:46.098123"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:46.101924"], ["updated_at", "2015-04-01 14:55:46.101924"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:46.113296"], ["updated_at", "2015-04-01 14:55:46.113296"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1861ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:47.976045"], ["updated_at", "2015-04-01 14:55:47.976045"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:47.982079"], ["updated_at", "2015-04-01 14:55:47.982079"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:47.986165"], ["updated_at", "2015-04-01 14:55:47.986165"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:47.995140"], ["updated_at", "2015-04-01 14:55:47.995140"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:48.004600"], ["updated_at", "2015-04-01 14:55:48.004600"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.008368"], ["updated_at", "2015-04-01 14:55:48.008368"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.013067"], ["updated_at", "2015-04-01 14:55:48.013067"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:48.020159"], ["updated_at", "2015-04-01 14:55:48.020159"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:48.028539"], ["updated_at", "2015-04-01 14:55:48.028539"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.032302"], ["updated_at", "2015-04-01 14:55:48.032302"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.036980"], ["updated_at", "2015-04-01 14:55:48.036980"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:48.048929"], ["updated_at", "2015-04-01 14:55:48.048929"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.053337"], ["updated_at", "2015-04-01 14:55:48.053337"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.056940"], ["updated_at", "2015-04-01 14:55:48.056940"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:48.061798"], ["updated_at", "2015-04-01 14:55:48.061798"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:48.073910"], ["updated_at", "2015-04-01 14:55:48.073910"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.078660"], ["updated_at", "2015-04-01 14:55:48.078660"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.082965"], ["updated_at", "2015-04-01 14:55:48.082965"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:48.086832"], ["updated_at", "2015-04-01 14:55:48.086832"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:48.101418"], ["updated_at", "2015-04-01 14:55:48.101418"], ["tracking", "150401-15"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.105236"], ["updated_at", "2015-04-01 14:55:48.105236"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.109507"], ["updated_at", "2015-04-01 14:55:48.109507"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:48.116233"], ["updated_at", "2015-04-01 14:55:48.116233"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.2ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.5ms) Completed 200 OK in 10ms (Views: 1.8ms | ActiveRecord: 0.8ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:48.149371"], ["updated_at", "2015-04-01 14:55:48.149371"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.154246"], ["updated_at", "2015-04-01 14:55:48.154246"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.159557"], ["updated_at", "2015-04-01 14:55:48.159557"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:48.165693"], ["updated_at", "2015-04-01 14:55:48.165693"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:48.179069"], ["updated_at", "2015-04-01 14:55:48.179069"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.182875"], ["updated_at", "2015-04-01 14:55:48.182875"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.187323"], ["updated_at", "2015-04-01 14:55:48.187323"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:48.191018"], ["updated_at", "2015-04-01 14:55:48.191018"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 2.7ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:48.212271"], ["updated_at", "2015-04-01 14:55:48.212271"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (1.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.216306"], ["updated_at", "2015-04-01 14:55:48.216306"]]  (1.0ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:48.224229"], ["updated_at", "2015-04-01 14:55:48.224229"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:48.230872"], ["updated_at", "2015-04-01 14:55:48.230872"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:55:48.240219"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 2.1ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:56.747731"], ["updated_at", "2015-04-01 14:55:56.747731"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:56.833105"], ["updated_at", "2015-04-01 14:55:56.833105"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:56.837962"], ["updated_at", "2015-04-01 14:55:56.837962"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:56.928323"], ["task_id", 1], ["created_at", "2015-04-01 14:55:56.935974"], ["updated_at", "2015-04-01 14:55:56.935974"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:56.938404"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 97ms (ActiveRecord: 4.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:56.952998"], ["updated_at", "2015-04-01 14:55:56.952998"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:56.958375"], ["updated_at", "2015-04-01 14:55:56.958375"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:56.962724"], ["updated_at", "2015-04-01 14:55:56.962724"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:56.969337"], ["task_id", 3], ["created_at", "2015-04-01 14:55:56.971047"], ["updated_at", "2015-04-01 14:55:56.971047"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:56.972716"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:56.984948"], ["updated_at", "2015-04-01 14:55:56.984948"], ["tracking", "150401-3"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:56.990986"], ["updated_at", "2015-04-01 14:55:56.990986"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:56.995035"], ["updated_at", "2015-04-01 14:55:56.995035"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:57.005407"], ["task_id", 5], ["created_at", "2015-04-01 14:55:57.006848"], ["updated_at", "2015-04-01 14:55:57.006848"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:57.009381"], ["id", 5]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:57.021055"], ["updated_at", "2015-04-01 14:55:57.021055"], ["tracking", "150401-4"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.027445"], ["updated_at", "2015-04-01 14:55:57.027445"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.035158"], ["updated_at", "2015-04-01 14:55:57.035158"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:55:57.042572"], ["task_id", 7], ["created_at", "2015-04-01 14:55:57.043812"], ["updated_at", "2015-04-01 14:55:57.043812"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:55:57.045923"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:57.052944"], ["updated_at", "2015-04-01 14:55:57.052944"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.057466"], ["updated_at", "2015-04-01 14:55:57.057466"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.061719"], ["updated_at", "2015-04-01 14:55:57.061719"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 73ms (Views: 68.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:57.141839"], ["updated_at", "2015-04-01 14:55:57.141839"], ["tracking", "150401-6"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.145916"], ["updated_at", "2015-04-01 14:55:57.145916"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.149988"], ["updated_at", "2015-04-01 14:55:57.149988"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.4ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:57.167575"], ["updated_at", "2015-04-01 14:55:57.167575"], ["tracking", "150401-7"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.171639"], ["updated_at", "2015-04-01 14:55:57.171639"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.175363"], ["updated_at", "2015-04-01 14:55:57.175363"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:57.185829"], ["updated_at", "2015-04-01 14:55:57.185829"], ["tracking", "150401-8"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.192773"], ["updated_at", "2015-04-01 14:55:57.192773"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.197329"], ["updated_at", "2015-04-01 14:55:57.197329"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 9ms (Views: 3.4ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:57.216662"], ["updated_at", "2015-04-01 14:55:57.216662"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.221339"], ["updated_at", "2015-04-01 14:55:57.221339"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:57.225272"], ["updated_at", "2015-04-01 14:55:57.225272"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:57.237367"], ["updated_at", "2015-04-01 14:55:57.237367"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1646ms (ActiveRecord: 1.9ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:58.885838"], ["updated_at", "2015-04-01 14:55:58.885838"], ["tracking", "150401-10"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:58.891864"], ["updated_at", "2015-04-01 14:55:58.891864"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:58.895771"], ["updated_at", "2015-04-01 14:55:58.895771"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:58.902916"], ["updated_at", "2015-04-01 14:55:58.902916"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 50ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:58.956053"], ["updated_at", "2015-04-01 14:55:58.956053"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:58.960076"], ["updated_at", "2015-04-01 14:55:58.960076"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:58.963980"], ["updated_at", "2015-04-01 14:55:58.963980"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:58.969814"], ["updated_at", "2015-04-01 14:55:58.969814"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:58.977313"], ["updated_at", "2015-04-01 14:55:58.977313"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:58.982112"], ["updated_at", "2015-04-01 14:55:58.982112"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:58.986389"], ["updated_at", "2015-04-01 14:55:58.986389"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:58.997754"], ["updated_at", "2015-04-01 14:55:58.997754"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.002313"], ["updated_at", "2015-04-01 14:55:59.002313"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.006718"], ["updated_at", "2015-04-01 14:55:59.006718"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:59.010726"], ["updated_at", "2015-04-01 14:55:59.010726"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.2ms) begin transaction  (0.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:59.026166"], ["updated_at", "2015-04-01 14:55:59.026166"], ["tracking", "150401-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.030617"], ["updated_at", "2015-04-01 14:55:59.030617"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.034810"], ["updated_at", "2015-04-01 14:55:59.034810"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:59.039567"], ["updated_at", "2015-04-01 14:55:59.039567"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:59.051468"], ["updated_at", "2015-04-01 14:55:59.051468"], ["tracking", "150401-15"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.057444"], ["updated_at", "2015-04-01 14:55:59.057444"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.063360"], ["updated_at", "2015-04-01 14:55:59.063360"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:59.069642"], ["updated_at", "2015-04-01 14:55:59.069642"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 1.9ms | ActiveRecord: 0.9ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:59.106753"], ["updated_at", "2015-04-01 14:55:59.106753"], ["tracking", "150401-16"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.114366"], ["updated_at", "2015-04-01 14:55:59.114366"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.122434"], ["updated_at", "2015-04-01 14:55:59.122434"]]  (12.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (1.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:59.141450"], ["updated_at", "2015-04-01 14:55:59.141450"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:59.156820"], ["updated_at", "2015-04-01 14:55:59.156820"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.162623"], ["updated_at", "2015-04-01 14:55:59.162623"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.168630"], ["updated_at", "2015-04-01 14:55:59.168630"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:59.172735"], ["updated_at", "2015-04-01 14:55:59.172735"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:55:59.188413"], ["updated_at", "2015-04-01 14:55:59.188413"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.192665"], ["updated_at", "2015-04-01 14:55:59.192665"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:55:59.196471"], ["updated_at", "2015-04-01 14:55:59.196471"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:55:59.200096"], ["updated_at", "2015-04-01 14:55:59.200096"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:55:59.206906"], ["id", 45]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.237437"], ["updated_at", "2015-04-01 14:58:12.237437"], ["tracking", "150401-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.247506"], ["updated_at", "2015-04-01 14:58:12.247506"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 59ms (Views: 53.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.350982"], ["updated_at", "2015-04-01 14:58:12.350982"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.354813"], ["updated_at", "2015-04-01 14:58:12.354813"], ["tracking", "150401-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 52ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.420956"], ["updated_at", "2015-04-01 14:58:12.420956"], ["tracking", "150401-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.424733"], ["updated_at", "2015-04-01 14:58:12.424733"], ["tracking", "150401-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.447345"], ["updated_at", "2015-04-01 14:58:12.447345"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.458370"], ["updated_at", "2015-04-01 14:58:12.458370"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-01 14:58:12.469817"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-01 14:58:12.470811"], ["updated_at", "2015-04-01 14:58:12.470811"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-01 14:58:12.472945"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-01 14:58:12 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-01 14:58:12 UTC", "updated_at"=>"2015-04-01 14:58:12 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-01 14:58:12.483344"], ["created_at", "2015-04-01 14:58:12.484240"], ["updated_at", "2015-04-01 14:58:12.484240"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.501349"], ["updated_at", "2015-04-01 14:58:12.501349"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.505194"], ["updated_at", "2015-04-01 14:58:12.505194"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.508745"], ["updated_at", "2015-04-01 14:58:12.508745"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:58:12.515702"], ["task_id", 2], ["created_at", "2015-04-01 14:58:12.516996"], ["updated_at", "2015-04-01 14:58:12.516996"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:58:12.518606"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.526065"], ["updated_at", "2015-04-01 14:58:12.526065"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.530896"], ["updated_at", "2015-04-01 14:58:12.530896"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.536314"], ["updated_at", "2015-04-01 14:58:12.536314"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:58:12.542773"], ["task_id", 4], ["created_at", "2015-04-01 14:58:12.544003"], ["updated_at", "2015-04-01 14:58:12.544003"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:58:12.545499"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.553805"], ["updated_at", "2015-04-01 14:58:12.553805"], ["tracking", "150401-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.558210"], ["updated_at", "2015-04-01 14:58:12.558210"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.561913"], ["updated_at", "2015-04-01 14:58:12.561913"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:58:12.569478"], ["task_id", 6], ["created_at", "2015-04-01 14:58:12.570721"], ["updated_at", "2015-04-01 14:58:12.570721"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:58:12.572235"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.580681"], ["updated_at", "2015-04-01 14:58:12.580681"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.585665"], ["updated_at", "2015-04-01 14:58:12.585665"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.590266"], ["updated_at", "2015-04-01 14:58:12.590266"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 14:58:12.596606"], ["task_id", 8], ["created_at", "2015-04-01 14:58:12.597869"], ["updated_at", "2015-04-01 14:58:12.597869"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 14:58:12.601511"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.608196"], ["updated_at", "2015-04-01 14:58:12.608196"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.612815"], ["updated_at", "2015-04-01 14:58:12.612815"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.616954"], ["updated_at", "2015-04-01 14:58:12.616954"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.629682"], ["updated_at", "2015-04-01 14:58:12.629682"], ["tracking", "150401-9"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.682182"], ["updated_at", "2015-04-01 14:58:12.682182"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.686141"], ["updated_at", "2015-04-01 14:58:12.686141"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.699686"], ["updated_at", "2015-04-01 14:58:12.699686"], ["tracking", "150401-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.703483"], ["updated_at", "2015-04-01 14:58:12.703483"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.707161"], ["updated_at", "2015-04-01 14:58:12.707161"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.716837"], ["updated_at", "2015-04-01 14:58:12.716837"], ["tracking", "150401-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.720476"], ["updated_at", "2015-04-01 14:58:12.720476"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.723998"], ["updated_at", "2015-04-01 14:58:12.723998"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:12.736645"], ["updated_at", "2015-04-01 14:58:12.736645"], ["tracking", "150401-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.740441"], ["updated_at", "2015-04-01 14:58:12.740441"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:12.743977"], ["updated_at", "2015-04-01 14:58:12.743977"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:58:12.754161"], ["updated_at", "2015-04-01 14:58:12.754161"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1496ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.252258"], ["updated_at", "2015-04-01 14:58:14.252258"], ["tracking", "150401-13"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.257980"], ["updated_at", "2015-04-01 14:58:14.257980"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.261955"], ["updated_at", "2015-04-01 14:58:14.261955"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:58:14.268503"], ["updated_at", "2015-04-01 14:58:14.268503"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.276792"], ["updated_at", "2015-04-01 14:58:14.276792"], ["tracking", "150401-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.280995"], ["updated_at", "2015-04-01 14:58:14.280995"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.285230"], ["updated_at", "2015-04-01 14:58:14.285230"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:58:14.293013"], ["updated_at", "2015-04-01 14:58:14.293013"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.301627"], ["updated_at", "2015-04-01 14:58:14.301627"], ["tracking", "150401-15"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.306242"], ["updated_at", "2015-04-01 14:58:14.306242"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.310480"], ["updated_at", "2015-04-01 14:58:14.310480"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.322133"], ["updated_at", "2015-04-01 14:58:14.322133"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.325958"], ["updated_at", "2015-04-01 14:58:14.325958"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.329575"], ["updated_at", "2015-04-01 14:58:14.329575"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:58:14.333204"], ["updated_at", "2015-04-01 14:58:14.333204"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"31"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.347494"], ["updated_at", "2015-04-01 14:58:14.347494"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.351252"], ["updated_at", "2015-04-01 14:58:14.351252"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.354820"], ["updated_at", "2015-04-01 14:58:14.354820"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:58:14.358412"], ["updated_at", "2015-04-01 14:58:14.358412"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"34"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.368794"], ["updated_at", "2015-04-01 14:58:14.368794"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.373035"], ["updated_at", "2015-04-01 14:58:14.373035"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.377087"], ["updated_at", "2015-04-01 14:58:14.377087"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:58:14.381194"], ["updated_at", "2015-04-01 14:58:14.381194"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.447755"], ["updated_at", "2015-04-01 14:58:14.447755"], ["tracking", "150401-19"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.452937"], ["updated_at", "2015-04-01 14:58:14.452937"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.457124"], ["updated_at", "2015-04-01 14:58:14.457124"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:58:14.461114"], ["updated_at", "2015-04-01 14:58:14.461114"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.474720"], ["updated_at", "2015-04-01 14:58:14.474720"], ["tracking", "150401-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.478903"], ["updated_at", "2015-04-01 14:58:14.478903"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.483244"], ["updated_at", "2015-04-01 14:58:14.483244"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:58:14.487073"], ["updated_at", "2015-04-01 14:58:14.487073"]]  (1.6ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.500443"], ["updated_at", "2015-04-01 14:58:14.500443"], ["tracking", "150401-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.504300"], ["updated_at", "2015-04-01 14:58:14.504300"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.507847"], ["updated_at", "2015-04-01 14:58:14.507847"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 14:58:14.511364"], ["updated_at", "2015-04-01 14:58:14.511364"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 14:58:14.517387"], ["id", 46]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.524574"], ["updated_at", "2015-04-01 14:58:14.524574"], ["tracking", "150401-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.530247"], ["updated_at", "2015-04-01 14:58:14.530247"], ["tracking", "150401-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.534583"], ["updated_at", "2015-04-01 14:58:14.534583"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.540563"], ["updated_at", "2015-04-01 14:58:14.540563"], ["tracking", "150401-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.545234"], ["updated_at", "2015-04-01 14:58:14.545234"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.547961"], ["updated_at", "2015-04-01 14:58:14.547961"], ["tracking", "150401-25"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.552035"], ["updated_at", "2015-04-01 14:58:14.552035"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.556403"], ["updated_at", "2015-04-01 14:58:14.556403"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.560419"], ["updated_at", "2015-04-01 14:58:14.560419"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.564421"], ["updated_at", "2015-04-01 14:58:14.564421"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.571416"], ["updated_at", "2015-04-01 14:58:14.571416"], ["tracking", "150401-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.575917"], ["updated_at", "2015-04-01 14:58:14.575917"], ["tracking", "150401-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.580435"], ["updated_at", "2015-04-01 14:58:14.580435"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.584794"], ["updated_at", "2015-04-01 14:58:14.584794"], ["tracking", "150401-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.589300"], ["updated_at", "2015-04-01 14:58:14.589300"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.593260"], ["updated_at", "2015-04-01 14:58:14.593260"], ["tracking", "150401-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.598543"], ["updated_at", "2015-04-01 14:58:14.598543"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.603762"], ["updated_at", "2015-04-01 14:58:14.603762"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.608168"], ["updated_at", "2015-04-01 14:58:14.608168"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.612180"], ["updated_at", "2015-04-01 14:58:14.612180"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.615946"], ["updated_at", "2015-04-01 14:58:14.615946"], ["tracking", "150401-30"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.624687"], ["updated_at", "2015-04-01 14:58:14.624687"], ["tracking", "150401-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.629677"], ["updated_at", "2015-04-01 14:58:14.629677"], ["tracking", "150401-32"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.633300"], ["updated_at", "2015-04-01 14:58:14.633300"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.637271"], ["updated_at", "2015-04-01 14:58:14.637271"], ["tracking", "150401-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.641529"], ["updated_at", "2015-04-01 14:58:14.641529"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.644276"], ["updated_at", "2015-04-01 14:58:14.644276"], ["tracking", "150401-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.648369"], ["updated_at", "2015-04-01 14:58:14.648369"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.652725"], ["updated_at", "2015-04-01 14:58:14.652725"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.656586"], ["updated_at", "2015-04-01 14:58:14.656586"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.660824"], ["updated_at", "2015-04-01 14:58:14.660824"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.665398"], ["updated_at", "2015-04-01 14:58:14.665398"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-01')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-01' AND reminder < '2015-04-01')  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.671962"], ["updated_at", "2015-04-01 14:58:14.671962"], ["tracking", "150401-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.678596"], ["updated_at", "2015-04-01 14:58:14.678596"], ["tracking", "150401-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.682370"], ["updated_at", "2015-04-01 14:58:14.682370"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.686059"], ["updated_at", "2015-04-01 14:58:14.686059"], ["tracking", "150401-37"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.690570"], ["updated_at", "2015-04-01 14:58:14.690570"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.693707"], ["updated_at", "2015-04-01 14:58:14.693707"], ["tracking", "150401-38"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.697886"], ["updated_at", "2015-04-01 14:58:14.697886"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.702099"], ["updated_at", "2015-04-01 14:58:14.702099"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.705911"], ["updated_at", "2015-04-01 14:58:14.705911"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.710751"], ["updated_at", "2015-04-01 14:58:14.710751"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.715234"], ["updated_at", "2015-04-01 14:58:14.715234"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-01')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.721530"], ["updated_at", "2015-04-01 14:58:14.721530"], ["tracking", "150401-39"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task"], ["reminder", "2015-04-02"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.727141"], ["updated_at", "2015-04-01 14:58:14.727141"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.732222"], ["updated_at", "2015-04-01 14:58:14.732222"], ["tracking", "150401-40"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.736481"], ["updated_at", "2015-04-01 14:58:14.736481"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.741750"], ["updated_at", "2015-04-01 14:58:14.741750"], ["tracking", "150401-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.745449"], ["updated_at", "2015-04-01 14:58:14.745449"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.750938"], ["updated_at", "2015-04-01 14:58:14.750938"], ["tracking", "150401-42"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task"], ["reminder", "2015-03-29"], ["term", "2015-03-31"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 14:58:14.754719"], ["updated_at", "2015-04-01 14:58:14.754719"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 14:58:14.759691"], ["updated_at", "2015-04-01 14:58:14.759691"], ["tracking", "150401-43"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-01 14:58:14.762765"], ["id", 47]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-01 14:58:14.765027"], ["id", 47]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:10.144296"], ["updated_at", "2015-04-01 17:02:10.144296"], ["tracking", "150401-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.208030"], ["updated_at", "2015-04-01 17:02:10.208030"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.213351"], ["updated_at", "2015-04-01 17:02:10.213351"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:10.306720"], ["task_id", 1], ["created_at", "2015-04-01 17:02:10.314917"], ["updated_at", "2015-04-01 17:02:10.314917"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:10.317075"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 98ms (ActiveRecord: 2.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:10.328663"], ["updated_at", "2015-04-01 17:02:10.328663"], ["tracking", "150401-2"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.333186"], ["updated_at", "2015-04-01 17:02:10.333186"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.337173"], ["updated_at", "2015-04-01 17:02:10.337173"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:10.343723"], ["task_id", 3], ["created_at", "2015-04-01 17:02:10.345013"], ["updated_at", "2015-04-01 17:02:10.345013"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:10.346661"], ["id", 3]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:10.356412"], ["updated_at", "2015-04-01 17:02:10.356412"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.360934"], ["updated_at", "2015-04-01 17:02:10.360934"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.364866"], ["updated_at", "2015-04-01 17:02:10.364866"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:10.372616"], ["task_id", 5], ["created_at", "2015-04-01 17:02:10.373839"], ["updated_at", "2015-04-01 17:02:10.373839"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:10.375346"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:10.383244"], ["updated_at", "2015-04-01 17:02:10.383244"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.388152"], ["updated_at", "2015-04-01 17:02:10.388152"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.392068"], ["updated_at", "2015-04-01 17:02:10.392068"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:10.398808"], ["task_id", 7], ["created_at", "2015-04-01 17:02:10.400242"], ["updated_at", "2015-04-01 17:02:10.400242"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:10.401828"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:10.407448"], ["updated_at", "2015-04-01 17:02:10.407448"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.411226"], ["updated_at", "2015-04-01 17:02:10.411226"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.415490"], ["updated_at", "2015-04-01 17:02:10.415490"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 87ms (Views: 74.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:10.511511"], ["updated_at", "2015-04-01 17:02:10.511511"], ["tracking", "150401-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.518528"], ["updated_at", "2015-04-01 17:02:10.518528"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.523665"], ["updated_at", "2015-04-01 17:02:10.523665"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.5ms) Completed 200 OK in 11ms (Views: 5.4ms | ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:10.546552"], ["updated_at", "2015-04-01 17:02:10.546552"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.550806"], ["updated_at", "2015-04-01 17:02:10.550806"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.554451"], ["updated_at", "2015-04-01 17:02:10.554451"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:10.568862"], ["updated_at", "2015-04-01 17:02:10.568862"], ["tracking", "150401-8"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.572929"], ["updated_at", "2015-04-01 17:02:10.572929"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.578497"], ["updated_at", "2015-04-01 17:02:10.578497"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:10.590872"], ["updated_at", "2015-04-01 17:02:10.590872"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.595195"], ["updated_at", "2015-04-01 17:02:10.595195"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:10.598927"], ["updated_at", "2015-04-01 17:02:10.598927"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.8ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:10.611522"], ["updated_at", "2015-04-01 17:02:10.611522"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1692ms (ActiveRecord: 2.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:12.347507"], ["updated_at", "2015-04-01 17:02:12.347507"], ["tracking", "150401-10"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.351826"], ["updated_at", "2015-04-01 17:02:12.351826"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.356863"], ["updated_at", "2015-04-01 17:02:12.356863"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:12.365051"], ["updated_at", "2015-04-01 17:02:12.365051"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:12.375304"], ["updated_at", "2015-04-01 17:02:12.375304"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.379156"], ["updated_at", "2015-04-01 17:02:12.379156"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.383834"], ["updated_at", "2015-04-01 17:02:12.383834"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:12.390977"], ["updated_at", "2015-04-01 17:02:12.390977"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:12.398554"], ["updated_at", "2015-04-01 17:02:12.398554"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.402339"], ["updated_at", "2015-04-01 17:02:12.402339"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.407576"], ["updated_at", "2015-04-01 17:02:12.407576"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.2ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:12.423808"], ["updated_at", "2015-04-01 17:02:12.423808"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.427827"], ["updated_at", "2015-04-01 17:02:12.427827"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.431489"], ["updated_at", "2015-04-01 17:02:12.431489"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:12.435147"], ["updated_at", "2015-04-01 17:02:12.435147"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:12.445892"], ["updated_at", "2015-04-01 17:02:12.445892"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.450320"], ["updated_at", "2015-04-01 17:02:12.450320"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.454414"], ["updated_at", "2015-04-01 17:02:12.454414"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.8ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:12.460798"], ["updated_at", "2015-04-01 17:02:12.460798"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:12.477822"], ["updated_at", "2015-04-01 17:02:12.477822"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.481706"], ["updated_at", "2015-04-01 17:02:12.481706"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.485836"], ["updated_at", "2015-04-01 17:02:12.485836"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:12.491866"], ["updated_at", "2015-04-01 17:02:12.491866"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:12.528234"], ["updated_at", "2015-04-01 17:02:12.528234"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.532090"], ["updated_at", "2015-04-01 17:02:12.532090"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.536221"], ["updated_at", "2015-04-01 17:02:12.536221"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:12.542860"], ["updated_at", "2015-04-01 17:02:12.542860"]]  (1.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:12.561067"], ["updated_at", "2015-04-01 17:02:12.561067"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.564723"], ["updated_at", "2015-04-01 17:02:12.564723"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.569377"], ["updated_at", "2015-04-01 17:02:12.569377"]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:12.576525"], ["updated_at", "2015-04-01 17:02:12.576525"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:12.593877"], ["updated_at", "2015-04-01 17:02:12.593877"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.597585"], ["updated_at", "2015-04-01 17:02:12.597585"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:12.601988"], ["updated_at", "2015-04-01 17:02:12.601988"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.8ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:12.608878"], ["updated_at", "2015-04-01 17:02:12.608878"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 17:02:12.619337"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:28.291159"], ["updated_at", "2015-04-01 17:02:28.291159"], ["tracking", "150401-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.361831"], ["updated_at", "2015-04-01 17:02:28.361831"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.366346"], ["updated_at", "2015-04-01 17:02:28.366346"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:28.452581"], ["task_id", 1], ["created_at", "2015-04-01 17:02:28.460614"], ["updated_at", "2015-04-01 17:02:28.460614"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:28.462497"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 94ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:28.475813"], ["updated_at", "2015-04-01 17:02:28.475813"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.480490"], ["updated_at", "2015-04-01 17:02:28.480490"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.484588"], ["updated_at", "2015-04-01 17:02:28.484588"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:28.491690"], ["task_id", 3], ["created_at", "2015-04-01 17:02:28.493454"], ["updated_at", "2015-04-01 17:02:28.493454"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:28.495374"], ["id", 3]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:28.507982"], ["updated_at", "2015-04-01 17:02:28.507982"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.511856"], ["updated_at", "2015-04-01 17:02:28.511856"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.516728"], ["updated_at", "2015-04-01 17:02:28.516728"]]  (1.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:28.525744"], ["task_id", 5], ["created_at", "2015-04-01 17:02:28.527099"], ["updated_at", "2015-04-01 17:02:28.527099"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:28.528867"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:28.536908"], ["updated_at", "2015-04-01 17:02:28.536908"], ["tracking", "150401-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.541516"], ["updated_at", "2015-04-01 17:02:28.541516"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.545367"], ["updated_at", "2015-04-01 17:02:28.545367"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:28.552136"], ["task_id", 7], ["created_at", "2015-04-01 17:02:28.553385"], ["updated_at", "2015-04-01 17:02:28.553385"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:28.555299"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:28.560812"], ["updated_at", "2015-04-01 17:02:28.560812"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.565957"], ["updated_at", "2015-04-01 17:02:28.565957"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.569930"], ["updated_at", "2015-04-01 17:02:28.569930"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 65ms (Views: 57.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:28.642612"], ["updated_at", "2015-04-01 17:02:28.642612"], ["tracking", "150401-6"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.647078"], ["updated_at", "2015-04-01 17:02:28.647078"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.651361"], ["updated_at", "2015-04-01 17:02:28.651361"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:28.663714"], ["updated_at", "2015-04-01 17:02:28.663714"], ["tracking", "150401-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.667779"], ["updated_at", "2015-04-01 17:02:28.667779"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.671469"], ["updated_at", "2015-04-01 17:02:28.671469"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:28.682479"], ["updated_at", "2015-04-01 17:02:28.682479"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.686238"], ["updated_at", "2015-04-01 17:02:28.686238"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.689923"], ["updated_at", "2015-04-01 17:02:28.689923"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:28.700779"], ["updated_at", "2015-04-01 17:02:28.700779"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.704708"], ["updated_at", "2015-04-01 17:02:28.704708"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:28.708284"], ["updated_at", "2015-04-01 17:02:28.708284"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:28.721301"], ["updated_at", "2015-04-01 17:02:28.721301"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1674ms (ActiveRecord: 2.0ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:30.438078"], ["updated_at", "2015-04-01 17:02:30.438078"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.443694"], ["updated_at", "2015-04-01 17:02:30.443694"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.447606"], ["updated_at", "2015-04-01 17:02:30.447606"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:30.454466"], ["updated_at", "2015-04-01 17:02:30.454466"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:30.463502"], ["updated_at", "2015-04-01 17:02:30.463502"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.467764"], ["updated_at", "2015-04-01 17:02:30.467764"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.471696"], ["updated_at", "2015-04-01 17:02:30.471696"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:30.477785"], ["updated_at", "2015-04-01 17:02:30.477785"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:30.485068"], ["updated_at", "2015-04-01 17:02:30.485068"], ["tracking", "150401-12"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.488981"], ["updated_at", "2015-04-01 17:02:30.488981"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.493471"], ["updated_at", "2015-04-01 17:02:30.493471"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 1.3ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:30.504298"], ["updated_at", "2015-04-01 17:02:30.504298"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.507968"], ["updated_at", "2015-04-01 17:02:30.507968"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.511656"], ["updated_at", "2015-04-01 17:02:30.511656"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:30.515716"], ["updated_at", "2015-04-01 17:02:30.515716"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:30.526792"], ["updated_at", "2015-04-01 17:02:30.526792"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.531514"], ["updated_at", "2015-04-01 17:02:30.531514"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.535412"], ["updated_at", "2015-04-01 17:02:30.535412"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:30.539158"], ["updated_at", "2015-04-01 17:02:30.539158"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:30.549882"], ["updated_at", "2015-04-01 17:02:30.549882"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.554127"], ["updated_at", "2015-04-01 17:02:30.554127"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.558196"], ["updated_at", "2015-04-01 17:02:30.558196"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:30.562126"], ["updated_at", "2015-04-01 17:02:30.562126"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:30.581453"], ["updated_at", "2015-04-01 17:02:30.581453"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.586133"], ["updated_at", "2015-04-01 17:02:30.586133"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.589755"], ["updated_at", "2015-04-01 17:02:30.589755"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:30.593474"], ["updated_at", "2015-04-01 17:02:30.593474"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:30.606621"], ["updated_at", "2015-04-01 17:02:30.606621"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.610824"], ["updated_at", "2015-04-01 17:02:30.610824"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.614633"], ["updated_at", "2015-04-01 17:02:30.614633"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:30.618462"], ["updated_at", "2015-04-01 17:02:30.618462"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:30.630188"], ["updated_at", "2015-04-01 17:02:30.630188"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.635336"], ["updated_at", "2015-04-01 17:02:30.635336"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:30.641767"], ["updated_at", "2015-04-01 17:02:30.641767"]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:30.648957"], ["updated_at", "2015-04-01 17:02:30.648957"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 17:02:30.657969"], ["id", 45]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (3.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:38.355084"], ["updated_at", "2015-04-01 17:02:38.355084"], ["tracking", "150401-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.424206"], ["updated_at", "2015-04-01 17:02:38.424206"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.428302"], ["updated_at", "2015-04-01 17:02:38.428302"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:38.518117"], ["task_id", 1], ["created_at", "2015-04-01 17:02:38.527580"], ["updated_at", "2015-04-01 17:02:38.527580"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:38.529754"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 100ms (ActiveRecord: 3.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:38.549022"], ["updated_at", "2015-04-01 17:02:38.549022"], ["tracking", "150401-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.553664"], ["updated_at", "2015-04-01 17:02:38.553664"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.557551"], ["updated_at", "2015-04-01 17:02:38.557551"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:38.563797"], ["task_id", 3], ["created_at", "2015-04-01 17:02:38.565450"], ["updated_at", "2015-04-01 17:02:38.565450"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:38.567438"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:38.577639"], ["updated_at", "2015-04-01 17:02:38.577639"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.583124"], ["updated_at", "2015-04-01 17:02:38.583124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.587379"], ["updated_at", "2015-04-01 17:02:38.587379"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:38.598771"], ["task_id", 5], ["created_at", "2015-04-01 17:02:38.600207"], ["updated_at", "2015-04-01 17:02:38.600207"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:38.602156"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.3ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:38.613320"], ["updated_at", "2015-04-01 17:02:38.613320"], ["tracking", "150401-4"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.621040"], ["updated_at", "2015-04-01 17:02:38.621040"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.625251"], ["updated_at", "2015-04-01 17:02:38.625251"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:02:38.632371"], ["task_id", 7], ["created_at", "2015-04-01 17:02:38.633780"], ["updated_at", "2015-04-01 17:02:38.633780"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:02:38.636505"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:38.642927"], ["updated_at", "2015-04-01 17:02:38.642927"], ["tracking", "150401-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.647445"], ["updated_at", "2015-04-01 17:02:38.647445"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.655797"], ["updated_at", "2015-04-01 17:02:38.655797"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 64ms (Views: 58.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:38.731757"], ["updated_at", "2015-04-01 17:02:38.731757"], ["tracking", "150401-6"]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.736467"], ["updated_at", "2015-04-01 17:02:38.736467"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.741177"], ["updated_at", "2015-04-01 17:02:38.741177"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:38.755405"], ["updated_at", "2015-04-01 17:02:38.755405"], ["tracking", "150401-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.759217"], ["updated_at", "2015-04-01 17:02:38.759217"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.763635"], ["updated_at", "2015-04-01 17:02:38.763635"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:38.774250"], ["updated_at", "2015-04-01 17:02:38.774250"], ["tracking", "150401-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.778106"], ["updated_at", "2015-04-01 17:02:38.778106"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.782757"], ["updated_at", "2015-04-01 17:02:38.782757"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:38.794054"], ["updated_at", "2015-04-01 17:02:38.794054"], ["tracking", "150401-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.799133"], ["updated_at", "2015-04-01 17:02:38.799133"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:38.803343"], ["updated_at", "2015-04-01 17:02:38.803343"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:38.815374"], ["updated_at", "2015-04-01 17:02:38.815374"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1569ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:40.429682"], ["updated_at", "2015-04-01 17:02:40.429682"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.435617"], ["updated_at", "2015-04-01 17:02:40.435617"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.439829"], ["updated_at", "2015-04-01 17:02:40.439829"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:40.447873"], ["updated_at", "2015-04-01 17:02:40.447873"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:40.460742"], ["updated_at", "2015-04-01 17:02:40.460742"], ["tracking", "150401-11"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.467233"], ["updated_at", "2015-04-01 17:02:40.467233"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.473576"], ["updated_at", "2015-04-01 17:02:40.473576"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:40.480196"], ["updated_at", "2015-04-01 17:02:40.480196"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:40.488227"], ["updated_at", "2015-04-01 17:02:40.488227"], ["tracking", "150401-12"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.494207"], ["updated_at", "2015-04-01 17:02:40.494207"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.500119"], ["updated_at", "2015-04-01 17:02:40.500119"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:40.514154"], ["updated_at", "2015-04-01 17:02:40.514154"], ["tracking", "150401-13"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.518481"], ["updated_at", "2015-04-01 17:02:40.518481"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.523342"], ["updated_at", "2015-04-01 17:02:40.523342"]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:40.530224"], ["updated_at", "2015-04-01 17:02:40.530224"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:40.543790"], ["updated_at", "2015-04-01 17:02:40.543790"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.547489"], ["updated_at", "2015-04-01 17:02:40.547489"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.551291"], ["updated_at", "2015-04-01 17:02:40.551291"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:40.556266"], ["updated_at", "2015-04-01 17:02:40.556266"]]  (1.6ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:40.576899"], ["updated_at", "2015-04-01 17:02:40.576899"], ["tracking", "150401-15"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.585318"], ["updated_at", "2015-04-01 17:02:40.585318"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.591730"], ["updated_at", "2015-04-01 17:02:40.591730"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:40.596558"], ["updated_at", "2015-04-01 17:02:40.596558"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:40.623525"], ["updated_at", "2015-04-01 17:02:40.623525"], ["tracking", "150401-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.627655"], ["updated_at", "2015-04-01 17:02:40.627655"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.631168"], ["updated_at", "2015-04-01 17:02:40.631168"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:40.634931"], ["updated_at", "2015-04-01 17:02:40.634931"]]  (1.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:40.656874"], ["updated_at", "2015-04-01 17:02:40.656874"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.669387"], ["updated_at", "2015-04-01 17:02:40.669387"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.675740"], ["updated_at", "2015-04-01 17:02:40.675740"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:40.681587"], ["updated_at", "2015-04-01 17:02:40.681587"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:02:40.693157"], ["updated_at", "2015-04-01 17:02:40.693157"], ["tracking", "150401-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.696820"], ["updated_at", "2015-04-01 17:02:40.696820"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:02:40.700815"], ["updated_at", "2015-04-01 17:02:40.700815"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:02:40.704817"], ["updated_at", "2015-04-01 17:02:40.704817"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 17:02:40.711038"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (1.5ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:13.345581"], ["updated_at", "2015-04-01 17:03:13.345581"], ["tracking", "150401-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.439305"], ["updated_at", "2015-04-01 17:03:13.439305"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.444353"], ["updated_at", "2015-04-01 17:03:13.444353"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:13.562801"], ["task_id", 1], ["created_at", "2015-04-01 17:03:13.573602"], ["updated_at", "2015-04-01 17:03:13.573602"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:13.575630"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 129ms (ActiveRecord: 4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:13.588622"], ["updated_at", "2015-04-01 17:03:13.588622"], ["tracking", "150401-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.594805"], ["updated_at", "2015-04-01 17:03:13.594805"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.599252"], ["updated_at", "2015-04-01 17:03:13.599252"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:13.608902"], ["task_id", 3], ["created_at", "2015-04-01 17:03:13.610222"], ["updated_at", "2015-04-01 17:03:13.610222"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:13.612566"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:13.622706"], ["updated_at", "2015-04-01 17:03:13.622706"], ["tracking", "150401-3"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.628988"], ["updated_at", "2015-04-01 17:03:13.628988"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.633355"], ["updated_at", "2015-04-01 17:03:13.633355"]]  (1.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:13.644769"], ["task_id", 5], ["created_at", "2015-04-01 17:03:13.646147"], ["updated_at", "2015-04-01 17:03:13.646147"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:13.647698"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:13.660635"], ["updated_at", "2015-04-01 17:03:13.660635"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.666186"], ["updated_at", "2015-04-01 17:03:13.666186"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.672843"], ["updated_at", "2015-04-01 17:03:13.672843"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:13.680505"], ["task_id", 7], ["created_at", "2015-04-01 17:03:13.681728"], ["updated_at", "2015-04-01 17:03:13.681728"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:13.683473"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:13.691154"], ["updated_at", "2015-04-01 17:03:13.691154"], ["tracking", "150401-5"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.696944"], ["updated_at", "2015-04-01 17:03:13.696944"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.702182"], ["updated_at", "2015-04-01 17:03:13.702182"]]  (1.6ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 81ms (Views: 76.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:13.795775"], ["updated_at", "2015-04-01 17:03:13.795775"], ["tracking", "150401-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.800585"], ["updated_at", "2015-04-01 17:03:13.800585"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.807167"], ["updated_at", "2015-04-01 17:03:13.807167"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:13.825142"], ["updated_at", "2015-04-01 17:03:13.825142"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.829516"], ["updated_at", "2015-04-01 17:03:13.829516"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.833104"], ["updated_at", "2015-04-01 17:03:13.833104"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:13.843397"], ["updated_at", "2015-04-01 17:03:13.843397"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.847014"], ["updated_at", "2015-04-01 17:03:13.847014"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.850745"], ["updated_at", "2015-04-01 17:03:13.850745"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:13.866156"], ["updated_at", "2015-04-01 17:03:13.866156"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.870108"], ["updated_at", "2015-04-01 17:03:13.870108"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:13.875962"], ["updated_at", "2015-04-01 17:03:13.875962"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:13.887216"], ["updated_at", "2015-04-01 17:03:13.887216"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1788ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:15.724260"], ["updated_at", "2015-04-01 17:03:15.724260"], ["tracking", "150401-10"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.732514"], ["updated_at", "2015-04-01 17:03:15.732514"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.737728"], ["updated_at", "2015-04-01 17:03:15.737728"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:15.744134"], ["updated_at", "2015-04-01 17:03:15.744134"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:15.752830"], ["updated_at", "2015-04-01 17:03:15.752830"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.756715"], ["updated_at", "2015-04-01 17:03:15.756715"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.760277"], ["updated_at", "2015-04-01 17:03:15.760277"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:15.767619"], ["updated_at", "2015-04-01 17:03:15.767619"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 8ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:15.779792"], ["updated_at", "2015-04-01 17:03:15.779792"], ["tracking", "150401-12"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.785525"], ["updated_at", "2015-04-01 17:03:15.785525"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.789315"], ["updated_at", "2015-04-01 17:03:15.789315"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:15.800214"], ["updated_at", "2015-04-01 17:03:15.800214"], ["tracking", "150401-13"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.803858"], ["updated_at", "2015-04-01 17:03:15.803858"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.807455"], ["updated_at", "2015-04-01 17:03:15.807455"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:15.811081"], ["updated_at", "2015-04-01 17:03:15.811081"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:15.822383"], ["updated_at", "2015-04-01 17:03:15.822383"], ["tracking", "150401-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.826813"], ["updated_at", "2015-04-01 17:03:15.826813"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.830608"], ["updated_at", "2015-04-01 17:03:15.830608"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:15.834292"], ["updated_at", "2015-04-01 17:03:15.834292"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:15.845161"], ["updated_at", "2015-04-01 17:03:15.845161"], ["tracking", "150401-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.850136"], ["updated_at", "2015-04-01 17:03:15.850136"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.854064"], ["updated_at", "2015-04-01 17:03:15.854064"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:15.857851"], ["updated_at", "2015-04-01 17:03:15.857851"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:15.883664"], ["updated_at", "2015-04-01 17:03:15.883664"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.887793"], ["updated_at", "2015-04-01 17:03:15.887793"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.891463"], ["updated_at", "2015-04-01 17:03:15.891463"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:15.895024"], ["updated_at", "2015-04-01 17:03:15.895024"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.0ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:15.913734"], ["updated_at", "2015-04-01 17:03:15.913734"], ["tracking", "150401-17"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.918621"], ["updated_at", "2015-04-01 17:03:15.918621"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.922931"], ["updated_at", "2015-04-01 17:03:15.922931"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:15.927578"], ["updated_at", "2015-04-01 17:03:15.927578"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:15.947647"], ["updated_at", "2015-04-01 17:03:15.947647"], ["tracking", "150401-18"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.952787"], ["updated_at", "2015-04-01 17:03:15.952787"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:15.958740"], ["updated_at", "2015-04-01 17:03:15.958740"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:15.965675"], ["updated_at", "2015-04-01 17:03:15.965675"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 17:03:15.972812"], ["id", 45]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:37.175894"], ["updated_at", "2015-04-01 17:03:37.175894"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.239961"], ["updated_at", "2015-04-01 17:03:37.239961"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.245495"], ["updated_at", "2015-04-01 17:03:37.245495"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:37.343500"], ["task_id", 1], ["created_at", "2015-04-01 17:03:37.355273"], ["updated_at", "2015-04-01 17:03:37.355273"]] SQL (0.5ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:37.357705"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 113ms (ActiveRecord: 3.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:37.374602"], ["updated_at", "2015-04-01 17:03:37.374602"], ["tracking", "150401-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.380222"], ["updated_at", "2015-04-01 17:03:37.380222"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.385591"], ["updated_at", "2015-04-01 17:03:37.385591"]]  (2.6ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (1.0ms) 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-01 17:03:37.396564"], ["task_id", 3], ["created_at", "2015-04-01 17:03:37.400754"], ["updated_at", "2015-04-01 17:03:37.400754"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:37.406056"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 16ms (ActiveRecord: 2.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:37.419716"], ["updated_at", "2015-04-01 17:03:37.419716"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.423679"], ["updated_at", "2015-04-01 17:03:37.423679"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.427594"], ["updated_at", "2015-04-01 17:03:37.427594"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:37.435609"], ["task_id", 5], ["created_at", "2015-04-01 17:03:37.436896"], ["updated_at", "2015-04-01 17:03:37.436896"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:37.438441"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:37.447811"], ["updated_at", "2015-04-01 17:03:37.447811"], ["tracking", "150401-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.453177"], ["updated_at", "2015-04-01 17:03:37.453177"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.457888"], ["updated_at", "2015-04-01 17:03:37.457888"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:37.466149"], ["task_id", 7], ["created_at", "2015-04-01 17:03:37.468505"], ["updated_at", "2015-04-01 17:03:37.468505"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:37.470532"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:37.477024"], ["updated_at", "2015-04-01 17:03:37.477024"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.480864"], ["updated_at", "2015-04-01 17:03:37.480864"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.484780"], ["updated_at", "2015-04-01 17:03:37.484780"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 69ms (Views: 63.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:37.561521"], ["updated_at", "2015-04-01 17:03:37.561521"], ["tracking", "150401-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.566540"], ["updated_at", "2015-04-01 17:03:37.566540"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.570829"], ["updated_at", "2015-04-01 17:03:37.570829"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:37.583703"], ["updated_at", "2015-04-01 17:03:37.583703"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.587811"], ["updated_at", "2015-04-01 17:03:37.587811"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.591413"], ["updated_at", "2015-04-01 17:03:37.591413"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.5ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:37.604893"], ["updated_at", "2015-04-01 17:03:37.604893"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.609150"], ["updated_at", "2015-04-01 17:03:37.609150"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.613149"], ["updated_at", "2015-04-01 17:03:37.613149"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:37.626245"], ["updated_at", "2015-04-01 17:03:37.626245"], ["tracking", "150401-9"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.632922"], ["updated_at", "2015-04-01 17:03:37.632922"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:37.636839"], ["updated_at", "2015-04-01 17:03:37.636839"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:37.649642"], ["updated_at", "2015-04-01 17:03:37.649642"]]  (1.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1646ms (ActiveRecord: 2.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:39.341260"], ["updated_at", "2015-04-01 17:03:39.341260"], ["tracking", "150401-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.347794"], ["updated_at", "2015-04-01 17:03:39.347794"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.352247"], ["updated_at", "2015-04-01 17:03:39.352247"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:39.359332"], ["updated_at", "2015-04-01 17:03:39.359332"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:39.368305"], ["updated_at", "2015-04-01 17:03:39.368305"], ["tracking", "150401-11"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.372257"], ["updated_at", "2015-04-01 17:03:39.372257"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.376540"], ["updated_at", "2015-04-01 17:03:39.376540"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:39.384104"], ["updated_at", "2015-04-01 17:03:39.384104"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:39.391952"], ["updated_at", "2015-04-01 17:03:39.391952"], ["tracking", "150401-12"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.396917"], ["updated_at", "2015-04-01 17:03:39.396917"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.400783"], ["updated_at", "2015-04-01 17:03:39.400783"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:39.411852"], ["updated_at", "2015-04-01 17:03:39.411852"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.415526"], ["updated_at", "2015-04-01 17:03:39.415526"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.419223"], ["updated_at", "2015-04-01 17:03:39.419223"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:39.422756"], ["updated_at", "2015-04-01 17:03:39.422756"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:39.432966"], ["updated_at", "2015-04-01 17:03:39.432966"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.436878"], ["updated_at", "2015-04-01 17:03:39.436878"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.440542"], ["updated_at", "2015-04-01 17:03:39.440542"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:39.444411"], ["updated_at", "2015-04-01 17:03:39.444411"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 3ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:39.454886"], ["updated_at", "2015-04-01 17:03:39.454886"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.459322"], ["updated_at", "2015-04-01 17:03:39.459322"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.463533"], ["updated_at", "2015-04-01 17:03:39.463533"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:39.467485"], ["updated_at", "2015-04-01 17:03:39.467485"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:39.486944"], ["updated_at", "2015-04-01 17:03:39.486944"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.490966"], ["updated_at", "2015-04-01 17:03:39.490966"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.494627"], ["updated_at", "2015-04-01 17:03:39.494627"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:39.498344"], ["updated_at", "2015-04-01 17:03:39.498344"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:39.510412"], ["updated_at", "2015-04-01 17:03:39.510412"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.514554"], ["updated_at", "2015-04-01 17:03:39.514554"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.517999"], ["updated_at", "2015-04-01 17:03:39.517999"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:39.522187"], ["updated_at", "2015-04-01 17:03:39.522187"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:39.534767"], ["updated_at", "2015-04-01 17:03:39.534767"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.538768"], ["updated_at", "2015-04-01 17:03:39.538768"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:39.542739"], ["updated_at", "2015-04-01 17:03:39.542739"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:39.546764"], ["updated_at", "2015-04-01 17:03:39.546764"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 17:03:39.552593"], ["id", 45]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:47.785511"], ["updated_at", "2015-04-01 17:03:47.785511"], ["tracking", "150401-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:47.851164"], ["updated_at", "2015-04-01 17:03:47.851164"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:47.855418"], ["updated_at", "2015-04-01 17:03:47.855418"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.7ms) 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-01 17:03:47.965565"], ["task_id", 1], ["created_at", "2015-04-01 17:03:47.976457"], ["updated_at", "2015-04-01 17:03:47.976457"]] SQL (0.5ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:47.979548"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 119ms (ActiveRecord: 5.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:47.997130"], ["updated_at", "2015-04-01 17:03:47.997130"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.001668"], ["updated_at", "2015-04-01 17:03:48.001668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.005534"], ["updated_at", "2015-04-01 17:03:48.005534"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:48.013476"], ["task_id", 3], ["created_at", "2015-04-01 17:03:48.015264"], ["updated_at", "2015-04-01 17:03:48.015264"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:48.017152"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:48.025974"], ["updated_at", "2015-04-01 17:03:48.025974"], ["tracking", "150401-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.030896"], ["updated_at", "2015-04-01 17:03:48.030896"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.035419"], ["updated_at", "2015-04-01 17:03:48.035419"]]  (0.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:48.044665"], ["task_id", 5], ["created_at", "2015-04-01 17:03:48.046125"], ["updated_at", "2015-04-01 17:03:48.046125"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:48.047887"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:48.056753"], ["updated_at", "2015-04-01 17:03:48.056753"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.061320"], ["updated_at", "2015-04-01 17:03:48.061320"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.066277"], ["updated_at", "2015-04-01 17:03:48.066277"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:03:48.072636"], ["task_id", 7], ["created_at", "2015-04-01 17:03:48.073895"], ["updated_at", "2015-04-01 17:03:48.073895"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:03:48.075467"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:48.085481"], ["updated_at", "2015-04-01 17:03:48.085481"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.089749"], ["updated_at", "2015-04-01 17:03:48.089749"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.094244"], ["updated_at", "2015-04-01 17:03:48.094244"]]  (1.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 78ms (Views: 71.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:48.187336"], ["updated_at", "2015-04-01 17:03:48.187336"], ["tracking", "150401-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.192083"], ["updated_at", "2015-04-01 17:03:48.192083"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.197502"], ["updated_at", "2015-04-01 17:03:48.197502"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 2.7ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:48.216003"], ["updated_at", "2015-04-01 17:03:48.216003"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.220468"], ["updated_at", "2015-04-01 17:03:48.220468"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.224891"], ["updated_at", "2015-04-01 17:03:48.224891"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:48.235453"], ["updated_at", "2015-04-01 17:03:48.235453"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.239356"], ["updated_at", "2015-04-01 17:03:48.239356"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.243486"], ["updated_at", "2015-04-01 17:03:48.243486"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:48.254684"], ["updated_at", "2015-04-01 17:03:48.254684"], ["tracking", "150401-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.258513"], ["updated_at", "2015-04-01 17:03:48.258513"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:48.263382"], ["updated_at", "2015-04-01 17:03:48.263382"]]  (1.6ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:48.281599"], ["updated_at", "2015-04-01 17:03:48.281599"]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 2514ms (ActiveRecord: 2.0ms)  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:50.876366"], ["updated_at", "2015-04-01 17:03:50.876366"], ["tracking", "150401-10"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:50.884159"], ["updated_at", "2015-04-01 17:03:50.884159"]]  (1.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:50.897039"], ["updated_at", "2015-04-01 17:03:50.897039"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.3ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:50.908817"], ["updated_at", "2015-04-01 17:03:50.908817"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 11ms (ActiveRecord: 1.8ms)  (0.5ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:50.925010"], ["updated_at", "2015-04-01 17:03:50.925010"], ["tracking", "150401-11"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:50.932281"], ["updated_at", "2015-04-01 17:03:50.932281"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (1.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:50.938209"], ["updated_at", "2015-04-01 17:03:50.938209"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:50.950737"], ["updated_at", "2015-04-01 17:03:50.950737"]]  (1.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 10ms (ActiveRecord: 2.2ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:50.966562"], ["updated_at", "2015-04-01 17:03:50.966562"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:50.974239"], ["updated_at", "2015-04-01 17:03:50.974239"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:50.982155"], ["updated_at", "2015-04-01 17:03:50.982155"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.3ms) begin transaction  (0.2ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:51.002129"], ["updated_at", "2015-04-01 17:03:51.002129"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.007285"], ["updated_at", "2015-04-01 17:03:51.007285"]]  (1.8ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.016837"], ["updated_at", "2015-04-01 17:03:51.016837"]]  (1.4ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.8ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.8ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:51.028351"], ["updated_at", "2015-04-01 17:03:51.028351"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 11ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:51.049966"], ["updated_at", "2015-04-01 17:03:51.049966"], ["tracking", "150401-14"]]  (1.2ms) commit transaction  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.057561"], ["updated_at", "2015-04-01 17:03:51.057561"]]  (0.9ms) commit transaction  (0.4ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.064607"], ["updated_at", "2015-04-01 17:03:51.064607"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:51.072285"], ["updated_at", "2015-04-01 17:03:51.072285"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.2ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:51.094711"], ["updated_at", "2015-04-01 17:03:51.094711"], ["tracking", "150401-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.100595"], ["updated_at", "2015-04-01 17:03:51.100595"]]  (0.7ms) commit transaction  (0.3ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.109599"], ["updated_at", "2015-04-01 17:03:51.109599"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:51.116832"], ["updated_at", "2015-04-01 17:03:51.116832"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:51.152696"], ["updated_at", "2015-04-01 17:03:51.152696"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.162208"], ["updated_at", "2015-04-01 17:03:51.162208"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.167687"], ["updated_at", "2015-04-01 17:03:51.167687"]]  (1.8ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:51.177314"], ["updated_at", "2015-04-01 17:03:51.177314"]]  (1.1ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.8ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (1.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 12ms (ActiveRecord: 3.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:51.200337"], ["updated_at", "2015-04-01 17:03:51.200337"], ["tracking", "150401-17"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.205118"], ["updated_at", "2015-04-01 17:03:51.205118"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.209305"], ["updated_at", "2015-04-01 17:03:51.209305"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:51.213237"], ["updated_at", "2015-04-01 17:03:51.213237"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (1.7ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (2.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 13ms (ActiveRecord: 4.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:03:51.235250"], ["updated_at", "2015-04-01 17:03:51.235250"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.241868"], ["updated_at", "2015-04-01 17:03:51.241868"]]  (1.6ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:03:51.250695"], ["updated_at", "2015-04-01 17:03:51.250695"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:03:51.256703"], ["updated_at", "2015-04-01 17:03:51.256703"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 17:03:51.265786"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:53.586649"], ["updated_at", "2015-04-01 17:48:53.586649"], ["tracking", "150401-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.662704"], ["updated_at", "2015-04-01 17:48:53.662704"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.667736"], ["updated_at", "2015-04-01 17:48:53.667736"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:48:53.765445"], ["task_id", 1], ["created_at", "2015-04-01 17:48:53.774815"], ["updated_at", "2015-04-01 17:48:53.774815"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:48:53.777004"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 103ms (ActiveRecord: 2.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:53.789639"], ["updated_at", "2015-04-01 17:48:53.789639"], ["tracking", "150401-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.794410"], ["updated_at", "2015-04-01 17:48:53.794410"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.798130"], ["updated_at", "2015-04-01 17:48:53.798130"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:48:53.804370"], ["task_id", 3], ["created_at", "2015-04-01 17:48:53.805834"], ["updated_at", "2015-04-01 17:48:53.805834"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:48:53.807433"], ["id", 3]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:53.818780"], ["updated_at", "2015-04-01 17:48:53.818780"], ["tracking", "150401-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.823183"], ["updated_at", "2015-04-01 17:48:53.823183"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.827313"], ["updated_at", "2015-04-01 17:48:53.827313"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:48:53.835436"], ["task_id", 5], ["created_at", "2015-04-01 17:48:53.836788"], ["updated_at", "2015-04-01 17:48:53.836788"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:48:53.838405"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:53.846320"], ["updated_at", "2015-04-01 17:48:53.846320"], ["tracking", "150401-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.850144"], ["updated_at", "2015-04-01 17:48:53.850144"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.854236"], ["updated_at", "2015-04-01 17:48:53.854236"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-01 17:48:53.860557"], ["task_id", 7], ["created_at", "2015-04-01 17:48:53.862107"], ["updated_at", "2015-04-01 17:48:53.862107"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-01 17:48:53.863749"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:53.869535"], ["updated_at", "2015-04-01 17:48:53.869535"], ["tracking", "150401-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.873362"], ["updated_at", "2015-04-01 17:48:53.873362"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.877871"], ["updated_at", "2015-04-01 17:48:53.877871"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 75ms (Views: 66.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:53.960283"], ["updated_at", "2015-04-01 17:48:53.960283"], ["tracking", "150401-6"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.964450"], ["updated_at", "2015-04-01 17:48:53.964450"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.968485"], ["updated_at", "2015-04-01 17:48:53.968485"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:53.981115"], ["updated_at", "2015-04-01 17:48:53.981115"], ["tracking", "150401-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.984873"], ["updated_at", "2015-04-01 17:48:53.984873"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:53.988603"], ["updated_at", "2015-04-01 17:48:53.988603"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.5ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:54.000086"], ["updated_at", "2015-04-01 17:48:54.000086"], ["tracking", "150401-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:54.004182"], ["updated_at", "2015-04-01 17:48:54.004182"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:54.008013"], ["updated_at", "2015-04-01 17:48:54.008013"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:54.021075"], ["updated_at", "2015-04-01 17:48:54.021075"], ["tracking", "150401-9"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:54.028309"], ["updated_at", "2015-04-01 17:48:54.028309"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:54.034539"], ["updated_at", "2015-04-01 17:48:54.034539"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:48:54.050761"], ["updated_at", "2015-04-01 17:48:54.050761"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1690ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:55.783577"], ["updated_at", "2015-04-01 17:48:55.783577"], ["tracking", "150401-10"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.789352"], ["updated_at", "2015-04-01 17:48:55.789352"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.795600"], ["updated_at", "2015-04-01 17:48:55.795600"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:48:55.803745"], ["updated_at", "2015-04-01 17:48:55.803745"]]  (1.3ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 8ms (ActiveRecord: 2.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:55.816744"], ["updated_at", "2015-04-01 17:48:55.816744"], ["tracking", "150401-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.820601"], ["updated_at", "2015-04-01 17:48:55.820601"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.824689"], ["updated_at", "2015-04-01 17:48:55.824689"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:48:55.830742"], ["updated_at", "2015-04-01 17:48:55.830742"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:55.837988"], ["updated_at", "2015-04-01 17:48:55.837988"], ["tracking", "150401-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.842882"], ["updated_at", "2015-04-01 17:48:55.842882"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.847992"], ["updated_at", "2015-04-01 17:48:55.847992"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:55.860637"], ["updated_at", "2015-04-01 17:48:55.860637"], ["tracking", "150401-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.865416"], ["updated_at", "2015-04-01 17:48:55.865416"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.870288"], ["updated_at", "2015-04-01 17:48:55.870288"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:48:55.874840"], ["updated_at", "2015-04-01 17:48:55.874840"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:55.892299"], ["updated_at", "2015-04-01 17:48:55.892299"], ["tracking", "150401-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.897230"], ["updated_at", "2015-04-01 17:48:55.897230"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.900918"], ["updated_at", "2015-04-01 17:48:55.900918"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:48:55.904773"], ["updated_at", "2015-04-01 17:48:55.904773"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-01", "term"=>"2015-04-01"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:55.916522"], ["updated_at", "2015-04-01 17:48:55.916522"], ["tracking", "150401-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.921294"], ["updated_at", "2015-04-01 17:48:55.921294"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.925785"], ["updated_at", "2015-04-01 17:48:55.925785"]]  (1.0ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:48:55.933530"], ["updated_at", "2015-04-01 17:48:55.933530"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.4ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:55.965701"], ["updated_at", "2015-04-01 17:48:55.965701"], ["tracking", "150401-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.970423"], ["updated_at", "2015-04-01 17:48:55.970423"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:55.976971"], ["updated_at", "2015-04-01 17:48:55.976971"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:48:55.985365"], ["updated_at", "2015-04-01 17:48:55.985365"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:56.001880"], ["updated_at", "2015-04-01 17:48:56.001880"], ["tracking", "150401-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:56.007781"], ["updated_at", "2015-04-01 17:48:56.007781"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:56.015083"], ["updated_at", "2015-04-01 17:48:56.015083"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:48:56.021718"], ["updated_at", "2015-04-01 17:48:56.021718"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:48:56.036600"], ["updated_at", "2015-04-01 17:48:56.036600"], ["tracking", "150401-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-01 17:48:56.040608"], ["updated_at", "2015-04-01 17:48:56.040608"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-01 17:48:56.046056"], ["updated_at", "2015-04-01 17:48:56.046056"]]  (1.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-01"], ["term", "2015-04-01"], ["created_at", "2015-04-01 17:48:56.052675"], ["updated_at", "2015-04-01 17:48:56.052675"]]  (1.6ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-08"], ["term", "2015-04-11"], ["updated_at", "2015-04-01 17:48:56.061462"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:57:38.349094"], ["updated_at", "2015-04-01 17:57:38.349094"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:57:38.363276"], ["updated_at", "2015-04-01 17:57:38.363276"], ["tracking", "150401-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 42ms (Views: 30.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.9ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:57:38.559047"], ["updated_at", "2015-04-01 17:57:38.559047"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:57:38.563822"], ["updated_at", "2015-04-01 17:57:38.563822"], ["tracking", "150401-2"]]  (1.3ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 15ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:57:38.598561"], ["updated_at", "2015-04-01 17:57:38.598561"], ["tracking", "150401-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-01') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-01 17:57:38.603213"], ["updated_at", "2015-04-01 17:57:38.603213"], ["tracking", "150401-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:32:34.651867"], ["updated_at", "2015-04-02 07:32:34.651867"], ["tracking", "150402-1"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:32:34.662012"], ["updated_at", "2015-04-02 07:32:34.662012"], ["tracking", "150402-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 43ms (Views: 29.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:32:34.860071"], ["updated_at", "2015-04-02 07:32:34.860071"], ["tracking", "150402-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:32:34.865560"], ["updated_at", "2015-04-02 07:32:34.865560"], ["tracking", "150402-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 20ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:32:34.906173"], ["updated_at", "2015-04-02 07:32:34.906173"], ["tracking", "150402-1"]]  (1.1ms) commit transaction  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:32:34.913767"], ["updated_at", "2015-04-02 07:32:34.913767"], ["tracking", "150402-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:33:51.075462"], ["updated_at", "2015-04-02 07:33:51.075462"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:33:51.086362"], ["updated_at", "2015-04-02 07:33:51.086362"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 27ms (Views: 20.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:33:51.270711"], ["updated_at", "2015-04-02 07:33:51.270711"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:33:51.275257"], ["updated_at", "2015-04-02 07:33:51.275257"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:33:51.299222"], ["updated_at", "2015-04-02 07:33:51.299222"], ["tracking", "150402-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:33:51.304941"], ["updated_at", "2015-04-02 07:33:51.304941"], ["tracking", "150402-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:33:59.938797"], ["updated_at", "2015-04-02 07:33:59.938797"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:33:59.948681"], ["updated_at", "2015-04-02 07:33:59.948681"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:34:00.111699"], ["updated_at", "2015-04-02 07:34:00.111699"], ["tracking", "150402-1"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:34:00.117592"], ["updated_at", "2015-04-02 07:34:00.117592"], ["tracking", "150402-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 17ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:34:00.151285"], ["updated_at", "2015-04-02 07:34:00.151285"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:34:00.155050"], ["updated_at", "2015-04-02 07:34:00.155050"], ["tracking", "150402-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.095957"], ["updated_at", "2015-04-02 07:35:32.095957"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.106223"], ["updated_at", "2015-04-02 07:35:32.106223"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 69ms (Views: 59.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.223951"], ["updated_at", "2015-04-02 07:35:32.223951"], ["tracking", "150402-1"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.230408"], ["updated_at", "2015-04-02 07:35:32.230408"], ["tracking", "150402-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 55ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.300567"], ["updated_at", "2015-04-02 07:35:32.300567"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.304584"], ["updated_at", "2015-04-02 07:35:32.304584"], ["tracking", "150402-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.326707"], ["updated_at", "2015-04-02 07:35:32.326707"], ["tracking", "150402-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.338415"], ["updated_at", "2015-04-02 07:35:32.338415"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-02 07:35:32.351444"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-02 07:35:32.353073"], ["updated_at", "2015-04-02 07:35:32.353073"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-02 07:35:32.355155"], ["id", 1]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-02 07:35:32 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-02 07:35:32 UTC", "updated_at"=>"2015-04-02 07:35:32 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-02 07:35:32.366422"], ["created_at", "2015-04-02 07:35:32.367008"], ["updated_at", "2015-04-02 07:35:32.367008"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 17ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.385220"], ["updated_at", "2015-04-02 07:35:32.385220"], ["tracking", "150402-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.389149"], ["updated_at", "2015-04-02 07:35:32.389149"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.392983"], ["updated_at", "2015-04-02 07:35:32.392983"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 07:35:32.400076"], ["task_id", 2], ["created_at", "2015-04-02 07:35:32.401335"], ["updated_at", "2015-04-02 07:35:32.401335"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 07:35:32.402948"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.409244"], ["updated_at", "2015-04-02 07:35:32.409244"], ["tracking", "150402-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.413579"], ["updated_at", "2015-04-02 07:35:32.413579"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.418483"], ["updated_at", "2015-04-02 07:35:32.418483"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 07:35:32.424950"], ["task_id", 4], ["created_at", "2015-04-02 07:35:32.426819"], ["updated_at", "2015-04-02 07:35:32.426819"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 07:35:32.429905"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.436490"], ["updated_at", "2015-04-02 07:35:32.436490"], ["tracking", "150402-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.440412"], ["updated_at", "2015-04-02 07:35:32.440412"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.444158"], ["updated_at", "2015-04-02 07:35:32.444158"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 07:35:32.453005"], ["task_id", 6], ["created_at", "2015-04-02 07:35:32.454502"], ["updated_at", "2015-04-02 07:35:32.454502"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 07:35:32.456501"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.466029"], ["updated_at", "2015-04-02 07:35:32.466029"], ["tracking", "150402-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.472025"], ["updated_at", "2015-04-02 07:35:32.472025"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.476292"], ["updated_at", "2015-04-02 07:35:32.476292"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 07:35:32.484081"], ["task_id", 8], ["created_at", "2015-04-02 07:35:32.485290"], ["updated_at", "2015-04-02 07:35:32.485290"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 07:35:32.486803"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.493592"], ["updated_at", "2015-04-02 07:35:32.493592"], ["tracking", "150402-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.497390"], ["updated_at", "2015-04-02 07:35:32.497390"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.500964"], ["updated_at", "2015-04-02 07:35:32.500964"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.518459"], ["updated_at", "2015-04-02 07:35:32.518459"], ["tracking", "150402-9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.522101"], ["updated_at", "2015-04-02 07:35:32.522101"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.526124"], ["updated_at", "2015-04-02 07:35:32.526124"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.584633"], ["updated_at", "2015-04-02 07:35:32.584633"], ["tracking", "150402-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.588600"], ["updated_at", "2015-04-02 07:35:32.588600"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.592230"], ["updated_at", "2015-04-02 07:35:32.592230"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.602099"], ["updated_at", "2015-04-02 07:35:32.602099"], ["tracking", "150402-11"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.605943"], ["updated_at", "2015-04-02 07:35:32.605943"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.609717"], ["updated_at", "2015-04-02 07:35:32.609717"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:32.621290"], ["updated_at", "2015-04-02 07:35:32.621290"], ["tracking", "150402-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.624984"], ["updated_at", "2015-04-02 07:35:32.624984"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:32.630322"], ["updated_at", "2015-04-02 07:35:32.630322"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 07:35:32.641516"], ["updated_at", "2015-04-02 07:35:32.641516"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1537ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.180970"], ["updated_at", "2015-04-02 07:35:34.180970"], ["tracking", "150402-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.184707"], ["updated_at", "2015-04-02 07:35:34.184707"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.188319"], ["updated_at", "2015-04-02 07:35:34.188319"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 07:35:34.194148"], ["updated_at", "2015-04-02 07:35:34.194148"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.204766"], ["updated_at", "2015-04-02 07:35:34.204766"], ["tracking", "150402-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.208852"], ["updated_at", "2015-04-02 07:35:34.208852"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.212595"], ["updated_at", "2015-04-02 07:35:34.212595"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 07:35:34.218343"], ["updated_at", "2015-04-02 07:35:34.218343"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.225919"], ["updated_at", "2015-04-02 07:35:34.225919"], ["tracking", "150402-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.229563"], ["updated_at", "2015-04-02 07:35:34.229563"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.234278"], ["updated_at", "2015-04-02 07:35:34.234278"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.246451"], ["updated_at", "2015-04-02 07:35:34.246451"], ["tracking", "150402-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.250114"], ["updated_at", "2015-04-02 07:35:34.250114"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.253806"], ["updated_at", "2015-04-02 07:35:34.253806"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 07:35:34.257275"], ["updated_at", "2015-04-02 07:35:34.257275"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.267824"], ["updated_at", "2015-04-02 07:35:34.267824"], ["tracking", "150402-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.272329"], ["updated_at", "2015-04-02 07:35:34.272329"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.275969"], ["updated_at", "2015-04-02 07:35:34.275969"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 07:35:34.279467"], ["updated_at", "2015-04-02 07:35:34.279467"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"34"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.291602"], ["updated_at", "2015-04-02 07:35:34.291602"], ["tracking", "150402-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.295710"], ["updated_at", "2015-04-02 07:35:34.295710"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.299346"], ["updated_at", "2015-04-02 07:35:34.299346"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 07:35:34.302944"], ["updated_at", "2015-04-02 07:35:34.302944"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.380797"], ["updated_at", "2015-04-02 07:35:34.380797"], ["tracking", "150402-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.384562"], ["updated_at", "2015-04-02 07:35:34.384562"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.388083"], ["updated_at", "2015-04-02 07:35:34.388083"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 07:35:34.391519"], ["updated_at", "2015-04-02 07:35:34.391519"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.405419"], ["updated_at", "2015-04-02 07:35:34.405419"], ["tracking", "150402-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.409340"], ["updated_at", "2015-04-02 07:35:34.409340"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.412904"], ["updated_at", "2015-04-02 07:35:34.412904"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 07:35:34.418995"], ["updated_at", "2015-04-02 07:35:34.418995"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.430658"], ["updated_at", "2015-04-02 07:35:34.430658"], ["tracking", "150402-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.434975"], ["updated_at", "2015-04-02 07:35:34.434975"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.438575"], ["updated_at", "2015-04-02 07:35:34.438575"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 07:35:34.442083"], ["updated_at", "2015-04-02 07:35:34.442083"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 07:35:34.448067"], ["id", 46]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.454055"], ["updated_at", "2015-04-02 07:35:34.454055"], ["tracking", "150402-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.459187"], ["updated_at", "2015-04-02 07:35:34.459187"], ["tracking", "150402-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.462784"], ["updated_at", "2015-04-02 07:35:34.462784"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.467383"], ["updated_at", "2015-04-02 07:35:34.467383"], ["tracking", "150402-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.472896"], ["updated_at", "2015-04-02 07:35:34.472896"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.475621"], ["updated_at", "2015-04-02 07:35:34.475621"], ["tracking", "150402-25"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.479738"], ["updated_at", "2015-04-02 07:35:34.479738"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.484033"], ["updated_at", "2015-04-02 07:35:34.484033"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.487913"], ["updated_at", "2015-04-02 07:35:34.487913"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.491697"], ["updated_at", "2015-04-02 07:35:34.491697"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.499352"], ["updated_at", "2015-04-02 07:35:34.499352"], ["tracking", "150402-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.503910"], ["updated_at", "2015-04-02 07:35:34.503910"], ["tracking", "150402-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.508089"], ["updated_at", "2015-04-02 07:35:34.508089"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.511756"], ["updated_at", "2015-04-02 07:35:34.511756"], ["tracking", "150402-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.515405"], ["updated_at", "2015-04-02 07:35:34.515405"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.518352"], ["updated_at", "2015-04-02 07:35:34.518352"], ["tracking", "150402-29"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.522782"], ["updated_at", "2015-04-02 07:35:34.522782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.526770"], ["updated_at", "2015-04-02 07:35:34.526770"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.531013"], ["updated_at", "2015-04-02 07:35:34.531013"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.535789"], ["updated_at", "2015-04-02 07:35:34.535789"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.539193"], ["updated_at", "2015-04-02 07:35:34.539193"], ["tracking", "150402-30"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.546715"], ["updated_at", "2015-04-02 07:35:34.546715"], ["tracking", "150402-31"]]  (0.7ms) commit transaction  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.552876"], ["updated_at", "2015-04-02 07:35:34.552876"], ["tracking", "150402-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.556951"], ["updated_at", "2015-04-02 07:35:34.556951"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.560521"], ["updated_at", "2015-04-02 07:35:34.560521"], ["tracking", "150402-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.564056"], ["updated_at", "2015-04-02 07:35:34.564056"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.566995"], ["updated_at", "2015-04-02 07:35:34.566995"], ["tracking", "150402-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.571334"], ["updated_at", "2015-04-02 07:35:34.571334"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.575146"], ["updated_at", "2015-04-02 07:35:34.575146"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.579383"], ["updated_at", "2015-04-02 07:35:34.579383"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.583473"], ["updated_at", "2015-04-02 07:35:34.583473"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.587898"], ["updated_at", "2015-04-02 07:35:34.587898"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.594933"], ["updated_at", "2015-04-02 07:35:34.594933"], ["tracking", "150402-35"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.599585"], ["updated_at", "2015-04-02 07:35:34.599585"], ["tracking", "150402-36"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.606193"], ["updated_at", "2015-04-02 07:35:34.606193"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.610219"], ["updated_at", "2015-04-02 07:35:34.610219"], ["tracking", "150402-37"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.613806"], ["updated_at", "2015-04-02 07:35:34.613806"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.616855"], ["updated_at", "2015-04-02 07:35:34.616855"], ["tracking", "150402-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.621145"], ["updated_at", "2015-04-02 07:35:34.621145"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.625033"], ["updated_at", "2015-04-02 07:35:34.625033"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.629213"], ["updated_at", "2015-04-02 07:35:34.629213"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.633421"], ["updated_at", "2015-04-02 07:35:34.633421"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.637764"], ["updated_at", "2015-04-02 07:35:34.637764"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.644659"], ["updated_at", "2015-04-02 07:35:34.644659"], ["tracking", "150402-39"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.648224"], ["updated_at", "2015-04-02 07:35:34.648224"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.655025"], ["updated_at", "2015-04-02 07:35:34.655025"], ["tracking", "150402-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task"], ["reminder", "2015-04-01"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.658684"], ["updated_at", "2015-04-02 07:35:34.658684"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.663875"], ["updated_at", "2015-04-02 07:35:34.663875"], ["tracking", "150402-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.667572"], ["updated_at", "2015-04-02 07:35:34.667572"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.673423"], ["updated_at", "2015-04-02 07:35:34.673423"], ["tracking", "150402-42"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 07:35:34.677239"], ["updated_at", "2015-04-02 07:35:34.677239"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:35:34.681626"], ["updated_at", "2015-04-02 07:35:34.681626"], ["tracking", "150402-43"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-02 07:35:34.684627"], ["id", 47]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-02 07:35:34.687639"], ["id", 47]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:41:03.290386"], ["updated_at", "2015-04-02 07:41:03.290386"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:41:03.302467"], ["updated_at", "2015-04-02 07:41:03.302467"], ["tracking", "150402-2"]]  (1.1ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 71ms (Views: 18.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:41:03.467876"], ["updated_at", "2015-04-02 07:41:03.467876"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:41:03.471754"], ["updated_at", "2015-04-02 07:41:03.471754"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:41:03.497237"], ["updated_at", "2015-04-02 07:41:03.497237"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:41:03.500972"], ["updated_at", "2015-04-02 07:41:03.500972"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:42:00.310505"], ["updated_at", "2015-04-02 07:42:00.310505"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:42:00.319372"], ["updated_at", "2015-04-02 07:42:00.319372"], ["tracking", "150402-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 60ms (Views: 13.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:42:00.459610"], ["updated_at", "2015-04-02 07:42:00.459610"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:42:00.463311"], ["updated_at", "2015-04-02 07:42:00.463311"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:42:00.486306"], ["updated_at", "2015-04-02 07:42:00.486306"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 2], ["title", "Save the world"], ["version", 1], ["created_at", "2015-04-02 07:42:00.490130"], ["updated_at", "2015-04-02 07:42:00.490130"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 09:58:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2246.5ms) Completed 200 OK in 5191ms (Views: 5179.9ms | ActiveRecord: 1.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:04:33 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2253.7ms) Completed 200 OK in 2311ms (Views: 2299.9ms | ActiveRecord: 1.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:06:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2286.5ms) Completed 200 OK in 2334ms (Views: 2327.5ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:06:04 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (318.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (323.3ms) Completed 200 OK in 326ms (Views: 325.7ms | ActiveRecord: 0.0ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:08:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2203.0ms) Completed 200 OK in 2233ms (Views: 2226.4ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:08:56 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (281.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (285.4ms) Completed 200 OK in 288ms (Views: 287.2ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:08:56 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:08:56.961979"], ["updated_at", "2015-04-02 08:08:56.961979"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 26ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:08:56 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (50.0ms) Completed 200 OK in 114ms (Views: 52.1ms | ActiveRecord: 0.6ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:10:35 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (50.8ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2456.6ms) Completed 200 OK in 2573ms (Views: 2566.1ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:10:37 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (321.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (326.0ms) Completed 200 OK in 328ms (Views: 327.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:10:38 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:10:38.162530"], ["updated_at", "2015-04-02 08:10:38.162530"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 26ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:10:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (48.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (91.4ms) Completed 200 OK in 107ms (Views: 93.4ms | ActiveRecord: 0.5ms)  (1.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:10:46 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (44.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2201.9ms) Completed 200 OK in 2305ms (Views: 2297.2ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:10:48 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (360.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (365.9ms) Completed 200 OK in 369ms (Views: 368.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:10:49 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.8ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:10:49.211531"], ["updated_at", "2015-04-02 08:10:49.211531"], ["tracking", "150402-3"]]  (0.2ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 39ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:10:49 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (6.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (114.2ms) Completed 200 OK in 143ms (Views: 116.2ms | ActiveRecord: 0.8ms)  (1.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:10:57 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.7ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2499.0ms) Completed 200 OK in 2533ms (Views: 2526.5ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:10:59 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (291.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (296.1ms) Completed 200 OK in 300ms (Views: 299.1ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:11:00 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.2ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (1.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", 1], ["version", 1], ["created_at", "2015-04-02 08:11:00.075810"], ["updated_at", "2015-04-02 08:11:00.075810"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 45ms (ActiveRecord: 1.8ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:11:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.8ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (9.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (34.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (23.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (274.3ms) Completed 200 OK in 423ms (Views: 276.9ms | ActiveRecord: 1.4ms)  (1.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:13:30 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.8ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2276.6ms) Completed 200 OK in 2332ms (Views: 2321.0ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:13:32 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (326.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (332.4ms) Completed 200 OK in 335ms (Views: 334.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:13:32 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:13:32.980224"], ["updated_at", "2015-04-02 08:13:32.980224"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 70ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:13:33 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (50.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (97.5ms) Completed 200 OK in 119ms (Views: 99.5ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:18:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.8ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2747.9ms) Completed 200 OK in 2786ms (Views: 2777.2ms | ActiveRecord: 1.5ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:18:19 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (274.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (279.2ms) Completed 200 OK in 282ms (Views: 281.1ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:18:19 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:18:19.399173"], ["updated_at", "2015-04-02 08:18:19.399173"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 65ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:18:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (45.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (80.9ms) Completed 200 OK in 96ms (Views: 82.5ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:18:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.8ms)  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:19:43 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2146.0ms) Completed 200 OK in 2210ms (Views: 2203.5ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:19:46 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (269.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (274.4ms) Completed 200 OK in 277ms (Views: 276.7ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:19:46 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 08:19:46.292945"], ["updated_at", "2015-04-02 08:19:46.292945"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 71ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:19:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (46.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (85.8ms) Completed 200 OK in 100ms (Views: 87.4ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:23:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.9ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2244.5ms) Completed 200 OK in 2328ms (Views: 2320.5ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:23:24 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (359.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (366.0ms) Completed 200 OK in 369ms (Views: 368.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:23:25 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 08:23:25.023139"], ["updated_at", "2015-04-02 08:23:25.023139"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 27ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:23:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (95.2ms) Completed 200 OK in 114ms (Views: 97.4ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:23:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2187.7ms) Completed 200 OK in 2218ms (Views: 2211.3ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:23:42 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (284.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (289.6ms) Completed 200 OK in 292ms (Views: 291.6ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:23:43 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:23:43.250723"], ["updated_at", "2015-04-02 08:23:43.250723"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 27ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:23:43 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (46.3ms) Completed 200 OK in 98ms (Views: 47.8ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.3ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction  (0.1ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:24:37 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2280.0ms) Completed 200 OK in 2326ms (Views: 2318.8ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:24:39 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (276.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (282.6ms) Completed 200 OK in 285ms (Views: 284.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:24:40 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:24:40.200176"], ["updated_at", "2015-04-02 08:24:40.200176"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 28ms (ActiveRecord: 0.8ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:24:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (44.8ms) Completed 200 OK in 100ms (Views: 46.3ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8236"], ["version", 1], ["created_at", "2015-04-02 08:24:40.384972"], ["updated_at", "2015-04-02 08:24:40.384972"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:24:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.6ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:25:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.9ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2257.2ms) Completed 200 OK in 2287ms (Views: 2280.9ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:25:16 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (267.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (273.4ms) Completed 200 OK in 276ms (Views: 275.6ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:25:16 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:25:16.345910"], ["updated_at", "2015-04-02 08:25:16.345910"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 69ms (ActiveRecord: 0.8ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:25:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (46.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (79.5ms) Completed 200 OK in 93ms (Views: 81.0ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7038"], ["version", 1], ["created_at", "2015-04-02 08:25:16.523117"], ["updated_at", "2015-04-02 08:25:16.523117"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:25:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:25:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms)  (0.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:26:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2193.9ms) Completed 200 OK in 2260ms (Views: 2254.0ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:26:31 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (281.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (285.8ms) Completed 200 OK in 288ms (Views: 287.6ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:26:31 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (1.1ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:26:31.380118"], ["updated_at", "2015-04-02 08:26:31.380118"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 28ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:26:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (85.3ms) Completed 200 OK in 99ms (Views: 86.8ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4072"], ["version", 1], ["created_at", "2015-04-02 08:26:31.520063"], ["updated_at", "2015-04-02 08:26:31.520063"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:26:31 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.9ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:26:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.9ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:27:05 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2219.1ms) Completed 200 OK in 2290ms (Views: 2282.5ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:27:08 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (323.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (327.9ms) Completed 200 OK in 330ms (Views: 329.9ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:27:08 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:27:08.640747"], ["updated_at", "2015-04-02 08:27:08.640747"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 29ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:27:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (80.6ms) Completed 200 OK in 94ms (Views: 82.2ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8590"], ["version", 1], ["created_at", "2015-04-02 08:27:08.778337"], ["updated_at", "2015-04-02 08:27:08.778337"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:27:08 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:27:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:27:44 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.9ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2235.6ms) Completed 200 OK in 2266ms (Views: 2259.4ms | ActiveRecord: 1.2ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:27:46 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (271.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (277.1ms) Completed 200 OK in 280ms (Views: 279.1ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:27:46 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:27:46.997560"], ["updated_at", "2015-04-02 08:27:46.997560"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 70ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:27:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (48.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (83.1ms) Completed 200 OK in 97ms (Views: 84.6ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6416"], ["version", 1], ["created_at", "2015-04-02 08:27:47.180216"], ["updated_at", "2015-04-02 08:27:47.180216"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:27:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:27:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.3ms)  (0.6ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:28:12 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2245.8ms) Completed 200 OK in 2276ms (Views: 2269.8ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:28:14 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (271.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (276.8ms) Completed 200 OK in 279ms (Views: 278.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:28:14 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:28:14.882632"], ["updated_at", "2015-04-02 08:28:14.882632"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 65ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:28:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (53.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (88.9ms) Completed 200 OK in 104ms (Views: 90.4ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6665"], ["version", 1], ["created_at", "2015-04-02 08:28:15.068460"], ["updated_at", "2015-04-02 08:28:15.068460"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:28:15 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:28:15 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:30:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.9ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2198.2ms) Completed 200 OK in 2228ms (Views: 2221.8ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:30:45 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (275.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (280.8ms) Completed 200 OK in 284ms (Views: 282.9ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:30:45 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:30:45.382467"], ["updated_at", "2015-04-02 08:30:45.382467"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 64ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:30:45 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (50.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (84.2ms) Completed 200 OK in 99ms (Views: 85.7ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8634"], ["version", 1], ["created_at", "2015-04-02 08:30:45.559760"], ["updated_at", "2015-04-02 08:30:45.559760"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:30:45 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:30:45 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:30:45 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (57.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (62.3ms) Completed 200 OK in 65ms (Views: 64.4ms | ActiveRecord: 0.1ms)  (0.9ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:31:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2234.4ms) Completed 200 OK in 2265ms (Views: 2258.5ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:31:25 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (278.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (283.2ms) Completed 200 OK in 286ms (Views: 285.1ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:31:25 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 08:31:25.683271"], ["updated_at", "2015-04-02 08:31:25.683271"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 28ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:31:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (42.2ms) Completed 200 OK in 99ms (Views: 43.9ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8521"], ["version", 1], ["created_at", "2015-04-02 08:31:25.825234"], ["updated_at", "2015-04-02 08:31:25.825234"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:31:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.2ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:31:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.1ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:31:25 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (15.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (18.9ms) Completed 200 OK in 21ms (Views: 20.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:31:25 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>""}, "commit"=>"Mettre à jour", "id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) UPDATE "flyboy_goals" SET "title" = ?, "description" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["description", ""], ["version", 2], ["updated_at", "2015-04-02 08:31:25.923413"], ["id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:31:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.3ms)  (2.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.1ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:32:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.6ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2663.3ms) Completed 200 OK in 2701ms (Views: 2692.6ms | ActiveRecord: 1.8ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:32:50 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (287.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (292.8ms) Completed 200 OK in 295ms (Views: 294.5ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:32:50 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.6ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:32:50.913983"], ["updated_at", "2015-04-02 08:32:50.913983"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 68ms (ActiveRecord: 0.8ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:32:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.9ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (65.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (103.9ms) Completed 200 OK in 129ms (Views: 106.6ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6824"], ["version", 1], ["created_at", "2015-04-02 08:32:51.131894"], ["updated_at", "2015-04-02 08:32:51.131894"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:32:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:32:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:32:51 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (62.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.9ms) Completed 200 OK in 69ms (Views: 68.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:32:51 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>""}, "commit"=>"Mettre à jour", "id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) UPDATE "flyboy_goals" SET "title" = ?, "description" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["description", ""], ["version", 2], ["updated_at", "2015-04-02 08:32:51.240241"], ["id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:32:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.5ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6824"], ["version", 1], ["created_at", "2015-04-02 08:32:51.263658"], ["updated_at", "2015-04-02 08:32:51.263658"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:32:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (18.7ms) Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 1.3ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:34:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2233.9ms) Completed 200 OK in 2264ms (Views: 2257.4ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:34:21 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (278.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (283.5ms) Completed 200 OK in 286ms (Views: 285.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:34:22.008548"], ["updated_at", "2015-04-02 08:34:22.008548"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 27ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (47.9ms) Completed 200 OK in 102ms (Views: 49.7ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2009"], ["version", 1], ["created_at", "2015-04-02 08:34:22.193464"], ["updated_at", "2015-04-02 08:34:22.193464"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (14.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (18.0ms) Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>""}, "commit"=>"Mettre à jour", "id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) UPDATE "flyboy_goals" SET "title" = ?, "description" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["description", ""], ["version", 2], ["updated_at", "2015-04-02 08:34:22.249627"], ["id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms)  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2009"], ["version", 1], ["created_at", "2015-04-02 08:34:22.320162"], ["updated_at", "2015-04-02 08:34:22.320162"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 7]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:34:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:36:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.7ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2554.3ms) Completed 200 OK in 2598ms (Views: 2589.5ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (276.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (281.6ms) Completed 200 OK in 284ms (Views: 283.5ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.6ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:36:22.426158"], ["updated_at", "2015-04-02 08:36:22.426158"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 74ms (ActiveRecord: 1.0ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (83.6ms) Completed 200 OK in 97ms (Views: 85.0ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (0.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7955"], ["version", 1], ["created_at", "2015-04-02 08:36:22.611094"], ["updated_at", "2015-04-02 08:36:22.611094"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7955"], ["version", 1], ["created_at", "2015-04-02 08:36:22.619468"], ["updated_at", "2015-04-02 08:36:22.619468"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.9ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (62.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.0ms) Completed 200 OK in 69ms (Views: 67.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>""}, "commit"=>"Mettre à jour", "id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) UPDATE "flyboy_goals" SET "title" = ?, "description" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["description", ""], ["version", 2], ["updated_at", "2015-04-02 08:36:22.720351"], ["id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 6ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.3ms)  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7955"], ["version", 1], ["created_at", "2015-04-02 08:36:22.742917"], ["updated_at", "2015-04-02 08:36:22.742917"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 7]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:36:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.4ms)  (1.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:03 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.8ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2263.1ms) Completed 200 OK in 2296ms (Views: 2289.3ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (270.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (275.1ms) Completed 200 OK in 278ms (Views: 277.0ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:39:06.414644"], ["updated_at", "2015-04-02 08:39:06.414644"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 29ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (48.3ms) Completed 200 OK in 101ms (Views: 49.8ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7004"], ["version", 1], ["created_at", "2015-04-02 08:39:06.597860"], ["updated_at", "2015-04-02 08:39:06.597860"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_2438"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:39:06.602428"], ["updated_at", "2015-04-02 08:39:06.602428"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_2438"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:39:06.606789"], ["updated_at", "2015-04-02 08:39:06.606789"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_2438"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:39:06.609634"], ["updated_at", "2015-04-02 08:39:06.609634"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7004"], ["version", 1], ["created_at", "2015-04-02 08:39:06.618195"], ["updated_at", "2015-04-02 08:39:06.618195"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (11.1ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (60.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.0ms) Completed 200 OK in 66ms (Views: 65.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>""}, "commit"=>"Mettre à jour", "id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "description" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["description", ""], ["version", 2], ["updated_at", "2015-04-02 08:39:06.723006"], ["id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms)  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7004"], ["version", 1], ["created_at", "2015-04-02 08:39:06.744201"], ["updated_at", "2015-04-02 08:39:06.744201"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.2ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.1ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms)  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.5ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:45 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2753.6ms) Completed 200 OK in 2788ms (Views: 2780.4ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:39:47 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (367.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (372.6ms) Completed 200 OK in 375ms (Views: 374.5ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (1.8ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:39:48.281538"], ["updated_at", "2015-04-02 08:39:48.281538"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 77ms (ActiveRecord: 2.2ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (62.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (98.8ms) Completed 200 OK in 114ms (Views: 101.2ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9467"], ["version", 1], ["created_at", "2015-04-02 08:39:48.486170"], ["updated_at", "2015-04-02 08:39:48.486170"], ["tracking", "150402-3"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_204"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:39:48.495232"], ["updated_at", "2015-04-02 08:39:48.495232"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_204"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:39:48.502717"], ["updated_at", "2015-04-02 08:39:48.502717"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.2ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_204"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:39:48.509799"], ["updated_at", "2015-04-02 08:39:48.509799"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (1.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9467"], ["version", 1], ["created_at", "2015-04-02 08:39:48.522538"], ["updated_at", "2015-04-02 08:39:48.522538"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.1ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 11ms (Views: 7.7ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (70.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (74.1ms) Completed 200 OK in 76ms (Views: 75.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>""}, "commit"=>"Mettre à jour", "id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "description" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["description", ""], ["version", 2], ["updated_at", "2015-04-02 08:39:48.644434"], ["id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 5ms (ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9467"], ["version", 1], ["created_at", "2015-04-02 08:39:48.665798"], ["updated_at", "2015-04-02 08:39:48.665798"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.2ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.6ms)  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:56 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2459.5ms) Completed 200 OK in 2493ms (Views: 2485.2ms | ActiveRecord: 1.3ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (351.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (355.8ms) Completed 200 OK in 358ms (Views: 357.9ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:39:59.504970"], ["updated_at", "2015-04-02 08:39:59.504970"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 74ms (ActiveRecord: 0.8ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (58.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (98.3ms) Completed 200 OK in 115ms (Views: 100.3ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7408"], ["version", 1], ["created_at", "2015-04-02 08:39:59.708510"], ["updated_at", "2015-04-02 08:39:59.708510"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_1498"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:39:59.717238"], ["updated_at", "2015-04-02 08:39:59.717238"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_1498"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:39:59.722910"], ["updated_at", "2015-04-02 08:39:59.722910"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_1498"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:39:59.728866"], ["updated_at", "2015-04-02 08:39:59.728866"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7408"], ["version", 1], ["created_at", "2015-04-02 08:39:59.743064"], ["updated_at", "2015-04-02 08:39:59.743064"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (72.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (75.9ms) Completed 200 OK in 79ms (Views: 78.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>""}, "commit"=>"Mettre à jour", "id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.2ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "description" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["description", ""], ["version", 2], ["updated_at", "2015-04-02 08:39:59.863650"], ["id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.4ms)  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7408"], ["version", 1], ["created_at", "2015-04-02 08:39:59.888073"], ["updated_at", "2015-04-02 08:39:59.888073"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (14.7ms) Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals Completed 302 Found in 3ms (ActiveRecord: 0.6ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:39:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.5ms)  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2236.5ms) Completed 200 OK in 2268ms (Views: 2261.9ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:42:13 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (263.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (267.8ms) Completed 200 OK in 270ms (Views: 269.6ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:13 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:42:13.970755"], ["updated_at", "2015-04-02 08:42:13.970755"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 67ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (48.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (85.1ms) Completed 200 OK in 100ms (Views: 86.9ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7497"], ["version", 1], ["created_at", "2015-04-02 08:42:14.153048"], ["updated_at", "2015-04-02 08:42:14.153048"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_6210"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:42:14.158306"], ["updated_at", "2015-04-02 08:42:14.158306"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_6210"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:42:14.162853"], ["updated_at", "2015-04-02 08:42:14.162853"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_6210"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:42:14.166075"], ["updated_at", "2015-04-02 08:42:14.166075"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.3ms)  (0.8ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7497"], ["version", 1], ["created_at", "2015-04-02 08:42:14.204302"], ["updated_at", "2015-04-02 08:42:14.204302"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.8ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (59.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.7ms) Completed 200 OK in 67ms (Views: 66.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>""}, "commit"=>"Mettre à jour", "id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "description" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["description", ""], ["version", 2], ["updated_at", "2015-04-02 08:42:14.306934"], ["id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.3ms)  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7497"], ["version", 1], ["created_at", "2015-04-02 08:42:14.326905"], ["updated_at", "2015-04-02 08:42:14.326905"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.7ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.4ms)  (1.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3112.4ms) Completed 200 OK in 3183ms (Views: 3174.4ms | ActiveRecord: 1.8ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:42:58 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (372.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (376.9ms) Completed 200 OK in 380ms (Views: 379.1ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:58 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.8ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:42:58.713528"], ["updated_at", "2015-04-02 08:42:58.713528"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 41ms (ActiveRecord: 1.2ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (12.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.8ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (19.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (187.7ms) Completed 200 OK in 223ms (Views: 190.9ms | ActiveRecord: 1.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (4.7ms) rollback transaction  (0.3ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1803"], ["version", 1], ["created_at", "2015-04-02 08:42:59.008459"], ["updated_at", "2015-04-02 08:42:59.008459"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (3.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_4146"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:42:59.020728"], ["updated_at", "2015-04-02 08:42:59.020728"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.3ms) SAVEPOINT active_record_1 SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_4146"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:42:59.031922"], ["updated_at", "2015-04-02 08:42:59.031922"]]  (0.2ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task_4146"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:42:59.041630"], ["updated_at", "2015-04-02 08:42:59.041630"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (17.7ms) Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 1.6ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.7ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (18.5ms) Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 1.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 7]]  (1.9ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1803"], ["version", 1], ["created_at", "2015-04-02 08:42:59.117629"], ["updated_at", "2015-04-02 08:42:59.117629"], ["tracking", "150402-3"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (16.5ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 1.3ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.4ms) Completed 200 OK in 19ms (Views: 14.6ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/7/edit" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (24.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (124.9ms) Completed 200 OK in 129ms (Views: 127.2ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>""}, "commit"=>"Mettre à jour", "id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "description" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["description", ""], ["version", 2], ["updated_at", "2015-04-02 08:42:59.310626"], ["id", 7]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/7 Completed 302 Found in 5ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.4ms)  (0.6ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1803"], ["version", 1], ["created_at", "2015-04-02 08:42:59.330203"], ["updated_at", "2015-04-02 08:42:59.330203"], ["tracking", "150402-3"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (11.6ms) Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 7]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/7" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) SAVEPOINT active_record_1 Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 7]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals Completed 302 Found in 3ms (ActiveRecord: 0.5ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:42:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms)  (0.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3405"], ["description", "I-am-the-goal-description_2072"], ["version", 1], ["created_at", "2015-04-02 08:45:53.542669"], ["updated_at", "2015-04-02 08:45:53.542669"], ["tracking", "150402-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3918"], ["description", "I-am-the-goal-description_9313"], ["version", 1], ["created_at", "2015-04-02 08:45:53.552783"], ["updated_at", "2015-04-02 08:45:53.552783"], ["tracking", "150402-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 58ms (Views: 52.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4737"], ["description", "I-am-the-goal-description_9740"], ["version", 1], ["created_at", "2015-04-02 08:45:53.655478"], ["updated_at", "2015-04-02 08:45:53.655478"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1288"], ["description", "I-am-the-goal-description_5399"], ["version", 1], ["created_at", "2015-04-02 08:45:53.661453"], ["updated_at", "2015-04-02 08:45:53.661453"], ["tracking", "150402-2"]]  (2.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 49ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3188"], ["description", "I-am-the-goal-description_6156"], ["version", 1], ["created_at", "2015-04-02 08:45:53.726268"], ["updated_at", "2015-04-02 08:45:53.726268"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2301"], ["description", "I-am-the-goal-description_4601"], ["version", 1], ["created_at", "2015-04-02 08:45:53.730187"], ["updated_at", "2015-04-02 08:45:53.730187"], ["tracking", "150402-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7184"], ["description", "I-am-the-goal-description_4853"], ["version", 1], ["created_at", "2015-04-02 08:45:53.752764"], ["updated_at", "2015-04-02 08:45:53.752764"], ["tracking", "150402-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task7298"], ["description", "I-am-the-task-description_889"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.763592"], ["updated_at", "2015-04-02 08:45:53.763592"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-02 08:45:53.776223"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-02 08:45:53.777264"], ["updated_at", "2015-04-02 08:45:53.777264"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-02 08:45:53.779341"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-02 08:45:53 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-02 08:45:53 UTC", "updated_at"=>"2015-04-02 08:45:53 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-02 08:45:53.789712"], ["created_at", "2015-04-02 08:45:53.790478"], ["updated_at", "2015-04-02 08:45:53.790478"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 15ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6407"], ["description", "I-am-the-goal-description_2078"], ["version", 1], ["created_at", "2015-04-02 08:45:53.806871"], ["updated_at", "2015-04-02 08:45:53.806871"], ["tracking", "150402-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task7667"], ["description", "I-am-the-task-description_5079"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.811020"], ["updated_at", "2015-04-02 08:45:53.811020"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task7162"], ["description", "I-am-the-task-description_4171"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.814853"], ["updated_at", "2015-04-02 08:45:53.814853"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 08:45:53.821923"], ["task_id", 2], ["created_at", "2015-04-02 08:45:53.823195"], ["updated_at", "2015-04-02 08:45:53.823195"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 08:45:53.824806"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1376"], ["description", "I-am-the-goal-description_2146"], ["version", 1], ["created_at", "2015-04-02 08:45:53.831778"], ["updated_at", "2015-04-02 08:45:53.831778"], ["tracking", "150402-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task6102"], ["description", "I-am-the-task-description_4772"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.836544"], ["updated_at", "2015-04-02 08:45:53.836544"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task35"], ["description", "I-am-the-task-description_5454"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.841332"], ["updated_at", "2015-04-02 08:45:53.841332"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 08:45:53.847995"], ["task_id", 4], ["created_at", "2015-04-02 08:45:53.850828"], ["updated_at", "2015-04-02 08:45:53.850828"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 08:45:53.852648"], ["id", 4]]  (0.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7972"], ["description", "I-am-the-goal-description_7703"], ["version", 1], ["created_at", "2015-04-02 08:45:53.858895"], ["updated_at", "2015-04-02 08:45:53.858895"], ["tracking", "150402-6"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task2469"], ["description", "I-am-the-task-description_2888"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.862655"], ["updated_at", "2015-04-02 08:45:53.862655"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task2562"], ["description", "I-am-the-task-description_7492"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.867113"], ["updated_at", "2015-04-02 08:45:53.867113"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 08:45:53.874247"], ["task_id", 6], ["created_at", "2015-04-02 08:45:53.876387"], ["updated_at", "2015-04-02 08:45:53.876387"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 08:45:53.878555"], ["id", 6]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1186"], ["description", "I-am-the-goal-description_9442"], ["version", 1], ["created_at", "2015-04-02 08:45:53.887509"], ["updated_at", "2015-04-02 08:45:53.887509"], ["tracking", "150402-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task7788"], ["description", "I-am-the-task-description_7277"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.892284"], ["updated_at", "2015-04-02 08:45:53.892284"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task3660"], ["description", "I-am-the-task-description_1936"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.896524"], ["updated_at", "2015-04-02 08:45:53.896524"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 08:45:53.904645"], ["task_id", 8], ["created_at", "2015-04-02 08:45:53.905935"], ["updated_at", "2015-04-02 08:45:53.905935"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 08:45:53.907493"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2679"], ["description", "I-am-the-goal-description_4524"], ["version", 1], ["created_at", "2015-04-02 08:45:53.913958"], ["updated_at", "2015-04-02 08:45:53.913958"], ["tracking", "150402-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task6327"], ["description", "I-am-the-task-description_6443"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.918683"], ["updated_at", "2015-04-02 08:45:53.918683"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task8447"], ["description", "I-am-the-task-description_9503"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.923056"], ["updated_at", "2015-04-02 08:45:53.923056"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 52ms (Views: 47.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7729"], ["description", "I-am-the-goal-description_383"], ["version", 1], ["created_at", "2015-04-02 08:45:53.982621"], ["updated_at", "2015-04-02 08:45:53.982621"], ["tracking", "150402-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task7470"], ["description", "I-am-the-task-description_3559"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.986869"], ["updated_at", "2015-04-02 08:45:53.986869"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task4965"], ["description", "I-am-the-task-description_3712"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:53.990863"], ["updated_at", "2015-04-02 08:45:53.990863"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9861"], ["description", "I-am-the-goal-description_8712"], ["version", 1], ["created_at", "2015-04-02 08:45:54.004085"], ["updated_at", "2015-04-02 08:45:54.004085"], ["tracking", "150402-10"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task9457"], ["description", "I-am-the-task-description_4032"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:54.008381"], ["updated_at", "2015-04-02 08:45:54.008381"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task9813"], ["description", "I-am-the-task-description_8991"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:54.012795"], ["updated_at", "2015-04-02 08:45:54.012795"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6566"], ["description", "I-am-the-goal-description_3177"], ["version", 1], ["created_at", "2015-04-02 08:45:54.024232"], ["updated_at", "2015-04-02 08:45:54.024232"], ["tracking", "150402-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task4405"], ["description", "I-am-the-task-description_2934"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:54.028136"], ["updated_at", "2015-04-02 08:45:54.028136"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task5140"], ["description", "I-am-the-task-description_2864"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:54.032938"], ["updated_at", "2015-04-02 08:45:54.032938"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6772"], ["description", "I-am-the-goal-description_7478"], ["version", 1], ["created_at", "2015-04-02 08:45:54.045026"], ["updated_at", "2015-04-02 08:45:54.045026"], ["tracking", "150402-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task4896"], ["description", "I-am-the-task-description_5991"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:54.048971"], ["updated_at", "2015-04-02 08:45:54.048971"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task2600"], ["description", "I-am-the-task-description_44"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:54.052897"], ["updated_at", "2015-04-02 08:45:54.052897"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:45:54.064018"], ["updated_at", "2015-04-02 08:45:54.064018"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1431ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3590"], ["description", "I-am-the-goal-description_9096"], ["version", 1], ["created_at", "2015-04-02 08:45:55.497937"], ["updated_at", "2015-04-02 08:45:55.497937"], ["tracking", "150402-13"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task3221"], ["description", "I-am-the-task-description_9857"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.504404"], ["updated_at", "2015-04-02 08:45:55.504404"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task1169"], ["description", "I-am-the-task-description_3266"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.508831"], ["updated_at", "2015-04-02 08:45:55.508831"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:45:55.516302"], ["updated_at", "2015-04-02 08:45:55.516302"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6529"], ["description", "I-am-the-goal-description_2142"], ["version", 1], ["created_at", "2015-04-02 08:45:55.526101"], ["updated_at", "2015-04-02 08:45:55.526101"], ["tracking", "150402-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task8339"], ["description", "I-am-the-task-description_3343"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.530198"], ["updated_at", "2015-04-02 08:45:55.530198"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task2544"], ["description", "I-am-the-task-description_7400"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.534335"], ["updated_at", "2015-04-02 08:45:55.534335"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:45:55.541861"], ["updated_at", "2015-04-02 08:45:55.541861"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4396"], ["description", "I-am-the-goal-description_8673"], ["version", 1], ["created_at", "2015-04-02 08:45:55.549043"], ["updated_at", "2015-04-02 08:45:55.549043"], ["tracking", "150402-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task2941"], ["description", "I-am-the-task-description_2148"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.552906"], ["updated_at", "2015-04-02 08:45:55.552906"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task3685"], ["description", "I-am-the-task-description_8678"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.557079"], ["updated_at", "2015-04-02 08:45:55.557079"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3042"], ["description", "I-am-the-goal-description_2618"], ["version", 1], ["created_at", "2015-04-02 08:45:55.568493"], ["updated_at", "2015-04-02 08:45:55.568493"], ["tracking", "150402-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task3180"], ["description", "I-am-the-task-description_6473"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.572404"], ["updated_at", "2015-04-02 08:45:55.572404"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task776"], ["description", "I-am-the-task-description_945"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.576454"], ["updated_at", "2015-04-02 08:45:55.576454"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:45:55.580141"], ["updated_at", "2015-04-02 08:45:55.580141"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5405"], ["description", "I-am-the-goal-description_3119"], ["version", 1], ["created_at", "2015-04-02 08:45:55.593026"], ["updated_at", "2015-04-02 08:45:55.593026"], ["tracking", "150402-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1165"], ["description", "I-am-the-task-description_2324"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.597077"], ["updated_at", "2015-04-02 08:45:55.597077"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1705"], ["description", "I-am-the-task-description_1477"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.600772"], ["updated_at", "2015-04-02 08:45:55.600772"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:45:55.604372"], ["updated_at", "2015-04-02 08:45:55.604372"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"34"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7444"], ["description", "I-am-the-goal-description_5045"], ["version", 1], ["created_at", "2015-04-02 08:45:55.663733"], ["updated_at", "2015-04-02 08:45:55.663733"], ["tracking", "150402-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task4862"], ["description", "I-am-the-task-description_5056"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.667979"], ["updated_at", "2015-04-02 08:45:55.667979"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task3171"], ["description", "I-am-the-task-description_252"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.671752"], ["updated_at", "2015-04-02 08:45:55.671752"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:45:55.675597"], ["updated_at", "2015-04-02 08:45:55.675597"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1819"], ["description", "I-am-the-goal-description_2873"], ["version", 1], ["created_at", "2015-04-02 08:45:55.702763"], ["updated_at", "2015-04-02 08:45:55.702763"], ["tracking", "150402-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task7240"], ["description", "I-am-the-task-description_8912"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.708287"], ["updated_at", "2015-04-02 08:45:55.708287"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task7248"], ["description", "I-am-the-task-description_3090"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.712167"], ["updated_at", "2015-04-02 08:45:55.712167"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:45:55.716388"], ["updated_at", "2015-04-02 08:45:55.716388"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_667"], ["description", "I-am-the-goal-description_6749"], ["version", 1], ["created_at", "2015-04-02 08:45:55.729296"], ["updated_at", "2015-04-02 08:45:55.729296"], ["tracking", "150402-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task7515"], ["description", "I-am-the-task-description_4065"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.733769"], ["updated_at", "2015-04-02 08:45:55.733769"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task2832"], ["description", "I-am-the-task-description_6888"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.738214"], ["updated_at", "2015-04-02 08:45:55.738214"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:45:55.743934"], ["updated_at", "2015-04-02 08:45:55.743934"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1193"], ["description", "I-am-the-goal-description_9245"], ["version", 1], ["created_at", "2015-04-02 08:45:55.759500"], ["updated_at", "2015-04-02 08:45:55.759500"], ["tracking", "150402-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task7555"], ["description", "I-am-the-task-description_4279"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.763257"], ["updated_at", "2015-04-02 08:45:55.763257"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task2556"], ["description", "I-am-the-task-description_8057"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.766977"], ["updated_at", "2015-04-02 08:45:55.766977"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:45:55.770544"], ["updated_at", "2015-04-02 08:45:55.770544"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 08:45:55.776444"], ["id", 46]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6656"], ["description", "I-am-the-goal-description_9011"], ["version", 1], ["created_at", "2015-04-02 08:45:55.782312"], ["updated_at", "2015-04-02 08:45:55.782312"], ["tracking", "150402-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8191"], ["description", "I-am-the-goal-description_6103"], ["version", 1], ["created_at", "2015-04-02 08:45:55.787464"], ["updated_at", "2015-04-02 08:45:55.787464"], ["tracking", "150402-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task5174"], ["description", "I-am-the-task-description_9602"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.791609"], ["updated_at", "2015-04-02 08:45:55.791609"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1664"], ["description", "I-am-the-goal-description_3391"], ["version", 1], ["created_at", "2015-04-02 08:45:55.796141"], ["updated_at", "2015-04-02 08:45:55.796141"], ["tracking", "150402-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task4661"], ["description", "I-am-the-task-description_9711"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.799988"], ["updated_at", "2015-04-02 08:45:55.799988"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9504"], ["description", "I-am-the-goal-description_6185"], ["version", 1], ["created_at", "2015-04-02 08:45:55.802938"], ["updated_at", "2015-04-02 08:45:55.802938"], ["tracking", "150402-25"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task6423"], ["description", "I-am-the-task-description_6220"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.808592"], ["updated_at", "2015-04-02 08:45:55.808592"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task4653"], ["description", "I-am-the-task-description_9703"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.813290"], ["updated_at", "2015-04-02 08:45:55.813290"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task10"], ["description", "I-am-the-task-description_9023"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.817436"], ["updated_at", "2015-04-02 08:45:55.817436"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task4372"], ["description", "I-am-the-task-description_2646"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.822001"], ["updated_at", "2015-04-02 08:45:55.822001"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6617"], ["description", "I-am-the-goal-description_4782"], ["version", 1], ["created_at", "2015-04-02 08:45:55.828656"], ["updated_at", "2015-04-02 08:45:55.828656"], ["tracking", "150402-26"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1838"], ["description", "I-am-the-goal-description_9627"], ["version", 1], ["created_at", "2015-04-02 08:45:55.833342"], ["updated_at", "2015-04-02 08:45:55.833342"], ["tracking", "150402-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task6033"], ["description", "I-am-the-task-description_8661"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.838209"], ["updated_at", "2015-04-02 08:45:55.838209"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6420"], ["description", "I-am-the-goal-description_2121"], ["version", 1], ["created_at", "2015-04-02 08:45:55.842537"], ["updated_at", "2015-04-02 08:45:55.842537"], ["tracking", "150402-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task4062"], ["description", "I-am-the-task-description_4056"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.846279"], ["updated_at", "2015-04-02 08:45:55.846279"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2663"], ["description", "I-am-the-goal-description_6548"], ["version", 1], ["created_at", "2015-04-02 08:45:55.849669"], ["updated_at", "2015-04-02 08:45:55.849669"], ["tracking", "150402-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task4061"], ["description", "I-am-the-task-description_3022"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.854117"], ["updated_at", "2015-04-02 08:45:55.854117"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task3211"], ["description", "I-am-the-task-description_3080"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.858375"], ["updated_at", "2015-04-02 08:45:55.858375"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task9423"], ["description", "I-am-the-task-description_1977"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.863320"], ["updated_at", "2015-04-02 08:45:55.863320"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task5126"], ["description", "I-am-the-task-description_5351"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.867434"], ["updated_at", "2015-04-02 08:45:55.867434"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5559"], ["description", "I-am-the-goal-description_271"], ["version", 1], ["created_at", "2015-04-02 08:45:55.871178"], ["updated_at", "2015-04-02 08:45:55.871178"], ["tracking", "150402-30"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8738"], ["description", "I-am-the-goal-description_206"], ["version", 1], ["created_at", "2015-04-02 08:45:55.880431"], ["updated_at", "2015-04-02 08:45:55.880431"], ["tracking", "150402-31"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2142"], ["description", "I-am-the-goal-description_4948"], ["version", 1], ["created_at", "2015-04-02 08:45:55.885099"], ["updated_at", "2015-04-02 08:45:55.885099"], ["tracking", "150402-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task2504"], ["description", "I-am-the-task-description_6861"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.889583"], ["updated_at", "2015-04-02 08:45:55.889583"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_231"], ["description", "I-am-the-goal-description_2910"], ["version", 1], ["created_at", "2015-04-02 08:45:55.893482"], ["updated_at", "2015-04-02 08:45:55.893482"], ["tracking", "150402-33"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task6478"], ["description", "I-am-the-task-description_187"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.897248"], ["updated_at", "2015-04-02 08:45:55.897248"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4683"], ["description", "I-am-the-goal-description_6676"], ["version", 1], ["created_at", "2015-04-02 08:45:55.900421"], ["updated_at", "2015-04-02 08:45:55.900421"], ["tracking", "150402-34"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task27"], ["description", "I-am-the-task-description_3964"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.904860"], ["updated_at", "2015-04-02 08:45:55.904860"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task6853"], ["description", "I-am-the-task-description_8663"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.908976"], ["updated_at", "2015-04-02 08:45:55.908976"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task2357"], ["description", "I-am-the-task-description_6424"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.913677"], ["updated_at", "2015-04-02 08:45:55.913677"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task6894"], ["description", "I-am-the-task-description_6365"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.918266"], ["updated_at", "2015-04-02 08:45:55.918266"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task4192"], ["description", "I-am-the-task-description_4798"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.923498"], ["updated_at", "2015-04-02 08:45:55.923498"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8391"], ["description", "I-am-the-goal-description_2935"], ["version", 1], ["created_at", "2015-04-02 08:45:55.931142"], ["updated_at", "2015-04-02 08:45:55.931142"], ["tracking", "150402-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1320"], ["description", "I-am-the-goal-description_4178"], ["version", 1], ["created_at", "2015-04-02 08:45:55.935831"], ["updated_at", "2015-04-02 08:45:55.935831"], ["tracking", "150402-36"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task197"], ["description", "I-am-the-task-description_7769"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.940501"], ["updated_at", "2015-04-02 08:45:55.940501"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4657"], ["description", "I-am-the-goal-description_2572"], ["version", 1], ["created_at", "2015-04-02 08:45:55.944680"], ["updated_at", "2015-04-02 08:45:55.944680"], ["tracking", "150402-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task1311"], ["description", "I-am-the-task-description_3752"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.948275"], ["updated_at", "2015-04-02 08:45:55.948275"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1960"], ["description", "I-am-the-goal-description_8335"], ["version", 1], ["created_at", "2015-04-02 08:45:55.951372"], ["updated_at", "2015-04-02 08:45:55.951372"], ["tracking", "150402-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task820"], ["description", "I-am-the-task-description_2758"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.955813"], ["updated_at", "2015-04-02 08:45:55.955813"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task5633"], ["description", "I-am-the-task-description_819"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.959785"], ["updated_at", "2015-04-02 08:45:55.959785"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task1166"], ["description", "I-am-the-task-description_9957"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.964365"], ["updated_at", "2015-04-02 08:45:55.964365"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task3257"], ["description", "I-am-the-task-description_1043"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.968606"], ["updated_at", "2015-04-02 08:45:55.968606"]]  (0.8ms) commit transaction  (0.6ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task3145"], ["description", "I-am-the-task-description_3202"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.974302"], ["updated_at", "2015-04-02 08:45:55.974302"]]  (3.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3014"], ["description", "I-am-the-goal-description_4167"], ["version", 1], ["created_at", "2015-04-02 08:45:55.984343"], ["updated_at", "2015-04-02 08:45:55.984343"], ["tracking", "150402-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task1686"], ["description", "I-am-the-task-description_4238"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.988238"], ["updated_at", "2015-04-02 08:45:55.988238"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4519"], ["description", "I-am-the-goal-description_2685"], ["version", 1], ["created_at", "2015-04-02 08:45:55.993517"], ["updated_at", "2015-04-02 08:45:55.993517"], ["tracking", "150402-40"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task8619"], ["description", "I-am-the-task-description_3525"], ["reminder", "2015-04-01"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:55.997374"], ["updated_at", "2015-04-02 08:45:55.997374"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5714"], ["description", "I-am-the-goal-description_9505"], ["version", 1], ["created_at", "2015-04-02 08:45:56.004102"], ["updated_at", "2015-04-02 08:45:56.004102"], ["tracking", "150402-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task3537"], ["description", "I-am-the-task-description_6240"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:45:56.008761"], ["updated_at", "2015-04-02 08:45:56.008761"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4875"], ["description", "I-am-the-goal-description_7682"], ["version", 1], ["created_at", "2015-04-02 08:45:56.014552"], ["updated_at", "2015-04-02 08:45:56.014552"], ["tracking", "150402-42"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task6459"], ["description", "I-am-the-task-description_2313"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:45:56.019345"], ["updated_at", "2015-04-02 08:45:56.019345"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9048"], ["description", "I-am-the-goal-description_8021"], ["version", 1], ["created_at", "2015-04-02 08:45:56.026491"], ["updated_at", "2015-04-02 08:45:56.026491"], ["tracking", "150402-43"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-02 08:45:56.029614"], ["id", 47]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-02 08:45:56.031885"], ["id", 47]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1429"], ["description", "I-am-the-goal-description_1984"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4924"], ["description", "I-am-the-goal-description_4430"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6016"], ["description", "I-am-the-goal-description_88"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3866"], ["description", "I-am-the-goal-description_5062"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_189"], ["description", "I-am-the-goal-description_4394"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task5362"], ["description", "I-am-the-task-description_5649"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6249"], ["description", "I-am-the-goal-description_9155"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task9059"], ["description", "I-am-the-task-description_6151"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8055"], ["description", "I-am-the-goal-description_2261"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task5312"], ["description", "I-am-the-task-description_3838"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6261"], ["description", "I-am-the-goal-description_2446"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task7539"], ["description", "I-am-the-task-description_5951"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9887"], ["description", "I-am-the-goal-description_2730"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task9111"], ["description", "I-am-the-task-description_4149"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3821"], ["description", "I-am-the-goal-description_367"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8583"], ["description", "I-am-the-goal-description_3177"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2961"], ["description", "I-am-the-goal-description_7168"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1075"], ["description", "I-am-the-goal-description_50"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:46:03 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2284.8ms) Completed 200 OK in 2314ms (Views: 2301.5ms | ActiveRecord: 7.6ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:46:05 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (274.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (278.6ms) Completed 200 OK in 281ms (Views: 280.6ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:46:05 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:46:05.951793"], ["updated_at", "2015-04-02 08:46:05.951793"], ["tracking", "150402-44"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/61 Completed 302 Found in 27ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:46:05 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (84.5ms) Completed 200 OK in 98ms (Views: 86.0ms | ActiveRecord: 0.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.5ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8560"], ["description", "I-am-the-goal-description_3213"], ["version", 1], ["created_at", "2015-04-02 08:46:06.092302"], ["updated_at", "2015-04-02 08:46:06.092302"], ["tracking", "150402-44"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 61], ["title", "I-am-a-task7178"], ["description", "I-am-the-task-description_913"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:46:06.098079"], ["updated_at", "2015-04-02 08:46:06.098079"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 61], ["title", "I-am-a-task8836"], ["description", "I-am-the-task-description_4965"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:46:06.102510"], ["updated_at", "2015-04-02 08:46:06.102510"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 61], ["title", "I-am-a-task2703"], ["description", "I-am-the-task-description_7174"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:46:06.105141"], ["updated_at", "2015-04-02 08:46:06.105141"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (93.7ms) Completed 200 OK in 95ms (Views: 86.4ms | ActiveRecord: 8.1ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms)  (2.3ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7112"], ["description", "I-am-the-goal-description_399"], ["version", 1], ["created_at", "2015-04-02 08:46:06.277564"], ["updated_at", "2015-04-02 08:46:06.277564"], ["tracking", "150402-44"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.6ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (84.3ms) Completed 200 OK in 86ms (Views: 77.4ms | ActiveRecord: 7.8ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/61/edit" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.6ms) Completed 200 OK in 70ms (Views: 69.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_399"}, "commit"=>"Mettre à jour", "id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 08:46:06.462219"], ["id", 61]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/61 Completed 302 Found in 4ms (ActiveRecord: 0.5ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.3ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.3ms)  (2.0ms) rollback transaction  (0.1ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_851"], ["description", "I-am-the-goal-description_8217"], ["version", 1], ["created_at", "2015-04-02 08:46:06.482689"], ["updated_at", "2015-04-02 08:46:06.482689"], ["tracking", "150402-44"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (139.3ms) Completed 200 OK in 141ms (Views: 132.1ms | ActiveRecord: 8.1ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.2ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SAVEPOINT active_record_1 Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 61]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 61]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:46:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (84.9ms) Completed 200 OK in 86ms (Views: 78.0ms | ActiveRecord: 7.6ms)  (2.2ms) rollback transaction  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2197"], ["description", "I-am-the-goal-description_281"], ["version", 1], ["created_at", "2015-04-02 08:51:09.480373"], ["updated_at", "2015-04-02 08:51:09.480373"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3750"], ["description", "I-am-the-goal-description_9220"], ["version", 1], ["created_at", "2015-04-02 08:51:09.490413"], ["updated_at", "2015-04-02 08:51:09.490413"], ["tracking", "150402-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 28ms (Views: 18.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1758"], ["description", "I-am-the-goal-description_1624"], ["version", 1], ["created_at", "2015-04-02 08:51:09.605876"], ["updated_at", "2015-04-02 08:51:09.605876"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_6116"], ["description", "I-am-the-goal-description_6366"], ["version", 1], ["created_at", "2015-04-02 08:51:09.609826"], ["updated_at", "2015-04-02 08:51:09.609826"], ["tracking", "150402-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5885"], ["description", "I-am-the-goal-description_3357"], ["version", 1], ["created_at", "2015-04-02 08:51:09.634583"], ["updated_at", "2015-04-02 08:51:09.634583"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5504"], ["description", "I-am-the-goal-description_6739"], ["version", 1], ["created_at", "2015-04-02 08:51:09.638426"], ["updated_at", "2015-04-02 08:51:09.638426"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4890"], ["description", "I-am-the-goal-description_2558"], ["version", 1], ["created_at", "2015-04-02 08:51:09.698252"], ["updated_at", "2015-04-02 08:51:09.698252"], ["tracking", "150402-3"]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task6823"], ["description", "I-am-the-task-description_7133"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.712559"], ["updated_at", "2015-04-02 08:51:09.712559"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-02 08:51:09.722810"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-02 08:51:09.723772"], ["updated_at", "2015-04-02 08:51:09.723772"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-02 08:51:09.725873"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-02 08:51:09 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-02 08:51:09 UTC", "updated_at"=>"2015-04-02 08:51:09 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-02 08:51:09.735585"], ["created_at", "2015-04-02 08:51:09.736104"], ["updated_at", "2015-04-02 08:51:09.736104"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7155"], ["description", "I-am-the-goal-description_2782"], ["version", 1], ["created_at", "2015-04-02 08:51:09.751674"], ["updated_at", "2015-04-02 08:51:09.751674"], ["tracking", "150402-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task4937"], ["description", "I-am-the-task-description_4522"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.756053"], ["updated_at", "2015-04-02 08:51:09.756053"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task6299"], ["description", "I-am-the-task-description_6945"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.760342"], ["updated_at", "2015-04-02 08:51:09.760342"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 08:51:09.767755"], ["task_id", 2], ["created_at", "2015-04-02 08:51:09.769052"], ["updated_at", "2015-04-02 08:51:09.769052"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 08:51:09.770722"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_839"], ["description", "I-am-the-goal-description_150"], ["version", 1], ["created_at", "2015-04-02 08:51:09.777224"], ["updated_at", "2015-04-02 08:51:09.777224"], ["tracking", "150402-5"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task8732"], ["description", "I-am-the-task-description_1163"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.780840"], ["updated_at", "2015-04-02 08:51:09.780840"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task4638"], ["description", "I-am-the-task-description_168"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.785095"], ["updated_at", "2015-04-02 08:51:09.785095"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 08:51:09.790760"], ["task_id", 4], ["created_at", "2015-04-02 08:51:09.791973"], ["updated_at", "2015-04-02 08:51:09.791973"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 08:51:09.793799"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9860"], ["description", "I-am-the-goal-description_502"], ["version", 1], ["created_at", "2015-04-02 08:51:09.800026"], ["updated_at", "2015-04-02 08:51:09.800026"], ["tracking", "150402-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task6"], ["description", "I-am-the-task-description_3573"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.803746"], ["updated_at", "2015-04-02 08:51:09.803746"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task7627"], ["description", "I-am-the-task-description_265"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.807672"], ["updated_at", "2015-04-02 08:51:09.807672"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 08:51:09.814600"], ["task_id", 6], ["created_at", "2015-04-02 08:51:09.815815"], ["updated_at", "2015-04-02 08:51:09.815815"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 08:51:09.817277"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4492"], ["description", "I-am-the-goal-description_7907"], ["version", 1], ["created_at", "2015-04-02 08:51:09.825139"], ["updated_at", "2015-04-02 08:51:09.825139"], ["tracking", "150402-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task7647"], ["description", "I-am-the-task-description_2121"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.828960"], ["updated_at", "2015-04-02 08:51:09.828960"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task9811"], ["description", "I-am-the-task-description_5554"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.832923"], ["updated_at", "2015-04-02 08:51:09.832923"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 08:51:09.838417"], ["task_id", 8], ["created_at", "2015-04-02 08:51:09.839608"], ["updated_at", "2015-04-02 08:51:09.839608"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 08:51:09.841086"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5837"], ["description", "I-am-the-goal-description_8674"], ["version", 1], ["created_at", "2015-04-02 08:51:09.847628"], ["updated_at", "2015-04-02 08:51:09.847628"], ["tracking", "150402-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task8747"], ["description", "I-am-the-task-description_2716"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.851905"], ["updated_at", "2015-04-02 08:51:09.851905"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task7286"], ["description", "I-am-the-task-description_3026"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.856482"], ["updated_at", "2015-04-02 08:51:09.856482"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3430"], ["description", "I-am-the-goal-description_8059"], ["version", 1], ["created_at", "2015-04-02 08:51:09.872097"], ["updated_at", "2015-04-02 08:51:09.872097"], ["tracking", "150402-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task5480"], ["description", "I-am-the-task-description_5016"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.875870"], ["updated_at", "2015-04-02 08:51:09.875870"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task7673"], ["description", "I-am-the-task-description_7115"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.879473"], ["updated_at", "2015-04-02 08:51:09.879473"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8419"], ["description", "I-am-the-goal-description_6411"], ["version", 1], ["created_at", "2015-04-02 08:51:09.891308"], ["updated_at", "2015-04-02 08:51:09.891308"], ["tracking", "150402-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task4023"], ["description", "I-am-the-task-description_2130"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.895354"], ["updated_at", "2015-04-02 08:51:09.895354"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task6266"], ["description", "I-am-the-task-description_297"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.899824"], ["updated_at", "2015-04-02 08:51:09.899824"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4905"], ["description", "I-am-the-goal-description_1016"], ["version", 1], ["created_at", "2015-04-02 08:51:09.911141"], ["updated_at", "2015-04-02 08:51:09.911141"], ["tracking", "150402-11"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task6552"], ["description", "I-am-the-task-description_5691"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.915079"], ["updated_at", "2015-04-02 08:51:09.915079"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task260"], ["description", "I-am-the-task-description_956"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.918779"], ["updated_at", "2015-04-02 08:51:09.918779"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2880"], ["description", "I-am-the-goal-description_7821"], ["version", 1], ["created_at", "2015-04-02 08:51:09.931468"], ["updated_at", "2015-04-02 08:51:09.931468"], ["tracking", "150402-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task6358"], ["description", "I-am-the-task-description_951"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.935193"], ["updated_at", "2015-04-02 08:51:09.935193"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task151"], ["description", "I-am-the-task-description_470"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:09.938857"], ["updated_at", "2015-04-02 08:51:09.938857"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:51:09.993713"], ["updated_at", "2015-04-02 08:51:09.993713"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1540ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4351"], ["description", "I-am-the-goal-description_3234"], ["version", 1], ["created_at", "2015-04-02 08:51:11.536502"], ["updated_at", "2015-04-02 08:51:11.536502"], ["tracking", "150402-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task6444"], ["description", "I-am-the-task-description_7367"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.540912"], ["updated_at", "2015-04-02 08:51:11.540912"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task4778"], ["description", "I-am-the-task-description_2330"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.545060"], ["updated_at", "2015-04-02 08:51:11.545060"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:51:11.551560"], ["updated_at", "2015-04-02 08:51:11.551560"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5638"], ["description", "I-am-the-goal-description_23"], ["version", 1], ["created_at", "2015-04-02 08:51:11.561489"], ["updated_at", "2015-04-02 08:51:11.561489"], ["tracking", "150402-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task6452"], ["description", "I-am-the-task-description_6456"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.565407"], ["updated_at", "2015-04-02 08:51:11.565407"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task9842"], ["description", "I-am-the-task-description_5235"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.569326"], ["updated_at", "2015-04-02 08:51:11.569326"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:51:11.574855"], ["updated_at", "2015-04-02 08:51:11.574855"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9962"], ["description", "I-am-the-goal-description_3056"], ["version", 1], ["created_at", "2015-04-02 08:51:11.582547"], ["updated_at", "2015-04-02 08:51:11.582547"], ["tracking", "150402-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task7207"], ["description", "I-am-the-task-description_4327"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.586309"], ["updated_at", "2015-04-02 08:51:11.586309"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task8602"], ["description", "I-am-the-task-description_1638"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.590716"], ["updated_at", "2015-04-02 08:51:11.590716"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4027"], ["description", "I-am-the-goal-description_8146"], ["version", 1], ["created_at", "2015-04-02 08:51:11.601032"], ["updated_at", "2015-04-02 08:51:11.601032"], ["tracking", "150402-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task4790"], ["description", "I-am-the-task-description_1660"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.604752"], ["updated_at", "2015-04-02 08:51:11.604752"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task3040"], ["description", "I-am-the-task-description_4648"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.608342"], ["updated_at", "2015-04-02 08:51:11.608342"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:51:11.611978"], ["updated_at", "2015-04-02 08:51:11.611978"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7300"], ["description", "I-am-the-goal-description_3268"], ["version", 1], ["created_at", "2015-04-02 08:51:11.622517"], ["updated_at", "2015-04-02 08:51:11.622517"], ["tracking", "150402-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task5200"], ["description", "I-am-the-task-description_7038"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.626994"], ["updated_at", "2015-04-02 08:51:11.626994"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task8890"], ["description", "I-am-the-task-description_8859"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.630837"], ["updated_at", "2015-04-02 08:51:11.630837"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:51:11.635005"], ["updated_at", "2015-04-02 08:51:11.635005"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"34"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2556"], ["description", "I-am-the-goal-description_610"], ["version", 1], ["created_at", "2015-04-02 08:51:11.645774"], ["updated_at", "2015-04-02 08:51:11.645774"], ["tracking", "150402-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task7588"], ["description", "I-am-the-task-description_5284"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.649960"], ["updated_at", "2015-04-02 08:51:11.649960"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task4826"], ["description", "I-am-the-task-description_8515"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.653528"], ["updated_at", "2015-04-02 08:51:11.653528"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:51:11.656995"], ["updated_at", "2015-04-02 08:51:11.656995"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3511"], ["description", "I-am-the-goal-description_3540"], ["version", 1], ["created_at", "2015-04-02 08:51:11.727487"], ["updated_at", "2015-04-02 08:51:11.727487"], ["tracking", "150402-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task5923"], ["description", "I-am-the-task-description_1948"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.731262"], ["updated_at", "2015-04-02 08:51:11.731262"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task7578"], ["description", "I-am-the-task-description_9804"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.734862"], ["updated_at", "2015-04-02 08:51:11.734862"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:51:11.738396"], ["updated_at", "2015-04-02 08:51:11.738396"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1390"], ["description", "I-am-the-goal-description_5988"], ["version", 1], ["created_at", "2015-04-02 08:51:11.750754"], ["updated_at", "2015-04-02 08:51:11.750754"], ["tracking", "150402-20"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task8926"], ["description", "I-am-the-task-description_19"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.754913"], ["updated_at", "2015-04-02 08:51:11.754913"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task653"], ["description", "I-am-the-task-description_3378"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.758583"], ["updated_at", "2015-04-02 08:51:11.758583"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:51:11.762082"], ["updated_at", "2015-04-02 08:51:11.762082"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4366"], ["description", "I-am-the-goal-description_9168"], ["version", 1], ["created_at", "2015-04-02 08:51:11.777103"], ["updated_at", "2015-04-02 08:51:11.777103"], ["tracking", "150402-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task4740"], ["description", "I-am-the-task-description_3305"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.780903"], ["updated_at", "2015-04-02 08:51:11.780903"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task4824"], ["description", "I-am-the-task-description_9492"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.784613"], ["updated_at", "2015-04-02 08:51:11.784613"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 08:51:11.788306"], ["updated_at", "2015-04-02 08:51:11.788306"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 08:51:11.794434"], ["id", 46]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1785"], ["description", "I-am-the-goal-description_5395"], ["version", 1], ["created_at", "2015-04-02 08:51:11.801086"], ["updated_at", "2015-04-02 08:51:11.801086"], ["tracking", "150402-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7709"], ["description", "I-am-the-goal-description_2052"], ["version", 1], ["created_at", "2015-04-02 08:51:11.806179"], ["updated_at", "2015-04-02 08:51:11.806179"], ["tracking", "150402-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task8608"], ["description", "I-am-the-task-description_7074"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.809834"], ["updated_at", "2015-04-02 08:51:11.809834"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8639"], ["description", "I-am-the-goal-description_1967"], ["version", 1], ["created_at", "2015-04-02 08:51:11.813999"], ["updated_at", "2015-04-02 08:51:11.813999"], ["tracking", "150402-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task4907"], ["description", "I-am-the-task-description_534"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.818508"], ["updated_at", "2015-04-02 08:51:11.818508"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4828"], ["description", "I-am-the-goal-description_4842"], ["version", 1], ["created_at", "2015-04-02 08:51:11.821697"], ["updated_at", "2015-04-02 08:51:11.821697"], ["tracking", "150402-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task8996"], ["description", "I-am-the-task-description_8941"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.826457"], ["updated_at", "2015-04-02 08:51:11.826457"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task319"], ["description", "I-am-the-task-description_8711"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.831142"], ["updated_at", "2015-04-02 08:51:11.831142"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task453"], ["description", "I-am-the-task-description_2239"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.835286"], ["updated_at", "2015-04-02 08:51:11.835286"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task8178"], ["description", "I-am-the-task-description_7020"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.839836"], ["updated_at", "2015-04-02 08:51:11.839836"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_112"], ["description", "I-am-the-goal-description_8159"], ["version", 1], ["created_at", "2015-04-02 08:51:11.846660"], ["updated_at", "2015-04-02 08:51:11.846660"], ["tracking", "150402-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7552"], ["description", "I-am-the-goal-description_913"], ["version", 1], ["created_at", "2015-04-02 08:51:11.851239"], ["updated_at", "2015-04-02 08:51:11.851239"], ["tracking", "150402-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task1917"], ["description", "I-am-the-task-description_2852"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.855907"], ["updated_at", "2015-04-02 08:51:11.855907"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4579"], ["description", "I-am-the-goal-description_5793"], ["version", 1], ["created_at", "2015-04-02 08:51:11.859761"], ["updated_at", "2015-04-02 08:51:11.859761"], ["tracking", "150402-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task6691"], ["description", "I-am-the-task-description_5936"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.863497"], ["updated_at", "2015-04-02 08:51:11.863497"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3496"], ["description", "I-am-the-goal-description_1729"], ["version", 1], ["created_at", "2015-04-02 08:51:11.866887"], ["updated_at", "2015-04-02 08:51:11.866887"], ["tracking", "150402-29"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task7599"], ["description", "I-am-the-task-description_3772"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.871536"], ["updated_at", "2015-04-02 08:51:11.871536"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task963"], ["description", "I-am-the-task-description_3480"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.876367"], ["updated_at", "2015-04-02 08:51:11.876367"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task6171"], ["description", "I-am-the-task-description_7132"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.880611"], ["updated_at", "2015-04-02 08:51:11.880611"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task3869"], ["description", "I-am-the-task-description_6469"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.884449"], ["updated_at", "2015-04-02 08:51:11.884449"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9102"], ["description", "I-am-the-goal-description_2288"], ["version", 1], ["created_at", "2015-04-02 08:51:11.888079"], ["updated_at", "2015-04-02 08:51:11.888079"], ["tracking", "150402-30"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1068"], ["description", "I-am-the-goal-description_593"], ["version", 1], ["created_at", "2015-04-02 08:51:11.896293"], ["updated_at", "2015-04-02 08:51:11.896293"], ["tracking", "150402-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9466"], ["description", "I-am-the-goal-description_4008"], ["version", 1], ["created_at", "2015-04-02 08:51:11.901747"], ["updated_at", "2015-04-02 08:51:11.901747"], ["tracking", "150402-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task3910"], ["description", "I-am-the-task-description_8463"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.906424"], ["updated_at", "2015-04-02 08:51:11.906424"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6833"], ["description", "I-am-the-goal-description_7209"], ["version", 1], ["created_at", "2015-04-02 08:51:11.911262"], ["updated_at", "2015-04-02 08:51:11.911262"], ["tracking", "150402-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task1724"], ["description", "I-am-the-task-description_881"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.915260"], ["updated_at", "2015-04-02 08:51:11.915260"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_375"], ["description", "I-am-the-goal-description_5207"], ["version", 1], ["created_at", "2015-04-02 08:51:11.918670"], ["updated_at", "2015-04-02 08:51:11.918670"], ["tracking", "150402-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task2703"], ["description", "I-am-the-task-description_9"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.922960"], ["updated_at", "2015-04-02 08:51:11.922960"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task5786"], ["description", "I-am-the-task-description_1898"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.928245"], ["updated_at", "2015-04-02 08:51:11.928245"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task4491"], ["description", "I-am-the-task-description_6141"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.933392"], ["updated_at", "2015-04-02 08:51:11.933392"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task6102"], ["description", "I-am-the-task-description_3451"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.938071"], ["updated_at", "2015-04-02 08:51:11.938071"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task3093"], ["description", "I-am-the-task-description_460"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.942306"], ["updated_at", "2015-04-02 08:51:11.942306"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_747"], ["description", "I-am-the-goal-description_8078"], ["version", 1], ["created_at", "2015-04-02 08:51:11.949780"], ["updated_at", "2015-04-02 08:51:11.949780"], ["tracking", "150402-35"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7124"], ["description", "I-am-the-goal-description_8065"], ["version", 1], ["created_at", "2015-04-02 08:51:11.959834"], ["updated_at", "2015-04-02 08:51:11.959834"], ["tracking", "150402-36"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task9370"], ["description", "I-am-the-task-description_8314"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.967363"], ["updated_at", "2015-04-02 08:51:11.967363"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5701"], ["description", "I-am-the-goal-description_4102"], ["version", 1], ["created_at", "2015-04-02 08:51:11.971612"], ["updated_at", "2015-04-02 08:51:11.971612"], ["tracking", "150402-37"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task7928"], ["description", "I-am-the-task-description_283"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.975453"], ["updated_at", "2015-04-02 08:51:11.975453"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6289"], ["description", "I-am-the-goal-description_5104"], ["version", 1], ["created_at", "2015-04-02 08:51:11.978308"], ["updated_at", "2015-04-02 08:51:11.978308"], ["tracking", "150402-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task4604"], ["description", "I-am-the-task-description_1430"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.982604"], ["updated_at", "2015-04-02 08:51:11.982604"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task6739"], ["description", "I-am-the-task-description_5850"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.987027"], ["updated_at", "2015-04-02 08:51:11.987027"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task9768"], ["description", "I-am-the-task-description_8103"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.991434"], ["updated_at", "2015-04-02 08:51:11.991434"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task4465"], ["description", "I-am-the-task-description_5938"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:11.996120"], ["updated_at", "2015-04-02 08:51:11.996120"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task1333"], ["description", "I-am-the-task-description_7406"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:12.000576"], ["updated_at", "2015-04-02 08:51:12.000576"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7118"], ["description", "I-am-the-goal-description_7982"], ["version", 1], ["created_at", "2015-04-02 08:51:12.007753"], ["updated_at", "2015-04-02 08:51:12.007753"], ["tracking", "150402-39"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task6555"], ["description", "I-am-the-task-description_3413"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:12.012055"], ["updated_at", "2015-04-02 08:51:12.012055"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5229"], ["description", "I-am-the-goal-description_2565"], ["version", 1], ["created_at", "2015-04-02 08:51:12.018747"], ["updated_at", "2015-04-02 08:51:12.018747"], ["tracking", "150402-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task7507"], ["description", "I-am-the-task-description_786"], ["reminder", "2015-04-01"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:12.022818"], ["updated_at", "2015-04-02 08:51:12.022818"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4462"], ["description", "I-am-the-goal-description_5326"], ["version", 1], ["created_at", "2015-04-02 08:51:12.028024"], ["updated_at", "2015-04-02 08:51:12.028024"], ["tracking", "150402-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task4292"], ["description", "I-am-the-task-description_6618"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:12.031783"], ["updated_at", "2015-04-02 08:51:12.031783"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6396"], ["description", "I-am-the-goal-description_2508"], ["version", 1], ["created_at", "2015-04-02 08:51:12.037393"], ["updated_at", "2015-04-02 08:51:12.037393"], ["tracking", "150402-42"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task4299"], ["description", "I-am-the-task-description_6490"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 08:51:12.041100"], ["updated_at", "2015-04-02 08:51:12.041100"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8241"], ["description", "I-am-the-goal-description_5494"], ["version", 1], ["created_at", "2015-04-02 08:51:12.045922"], ["updated_at", "2015-04-02 08:51:12.045922"], ["tracking", "150402-43"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-02 08:51:12.048998"], ["id", 47]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-02 08:51:12.051109"], ["id", 47]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_366"], ["description", "I-am-the-goal-description_6036"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3218"], ["description", "I-am-the-goal-description_4081"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5556"], ["description", "I-am-the-goal-description_6024"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9618"], ["description", "I-am-the-goal-description_3703"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4978"], ["description", "I-am-the-goal-description_9544"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task370"], ["description", "I-am-the-task-description_3011"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1751"], ["description", "I-am-the-goal-description_4338"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task2079"], ["description", "I-am-the-task-description_9782"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_922"], ["description", "I-am-the-goal-description_6490"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task4019"], ["description", "I-am-the-task-description_9780"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8948"], ["description", "I-am-the-goal-description_2367"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task1934"], ["description", "I-am-the-task-description_571"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1709"], ["description", "I-am-the-goal-description_2486"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task78"], ["description", "I-am-the-task-description_3807"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1743"], ["description", "I-am-the-goal-description_5425"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8518"], ["description", "I-am-the-goal-description_4116"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1831"], ["description", "I-am-the-goal-description_5775"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3321"], ["description", "I-am-the-goal-description_6070"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:51:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2366.8ms) Completed 200 OK in 2417ms (Views: 2403.6ms | ActiveRecord: 8.0ms) Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 10:51:22 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (330.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (335.1ms) Completed 200 OK in 339ms (Views: 338.3ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 08:51:23.371808"], ["updated_at", "2015-04-02 08:51:23.371808"], ["tracking", "150402-44"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/61 Completed 302 Found in 30ms (ActiveRecord: 0.8ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (88.2ms) Completed 200 OK in 103ms (Views: 89.7ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.0ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8699"], ["description", "I-am-the-goal-description_4649"], ["version", 1], ["created_at", "2015-04-02 08:51:23.518523"], ["updated_at", "2015-04-02 08:51:23.518523"], ["tracking", "150402-44"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (1.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 61], ["title", "I-am-a-task6048"], ["description", "I-am-the-task-description_7513"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:23.523370"], ["updated_at", "2015-04-02 08:51:23.523370"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 61], ["title", "I-am-a-task2843"], ["description", "I-am-the-task-description_7001"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:23.527984"], ["updated_at", "2015-04-02 08:51:23.527984"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 61], ["title", "I-am-a-task9568"], ["description", "I-am-the-task-description_4856"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 08:51:23.531325"], ["updated_at", "2015-04-02 08:51:23.531325"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (81.9ms) Completed 200 OK in 84ms (Views: 75.5ms | ActiveRecord: 7.3ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 61]]  (2.4ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_958"], ["description", "I-am-the-goal-description_9294"], ["version", 1], ["created_at", "2015-04-02 08:51:23.698759"], ["updated_at", "2015-04-02 08:51:23.698759"], ["tracking", "150402-44"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (91.2ms) Completed 200 OK in 93ms (Views: 84.2ms | ActiveRecord: 8.0ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.1ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/61/edit" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (61.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.4ms) Completed 200 OK in 69ms (Views: 68.0ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_9294"}, "commit"=>"Mettre à jour", "id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SAVEPOINT active_record_1 SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 08:51:23.886280"], ["id", 61]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals/61 Completed 302 Found in 4ms (ActiveRecord: 0.6ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.3ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.3ms)  (1.0ms) rollback transaction  (0.2ms) begin transaction  (0.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8070"], ["description", "I-am-the-goal-description_5840"], ["version", 1], ["created_at", "2015-04-02 08:51:23.906069"], ["updated_at", "2015-04-02 08:51:23.906069"], ["tracking", "150402-44"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:51:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (89.9ms) Completed 200 OK in 92ms (Views: 83.4ms | ActiveRecord: 7.7ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:51:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:51:24 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SAVEPOINT active_record_1 Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 61]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 61]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/goals Completed 302 Found in 3ms (ActiveRecord: 0.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:51:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (80.5ms) Completed 200 OK in 82ms (Views: 74.1ms | ActiveRecord: 7.1ms)  (2.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7524"], ["description", "I-am-the-goal-description_3964"], ["version", 1], ["created_at", "2015-04-02 08:55:30.495272"], ["updated_at", "2015-04-02 08:55:30.495272"], ["tracking", "150402-44"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 10:55:30 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2351.3ms) Completed 200 OK in 2442ms (Views: 2425.0ms | ActiveRecord: 8.3ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 10:55:32 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (51.0ms) Completed 200 OK in 116ms (Views: 53.1ms | ActiveRecord: 0.6ms)  (0.5ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7957"], ["description", "I-am-the-goal-description_3634"], ["version", 1], ["created_at", "2015-04-02 09:24:49.668421"], ["updated_at", "2015-04-02 09:24:49.668421"], ["tracking", "150402-44"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:24:49 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (48.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2287.7ms) Completed 200 OK in 2371ms (Views: 2356.8ms | ActiveRecord: 7.7ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 11:24:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (84.1ms) Completed 200 OK in 98ms (Views: 85.5ms | ActiveRecord: 0.6ms)  (2.4ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4640"], ["description", "I-am-the-goal-description_6532"], ["version", 1], ["created_at", "2015-04-02 09:28:15.813224"], ["updated_at", "2015-04-02 09:28:15.813224"], ["tracking", "150402-44"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:28:15 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (73.1ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.6ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2613.5ms) Completed 200 OK in 2713ms (Views: 2690.6ms | ActiveRecord: 11.9ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 11:28:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (90.6ms) Completed 200 OK in 113ms (Views: 92.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/61/tasks/new" for 127.0.0.1 at 2015-04-02 11:28:18 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"61"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (381.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (385.7ms) Completed 200 OK in 393ms (Views: 388.2ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:28:19 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"61"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1 Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] SQL (1.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 61], ["created_at", "2015-04-02 09:28:19.181292"], ["updated_at", "2015-04-02 09:28:19.181292"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/tasks/82 Completed 302 Found in 31ms (ActiveRecord: 1.5ms) Started GET "/flyboy/tasks/82" for 127.0.0.1 at 2015-04-02 11:28:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"82"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 82]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "82"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.0ms) 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", 82]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (93.7ms) Completed 200 OK in 99ms (Views: 96.3ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (0.8ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1726"], ["description", "I-am-the-goal-description_7773"], ["version", 1], ["created_at", "2015-04-02 09:29:52.622188"], ["updated_at", "2015-04-02 09:29:52.622188"], ["tracking", "150402-44"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:29:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.1ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2304.5ms) Completed 200 OK in 2418ms (Views: 2368.8ms | ActiveRecord: 7.5ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 11:29:55 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (85.5ms) Completed 200 OK in 100ms (Views: 87.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/61/tasks/new" for 127.0.0.1 at 2015-04-02 11:29:55 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"61"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (357.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (362.0ms) Completed 200 OK in 367ms (Views: 364.0ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:29:55 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"61"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1 Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] SQL (1.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 61], ["created_at", "2015-04-02 09:29:55.607926"], ["updated_at", "2015-04-02 09:29:55.607926"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/tasks/82 Completed 302 Found in 27ms (ActiveRecord: 1.5ms) Started GET "/flyboy/tasks/82" for 127.0.0.1 at 2015-04-02 11:29:55 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"82"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 82]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "82"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.6ms) 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", 82]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (88.8ms) Completed 200 OK in 93ms (Views: 90.1ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3444"], ["description", "I-am-the-goal-description_8726"], ["version", 1], ["created_at", "2015-04-02 09:32:34.501438"], ["updated_at", "2015-04-02 09:32:34.501438"], ["tracking", "150402-44"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:32:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.9ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2225.2ms) Completed 200 OK in 2292ms (Views: 2280.2ms | ActiveRecord: 6.8ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 11:32:36 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (48.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (86.0ms) Completed 200 OK in 100ms (Views: 87.3ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/61/tasks/new" for 127.0.0.1 at 2015-04-02 11:32:36 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"61"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (370.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (374.6ms) Completed 200 OK in 380ms (Views: 376.5ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:32:37 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"61"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1 Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] SQL (1.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 61], ["created_at", "2015-04-02 09:32:37.370457"], ["updated_at", "2015-04-02 09:32:37.370457"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/tasks/82 Completed 302 Found in 65ms (ActiveRecord: 1.4ms) Started GET "/flyboy/tasks/82" for 127.0.0.1 at 2015-04-02 11:32:37 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"82"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 82]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "82"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (9.8ms) 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", 82]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (25.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (48.6ms) Completed 200 OK in 53ms (Views: 49.9ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, created_at DESC LIMIT 1  (2.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2587"], ["description", "I-am-the-goal-description_1834"], ["version", 1], ["created_at", "2015-04-02 09:33:36.729585"], ["updated_at", "2015-04-02 09:33:36.729585"], ["tracking", "150402-44"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:33:36 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (45.3ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2271.2ms) Completed 200 OK in 2386ms (Views: 2372.6ms | ActiveRecord: 7.9ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 11:33:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (83.9ms) Completed 200 OK in 100ms (Views: 85.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/61/tasks/new" for 127.0.0.1 at 2015-04-02 11:33:39 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"61"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (360.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (364.2ms) Completed 200 OK in 370ms (Views: 366.3ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:33:39 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"61"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1 Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] SQL (1.2ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 61], ["created_at", "2015-04-02 09:33:39.683599"], ["updated_at", "2015-04-02 09:33:39.683599"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/tasks/82 Completed 302 Found in 28ms (ActiveRecord: 1.4ms) Started GET "/flyboy/tasks/82" for 127.0.0.1 at 2015-04-02 11:33:39 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"82"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 82]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "82"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.6ms) 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", 82]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (70.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (91.7ms) Completed 200 OK in 96ms (Views: 93.0ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5639"], ["description", "I-am-the-goal-description_9318"], ["version", 1], ["created_at", "2015-04-02 09:35:01.149466"], ["updated_at", "2015-04-02 09:35:01.149466"], ["tracking", "150402-44"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:35:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (46.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2749.7ms) Completed 200 OK in 2832ms (Views: 2815.0ms | ActiveRecord: 7.1ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 11:35:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (86.5ms) Completed 200 OK in 101ms (Views: 88.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/61/tasks/new" for 127.0.0.1 at 2015-04-02 11:35:04 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"61"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (368.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (372.7ms) Completed 200 OK in 378ms (Views: 374.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:35:04 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"61"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1 Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] SQL (1.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 61], ["created_at", "2015-04-02 09:35:04.614652"], ["updated_at", "2015-04-02 09:35:04.614652"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/tasks/82 Completed 302 Found in 27ms (ActiveRecord: 1.5ms) Started GET "/flyboy/tasks/82" for 127.0.0.1 at 2015-04-02 11:35:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"82"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 82]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "82"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.1ms) Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 82]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (71.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (93.6ms) Completed 200 OK in 98ms (Views: 94.7ms | ActiveRecord: 0.8ms)  (2.2ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.2ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7097"], ["description", "I-am-the-goal-description_4842"], ["version", 1], ["created_at", "2015-04-02 09:35:42.659472"], ["updated_at", "2015-04-02 09:35:42.659472"], ["tracking", "150402-44"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:35:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.4ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2614.3ms) Completed 200 OK in 2693ms (Views: 2678.5ms | ActiveRecord: 8.9ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 11:35:45 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (6.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (55.6ms) Completed 200 OK in 121ms (Views: 57.3ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/61/tasks/new" for 127.0.0.1 at 2015-04-02 11:35:45 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"61"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (386.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (391.0ms) Completed 200 OK in 397ms (Views: 393.2ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:35:46 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"61"}, "commit"=>"Créer"}  (0.1ms) SAVEPOINT active_record_1 Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] SQL (1.5ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 61], ["created_at", "2015-04-02 09:35:46.012822"], ["updated_at", "2015-04-02 09:35:46.012822"]]  (0.1ms) RELEASE SAVEPOINT active_record_1 Redirected to http://www.example.com/flyboy/tasks/82 Completed 302 Found in 84ms (ActiveRecord: 1.8ms) Started GET "/flyboy/tasks/82" for 127.0.0.1 at 2015-04-02 11:35:46 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"82"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 82]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "82"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.5ms) 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", 82]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (30.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (54.2ms) Completed 200 OK in 62ms (Views: 56.5ms | ActiveRecord: 0.8ms)  (2.3ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:36:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.9ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 20 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 21 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 22 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 23 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 24 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 25 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 27 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 28 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 30 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 31 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 32 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 33 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 36 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 40 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 41 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 45 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 46 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 49 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 50 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 51 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 53 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 54 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 55 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 56 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 57 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 58 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 59 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 60 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1836.4ms) Completed 200 OK in 1914ms (Views: 1852.4ms | ActiveRecord: 10.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:36:12 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:36:12 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 11:36:12 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (286.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (291.1ms) Completed 200 OK in 294ms (Views: 293.2ms | ActiveRecord: 0.0ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:36:13 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 09:36:13.199024"], ["updated_at", "2015-04-02 09:36:13.199024"], ["tracking", "150402-44"]]  (3.4ms) commit transaction Redirected to http://127.0.0.1:57142/flyboy/goals/61 Completed 302 Found in 73ms (ActiveRecord: 4.1ms) Started GET "/flyboy/goals/61" for 127.0.0.1 at 2015-04-02 11:36:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"61"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 61]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 61 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 61]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (84.6ms) Completed 200 OK in 101ms (Views: 86.0ms | ActiveRecord: 0.8ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6348"], ["description", "I-am-the-goal-description_2422"], ["version", 1], ["created_at", "2015-04-02 09:36:13.450933"], ["updated_at", "2015-04-02 09:36:13.450933"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6781"], ["description", "I-am-the-task-description_9606"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:36:13.456623"], ["updated_at", "2015-04-02 09:36:13.456623"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task485"], ["description", "I-am-the-task-description_3456"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:36:13.463363"], ["updated_at", "2015-04-02 09:36:13.463363"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5893"], ["description", "I-am-the-task-description_8889"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:36:13.467534"], ["updated_at", "2015-04-02 09:36:13.467534"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:36:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.2ms) Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:36:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1046"], ["description", "I-am-the-goal-description_8008"], ["version", 1], ["created_at", "2015-04-02 09:36:13.748757"], ["updated_at", "2015-04-02 09:36:13.748757"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:36:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:36:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 11:36:13 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (56.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (60.2ms) Completed 200 OK in 65ms (Views: 63.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:36:14 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_8008"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 09:36:14.126454"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57142/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:36:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7149"], ["description", "I-am-the-goal-description_62"], ["version", 1], ["created_at", "2015-04-02 09:36:14.260177"], ["updated_at", "2015-04-02 09:36:14.260177"], ["tracking", "150402-1"]]  (1.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:36:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 1.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:36:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:36:14 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:57142/flyboy/goals Completed 302 Found in 5ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:36:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4109"], ["description", "I-am-the-goal-description_8651"], ["version", 1], ["created_at", "2015-04-02 09:36:21.887353"], ["updated_at", "2015-04-02 09:36:21.887353"], ["tracking", "150402-1"]]  (3.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:36:30 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1755.5ms) Completed 200 OK in 1788ms (Views: 1781.6ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:36:32 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:36:32 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:36:32 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (81.3ms) Completed 200 OK in 96ms (Views: 82.4ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:36:32 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (350.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (354.9ms) Completed 200 OK in 360ms (Views: 356.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:36:33 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:36:33.358121"], ["updated_at", "2015-04-02 09:36:33.358121"]]  (2.8ms) commit transaction Redirected to http://127.0.0.1:57203/flyboy/tasks/1 Completed 302 Found in 31ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:36:33 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.5ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (85.0ms) Completed 200 OK in 90ms (Views: 86.3ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2846"], ["description", "I-am-the-goal-description_8792"], ["version", 1], ["created_at", "2015-04-02 09:37:07.830187"], ["updated_at", "2015-04-02 09:37:07.830187"], ["tracking", "150402-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:37:17 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1985.9ms) Completed 200 OK in 2046ms (Views: 2034.7ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:37:19 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:37:19 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:37:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (49.0ms) Completed 200 OK in 113ms (Views: 51.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:37:19 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (381.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (386.8ms) Completed 200 OK in 395ms (Views: 389.1ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:37:20 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:37:20.185184"], ["updated_at", "2015-04-02 09:37:20.185184"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:57265/flyboy/tasks/1 Completed 302 Found in 74ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:37:20 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (10.2ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (28.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (53.3ms) Completed 200 OK in 61ms (Views: 55.2ms | ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1262"], ["description", "I-am-the-goal-description_9123"], ["version", 1], ["created_at", "2015-04-02 09:38:46.432661"], ["updated_at", "2015-04-02 09:38:46.432661"], ["tracking", "150402-1"]]  (3.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:38:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (48.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1712.9ms) Completed 200 OK in 1785ms (Views: 1777.8ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:38:57 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:38:57 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:38:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (47.3ms) Completed 200 OK in 62ms (Views: 48.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:38:57 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (350.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (354.7ms) Completed 200 OK in 360ms (Views: 356.6ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:38:57 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:38:57.877416"], ["updated_at", "2015-04-02 09:38:57.877416"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:57324/flyboy/tasks/1 Completed 302 Found in 30ms (ActiveRecord: 1.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:38:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.5ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (22.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (42.3ms) Completed 200 OK in 46ms (Views: 43.5ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8797"], ["description", "I-am-the-goal-description_5539"], ["version", 1], ["created_at", "2015-04-02 09:40:33.789352"], ["updated_at", "2015-04-02 09:40:33.789352"], ["tracking", "150402-1"]]  (2.6ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:40:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1752.2ms) Completed 200 OK in 1784ms (Views: 1777.3ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:40:44 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:40:44 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:40:44 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (45.3ms) Completed 200 OK in 102ms (Views: 46.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:40:44 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (348.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (352.9ms) Completed 200 OK in 359ms (Views: 354.9ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:40:45 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:40:45.090820"], ["updated_at", "2015-04-02 09:40:45.090820"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:57387/flyboy/tasks/1 Completed 302 Found in 76ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:40:45 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.9ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (27.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (50.7ms) Completed 200 OK in 56ms (Views: 51.9ms | ActiveRecord: 1.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5"], ["description", "I-am-the-goal-description_6519"], ["version", 1], ["created_at", "2015-04-02 09:42:08.120666"], ["updated_at", "2015-04-02 09:42:08.120666"], ["tracking", "150402-1"]]  (3.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:42:17 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.6ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1888.7ms) Completed 200 OK in 1974ms (Views: 1965.2ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:42:19 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:42:19 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:42:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (83.4ms) Completed 200 OK in 101ms (Views: 85.1ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:42:19 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (373.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (378.2ms) Completed 200 OK in 385ms (Views: 380.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:42:20 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:42:20.262360"], ["updated_at", "2015-04-02 09:42:20.262360"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:57475/flyboy/tasks/1 Completed 302 Found in 32ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:42:20 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.7ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (92.6ms) Completed 200 OK in 99ms (Views: 94.4ms | ActiveRecord: 1.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4264"], ["description", "I-am-the-goal-description_7720"], ["version", 1], ["created_at", "2015-04-02 09:42:20.499173"], ["updated_at", "2015-04-02 09:42:20.499173"], ["tracking", "150402-1"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9110"], ["description", "I-am-the-task-description_5813"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:42:20.503946"], ["updated_at", "2015-04-02 09:42:20.503946"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:42:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.1ms) Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:42:20 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.6ms) Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7806"], ["description", "I-am-the-goal-description_3440"], ["version", 1], ["created_at", "2015-04-02 09:42:20.769029"], ["updated_at", "2015-04-02 09:42:20.769029"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2074"], ["description", "I-am-the-task-description_7405"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:42:20.773709"], ["updated_at", "2015-04-02 09:42:20.773709"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:42:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5056"], ["description", "I-am-the-goal-description_93"], ["version", 1], ["created_at", "2015-04-02 09:42:28.912605"], ["updated_at", "2015-04-02 09:42:28.912605"], ["tracking", "150402-1"]]  (2.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:42:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1903.9ms) Completed 200 OK in 1938ms (Views: 1930.8ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:42:40 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:42:40 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:42:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (46.8ms) Completed 200 OK in 103ms (Views: 48.4ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:42:40 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (405.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (410.1ms) Completed 200 OK in 417ms (Views: 412.5ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:42:41 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:42:41.131862"], ["updated_at", "2015-04-02 09:42:41.131862"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57533/flyboy/tasks/1 Completed 302 Found in 79ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:42:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (9.1ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (25.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (49.6ms) Completed 200 OK in 54ms (Views: 50.8ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6853"], ["description", "I-am-the-goal-description_9182"], ["version", 1], ["created_at", "2015-04-02 09:42:41.374626"], ["updated_at", "2015-04-02 09:42:41.374626"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5462"], ["description", "I-am-the-task-description_9406"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:42:41.379206"], ["updated_at", "2015-04-02 09:42:41.379206"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:42:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.2ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:42:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.4ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2366"], ["description", "I-am-the-goal-description_5259"], ["version", 1], ["created_at", "2015-04-02 09:42:41.690324"], ["updated_at", "2015-04-02 09:42:41.690324"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5720"], ["description", "I-am-the-task-description_3370"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:42:41.695325"], ["updated_at", "2015-04-02 09:42:41.695325"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:42:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1543"], ["description", "I-am-the-goal-description_3749"], ["version", 1], ["created_at", "2015-04-02 09:42:51.515268"], ["updated_at", "2015-04-02 09:42:51.515268"], ["tracking", "150402-1"]]  (2.5ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:43:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1884.9ms) Completed 200 OK in 2015ms (Views: 1955.7ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:43:02 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:43:02 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:43:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (92.9ms) Completed 200 OK in 117ms (Views: 94.4ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:43:03 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (391.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (395.4ms) Completed 200 OK in 401ms (Views: 397.2ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:43:03 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:43:03.705589"], ["updated_at", "2015-04-02 09:43:03.705589"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:57592/flyboy/tasks/1 Completed 302 Found in 39ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:43:03 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.9ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (77.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (99.2ms) Completed 200 OK in 103ms (Views: 100.4ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7976"], ["description", "I-am-the-goal-description_6436"], ["version", 1], ["created_at", "2015-04-02 09:43:03.951156"], ["updated_at", "2015-04-02 09:43:03.951156"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6650"], ["description", "I-am-the-task-description_513"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:43:03.957374"], ["updated_at", "2015-04-02 09:43:03.957374"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:43:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.1ms) Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:43:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.3ms) Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.4ms)  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9429"], ["description", "I-am-the-goal-description_2111"], ["version", 1], ["created_at", "2015-04-02 09:43:04.272721"], ["updated_at", "2015-04-02 09:43:04.272721"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9008"], ["description", "I-am-the-task-description_8313"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:43:04.277854"], ["updated_at", "2015-04-02 09:43:04.277854"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:43:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8741"], ["description", "I-am-the-goal-description_6338"], ["version", 1], ["created_at", "2015-04-02 09:43:44.346721"], ["updated_at", "2015-04-02 09:43:44.346721"], ["tracking", "150402-1"]]  (3.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:43:53 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.4ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1860.0ms) Completed 200 OK in 1953ms (Views: 1941.6ms | ActiveRecord: 1.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:43:55 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:43:55 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:43:55 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (52.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (95.5ms) Completed 200 OK in 111ms (Views: 97.6ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:43:56 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (427.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (431.7ms) Completed 200 OK in 437ms (Views: 433.6ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:43:56 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:43:56.590778"], ["updated_at", "2015-04-02 09:43:56.590778"]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:57652/flyboy/tasks/1 Completed 302 Found in 39ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:43:56 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (11.0ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (84.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (112.4ms) Completed 200 OK in 117ms (Views: 113.5ms | ActiveRecord: 1.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9963"], ["description", "I-am-the-goal-description_3850"], ["version", 1], ["created_at", "2015-04-02 09:43:56.941491"], ["updated_at", "2015-04-02 09:43:56.941491"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7226"], ["description", "I-am-the-task-description_8704"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:43:56.945800"], ["updated_at", "2015-04-02 09:43:56.945800"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:43:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:43:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.2ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6482"], ["description", "I-am-the-goal-description_6093"], ["version", 1], ["created_at", "2015-04-02 09:43:57.207408"], ["updated_at", "2015-04-02 09:43:57.207408"], ["tracking", "150402-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4912"], ["description", "I-am-the-task-description_7280"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:43:57.212413"], ["updated_at", "2015-04-02 09:43:57.212413"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:43:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:43:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (65.6ms) Completed 200 OK in 71ms (Views: 66.2ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1175"], ["description", "I-am-the-goal-description_2050"], ["version", 1], ["created_at", "2015-04-02 09:44:06.768786"], ["updated_at", "2015-04-02 09:44:06.768786"], ["tracking", "150402-1"]]  (2.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:44:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1897.8ms) Completed 200 OK in 1938ms (Views: 1926.8ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:44:18 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:44:18 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:44:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (61.6ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (130.7ms) Completed 200 OK in 146ms (Views: 132.5ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:44:18 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (350.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (356.3ms) Completed 200 OK in 362ms (Views: 358.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:44:18 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.4ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:44:18.969007"], ["updated_at", "2015-04-02 09:44:18.969007"]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:57710/flyboy/tasks/1 Completed 302 Found in 38ms (ActiveRecord: 4.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:44:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (54.4ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (25.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (93.5ms) Completed 200 OK in 100ms (Views: 94.8ms | ActiveRecord: 1.1ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8584"], ["description", "I-am-the-goal-description_9121"], ["version", 1], ["created_at", "2015-04-02 09:44:19.215672"], ["updated_at", "2015-04-02 09:44:19.215672"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7331"], ["description", "I-am-the-task-description_7877"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:44:19.219670"], ["updated_at", "2015-04-02 09:44:19.219670"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:44:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.7ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:44:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (75.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (79.6ms) Completed 200 OK in 83ms (Views: 80.5ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3996"], ["description", "I-am-the-goal-description_2783"], ["version", 1], ["created_at", "2015-04-02 09:44:19.594054"], ["updated_at", "2015-04-02 09:44:19.594054"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1021"], ["description", "I-am-the-task-description_6621"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:44:19.598273"], ["updated_at", "2015-04-02 09:44:19.598273"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:44:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3609"], ["description", "I-am-the-goal-description_4832"], ["version", 1], ["created_at", "2015-04-02 09:45:50.639466"], ["updated_at", "2015-04-02 09:45:50.639466"], ["tracking", "150402-1"]]  (2.6ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:45:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.9ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1692.0ms) Completed 200 OK in 1724ms (Views: 1716.9ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:46:01 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:46:01 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:46:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (46.1ms) Completed 200 OK in 98ms (Views: 47.4ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:46:01 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (353.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (357.7ms) Completed 200 OK in 363ms (Views: 359.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:46:01 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:46:01.916756"], ["updated_at", "2015-04-02 09:46:01.916756"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57771/flyboy/tasks/1 Completed 302 Found in 70ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:46:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.8ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (23.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (45.8ms) Completed 200 OK in 50ms (Views: 47.0ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9242"], ["description", "I-am-the-goal-description_3109"], ["version", 1], ["created_at", "2015-04-02 09:46:02.158898"], ["updated_at", "2015-04-02 09:46:02.158898"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5146"], ["description", "I-am-the-task-description_9593"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:46:02.164732"], ["updated_at", "2015-04-02 09:46:02.164732"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:46:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:46:02 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (47.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (60.6ms) Completed 200 OK in 64ms (Views: 61.2ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7869"], ["description", "I-am-the-goal-description_8204"], ["version", 1], ["created_at", "2015-04-02 09:46:02.426249"], ["updated_at", "2015-04-02 09:46:02.426249"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task638"], ["description", "I-am-the-task-description_3036"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:46:02.430843"], ["updated_at", "2015-04-02 09:46:02.430843"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:46:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6578"], ["description", "I-am-the-goal-description_7339"], ["version", 1], ["created_at", "2015-04-02 09:46:20.815408"], ["updated_at", "2015-04-02 09:46:20.815408"], ["tracking", "150402-1"]]  (3.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:46:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1793.3ms) Completed 200 OK in 1826ms (Views: 1818.9ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:46:31 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:46:31 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:46:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (77.6ms) Completed 200 OK in 93ms (Views: 78.9ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:46:31 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (351.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (355.5ms) Completed 200 OK in 361ms (Views: 357.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:46:32 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:46:32.227244"], ["updated_at", "2015-04-02 09:46:32.227244"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57831/flyboy/tasks/1 Completed 302 Found in 33ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:46:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (48.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.0ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (25.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (89.2ms) Completed 200 OK in 94ms (Views: 90.4ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6715"], ["description", "I-am-the-goal-description_1693"], ["version", 1], ["created_at", "2015-04-02 09:46:32.472354"], ["updated_at", "2015-04-02 09:46:32.472354"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8527"], ["description", "I-am-the-task-description_2500"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:46:32.476931"], ["updated_at", "2015-04-02 09:46:32.476931"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:46:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:46:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (57.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.3ms) Completed 200 OK in 65ms (Views: 61.9ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9380"], ["description", "I-am-the-goal-description_3437"], ["version", 1], ["created_at", "2015-04-02 09:46:32.739483"], ["updated_at", "2015-04-02 09:46:32.739483"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7950"], ["description", "I-am-the-task-description_8246"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:46:32.744571"], ["updated_at", "2015-04-02 09:46:32.744571"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:46:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:46:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.4ms) Completed 200 OK in 18ms (Views: 14.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 11:46:32 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (121.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (124.9ms) Completed 200 OK in 131ms (Views: 128.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:46:33 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8246", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 09:46:33.221258"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57831/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:46:33 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.3ms) Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6382"], ["description", "I-am-the-goal-description_1766"], ["version", 1], ["created_at", "2015-04-02 09:47:07.402819"], ["updated_at", "2015-04-02 09:47:07.402819"], ["tracking", "150402-1"]]  (2.6ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:47:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.8ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1761.9ms) Completed 200 OK in 1795ms (Views: 1788.9ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:47:18 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:47:18 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:47:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (43.1ms) Completed 200 OK in 98ms (Views: 44.4ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:47:18 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (354.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (358.6ms) Completed 200 OK in 364ms (Views: 360.6ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:47:18 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:47:18.784980"], ["updated_at", "2015-04-02 09:47:18.784980"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:57890/flyboy/tasks/1 Completed 302 Found in 71ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:18 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (9.5ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (49.7ms) Completed 200 OK in 54ms (Views: 51.0ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6024"], ["description", "I-am-the-goal-description_9791"], ["version", 1], ["created_at", "2015-04-02 09:47:19.030106"], ["updated_at", "2015-04-02 09:47:19.030106"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5466"], ["description", "I-am-the-task-description_5659"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:47:19.036456"], ["updated_at", "2015-04-02 09:47:19.036456"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:47:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.9ms) Completed 200 OK in 66ms (Views: 63.5ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_929"], ["description", "I-am-the-goal-description_1629"], ["version", 1], ["created_at", "2015-04-02 09:47:19.296836"], ["updated_at", "2015-04-02 09:47:19.296836"], ["tracking", "150402-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3514"], ["description", "I-am-the-task-description_7545"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:47:19.303825"], ["updated_at", "2015-04-02 09:47:19.303825"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:47:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.6ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 11:47:19 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (118.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (122.4ms) Completed 200 OK in 126ms (Views: 124.2ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:19 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7545", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 09:47:19.780808"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57890/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.5ms) Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9358"], ["description", "I-am-the-goal-description_6830"], ["version", 1], ["created_at", "2015-04-02 09:47:19.917195"], ["updated_at", "2015-04-02 09:47:19.917195"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1347"], ["description", "I-am-the-task-description_5301"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:47:19.922651"], ["updated_at", "2015-04-02 09:47:19.922651"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:47:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9037"], ["description", "I-am-the-goal-description_7223"], ["version", 1], ["created_at", "2015-04-02 09:47:36.950026"], ["updated_at", "2015-04-02 09:47:36.950026"], ["tracking", "150402-1"]]  (2.6ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:47:46 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1997.6ms) Completed 200 OK in 2033ms (Views: 2024.0ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:47:48 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:47:48 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:47:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (46.0ms) Completed 200 OK in 102ms (Views: 47.6ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:47:48 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (376.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (381.1ms) Completed 200 OK in 387ms (Views: 383.2ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:47:49 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:47:49.299766"], ["updated_at", "2015-04-02 09:47:49.299766"]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:57949/flyboy/tasks/1 Completed 302 Found in 84ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.6ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (33.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (56.5ms) Completed 200 OK in 62ms (Views: 58.0ms | ActiveRecord: 1.1ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3592"], ["description", "I-am-the-goal-description_4361"], ["version", 1], ["created_at", "2015-04-02 09:47:49.541377"], ["updated_at", "2015-04-02 09:47:49.541377"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2412"], ["description", "I-am-the-task-description_5279"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:47:49.545185"], ["updated_at", "2015-04-02 09:47:49.545185"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:47:49 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.2ms) Completed 200 OK in 73ms (Views: 70.4ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6684"], ["description", "I-am-the-goal-description_9776"], ["version", 1], ["created_at", "2015-04-02 09:47:49.806528"], ["updated_at", "2015-04-02 09:47:49.806528"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9387"], ["description", "I-am-the-task-description_3922"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:47:49.811708"], ["updated_at", "2015-04-02 09:47:49.811708"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:47:49 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.8ms) Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 11:47:50 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (126.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (129.9ms) Completed 200 OK in 134ms (Views: 132.0ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:50 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3922", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 09:47:50.282324"], ["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:57949/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 2.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:47:50 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.8ms) Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.5ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9233"], ["description", "I-am-the-goal-description_3061"], ["version", 1], ["created_at", "2015-04-02 09:47:50.418215"], ["updated_at", "2015-04-02 09:47:50.418215"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2044"], ["description", "I-am-the-task-description_3310"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:47:50.424098"], ["updated_at", "2015-04-02 09:47:50.424098"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:47:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9175"], ["description", "I-am-the-goal-description_9597"], ["version", 1], ["created_at", "2015-04-02 09:48:48.810221"], ["updated_at", "2015-04-02 09:48:48.810221"], ["tracking", "150402-1"]]  (3.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:48:57 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1719.0ms) Completed 200 OK in 1751ms (Views: 1744.6ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:48:59 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:48:59 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:48:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (40.9ms) Completed 200 OK in 93ms (Views: 42.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:48:59 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (338.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (342.7ms) Completed 200 OK in 348ms (Views: 344.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:49:00 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:49:00.095224"], ["updated_at", "2015-04-02 09:49:00.095224"]]  (1.9ms) commit transaction Redirected to http://127.0.0.1:58009/flyboy/tasks/1 Completed 302 Found in 73ms (ActiveRecord: 2.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:49:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.8ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (44.8ms) Completed 200 OK in 49ms (Views: 46.0ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6078"], ["description", "I-am-the-goal-description_9107"], ["version", 1], ["created_at", "2015-04-02 09:49:00.335153"], ["updated_at", "2015-04-02 09:49:00.335153"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7600"], ["description", "I-am-the-task-description_5698"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:49:00.339869"], ["updated_at", "2015-04-02 09:49:00.339869"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:49:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:49:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (58.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.8ms) Completed 200 OK in 65ms (Views: 62.5ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2827"], ["description", "I-am-the-goal-description_9772"], ["version", 1], ["created_at", "2015-04-02 09:49:00.596128"], ["updated_at", "2015-04-02 09:49:00.596128"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8761"], ["description", "I-am-the-task-description_2560"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:49:00.601249"], ["updated_at", "2015-04-02 09:49:00.601249"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:49:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:49:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.8ms) Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 11:49:00 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (113.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (116.6ms) Completed 200 OK in 120ms (Views: 118.4ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:49:01 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_2560", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 09:49:01.076874"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:58009/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:49:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (9.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (13.6ms) Completed 200 OK in 17ms (Views: 14.2ms | ActiveRecord: 0.4ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.8ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1946"], ["description", "I-am-the-goal-description_9638"], ["version", 1], ["created_at", "2015-04-02 09:49:01.211536"], ["updated_at", "2015-04-02 09:49:01.211536"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3202"], ["description", "I-am-the-task-description_3439"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:49:01.216774"], ["updated_at", "2015-04-02 09:49:01.216774"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:49:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:49:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (55.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.2ms) Completed 200 OK in 65ms (Views: 62.0ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:49:01 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58009/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:49:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3401"], ["description", "I-am-the-goal-description_6613"], ["version", 1], ["created_at", "2015-04-02 09:50:01.304608"], ["updated_at", "2015-04-02 09:50:01.304608"], ["tracking", "150402-1"]]  (2.4ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:50:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1745.9ms) Completed 200 OK in 1781ms (Views: 1774.0ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:50:11 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:50:11 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:50:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (46.0ms) Completed 200 OK in 101ms (Views: 47.7ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:50:12 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (355.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (359.6ms) Completed 200 OK in 365ms (Views: 361.5ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:50:12 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:50:12.854495"], ["updated_at", "2015-04-02 09:50:12.854495"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:58078/flyboy/tasks/1 Completed 302 Found in 74ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:50:12 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.7ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (45.1ms) Completed 200 OK in 50ms (Views: 46.5ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5439"], ["description", "I-am-the-goal-description_230"], ["version", 1], ["created_at", "2015-04-02 09:50:13.093070"], ["updated_at", "2015-04-02 09:50:13.093070"], ["tracking", "150402-1"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5475"], ["description", "I-am-the-task-description_9969"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:50:13.097837"], ["updated_at", "2015-04-02 09:50:13.097837"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:50:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.2ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:50:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (47.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (60.4ms) Completed 200 OK in 64ms (Views: 61.0ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8044"], ["description", "I-am-the-goal-description_2220"], ["version", 1], ["created_at", "2015-04-02 09:50:13.355615"], ["updated_at", "2015-04-02 09:50:13.355615"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3533"], ["description", "I-am-the-task-description_8546"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:50:13.360234"], ["updated_at", "2015-04-02 09:50:13.360234"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:50:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:50:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.7ms) Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 11:50:13 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (120.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (123.8ms) Completed 200 OK in 127ms (Views: 125.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:50:13 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8546", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 09:50:13.834363"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58078/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:50:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (13.9ms) Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9701"], ["description", "I-am-the-goal-description_657"], ["version", 1], ["created_at", "2015-04-02 09:50:13.971090"], ["updated_at", "2015-04-02 09:50:13.971090"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1365"], ["description", "I-am-the-task-description_3935"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:50:13.976080"], ["updated_at", "2015-04-02 09:50:13.976080"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:50:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:50:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (58.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.0ms) Completed 200 OK in 65ms (Views: 62.6ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:50:14 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58078/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:50:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.3ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8932"], ["description", "I-am-the-goal-description_5388"], ["version", 1], ["created_at", "2015-04-02 09:50:14.352199"], ["updated_at", "2015-04-02 09:50:14.352199"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6293"], ["description", "I-am-the-task-description_3335"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:50:14.357525"], ["updated_at", "2015-04-02 09:50:14.357525"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:50:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8740"], ["description", "I-am-the-goal-description_3371"], ["version", 1], ["created_at", "2015-04-02 09:52:45.010371"], ["updated_at", "2015-04-02 09:52:45.010371"], ["tracking", "150402-1"]]  (1.3ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:52:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.5ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2015.0ms) Completed 200 OK in 2081ms (Views: 2067.3ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:52:57 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:52:57 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:52:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (51.0ms) Completed 200 OK in 116ms (Views: 52.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:52:57 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (376.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (382.1ms) Completed 200 OK in 390ms (Views: 384.6ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:52:58 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:52:58.050915"], ["updated_at", "2015-04-02 09:52:58.050915"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:58155/flyboy/tasks/1 Completed 302 Found in 74ms (ActiveRecord: 1.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:52:58 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (11.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (23.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (57.5ms) Completed 200 OK in 63ms (Views: 59.4ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7262"], ["description", "I-am-the-goal-description_7778"], ["version", 1], ["created_at", "2015-04-02 09:52:58.293229"], ["updated_at", "2015-04-02 09:52:58.293229"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9598"], ["description", "I-am-the-task-description_4703"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:52:58.298075"], ["updated_at", "2015-04-02 09:52:58.298075"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:52:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.0ms) Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:52:58 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.9ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.8ms) Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8143"], ["description", "I-am-the-goal-description_8823"], ["version", 1], ["created_at", "2015-04-02 09:52:58.608050"], ["updated_at", "2015-04-02 09:52:58.608050"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5871"], ["description", "I-am-the-task-description_987"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:52:58.614193"], ["updated_at", "2015-04-02 09:52:58.614193"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:52:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:52:58 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.7ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (15.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.3ms) Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 11:52:58 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (100.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (163.7ms) Completed 200 OK in 169ms (Views: 166.3ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_987", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 09:52:59.198409"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58155/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.7ms) Completed 200 OK in 19ms (Views: 16.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3964"], ["description", "I-am-the-goal-description_8526"], ["version", 1], ["created_at", "2015-04-02 09:52:59.337699"], ["updated_at", "2015-04-02 09:52:59.337699"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2029"], ["description", "I-am-the-task-description_8571"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:52:59.342753"], ["updated_at", "2015-04-02 09:52:59.342753"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.7ms) Completed 200 OK in 68ms (Views: 15.4ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58155/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.7ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.3ms)  (2.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_520"], ["description", "I-am-the-goal-description_1804"], ["version", 1], ["created_at", "2015-04-02 09:52:59.710562"], ["updated_at", "2015-04-02 09:52:59.710562"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7937"], ["description", "I-am-the-task-description_6069"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:52:59.715401"], ["updated_at", "2015-04-02 09:52:59.715401"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.5ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.0ms) Completed 200 OK in 71ms (Views: 67.5ms | ActiveRecord: 0.6ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:52:59.970229"], ["task_id", 1], ["created_at", "2015-04-02 09:52:59.971932"], ["updated_at", "2015-04-02 09:52:59.971932"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:52:59.973947"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:58155/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:52:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.0ms) Completed 200 OK in 25ms (Views: 19.9ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3541"], ["description", "I-am-the-goal-description_3827"], ["version", 1], ["created_at", "2015-04-02 09:53:52.804794"], ["updated_at", "2015-04-02 09:53:52.804794"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1847"], ["description", "I-am-the-task-description_7186"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:52.862645"], ["updated_at", "2015-04-02 09:53:52.862645"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9826"], ["description", "I-am-the-task-description_2072"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:52.866924"], ["updated_at", "2015-04-02 09:53:52.866924"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:53:52.950306"], ["task_id", 1], ["created_at", "2015-04-02 09:53:52.957766"], ["updated_at", "2015-04-02 09:53:52.957766"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:53:52.959560"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 89ms (ActiveRecord: 2.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6009"], ["description", "I-am-the-goal-description_8618"], ["version", 1], ["created_at", "2015-04-02 09:53:52.971261"], ["updated_at", "2015-04-02 09:53:52.971261"], ["tracking", "150402-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task5311"], ["description", "I-am-the-task-description_5311"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:52.975488"], ["updated_at", "2015-04-02 09:53:52.975488"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task9680"], ["description", "I-am-the-task-description_8701"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:52.979935"], ["updated_at", "2015-04-02 09:53:52.979935"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:53:52.987034"], ["task_id", 3], ["created_at", "2015-04-02 09:53:52.988619"], ["updated_at", "2015-04-02 09:53:52.988619"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:53:52.990497"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2083"], ["description", "I-am-the-goal-description_2986"], ["version", 1], ["created_at", "2015-04-02 09:53:53.000500"], ["updated_at", "2015-04-02 09:53:53.000500"], ["tracking", "150402-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1446"], ["description", "I-am-the-task-description_2269"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.006129"], ["updated_at", "2015-04-02 09:53:53.006129"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task9878"], ["description", "I-am-the-task-description_659"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.010605"], ["updated_at", "2015-04-02 09:53:53.010605"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:53:53.020228"], ["task_id", 5], ["created_at", "2015-04-02 09:53:53.021406"], ["updated_at", "2015-04-02 09:53:53.021406"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:53:53.022909"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4179"], ["description", "I-am-the-goal-description_8660"], ["version", 1], ["created_at", "2015-04-02 09:53:53.030751"], ["updated_at", "2015-04-02 09:53:53.030751"], ["tracking", "150402-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task995"], ["description", "I-am-the-task-description_9361"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.034713"], ["updated_at", "2015-04-02 09:53:53.034713"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task9334"], ["description", "I-am-the-task-description_6490"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.038583"], ["updated_at", "2015-04-02 09:53:53.038583"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:53:53.044312"], ["task_id", 7], ["created_at", "2015-04-02 09:53:53.045912"], ["updated_at", "2015-04-02 09:53:53.045912"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:53:53.047663"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7649"], ["description", "I-am-the-goal-description_4522"], ["version", 1], ["created_at", "2015-04-02 09:53:53.053648"], ["updated_at", "2015-04-02 09:53:53.053648"], ["tracking", "150402-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task4312"], ["description", "I-am-the-task-description_3347"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.058055"], ["updated_at", "2015-04-02 09:53:53.058055"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task336"], ["description", "I-am-the-task-description_8986"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.062162"], ["updated_at", "2015-04-02 09:53:53.062162"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 62ms (Views: 56.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5516"], ["description", "I-am-the-goal-description_4877"], ["version", 1], ["created_at", "2015-04-02 09:53:53.132556"], ["updated_at", "2015-04-02 09:53:53.132556"], ["tracking", "150402-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task2275"], ["description", "I-am-the-task-description_9447"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.137990"], ["updated_at", "2015-04-02 09:53:53.137990"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task2042"], ["description", "I-am-the-task-description_9813"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.142765"], ["updated_at", "2015-04-02 09:53:53.142765"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9042"], ["description", "I-am-the-goal-description_9271"], ["version", 1], ["created_at", "2015-04-02 09:53:53.154228"], ["updated_at", "2015-04-02 09:53:53.154228"], ["tracking", "150402-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task733"], ["description", "I-am-the-task-description_8164"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.158363"], ["updated_at", "2015-04-02 09:53:53.158363"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task4707"], ["description", "I-am-the-task-description_4894"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.162213"], ["updated_at", "2015-04-02 09:53:53.162213"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5484"], ["description", "I-am-the-goal-description_6584"], ["version", 1], ["created_at", "2015-04-02 09:53:53.172458"], ["updated_at", "2015-04-02 09:53:53.172458"], ["tracking", "150402-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task6058"], ["description", "I-am-the-task-description_5499"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.176855"], ["updated_at", "2015-04-02 09:53:53.176855"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task5323"], ["description", "I-am-the-task-description_8358"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.182271"], ["updated_at", "2015-04-02 09:53:53.182271"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2070"], ["description", "I-am-the-goal-description_4011"], ["version", 1], ["created_at", "2015-04-02 09:53:53.194340"], ["updated_at", "2015-04-02 09:53:53.194340"], ["tracking", "150402-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task9845"], ["description", "I-am-the-task-description_9817"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.198603"], ["updated_at", "2015-04-02 09:53:53.198603"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task9116"], ["description", "I-am-the-task-description_9184"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:53.202401"], ["updated_at", "2015-04-02 09:53:53.202401"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:53:53.213614"], ["updated_at", "2015-04-02 09:53:53.213614"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1498ms (ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7485"], ["description", "I-am-the-goal-description_1592"], ["version", 1], ["created_at", "2015-04-02 09:53:54.714338"], ["updated_at", "2015-04-02 09:53:54.714338"], ["tracking", "150402-10"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task8009"], ["description", "I-am-the-task-description_6823"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.719748"], ["updated_at", "2015-04-02 09:53:54.719748"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task3335"], ["description", "I-am-the-task-description_9050"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.723498"], ["updated_at", "2015-04-02 09:53:54.723498"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:53:54.729643"], ["updated_at", "2015-04-02 09:53:54.729643"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1215"], ["description", "I-am-the-goal-description_4081"], ["version", 1], ["created_at", "2015-04-02 09:53:54.739500"], ["updated_at", "2015-04-02 09:53:54.739500"], ["tracking", "150402-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task9947"], ["description", "I-am-the-task-description_8033"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.743311"], ["updated_at", "2015-04-02 09:53:54.743311"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task5239"], ["description", "I-am-the-task-description_2860"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.747116"], ["updated_at", "2015-04-02 09:53:54.747116"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:53:54.754762"], ["updated_at", "2015-04-02 09:53:54.754762"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 7ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3265"], ["description", "I-am-the-goal-description_5856"], ["version", 1], ["created_at", "2015-04-02 09:53:54.762171"], ["updated_at", "2015-04-02 09:53:54.762171"], ["tracking", "150402-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task2441"], ["description", "I-am-the-task-description_4634"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.765888"], ["updated_at", "2015-04-02 09:53:54.765888"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task151"], ["description", "I-am-the-task-description_6862"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.769922"], ["updated_at", "2015-04-02 09:53:54.769922"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8196"], ["description", "I-am-the-goal-description_4047"], ["version", 1], ["created_at", "2015-04-02 09:53:54.780506"], ["updated_at", "2015-04-02 09:53:54.780506"], ["tracking", "150402-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task4030"], ["description", "I-am-the-task-description_6461"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.785077"], ["updated_at", "2015-04-02 09:53:54.785077"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task6820"], ["description", "I-am-the-task-description_4830"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.789247"], ["updated_at", "2015-04-02 09:53:54.789247"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:53:54.793352"], ["updated_at", "2015-04-02 09:53:54.793352"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_852"], ["description", "I-am-the-goal-description_95"], ["version", 1], ["created_at", "2015-04-02 09:53:54.805418"], ["updated_at", "2015-04-02 09:53:54.805418"], ["tracking", "150402-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task9238"], ["description", "I-am-the-task-description_9422"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.809676"], ["updated_at", "2015-04-02 09:53:54.809676"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task1805"], ["description", "I-am-the-task-description_7396"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.813418"], ["updated_at", "2015-04-02 09:53:54.813418"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:53:54.817155"], ["updated_at", "2015-04-02 09:53:54.817155"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_390"], ["description", "I-am-the-goal-description_2084"], ["version", 1], ["created_at", "2015-04-02 09:53:54.828232"], ["updated_at", "2015-04-02 09:53:54.828232"], ["tracking", "150402-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task359"], ["description", "I-am-the-task-description_2660"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.833009"], ["updated_at", "2015-04-02 09:53:54.833009"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task1666"], ["description", "I-am-the-task-description_7524"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.837095"], ["updated_at", "2015-04-02 09:53:54.837095"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:53:54.841359"], ["updated_at", "2015-04-02 09:53:54.841359"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4392"], ["description", "I-am-the-goal-description_8347"], ["version", 1], ["created_at", "2015-04-02 09:53:54.869263"], ["updated_at", "2015-04-02 09:53:54.869263"], ["tracking", "150402-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task7466"], ["description", "I-am-the-task-description_9868"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.872981"], ["updated_at", "2015-04-02 09:53:54.872981"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task7846"], ["description", "I-am-the-task-description_1627"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.877201"], ["updated_at", "2015-04-02 09:53:54.877201"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:53:54.880943"], ["updated_at", "2015-04-02 09:53:54.880943"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_915"], ["description", "I-am-the-goal-description_1852"], ["version", 1], ["created_at", "2015-04-02 09:53:54.893905"], ["updated_at", "2015-04-02 09:53:54.893905"], ["tracking", "150402-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task4054"], ["description", "I-am-the-task-description_8317"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.897594"], ["updated_at", "2015-04-02 09:53:54.897594"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task8654"], ["description", "I-am-the-task-description_2333"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.901636"], ["updated_at", "2015-04-02 09:53:54.901636"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:53:54.906079"], ["updated_at", "2015-04-02 09:53:54.906079"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_277"], ["description", "I-am-the-goal-description_6658"], ["version", 1], ["created_at", "2015-04-02 09:53:54.917643"], ["updated_at", "2015-04-02 09:53:54.917643"], ["tracking", "150402-18"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task4535"], ["description", "I-am-the-task-description_2448"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.922715"], ["updated_at", "2015-04-02 09:53:54.922715"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task5500"], ["description", "I-am-the-task-description_4911"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:53:54.926793"], ["updated_at", "2015-04-02 09:53:54.926793"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:53:54.930556"], ["updated_at", "2015-04-02 09:53:54.930556"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 09:53:54.937206"], ["id", 45]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (3.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (4.1ms) DELETE FROM "flyboy_tasks";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.8ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (2.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6492"], ["description", "I-am-the-goal-description_657"], ["version", 1], ["created_at", "2015-04-02 09:54:37.453923"], ["updated_at", "2015-04-02 09:54:37.453923"], ["tracking", "150402-1"]]  (2.5ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3934"], ["description", "I-am-the-task-description_3924"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.592063"], ["updated_at", "2015-04-02 09:54:37.592063"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task746"], ["description", "I-am-the-task-description_2724"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.597793"], ["updated_at", "2015-04-02 09:54:37.597793"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:54:37.693132"], ["task_id", 1], ["created_at", "2015-04-02 09:54:37.704901"], ["updated_at", "2015-04-02 09:54:37.704901"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:54:37.709032"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 108ms (ActiveRecord: 3.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2184"], ["description", "I-am-the-goal-description_9545"], ["version", 1], ["created_at", "2015-04-02 09:54:37.723052"], ["updated_at", "2015-04-02 09:54:37.723052"], ["tracking", "150402-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task160"], ["description", "I-am-the-task-description_4222"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.730357"], ["updated_at", "2015-04-02 09:54:37.730357"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task134"], ["description", "I-am-the-task-description_1723"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.736055"], ["updated_at", "2015-04-02 09:54:37.736055"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:54:37.747134"], ["task_id", 3], ["created_at", "2015-04-02 09:54:37.749503"], ["updated_at", "2015-04-02 09:54:37.749503"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:54:37.752000"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5734"], ["description", "I-am-the-goal-description_2623"], ["version", 1], ["created_at", "2015-04-02 09:54:37.761972"], ["updated_at", "2015-04-02 09:54:37.761972"], ["tracking", "150402-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task3601"], ["description", "I-am-the-task-description_2226"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.766662"], ["updated_at", "2015-04-02 09:54:37.766662"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1383"], ["description", "I-am-the-task-description_8352"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.773051"], ["updated_at", "2015-04-02 09:54:37.773051"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:54:37.781442"], ["task_id", 5], ["created_at", "2015-04-02 09:54:37.782698"], ["updated_at", "2015-04-02 09:54:37.782698"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:54:37.784272"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4289"], ["description", "I-am-the-goal-description_7367"], ["version", 1], ["created_at", "2015-04-02 09:54:37.792375"], ["updated_at", "2015-04-02 09:54:37.792375"], ["tracking", "150402-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task2744"], ["description", "I-am-the-task-description_5505"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.796108"], ["updated_at", "2015-04-02 09:54:37.796108"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task6269"], ["description", "I-am-the-task-description_793"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.800122"], ["updated_at", "2015-04-02 09:54:37.800122"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:54:37.806166"], ["task_id", 7], ["created_at", "2015-04-02 09:54:37.807732"], ["updated_at", "2015-04-02 09:54:37.807732"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:54:37.809507"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8697"], ["description", "I-am-the-goal-description_6453"], ["version", 1], ["created_at", "2015-04-02 09:54:37.815302"], ["updated_at", "2015-04-02 09:54:37.815302"], ["tracking", "150402-5"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task7676"], ["description", "I-am-the-task-description_9306"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.821179"], ["updated_at", "2015-04-02 09:54:37.821179"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task3103"], ["description", "I-am-the-task-description_6697"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.826640"], ["updated_at", "2015-04-02 09:54:37.826640"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 63ms (Views: 58.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2897"], ["description", "I-am-the-goal-description_5957"], ["version", 1], ["created_at", "2015-04-02 09:54:37.897834"], ["updated_at", "2015-04-02 09:54:37.897834"], ["tracking", "150402-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task9282"], ["description", "I-am-the-task-description_4177"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.902619"], ["updated_at", "2015-04-02 09:54:37.902619"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task2448"], ["description", "I-am-the-task-description_8457"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.906459"], ["updated_at", "2015-04-02 09:54:37.906459"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.5ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_143"], ["description", "I-am-the-goal-description_7499"], ["version", 1], ["created_at", "2015-04-02 09:54:37.919916"], ["updated_at", "2015-04-02 09:54:37.919916"], ["tracking", "150402-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task7977"], ["description", "I-am-the-task-description_6486"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.923729"], ["updated_at", "2015-04-02 09:54:37.923729"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task7909"], ["description", "I-am-the-task-description_8466"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.927428"], ["updated_at", "2015-04-02 09:54:37.927428"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4555"], ["description", "I-am-the-goal-description_9688"], ["version", 1], ["created_at", "2015-04-02 09:54:37.940591"], ["updated_at", "2015-04-02 09:54:37.940591"], ["tracking", "150402-8"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task5211"], ["description", "I-am-the-task-description_7907"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.944293"], ["updated_at", "2015-04-02 09:54:37.944293"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task5559"], ["description", "I-am-the-task-description_5956"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.947951"], ["updated_at", "2015-04-02 09:54:37.947951"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7727"], ["description", "I-am-the-goal-description_4979"], ["version", 1], ["created_at", "2015-04-02 09:54:37.958762"], ["updated_at", "2015-04-02 09:54:37.958762"], ["tracking", "150402-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task7746"], ["description", "I-am-the-task-description_3804"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.962481"], ["updated_at", "2015-04-02 09:54:37.962481"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task3056"], ["description", "I-am-the-task-description_153"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:37.966130"], ["updated_at", "2015-04-02 09:54:37.966130"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:54:37.976305"], ["updated_at", "2015-04-02 09:54:37.976305"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1463ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1752"], ["description", "I-am-the-goal-description_7756"], ["version", 1], ["created_at", "2015-04-02 09:54:39.441600"], ["updated_at", "2015-04-02 09:54:39.441600"], ["tracking", "150402-10"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task378"], ["description", "I-am-the-task-description_838"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.447423"], ["updated_at", "2015-04-02 09:54:39.447423"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task4933"], ["description", "I-am-the-task-description_2596"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.452007"], ["updated_at", "2015-04-02 09:54:39.452007"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:54:39.461423"], ["updated_at", "2015-04-02 09:54:39.461423"]]  (1.4ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 10ms (ActiveRecord: 2.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5895"], ["description", "I-am-the-goal-description_6675"], ["version", 1], ["created_at", "2015-04-02 09:54:39.476374"], ["updated_at", "2015-04-02 09:54:39.476374"], ["tracking", "150402-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task9201"], ["description", "I-am-the-task-description_9544"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.481048"], ["updated_at", "2015-04-02 09:54:39.481048"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task5950"], ["description", "I-am-the-task-description_1826"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.484781"], ["updated_at", "2015-04-02 09:54:39.484781"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:54:39.492010"], ["updated_at", "2015-04-02 09:54:39.492010"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8366"], ["description", "I-am-the-goal-description_3611"], ["version", 1], ["created_at", "2015-04-02 09:54:39.499277"], ["updated_at", "2015-04-02 09:54:39.499277"], ["tracking", "150402-12"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task2324"], ["description", "I-am-the-task-description_1020"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.503254"], ["updated_at", "2015-04-02 09:54:39.503254"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task727"], ["description", "I-am-the-task-description_3772"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.553205"], ["updated_at", "2015-04-02 09:54:39.553205"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8440"], ["description", "I-am-the-goal-description_4361"], ["version", 1], ["created_at", "2015-04-02 09:54:39.564541"], ["updated_at", "2015-04-02 09:54:39.564541"], ["tracking", "150402-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task4523"], ["description", "I-am-the-task-description_4269"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.568884"], ["updated_at", "2015-04-02 09:54:39.568884"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task1656"], ["description", "I-am-the-task-description_8484"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.572702"], ["updated_at", "2015-04-02 09:54:39.572702"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:54:39.576396"], ["updated_at", "2015-04-02 09:54:39.576396"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"30"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4924"], ["description", "I-am-the-goal-description_4576"], ["version", 1], ["created_at", "2015-04-02 09:54:39.587489"], ["updated_at", "2015-04-02 09:54:39.587489"], ["tracking", "150402-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task403"], ["description", "I-am-the-task-description_5327"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.592405"], ["updated_at", "2015-04-02 09:54:39.592405"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task5523"], ["description", "I-am-the-task-description_2750"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.596782"], ["updated_at", "2015-04-02 09:54:39.596782"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:54:39.602022"], ["updated_at", "2015-04-02 09:54:39.602022"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5471"], ["description", "I-am-the-goal-description_8746"], ["version", 1], ["created_at", "2015-04-02 09:54:39.614400"], ["updated_at", "2015-04-02 09:54:39.614400"], ["tracking", "150402-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task5345"], ["description", "I-am-the-task-description_4321"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.618569"], ["updated_at", "2015-04-02 09:54:39.618569"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task2513"], ["description", "I-am-the-task-description_7340"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.622335"], ["updated_at", "2015-04-02 09:54:39.622335"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:54:39.626031"], ["updated_at", "2015-04-02 09:54:39.626031"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3684"], ["description", "I-am-the-goal-description_9229"], ["version", 1], ["created_at", "2015-04-02 09:54:39.645514"], ["updated_at", "2015-04-02 09:54:39.645514"], ["tracking", "150402-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task8515"], ["description", "I-am-the-task-description_5255"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.649786"], ["updated_at", "2015-04-02 09:54:39.649786"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task8476"], ["description", "I-am-the-task-description_1233"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.653605"], ["updated_at", "2015-04-02 09:54:39.653605"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:54:39.657215"], ["updated_at", "2015-04-02 09:54:39.657215"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8353"], ["description", "I-am-the-goal-description_1044"], ["version", 1], ["created_at", "2015-04-02 09:54:39.672371"], ["updated_at", "2015-04-02 09:54:39.672371"], ["tracking", "150402-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task2558"], ["description", "I-am-the-task-description_9971"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.676103"], ["updated_at", "2015-04-02 09:54:39.676103"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task6700"], ["description", "I-am-the-task-description_32"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.679782"], ["updated_at", "2015-04-02 09:54:39.679782"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:54:39.683386"], ["updated_at", "2015-04-02 09:54:39.683386"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8565"], ["description", "I-am-the-goal-description_6699"], ["version", 1], ["created_at", "2015-04-02 09:54:39.694737"], ["updated_at", "2015-04-02 09:54:39.694737"], ["tracking", "150402-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task1101"], ["description", "I-am-the-task-description_6050"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.699336"], ["updated_at", "2015-04-02 09:54:39.699336"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task2286"], ["description", "I-am-the-task-description_757"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 09:54:39.703933"], ["updated_at", "2015-04-02 09:54:39.703933"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 09:54:39.710539"], ["updated_at", "2015-04-02 09:54:39.710539"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 09:54:39.716657"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6153"], ["description", "I-am-the-goal-description_386"], ["version", 1], ["created_at", "2015-04-02 09:54:46.899917"], ["updated_at", "2015-04-02 09:54:46.899917"], ["tracking", "150402-19"]]  (2.6ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:54:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.5ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 3 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 3 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 4 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 4 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 5 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 6 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 7 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 8 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 11 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 12 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 13 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 15 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 16 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 17 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 18 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1810.1ms) Completed 200 OK in 1847ms (Views: 1837.2ms | ActiveRecord: 3.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:54:57 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:54:57 +0200 Started GET "/flyboy/goals/19" for 127.0.0.1 at 2015-04-02 11:54:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"19"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 19 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 19]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (48.4ms) Completed 200 OK in 105ms (Views: 49.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/19/tasks/new" for 127.0.0.1 at 2015-04-02 11:54:58 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"19"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (358.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (362.9ms) Completed 200 OK in 368ms (Views: 364.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:54:58 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"19"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 19], ["created_at", "2015-04-02 09:54:58.595122"], ["updated_at", "2015-04-02 09:54:58.595122"]]  (1.9ms) commit transaction Redirected to http://127.0.0.1:58226/flyboy/tasks/46 Completed 302 Found in 72ms (ActiveRecord: 2.4ms) Started GET "/flyboy/tasks/46" for 127.0.0.1 at 2015-04-02 11:54:58 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "46"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.2ms) 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", 46]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (23.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (46.8ms) Completed 200 OK in 51ms (Views: 48.0ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5555"], ["description", "I-am-the-goal-description_9925"], ["version", 1], ["created_at", "2015-04-02 09:54:58.832664"], ["updated_at", "2015-04-02 09:54:58.832664"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5589"], ["description", "I-am-the-task-description_7861"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:58.837732"], ["updated_at", "2015-04-02 09:54:58.837732"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:54:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:54:58 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.9ms) Completed 200 OK in 66ms (Views: 63.6ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1987"], ["description", "I-am-the-goal-description_3227"], ["version", 1], ["created_at", "2015-04-02 09:54:59.099297"], ["updated_at", "2015-04-02 09:54:59.099297"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5126"], ["description", "I-am-the-task-description_3933"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:59.104310"], ["updated_at", "2015-04-02 09:54:59.104310"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:54:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:54:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.7ms) Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 11:54:59 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (119.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (122.7ms) Completed 200 OK in 126ms (Views: 124.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:54:59 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3933", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 09:54:59.574726"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:58226/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:54:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (9.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (13.7ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.4ms)  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5266"], ["description", "I-am-the-goal-description_9528"], ["version", 1], ["created_at", "2015-04-02 09:54:59.717341"], ["updated_at", "2015-04-02 09:54:59.717341"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7547"], ["description", "I-am-the-task-description_558"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:54:59.723205"], ["updated_at", "2015-04-02 09:54:59.723205"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:54:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:54:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (57.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.6ms) Completed 200 OK in 65ms (Views: 62.1ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:54:59 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:58226/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:54:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.6ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2022"], ["description", "I-am-the-goal-description_2626"], ["version", 1], ["created_at", "2015-04-02 09:55:00.094901"], ["updated_at", "2015-04-02 09:55:00.094901"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7487"], ["description", "I-am-the-task-description_1594"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:55:00.100126"], ["updated_at", "2015-04-02 09:55:00.100126"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:55:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 11:55:00 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:55:00.237353"], ["task_id", 1], ["created_at", "2015-04-02 09:55:00.238773"], ["updated_at", "2015-04-02 09:55:00.238773"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:55:00.240374"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:58226/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:55:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1402"], ["description", "I-am-the-goal-description_1251"], ["version", 1], ["created_at", "2015-04-02 09:58:10.607445"], ["updated_at", "2015-04-02 09:58:10.607445"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 11:58:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2241.3ms) Completed 200 OK in 2374ms (Views: 2362.7ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 11:58:22 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 11:58:22 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 11:58:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (7.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (57.0ms) Completed 200 OK in 126ms (Views: 59.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 11:58:22 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (466.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (472.1ms) Completed 200 OK in 479ms (Views: 474.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:58:23 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 09:58:23.559424"], ["updated_at", "2015-04-02 09:58:23.559424"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:58354/flyboy/tasks/1 Completed 302 Found in 86ms (ActiveRecord: 1.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:58:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (10.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.8ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (32.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (63.2ms) Completed 200 OK in 72ms (Views: 66.6ms | ActiveRecord: 1.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6126"], ["description", "I-am-the-goal-description_9536"], ["version", 1], ["created_at", "2015-04-02 09:58:23.808476"], ["updated_at", "2015-04-02 09:58:23.808476"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task929"], ["description", "I-am-the-task-description_2569"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:58:23.812904"], ["updated_at", "2015-04-02 09:58:23.812904"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:58:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:58:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.7ms) Completed 200 OK in 66ms (Views: 63.4ms | ActiveRecord: 0.4ms)  (1.4ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_379"], ["description", "I-am-the-goal-description_3704"], ["version", 1], ["created_at", "2015-04-02 09:58:24.082232"], ["updated_at", "2015-04-02 09:58:24.082232"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5786"], ["description", "I-am-the-task-description_2390"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:58:24.092071"], ["updated_at", "2015-04-02 09:58:24.092071"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:58:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.0ms) Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:58:24 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.7ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.5ms) Completed 200 OK in 21ms (Views: 17.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 11:58:24 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (121.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (125.0ms) Completed 200 OK in 130ms (Views: 128.5ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:58:24 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_2390", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 09:58:24.565639"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58354/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:58:24 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.4ms) Completed 200 OK in 23ms (Views: 19.5ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6907"], ["description", "I-am-the-goal-description_6528"], ["version", 1], ["created_at", "2015-04-02 09:58:24.712352"], ["updated_at", "2015-04-02 09:58:24.712352"], ["tracking", "150402-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1464"], ["description", "I-am-the-task-description_470"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:58:24.719277"], ["updated_at", "2015-04-02 09:58:24.719277"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:58:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:58:24 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (68.8ms) Completed 200 OK in 72ms (Views: 69.4ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 11:58:25 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:58354/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:58:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2817"], ["description", "I-am-the-goal-description_256"], ["version", 1], ["created_at", "2015-04-02 09:58:25.216063"], ["updated_at", "2015-04-02 09:58:25.216063"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7479"], ["description", "I-am-the-task-description_5581"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 09:58:25.220295"], ["updated_at", "2015-04-02 09:58:25.220295"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:58:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 11:58:25 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 09:58:25.355425"], ["task_id", 1], ["created_at", "2015-04-02 09:58:25.356994"], ["updated_at", "2015-04-02 09:58:25.356994"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 09:58:25.358698"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58354/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 11:58:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:00:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.1ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1724.3ms) Completed 200 OK in 1823ms (Views: 1811.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:00:14 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:00:14 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:00:15 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (314.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (319.9ms) Completed 200 OK in 330ms (Views: 323.0ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:00:15 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 10:00:15.497354"], ["updated_at", "2015-04-02 10:00:15.497354"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:58455/flyboy/goals/1 Completed 302 Found in 36ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:00:15 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (27.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (115.4ms) Completed 200 OK in 175ms (Views: 116.9ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (0.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.4ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9759"], ["description", "I-am-the-goal-description_4290"], ["version", 1], ["created_at", "2015-04-02 10:00:15.829692"], ["updated_at", "2015-04-02 10:00:15.829692"], ["tracking", "150402-2"]]  (0.1ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task8546"], ["description", "I-am-the-task-description_1686"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:00:15.835826"], ["updated_at", "2015-04-02 10:00:15.835826"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.1ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task7683"], ["description", "I-am-the-task-description_2572"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:00:15.840066"], ["updated_at", "2015-04-02 10:00:15.840066"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task630"], ["description", "I-am-the-task-description_5699"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:00:15.842561"], ["updated_at", "2015-04-02 10:00:15.842561"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:00:15 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.4ms)  (0.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8211"], ["description", "I-am-the-goal-description_2955"], ["version", 1], ["created_at", "2015-04-02 10:00:18.019509"], ["updated_at", "2015-04-02 10:00:18.019509"], ["tracking", "150402-2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:00:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.5ms)  (0.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4748"], ["description", "I-am-the-goal-description_8505"], ["version", 1], ["created_at", "2015-04-02 10:00:20.200843"], ["updated_at", "2015-04-02 10:00:20.200843"], ["tracking", "150402-2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:00:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.4ms)  (0.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.7ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6910"], ["description", "I-am-the-goal-description_9786"], ["version", 1], ["created_at", "2015-04-02 10:00:22.388395"], ["updated_at", "2015-04-02 10:00:22.388395"], ["tracking", "150402-2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:00:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.4ms)  (0.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.9ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6982"], ["description", "I-am-the-goal-description_4334"], ["version", 1], ["created_at", "2015-04-02 10:00:24.565952"], ["updated_at", "2015-04-02 10:00:24.565952"], ["tracking", "150402-2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task3685"], ["description", "I-am-the-task-description_1980"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:00:24.568929"], ["updated_at", "2015-04-02 10:00:24.568929"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:00:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 16ms (Views: 11.1ms | ActiveRecord: 0.2ms)  (0.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5790"], ["description", "I-am-the-goal-description_7417"], ["version", 1], ["created_at", "2015-04-02 10:00:26.712732"], ["updated_at", "2015-04-02 10:00:26.712732"], ["tracking", "150402-2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task4987"], ["description", "I-am-the-task-description_9927"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:00:26.715547"], ["updated_at", "2015-04-02 10:00:26.715547"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:00:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (50.4ms) Completed 200 OK in 52ms (Views: 50.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:00:26 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)  (0.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2262"], ["description", "I-am-the-goal-description_8157"], ["version", 1], ["created_at", "2015-04-02 10:00:26.952483"], ["updated_at", "2015-04-02 10:00:26.952483"], ["tracking", "150402-2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task1056"], ["description", "I-am-the-task-description_9051"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:00:26.955416"], ["updated_at", "2015-04-02 10:00:26.955416"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:00:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:00:27 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.2ms) rollback transaction  (0.1ms) begin transaction  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SAVEPOINT active_record_1  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5325"], ["description", "I-am-the-goal-description_4918"], ["version", 1], ["created_at", "2015-04-02 10:00:27.197689"], ["updated_at", "2015-04-02 10:00:27.197689"], ["tracking", "150402-2"]]  (0.0ms) RELEASE SAVEPOINT active_record_1  (0.0ms) SAVEPOINT active_record_1 SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task5363"], ["description", "I-am-the-task-description_1919"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:00:27.200641"], ["updated_at", "2015-04-02 10:00:27.200641"]]  (0.0ms) RELEASE SAVEPOINT active_record_1 Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:00:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)  (0.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.7ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.5ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (1.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:01:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1730.4ms) Completed 200 OK in 1827ms (Views: 1776.3ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:01:49 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:01:49 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:01:49 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (270.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (276.2ms) Completed 200 OK in 328ms (Views: 278.9ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:01:50 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 10:01:50.079583"], ["updated_at", "2015-04-02 10:01:50.079583"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:58523/flyboy/goals/1 Completed 302 Found in 33ms (ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:01:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (74.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (124.8ms) Completed 200 OK in 144ms (Views: 126.2ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5354"], ["description", "I-am-the-goal-description_6237"], ["version", 1], ["created_at", "2015-04-02 10:01:50.425409"], ["updated_at", "2015-04-02 10:01:50.425409"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2726"], ["description", "I-am-the-task-description_9423"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:01:50.432456"], ["updated_at", "2015-04-02 10:01:50.432456"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1832"], ["description", "I-am-the-task-description_5143"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:01:50.437086"], ["updated_at", "2015-04-02 10:01:50.437086"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3398"], ["description", "I-am-the-task-description_6813"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:01:50.441395"], ["updated_at", "2015-04-02 10:01:50.441395"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:01:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:01:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_668"], ["description", "I-am-the-goal-description_5236"], ["version", 1], ["created_at", "2015-04-02 10:01:50.732624"], ["updated_at", "2015-04-02 10:01:50.732624"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:01:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:01:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:01:50 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (11.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (15.3ms) Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:01:51 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5236"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:01:51.116255"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58523/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:01:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6217"], ["description", "I-am-the-goal-description_720"], ["version", 1], ["created_at", "2015-04-02 10:01:51.301570"], ["updated_at", "2015-04-02 10:01:51.301570"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:01:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:01:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:01:51 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58523/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:01:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2115"], ["description", "I-am-the-goal-description_7501"], ["version", 1], ["created_at", "2015-04-02 10:01:51.704895"], ["updated_at", "2015-04-02 10:01:51.704895"], ["tracking", "150402-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:01:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:01:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 12:01:51 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (141.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (148.9ms) Completed 200 OK in 157ms (Views: 152.0ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:01:52 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 10:01:52.198677"], ["updated_at", "2015-04-02 10:01:52.198677"]]  (1.5ms) commit transaction Redirected to http://127.0.0.1:58523/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 2.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:01:52 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.5ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (23.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (45.6ms) Completed 200 OK in 50ms (Views: 47.6ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2622"], ["description", "I-am-the-goal-description_8764"], ["version", 1], ["created_at", "2015-04-02 10:01:52.341445"], ["updated_at", "2015-04-02 10:01:52.341445"], ["tracking", "150402-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8421"], ["description", "I-am-the-task-description_3831"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:01:52.347460"], ["updated_at", "2015-04-02 10:01:52.347460"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:01:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.9ms) Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:01:52 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.0ms) Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.3ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_736"], ["description", "I-am-the-goal-description_46"], ["version", 1], ["created_at", "2015-04-02 10:01:52.664061"], ["updated_at", "2015-04-02 10:01:52.664061"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3399"], ["description", "I-am-the-task-description_4521"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:01:52.668758"], ["updated_at", "2015-04-02 10:01:52.668758"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:01:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 9ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:01:52 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (57.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.6ms) Completed 200 OK in 65ms (Views: 62.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 12:01:52 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (75.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (78.8ms) Completed 200 OK in 85ms (Views: 82.8ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:01:53 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_4521", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 10:01:53.154133"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58523/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:01:53 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.0ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6648"], ["description", "I-am-the-goal-description_6372"], ["version", 1], ["created_at", "2015-04-02 10:01:53.336443"], ["updated_at", "2015-04-02 10:01:53.336443"], ["tracking", "150402-1"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task725"], ["description", "I-am-the-task-description_6221"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:01:53.340338"], ["updated_at", "2015-04-02 10:01:53.340338"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:01:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:01:53 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.6ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:01:53 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:58523/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:01:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.4ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1041"], ["description", "I-am-the-goal-description_1908"], ["version", 1], ["created_at", "2015-04-02 10:01:53.723318"], ["updated_at", "2015-04-02 10:01:53.723318"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1452"], ["description", "I-am-the-task-description_9677"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:01:53.727266"], ["updated_at", "2015-04-02 10:01:53.727266"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:01:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 12:01:53 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:01:53.866416"], ["task_id", 1], ["created_at", "2015-04-02 10:01:53.867789"], ["updated_at", "2015-04-02 10:01:53.867789"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:01:53.869386"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58523/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:01:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5106"], ["description", "I-am-the-goal-description_6172"], ["version", 1], ["created_at", "2015-04-02 10:02:05.705504"], ["updated_at", "2015-04-02 10:02:05.705504"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5577"], ["description", "I-am-the-goal-description_1971"], ["version", 1], ["created_at", "2015-04-02 10:02:05.751230"], ["updated_at", "2015-04-02 10:02:05.751230"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 19ms (Views: 13.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3168"], ["description", "I-am-the-goal-description_2740"], ["version", 1], ["created_at", "2015-04-02 10:02:05.854925"], ["updated_at", "2015-04-02 10:02:05.854925"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8500"], ["description", "I-am-the-goal-description_4715"], ["version", 1], ["created_at", "2015-04-02 10:02:05.859802"], ["updated_at", "2015-04-02 10:02:05.859802"], ["tracking", "150402-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_742"], ["description", "I-am-the-goal-description_2190"], ["version", 1], ["created_at", "2015-04-02 10:02:05.883859"], ["updated_at", "2015-04-02 10:02:05.883859"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4095"], ["description", "I-am-the-goal-description_6733"], ["version", 1], ["created_at", "2015-04-02 10:02:05.888054"], ["updated_at", "2015-04-02 10:02:05.888054"], ["tracking", "150402-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2151"], ["description", "I-am-the-goal-description_2329"], ["version", 1], ["created_at", "2015-04-02 10:02:05.910156"], ["updated_at", "2015-04-02 10:02:05.910156"], ["tracking", "150402-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task1425"], ["description", "I-am-the-task-description_6997"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:05.962010"], ["updated_at", "2015-04-02 10:02:05.962010"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-02 10:02:05.971864"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-02 10:02:05.972811"], ["updated_at", "2015-04-02 10:02:05.972811"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-02 10:02:05.974665"], ["id", 1]]  (0.7ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-02 10:02:05 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-02 10:02:05 UTC", "updated_at"=>"2015-04-02 10:02:05 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-02 10:02:05.986168"], ["created_at", "2015-04-02 10:02:05.986746"], ["updated_at", "2015-04-02 10:02:05.986746"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 18ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8019"], ["description", "I-am-the-goal-description_3470"], ["version", 1], ["created_at", "2015-04-02 10:02:06.005625"], ["updated_at", "2015-04-02 10:02:06.005625"], ["tracking", "150402-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task4594"], ["description", "I-am-the-task-description_7538"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.009655"], ["updated_at", "2015-04-02 10:02:06.009655"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task2277"], ["description", "I-am-the-task-description_29"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.013480"], ["updated_at", "2015-04-02 10:02:06.013480"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:02:06.020834"], ["task_id", 2], ["created_at", "2015-04-02 10:02:06.022223"], ["updated_at", "2015-04-02 10:02:06.022223"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:02:06.023938"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7788"], ["description", "I-am-the-goal-description_8559"], ["version", 1], ["created_at", "2015-04-02 10:02:06.031214"], ["updated_at", "2015-04-02 10:02:06.031214"], ["tracking", "150402-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task6898"], ["description", "I-am-the-task-description_9428"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.036056"], ["updated_at", "2015-04-02 10:02:06.036056"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task3343"], ["description", "I-am-the-task-description_1179"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.040622"], ["updated_at", "2015-04-02 10:02:06.040622"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:02:06.047164"], ["task_id", 4], ["created_at", "2015-04-02 10:02:06.048426"], ["updated_at", "2015-04-02 10:02:06.048426"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:02:06.049970"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2093"], ["description", "I-am-the-goal-description_9231"], ["version", 1], ["created_at", "2015-04-02 10:02:06.058010"], ["updated_at", "2015-04-02 10:02:06.058010"], ["tracking", "150402-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task5476"], ["description", "I-am-the-task-description_5122"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.062242"], ["updated_at", "2015-04-02 10:02:06.062242"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task7830"], ["description", "I-am-the-task-description_7154"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.066097"], ["updated_at", "2015-04-02 10:02:06.066097"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:02:06.073717"], ["task_id", 6], ["created_at", "2015-04-02 10:02:06.075015"], ["updated_at", "2015-04-02 10:02:06.075015"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:02:06.076587"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6273"], ["description", "I-am-the-goal-description_3969"], ["version", 1], ["created_at", "2015-04-02 10:02:06.085821"], ["updated_at", "2015-04-02 10:02:06.085821"], ["tracking", "150402-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task4133"], ["description", "I-am-the-task-description_915"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.090055"], ["updated_at", "2015-04-02 10:02:06.090055"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task1814"], ["description", "I-am-the-task-description_2919"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.094481"], ["updated_at", "2015-04-02 10:02:06.094481"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (1.1ms) 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-02 10:02:06.100798"], ["task_id", 8], ["created_at", "2015-04-02 10:02:06.102048"], ["updated_at", "2015-04-02 10:02:06.102048"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:02:06.105584"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8056"], ["description", "I-am-the-goal-description_7571"], ["version", 1], ["created_at", "2015-04-02 10:02:06.111472"], ["updated_at", "2015-04-02 10:02:06.111472"], ["tracking", "150402-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task1157"], ["description", "I-am-the-task-description_5649"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.115529"], ["updated_at", "2015-04-02 10:02:06.115529"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task9589"], ["description", "I-am-the-task-description_1370"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.119497"], ["updated_at", "2015-04-02 10:02:06.119497"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_637"], ["description", "I-am-the-goal-description_2228"], ["version", 1], ["created_at", "2015-04-02 10:02:06.132131"], ["updated_at", "2015-04-02 10:02:06.132131"], ["tracking", "150402-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task6338"], ["description", "I-am-the-task-description_9989"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.135974"], ["updated_at", "2015-04-02 10:02:06.135974"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task5743"], ["description", "I-am-the-task-description_2566"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.140443"], ["updated_at", "2015-04-02 10:02:06.140443"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3624"], ["description", "I-am-the-goal-description_8064"], ["version", 1], ["created_at", "2015-04-02 10:02:06.153851"], ["updated_at", "2015-04-02 10:02:06.153851"], ["tracking", "150402-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task9394"], ["description", "I-am-the-task-description_98"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.159526"], ["updated_at", "2015-04-02 10:02:06.159526"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task7399"], ["description", "I-am-the-task-description_6969"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.163429"], ["updated_at", "2015-04-02 10:02:06.163429"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3721"], ["description", "I-am-the-goal-description_4498"], ["version", 1], ["created_at", "2015-04-02 10:02:06.173685"], ["updated_at", "2015-04-02 10:02:06.173685"], ["tracking", "150402-11"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task5612"], ["description", "I-am-the-task-description_4298"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.177473"], ["updated_at", "2015-04-02 10:02:06.177473"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task1910"], ["description", "I-am-the-task-description_3867"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.181115"], ["updated_at", "2015-04-02 10:02:06.181115"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6907"], ["description", "I-am-the-goal-description_9275"], ["version", 1], ["created_at", "2015-04-02 10:02:06.195354"], ["updated_at", "2015-04-02 10:02:06.195354"], ["tracking", "150402-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task2933"], ["description", "I-am-the-task-description_8974"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.199197"], ["updated_at", "2015-04-02 10:02:06.199197"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task6646"], ["description", "I-am-the-task-description_9797"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:06.202939"], ["updated_at", "2015-04-02 10:02:06.202939"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:02:06.216017"], ["updated_at", "2015-04-02 10:02:06.216017"]]  (3.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1495ms (ActiveRecord: 3.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4959"], ["description", "I-am-the-goal-description_7681"], ["version", 1], ["created_at", "2015-04-02 10:02:07.713522"], ["updated_at", "2015-04-02 10:02:07.713522"], ["tracking", "150402-13"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task4976"], ["description", "I-am-the-task-description_3562"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.719952"], ["updated_at", "2015-04-02 10:02:07.719952"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task9678"], ["description", "I-am-the-task-description_2579"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.724257"], ["updated_at", "2015-04-02 10:02:07.724257"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:02:07.731548"], ["updated_at", "2015-04-02 10:02:07.731548"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4391"], ["description", "I-am-the-goal-description_1627"], ["version", 1], ["created_at", "2015-04-02 10:02:07.741151"], ["updated_at", "2015-04-02 10:02:07.741151"], ["tracking", "150402-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task9683"], ["description", "I-am-the-task-description_3156"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.744822"], ["updated_at", "2015-04-02 10:02:07.744822"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task4859"], ["description", "I-am-the-task-description_4942"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.748643"], ["updated_at", "2015-04-02 10:02:07.748643"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:02:07.754343"], ["updated_at", "2015-04-02 10:02:07.754343"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.5ms) Flyboy::Task Load (1.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4775"], ["description", "I-am-the-goal-description_9778"], ["version", 1], ["created_at", "2015-04-02 10:02:07.763827"], ["updated_at", "2015-04-02 10:02:07.763827"], ["tracking", "150402-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task4911"], ["description", "I-am-the-task-description_9003"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.767788"], ["updated_at", "2015-04-02 10:02:07.767788"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task1227"], ["description", "I-am-the-task-description_226"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.771683"], ["updated_at", "2015-04-02 10:02:07.771683"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1224"], ["description", "I-am-the-goal-description_182"], ["version", 1], ["created_at", "2015-04-02 10:02:07.782778"], ["updated_at", "2015-04-02 10:02:07.782778"], ["tracking", "150402-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task7355"], ["description", "I-am-the-task-description_4033"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.786551"], ["updated_at", "2015-04-02 10:02:07.786551"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task8468"], ["description", "I-am-the-task-description_5223"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.790247"], ["updated_at", "2015-04-02 10:02:07.790247"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:02:07.793805"], ["updated_at", "2015-04-02 10:02:07.793805"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3805"], ["description", "I-am-the-goal-description_9388"], ["version", 1], ["created_at", "2015-04-02 10:02:07.804942"], ["updated_at", "2015-04-02 10:02:07.804942"], ["tracking", "150402-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1018"], ["description", "I-am-the-task-description_8536"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.811134"], ["updated_at", "2015-04-02 10:02:07.811134"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task2003"], ["description", "I-am-the-task-description_1240"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.815171"], ["updated_at", "2015-04-02 10:02:07.815171"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:02:07.819156"], ["updated_at", "2015-04-02 10:02:07.819156"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"34"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2895"], ["description", "I-am-the-goal-description_7647"], ["version", 1], ["created_at", "2015-04-02 10:02:07.829920"], ["updated_at", "2015-04-02 10:02:07.829920"], ["tracking", "150402-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task9123"], ["description", "I-am-the-task-description_4270"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.834337"], ["updated_at", "2015-04-02 10:02:07.834337"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task4002"], ["description", "I-am-the-task-description_8194"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.838555"], ["updated_at", "2015-04-02 10:02:07.838555"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:02:07.843567"], ["updated_at", "2015-04-02 10:02:07.843567"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6901"], ["description", "I-am-the-goal-description_3415"], ["version", 1], ["created_at", "2015-04-02 10:02:07.918642"], ["updated_at", "2015-04-02 10:02:07.918642"], ["tracking", "150402-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task5076"], ["description", "I-am-the-task-description_6562"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.923028"], ["updated_at", "2015-04-02 10:02:07.923028"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task2791"], ["description", "I-am-the-task-description_9761"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.927241"], ["updated_at", "2015-04-02 10:02:07.927241"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:02:07.931406"], ["updated_at", "2015-04-02 10:02:07.931406"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7085"], ["description", "I-am-the-goal-description_738"], ["version", 1], ["created_at", "2015-04-02 10:02:07.945798"], ["updated_at", "2015-04-02 10:02:07.945798"], ["tracking", "150402-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task3308"], ["description", "I-am-the-task-description_5291"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.949593"], ["updated_at", "2015-04-02 10:02:07.949593"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task8122"], ["description", "I-am-the-task-description_1245"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.953724"], ["updated_at", "2015-04-02 10:02:07.953724"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.9ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:02:07.957645"], ["updated_at", "2015-04-02 10:02:07.957645"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2761"], ["description", "I-am-the-goal-description_3164"], ["version", 1], ["created_at", "2015-04-02 10:02:07.971976"], ["updated_at", "2015-04-02 10:02:07.971976"], ["tracking", "150402-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task9582"], ["description", "I-am-the-task-description_9307"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.975881"], ["updated_at", "2015-04-02 10:02:07.975881"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task6593"], ["description", "I-am-the-task-description_970"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:07.979509"], ["updated_at", "2015-04-02 10:02:07.979509"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:02:07.983076"], ["updated_at", "2015-04-02 10:02:07.983076"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 10:02:07.990341"], ["id", 46]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3476"], ["description", "I-am-the-goal-description_3574"], ["version", 1], ["created_at", "2015-04-02 10:02:07.997444"], ["updated_at", "2015-04-02 10:02:07.997444"], ["tracking", "150402-22"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9384"], ["description", "I-am-the-goal-description_9150"], ["version", 1], ["created_at", "2015-04-02 10:02:08.003327"], ["updated_at", "2015-04-02 10:02:08.003327"], ["tracking", "150402-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task1437"], ["description", "I-am-the-task-description_6218"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.007885"], ["updated_at", "2015-04-02 10:02:08.007885"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5216"], ["description", "I-am-the-goal-description_2269"], ["version", 1], ["created_at", "2015-04-02 10:02:08.013466"], ["updated_at", "2015-04-02 10:02:08.013466"], ["tracking", "150402-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task1171"], ["description", "I-am-the-task-description_6356"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.017346"], ["updated_at", "2015-04-02 10:02:08.017346"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_762"], ["description", "I-am-the-goal-description_3624"], ["version", 1], ["created_at", "2015-04-02 10:02:08.020297"], ["updated_at", "2015-04-02 10:02:08.020297"], ["tracking", "150402-25"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task6410"], ["description", "I-am-the-task-description_2129"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.025167"], ["updated_at", "2015-04-02 10:02:08.025167"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task2363"], ["description", "I-am-the-task-description_3735"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.029274"], ["updated_at", "2015-04-02 10:02:08.029274"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task8001"], ["description", "I-am-the-task-description_9054"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.033361"], ["updated_at", "2015-04-02 10:02:08.033361"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task7458"], ["description", "I-am-the-task-description_4808"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.038399"], ["updated_at", "2015-04-02 10:02:08.038399"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5422"], ["description", "I-am-the-goal-description_8361"], ["version", 1], ["created_at", "2015-04-02 10:02:08.045632"], ["updated_at", "2015-04-02 10:02:08.045632"], ["tracking", "150402-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9951"], ["description", "I-am-the-goal-description_5014"], ["version", 1], ["created_at", "2015-04-02 10:02:08.050953"], ["updated_at", "2015-04-02 10:02:08.050953"], ["tracking", "150402-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task7806"], ["description", "I-am-the-task-description_8573"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.054773"], ["updated_at", "2015-04-02 10:02:08.054773"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3475"], ["description", "I-am-the-goal-description_9710"], ["version", 1], ["created_at", "2015-04-02 10:02:08.059398"], ["updated_at", "2015-04-02 10:02:08.059398"], ["tracking", "150402-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task7557"], ["description", "I-am-the-task-description_5447"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.064152"], ["updated_at", "2015-04-02 10:02:08.064152"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3476"], ["description", "I-am-the-goal-description_5809"], ["version", 1], ["created_at", "2015-04-02 10:02:08.067169"], ["updated_at", "2015-04-02 10:02:08.067169"], ["tracking", "150402-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task1211"], ["description", "I-am-the-task-description_7391"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.071633"], ["updated_at", "2015-04-02 10:02:08.071633"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task6676"], ["description", "I-am-the-task-description_9866"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.076301"], ["updated_at", "2015-04-02 10:02:08.076301"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task8324"], ["description", "I-am-the-task-description_2560"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.081220"], ["updated_at", "2015-04-02 10:02:08.081220"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task6678"], ["description", "I-am-the-task-description_4884"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.085998"], ["updated_at", "2015-04-02 10:02:08.085998"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5149"], ["description", "I-am-the-goal-description_3737"], ["version", 1], ["created_at", "2015-04-02 10:02:08.090069"], ["updated_at", "2015-04-02 10:02:08.090069"], ["tracking", "150402-30"]]  (2.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_640"], ["description", "I-am-the-goal-description_3427"], ["version", 1], ["created_at", "2015-04-02 10:02:08.099891"], ["updated_at", "2015-04-02 10:02:08.099891"], ["tracking", "150402-31"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5999"], ["description", "I-am-the-goal-description_1833"], ["version", 1], ["created_at", "2015-04-02 10:02:08.105233"], ["updated_at", "2015-04-02 10:02:08.105233"], ["tracking", "150402-32"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task6087"], ["description", "I-am-the-task-description_7057"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.109668"], ["updated_at", "2015-04-02 10:02:08.109668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6608"], ["description", "I-am-the-goal-description_3780"], ["version", 1], ["created_at", "2015-04-02 10:02:08.114509"], ["updated_at", "2015-04-02 10:02:08.114509"], ["tracking", "150402-33"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task1998"], ["description", "I-am-the-task-description_5796"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.118801"], ["updated_at", "2015-04-02 10:02:08.118801"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1890"], ["description", "I-am-the-goal-description_6169"], ["version", 1], ["created_at", "2015-04-02 10:02:08.121786"], ["updated_at", "2015-04-02 10:02:08.121786"], ["tracking", "150402-34"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task5050"], ["description", "I-am-the-task-description_235"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.126285"], ["updated_at", "2015-04-02 10:02:08.126285"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task6615"], ["description", "I-am-the-task-description_3321"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.130793"], ["updated_at", "2015-04-02 10:02:08.130793"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task7027"], ["description", "I-am-the-task-description_2321"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.135289"], ["updated_at", "2015-04-02 10:02:08.135289"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task5530"], ["description", "I-am-the-task-description_9050"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.139414"], ["updated_at", "2015-04-02 10:02:08.139414"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task5565"], ["description", "I-am-the-task-description_3476"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.146098"], ["updated_at", "2015-04-02 10:02:08.146098"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9468"], ["description", "I-am-the-goal-description_3347"], ["version", 1], ["created_at", "2015-04-02 10:02:08.153617"], ["updated_at", "2015-04-02 10:02:08.153617"], ["tracking", "150402-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5104"], ["description", "I-am-the-goal-description_1782"], ["version", 1], ["created_at", "2015-04-02 10:02:08.158229"], ["updated_at", "2015-04-02 10:02:08.158229"], ["tracking", "150402-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task7851"], ["description", "I-am-the-task-description_5255"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.161911"], ["updated_at", "2015-04-02 10:02:08.161911"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1921"], ["description", "I-am-the-goal-description_5846"], ["version", 1], ["created_at", "2015-04-02 10:02:08.165598"], ["updated_at", "2015-04-02 10:02:08.165598"], ["tracking", "150402-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task8092"], ["description", "I-am-the-task-description_164"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.169975"], ["updated_at", "2015-04-02 10:02:08.169975"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8634"], ["description", "I-am-the-goal-description_3719"], ["version", 1], ["created_at", "2015-04-02 10:02:08.172829"], ["updated_at", "2015-04-02 10:02:08.172829"], ["tracking", "150402-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task5796"], ["description", "I-am-the-task-description_8754"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.177087"], ["updated_at", "2015-04-02 10:02:08.177087"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task5608"], ["description", "I-am-the-task-description_4315"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.181492"], ["updated_at", "2015-04-02 10:02:08.181492"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task3401"], ["description", "I-am-the-task-description_7479"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.185791"], ["updated_at", "2015-04-02 10:02:08.185791"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task3824"], ["description", "I-am-the-task-description_9961"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.190841"], ["updated_at", "2015-04-02 10:02:08.190841"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task8160"], ["description", "I-am-the-task-description_722"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.197000"], ["updated_at", "2015-04-02 10:02:08.197000"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6330"], ["description", "I-am-the-goal-description_5574"], ["version", 1], ["created_at", "2015-04-02 10:02:08.204230"], ["updated_at", "2015-04-02 10:02:08.204230"], ["tracking", "150402-39"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task8322"], ["description", "I-am-the-task-description_9574"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.208100"], ["updated_at", "2015-04-02 10:02:08.208100"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2431"], ["description", "I-am-the-goal-description_7219"], ["version", 1], ["created_at", "2015-04-02 10:02:08.213158"], ["updated_at", "2015-04-02 10:02:08.213158"], ["tracking", "150402-40"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task4950"], ["description", "I-am-the-task-description_1466"], ["reminder", "2015-04-01"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.217440"], ["updated_at", "2015-04-02 10:02:08.217440"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6246"], ["description", "I-am-the-goal-description_6938"], ["version", 1], ["created_at", "2015-04-02 10:02:08.222548"], ["updated_at", "2015-04-02 10:02:08.222548"], ["tracking", "150402-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task1987"], ["description", "I-am-the-task-description_8964"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.226220"], ["updated_at", "2015-04-02 10:02:08.226220"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2499"], ["description", "I-am-the-goal-description_5960"], ["version", 1], ["created_at", "2015-04-02 10:02:08.232541"], ["updated_at", "2015-04-02 10:02:08.232541"], ["tracking", "150402-42"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task3471"], ["description", "I-am-the-task-description_1463"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:02:08.237229"], ["updated_at", "2015-04-02 10:02:08.237229"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6628"], ["description", "I-am-the-goal-description_5252"], ["version", 1], ["created_at", "2015-04-02 10:02:08.242734"], ["updated_at", "2015-04-02 10:02:08.242734"], ["tracking", "150402-43"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-02 10:02:08.248060"], ["id", 47]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-02 10:02:08.250528"], ["id", 47]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2980"], ["description", "I-am-the-goal-description_4818"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3871"], ["description", "I-am-the-goal-description_6448"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2415"], ["description", "I-am-the-goal-description_7316"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1699"], ["description", "I-am-the-goal-description_5595"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2990"], ["description", "I-am-the-goal-description_6012"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task578"], ["description", "I-am-the-task-description_7067"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1744"], ["description", "I-am-the-goal-description_7979"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task2559"], ["description", "I-am-the-task-description_3659"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4526"], ["description", "I-am-the-goal-description_9712"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task8085"], ["description", "I-am-the-task-description_6065"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5755"], ["description", "I-am-the-goal-description_1609"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task6251"], ["description", "I-am-the-task-description_7212"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6620"], ["description", "I-am-the-goal-description_323"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task7367"], ["description", "I-am-the-task-description_3573"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_304"], ["description", "I-am-the-goal-description_2146"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4470"], ["description", "I-am-the-goal-description_7484"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2065"], ["description", "I-am-the-goal-description_8688"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9253"], ["description", "I-am-the-goal-description_110"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:02:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.8ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1654.9ms) Completed 200 OK in 1687ms (Views: 1680.5ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:02:26 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:02:26 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:02:26 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (235.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (239.3ms) Completed 200 OK in 288ms (Views: 241.2ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:02:26 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 10:02:26.602531"], ["updated_at", "2015-04-02 10:02:26.602531"], ["tracking", "150402-1"]]  (3.1ms) commit transaction Redirected to http://127.0.0.1:58590/flyboy/goals/1 Completed 302 Found in 37ms (ActiveRecord: 3.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:02:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (63.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (105.3ms) Completed 200 OK in 122ms (Views: 106.4ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9075"], ["description", "I-am-the-goal-description_2716"], ["version", 1], ["created_at", "2015-04-02 10:02:26.881583"], ["updated_at", "2015-04-02 10:02:26.881583"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5374"], ["description", "I-am-the-task-description_4052"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:26.888889"], ["updated_at", "2015-04-02 10:02:26.888889"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1227"], ["description", "I-am-the-task-description_8714"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:26.893621"], ["updated_at", "2015-04-02 10:02:26.893621"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5163"], ["description", "I-am-the-task-description_1187"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:26.897568"], ["updated_at", "2015-04-02 10:02:26.897568"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:02:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9997"], ["description", "I-am-the-goal-description_6490"], ["version", 1], ["created_at", "2015-04-02 10:02:27.190758"], ["updated_at", "2015-04-02 10:02:27.190758"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.2ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (11.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (14.6ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6490"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:02:27.574632"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58590/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1851"], ["description", "I-am-the-goal-description_6232"], ["version", 1], ["created_at", "2015-04-02 10:02:27.716452"], ["updated_at", "2015-04-02 10:02:27.716452"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58590/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:02:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (1.5ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1693"], ["description", "I-am-the-goal-description_8795"], ["version", 1], ["created_at", "2015-04-02 10:02:28.116253"], ["updated_at", "2015-04-02 10:02:28.116253"], ["tracking", "150402-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:02:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:02:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.2ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 12:02:28 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (127.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (131.9ms) Completed 200 OK in 139ms (Views: 134.3ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:02:28 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 10:02:28.610358"], ["updated_at", "2015-04-02 10:02:28.610358"]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:58590/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:02:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.4ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (22.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (43.4ms) Completed 200 OK in 49ms (Views: 44.9ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4325"], ["description", "I-am-the-goal-description_9364"], ["version", 1], ["created_at", "2015-04-02 10:02:28.796952"], ["updated_at", "2015-04-02 10:02:28.796952"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4846"], ["description", "I-am-the-task-description_4614"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:28.800873"], ["updated_at", "2015-04-02 10:02:28.800873"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:02:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.3ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:02:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.3ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8912"], ["description", "I-am-the-goal-description_2578"], ["version", 1], ["created_at", "2015-04-02 10:02:29.066796"], ["updated_at", "2015-04-02 10:02:29.066796"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task866"], ["description", "I-am-the-task-description_5648"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:29.071154"], ["updated_at", "2015-04-02 10:02:29.071154"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:02:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:02:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (64.2ms) Completed 200 OK in 67ms (Views: 64.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 12:02:29 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (76.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (80.3ms) Completed 200 OK in 84ms (Views: 82.2ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:02:29 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5648", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 10:02:29.554141"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:58590/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:02:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.0ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.3ms)  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (46.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8884"], ["description", "I-am-the-goal-description_1714"], ["version", 1], ["created_at", "2015-04-02 10:02:29.742808"], ["updated_at", "2015-04-02 10:02:29.742808"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2769"], ["description", "I-am-the-task-description_3285"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:29.747291"], ["updated_at", "2015-04-02 10:02:29.747291"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:02:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:02:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.6ms) Completed 200 OK in 21ms (Views: 16.3ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:02:29 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:58590/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:02:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.1ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6469"], ["description", "I-am-the-goal-description_1461"], ["version", 1], ["created_at", "2015-04-02 10:02:30.131771"], ["updated_at", "2015-04-02 10:02:30.131771"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6903"], ["description", "I-am-the-task-description_6677"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:02:30.135714"], ["updated_at", "2015-04-02 10:02:30.135714"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:02:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 12:02:30 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-02 10:02:30.269531"], ["task_id", 1], ["created_at", "2015-04-02 10:02:30.271413"], ["updated_at", "2015-04-02 10:02:30.271413"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:02:30.273552"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:58590/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:02:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1038"], ["description", "I-am-the-goal-description_2833"], ["version", 1], ["created_at", "2015-04-02 10:05:00.883231"], ["updated_at", "2015-04-02 10:05:00.883231"], ["tracking", "150402-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:05:09 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (46.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1732.8ms) Completed 200 OK in 1803ms (Views: 1796.3ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:05:11 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:05:11 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:05:11 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (45.3ms) Completed 200 OK in 100ms (Views: 46.6ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 12:05:12 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (309.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (314.0ms) Completed 200 OK in 320ms (Views: 316.0ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:05:13 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 10:05:13.338980"], ["updated_at", "2015-04-02 10:05:13.338980"]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:58710/flyboy/tasks/1 Completed 302 Found in 38ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:05:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.0ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (23.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (47.3ms) Completed 200 OK in 52ms (Views: 48.5ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (43.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_807"], ["description", "I-am-the-goal-description_6321"], ["version", 1], ["created_at", "2015-04-02 10:05:13.586477"], ["updated_at", "2015-04-02 10:05:13.586477"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4157"], ["description", "I-am-the-task-description_3189"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:05:13.591402"], ["updated_at", "2015-04-02 10:05:13.591402"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:05:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.2ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:05:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.8ms) Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7150"], ["description", "I-am-the-goal-description_3018"], ["version", 1], ["created_at", "2015-04-02 10:05:14.772071"], ["updated_at", "2015-04-02 10:05:14.772071"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5335"], ["description", "I-am-the-task-description_3994"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:05:14.777437"], ["updated_at", "2015-04-02 10:05:14.777437"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:05:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:05:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.5ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (73.3ms) Completed 200 OK in 77ms (Views: 74.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (75.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (78.9ms) Completed 200 OK in 83ms (Views: 80.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3994", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 10:05:15.265270"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58710/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.9ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.5ms) Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6694"], ["description", "I-am-the-goal-description_6884"], ["version", 1], ["created_at", "2015-04-02 10:05:15.449995"], ["updated_at", "2015-04-02 10:05:15.449995"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3304"], ["description", "I-am-the-task-description_2558"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:05:15.453991"], ["updated_at", "2015-04-02 10:05:15.453991"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.6ms) Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58710/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.8ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2094"], ["description", "I-am-the-goal-description_8980"], ["version", 1], ["created_at", "2015-04-02 10:05:15.840630"], ["updated_at", "2015-04-02 10:05:15.840630"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6730"], ["description", "I-am-the-task-description_8729"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:05:15.844523"], ["updated_at", "2015-04-02 10:05:15.844523"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.8ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.4ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:05:15.979916"], ["task_id", 1], ["created_at", "2015-04-02 10:05:15.981305"], ["updated_at", "2015-04-02 10:05:15.981305"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:05:15.982895"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:58710/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:05:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3554"], ["description", "I-am-the-goal-description_7956"], ["version", 1], ["created_at", "2015-04-02 10:06:52.491433"], ["updated_at", "2015-04-02 10:06:52.491433"], ["tracking", "150402-1"]]  (1.6ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:07:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.7ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1821.0ms) Completed 200 OK in 1880ms (Views: 1867.8ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:07:04 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:07:04 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:07:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (57.3ms) Completed 200 OK in 125ms (Views: 59.9ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 12:07:04 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (380.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (384.8ms) Completed 200 OK in 392ms (Views: 387.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:05 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 10:07:05.199781"], ["updated_at", "2015-04-02 10:07:05.199781"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:58771/flyboy/tasks/1 Completed 302 Found in 75ms (ActiveRecord: 1.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:05 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.3ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (26.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (52.9ms) Completed 200 OK in 58ms (Views: 54.8ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1447"], ["description", "I-am-the-goal-description_2018"], ["version", 1], ["created_at", "2015-04-02 10:07:05.444073"], ["updated_at", "2015-04-02 10:07:05.444073"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3655"], ["description", "I-am-the-task-description_5234"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:05.449212"], ["updated_at", "2015-04-02 10:07:05.449212"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.3ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:05 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (77.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (84.3ms) Completed 200 OK in 89ms (Views: 85.0ms | ActiveRecord: 0.5ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.3ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3872"], ["description", "I-am-the-goal-description_6714"], ["version", 1], ["created_at", "2015-04-02 10:07:05.764634"], ["updated_at", "2015-04-02 10:07:05.764634"], ["tracking", "150402-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4685"], ["description", "I-am-the-task-description_4068"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:05.774607"], ["updated_at", "2015-04-02 10:07:05.774607"]]  (1.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.5ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:05 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (2.4ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (33.2ms) Completed 200 OK in 40ms (Views: 34.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 12:07:06 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (304.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (310.1ms) Completed 200 OK in 317ms (Views: 314.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:06 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_4068", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 10:07:06.475455"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://127.0.0.1:58771/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 2.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.5ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.0ms) Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6705"], ["description", "I-am-the-goal-description_2479"], ["version", 1], ["created_at", "2015-04-02 10:07:06.619083"], ["updated_at", "2015-04-02 10:07:06.619083"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2954"], ["description", "I-am-the-task-description_3654"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:06.623966"], ["updated_at", "2015-04-02 10:07:06.623966"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:06 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (57.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.5ms) Completed 200 OK in 65ms (Views: 62.1ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:06 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58771/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:06 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.6ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7140"], ["description", "I-am-the-goal-description_8378"], ["version", 1], ["created_at", "2015-04-02 10:07:07.003085"], ["updated_at", "2015-04-02 10:07:07.003085"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3392"], ["description", "I-am-the-task-description_543"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:07.006997"], ["updated_at", "2015-04-02 10:07:07.006997"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 12:07:07 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-02 10:07:07.139056"], ["task_id", 1], ["created_at", "2015-04-02 10:07:07.140539"], ["updated_at", "2015-04-02 10:07:07.140539"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:07:07.142250"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58771/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4104"], ["description", "I-am-the-goal-description_4956"], ["version", 1], ["created_at", "2015-04-02 10:07:07.284373"], ["updated_at", "2015-04-02 10:07:07.284373"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7724"], ["description", "I-am-the-task-description_7708"], ["reminder", "2015-04-01"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:07.288798"], ["updated_at", "2015-04-02 10:07:07.288798"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7844"], ["description", "I-am-the-goal-description_2384"], ["version", 1], ["created_at", "2015-04-02 10:07:44.121820"], ["updated_at", "2015-04-02 10:07:44.121820"], ["tracking", "150402-1"]]  (1.5ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:07:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1770.1ms) Completed 200 OK in 1805ms (Views: 1798.3ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:07:54 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:07:54 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:07:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (41.1ms) Completed 200 OK in 95ms (Views: 42.5ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 12:07:55 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (305.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (352.5ms) Completed 200 OK in 359ms (Views: 354.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:55 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 10:07:55.492586"], ["updated_at", "2015-04-02 10:07:55.492586"]]  (3.1ms) commit transaction Redirected to http://127.0.0.1:58834/flyboy/tasks/1 Completed 302 Found in 37ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:55 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (22.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (46.1ms) Completed 200 OK in 50ms (Views: 47.4ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_927"], ["description", "I-am-the-goal-description_8248"], ["version", 1], ["created_at", "2015-04-02 10:07:55.739005"], ["updated_at", "2015-04-02 10:07:55.739005"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task838"], ["description", "I-am-the-task-description_3601"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:55.742910"], ["updated_at", "2015-04-02 10:07:55.742910"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:55 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.1ms) Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8323"], ["description", "I-am-the-goal-description_1535"], ["version", 1], ["created_at", "2015-04-02 10:07:56.008933"], ["updated_at", "2015-04-02 10:07:56.008933"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2818"], ["description", "I-am-the-task-description_1384"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:56.014832"], ["updated_at", "2015-04-02 10:07:56.014832"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:56 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (63.3ms) Completed 200 OK in 67ms (Views: 64.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 12:07:56 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (75.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (79.2ms) Completed 200 OK in 83ms (Views: 81.1ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:56 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_1384", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 10:07:56.598082"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58834/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:56 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (13.7ms) Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6228"], ["description", "I-am-the-goal-description_8130"], ["version", 1], ["created_at", "2015-04-02 10:07:56.784804"], ["updated_at", "2015-04-02 10:07:56.784804"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4580"], ["description", "I-am-the-task-description_7277"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:56.788779"], ["updated_at", "2015-04-02 10:07:56.788779"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:56 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.2ms) Completed 200 OK in 18ms (Views: 14.7ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:07:57 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58834/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6293"], ["description", "I-am-the-goal-description_8772"], ["version", 1], ["created_at", "2015-04-02 10:07:57.175469"], ["updated_at", "2015-04-02 10:07:57.175469"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8545"], ["description", "I-am-the-task-description_4850"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:57.179492"], ["updated_at", "2015-04-02 10:07:57.179492"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 12:07:57 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-02 10:07:57.312891"], ["task_id", 1], ["created_at", "2015-04-02 10:07:57.314305"], ["updated_at", "2015-04-02 10:07:57.314305"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:07:57.316021"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58834/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7782"], ["description", "I-am-the-goal-description_1815"], ["version", 1], ["created_at", "2015-04-02 10:07:57.458235"], ["updated_at", "2015-04-02 10:07:57.458235"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8074"], ["description", "I-am-the-task-description_1984"], ["reminder", "2015-04-01"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:07:57.461930"], ["updated_at", "2015-04-02 10:07:57.461930"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:07:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3101"], ["description", "I-am-the-goal-description_2895"], ["version", 1], ["created_at", "2015-04-02 10:08:22.462906"], ["updated_at", "2015-04-02 10:08:22.462906"], ["tracking", "150402-1"]]  (1.4ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:08:31 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1768.1ms) Completed 200 OK in 1802ms (Views: 1794.2ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:08:33 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:08:33 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:08:33 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (46.2ms) Completed 200 OK in 99ms (Views: 47.6ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 12:08:33 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (343.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (347.0ms) Completed 200 OK in 352ms (Views: 348.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:08:33 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 10:08:33.940283"], ["updated_at", "2015-04-02 10:08:33.940283"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:58895/flyboy/tasks/1 Completed 302 Found in 72ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:08:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (10.0ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (48.0ms) Completed 200 OK in 53ms (Views: 49.5ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_347"], ["description", "I-am-the-goal-description_151"], ["version", 1], ["created_at", "2015-04-02 10:08:34.188612"], ["updated_at", "2015-04-02 10:08:34.188612"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3406"], ["description", "I-am-the-task-description_1818"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:08:34.192495"], ["updated_at", "2015-04-02 10:08:34.192495"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:08:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.8ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:08:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (58.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.8ms) Completed 200 OK in 66ms (Views: 62.5ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5275"], ["description", "I-am-the-goal-description_1847"], ["version", 1], ["created_at", "2015-04-02 10:08:34.454241"], ["updated_at", "2015-04-02 10:08:34.454241"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2645"], ["description", "I-am-the-task-description_1129"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:08:34.459134"], ["updated_at", "2015-04-02 10:08:34.459134"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:08:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:08:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.5ms) Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 12:08:34 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (119.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (123.0ms) Completed 200 OK in 127ms (Views: 124.8ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:08:34 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_1129", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 10:08:34.934461"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58895/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:08:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.3ms) Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7430"], ["description", "I-am-the-goal-description_7382"], ["version", 1], ["created_at", "2015-04-02 10:08:35.075765"], ["updated_at", "2015-04-02 10:08:35.075765"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6747"], ["description", "I-am-the-task-description_9049"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:08:35.079538"], ["updated_at", "2015-04-02 10:08:35.079538"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.5ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (64.4ms) Completed 200 OK in 68ms (Views: 65.0ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:58895/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2093"], ["description", "I-am-the-goal-description_3509"], ["version", 1], ["created_at", "2015-04-02 10:08:35.459955"], ["updated_at", "2015-04-02 10:08:35.459955"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6280"], ["description", "I-am-the-task-description_8084"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:08:35.463991"], ["updated_at", "2015-04-02 10:08:35.463991"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:08:35.597235"], ["task_id", 1], ["created_at", "2015-04-02 10:08:35.598725"], ["updated_at", "2015-04-02 10:08:35.598725"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:08:35.600360"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:58895/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.2ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.3ms)  (2.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3238"], ["description", "I-am-the-goal-description_4667"], ["version", 1], ["created_at", "2015-04-02 10:08:35.741091"], ["updated_at", "2015-04-02 10:08:35.741091"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task332"], ["description", "I-am-the-task-description_5579"], ["reminder", "2015-04-01"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:08:35.745113"], ["updated_at", "2015-04-02 10:08:35.745113"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 10:08:35.875891"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58895/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:08:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:12:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1731.9ms) Completed 200 OK in 1765ms (Views: 1758.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:12:22 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:12:22 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:12:22 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (277.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (282.7ms) Completed 200 OK in 294ms (Views: 287.0ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:12:23 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 10:12:23.043447"], ["updated_at", "2015-04-02 10:12:23.043447"], ["tracking", "150402-1"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:59093/flyboy/goals/1 Completed 302 Found in 40ms (ActiveRecord: 3.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:12:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (26.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (105.0ms) Completed 200 OK in 160ms (Views: 106.1ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5093"], ["description", "I-am-the-goal-description_6874"], ["version", 1], ["created_at", "2015-04-02 10:12:23.395250"], ["updated_at", "2015-04-02 10:12:23.395250"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8458"], ["description", "I-am-the-task-description_3577"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:12:23.401275"], ["updated_at", "2015-04-02 10:12:23.401275"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4066"], ["description", "I-am-the-task-description_719"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:12:23.406276"], ["updated_at", "2015-04-02 10:12:23.406276"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2316"], ["description", "I-am-the-task-description_3110"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:12:23.409932"], ["updated_at", "2015-04-02 10:12:23.409932"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:12:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:12:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8360"], ["description", "I-am-the-goal-description_1431"], ["version", 1], ["created_at", "2015-04-02 10:12:23.698674"], ["updated_at", "2015-04-02 10:12:23.698674"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:12:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:12:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:12:23 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (58.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (62.7ms) Completed 200 OK in 67ms (Views: 66.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:12:24 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1431"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:12:24.087061"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59093/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:12:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3487"], ["description", "I-am-the-goal-description_8132"], ["version", 1], ["created_at", "2015-04-02 10:12:24.229780"], ["updated_at", "2015-04-02 10:12:24.229780"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:12:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.7ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:12:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:12:24 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59093/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:12:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:13:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1716.0ms) Completed 200 OK in 1752ms (Views: 1744.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:13:18 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:13:18 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:13:18 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (256.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (261.4ms) Completed 200 OK in 315ms (Views: 263.3ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:13:18 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 10:13:18.726128"], ["updated_at", "2015-04-02 10:13:18.726128"], ["tracking", "150402-1"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:59156/flyboy/goals/1 Completed 302 Found in 36ms (ActiveRecord: 3.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:13:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (61.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (99.8ms) Completed 200 OK in 116ms (Views: 101.1ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8636"], ["description", "I-am-the-goal-description_6029"], ["version", 1], ["created_at", "2015-04-02 10:13:21.020293"], ["updated_at", "2015-04-02 10:13:21.020293"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7528"], ["description", "I-am-the-task-description_2186"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:13:21.028929"], ["updated_at", "2015-04-02 10:13:21.028929"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6004"], ["description", "I-am-the-task-description_4896"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:13:21.033513"], ["updated_at", "2015-04-02 10:13:21.033513"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8670"], ["description", "I-am-the-task-description_2307"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:13:21.038736"], ["updated_at", "2015-04-02 10:13:21.038736"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:13:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 6ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:13:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5306"], ["description", "I-am-the-goal-description_4639"], ["version", 1], ["created_at", "2015-04-02 10:13:21.326647"], ["updated_at", "2015-04-02 10:13:21.326647"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:13:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:13:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (15.9ms) Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:13:21 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (60.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (63.7ms) Completed 200 OK in 66ms (Views: 65.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:13:21 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_4639"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:13:21.717236"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59156/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:13:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4197"], ["description", "I-am-the-goal-description_5305"], ["version", 1], ["created_at", "2015-04-02 10:13:21.859792"], ["updated_at", "2015-04-02 10:13:21.859792"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:13:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:13:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:13:22 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59156/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:13:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:16:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1684.7ms) Completed 200 OK in 1717ms (Views: 1709.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:16:27 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:16:27 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:16:27 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (277.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (282.0ms) Completed 200 OK in 291ms (Views: 283.8ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:16:27 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 10:16:27.790290"], ["updated_at", "2015-04-02 10:16:27.790290"], ["tracking", "150402-1"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:59234/flyboy/goals/1 Completed 302 Found in 36ms (ActiveRecord: 3.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:16:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (31.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (115.1ms) Completed 200 OK in 173ms (Views: 116.3ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (3.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3493"], ["description", "I-am-the-goal-description_5003"], ["version", 1], ["created_at", "2015-04-02 10:16:28.141868"], ["updated_at", "2015-04-02 10:16:28.141868"], ["tracking", "150402-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8851"], ["description", "I-am-the-task-description_8810"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:28.149067"], ["updated_at", "2015-04-02 10:16:28.149067"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5525"], ["description", "I-am-the-task-description_6690"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:28.153974"], ["updated_at", "2015-04-02 10:16:28.153974"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1172"], ["description", "I-am-the-task-description_8914"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:28.157670"], ["updated_at", "2015-04-02 10:16:28.157670"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:16:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:16:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9690"], ["description", "I-am-the-goal-description_4907"], ["version", 1], ["created_at", "2015-04-02 10:16:28.440463"], ["updated_at", "2015-04-02 10:16:28.440463"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:16:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:16:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:16:28 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (57.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (61.0ms) Completed 200 OK in 63ms (Views: 62.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:16:28 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_4907"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:16:28.820372"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:59234/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:16:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.6ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3867"], ["description", "I-am-the-goal-description_2837"], ["version", 1], ["created_at", "2015-04-02 10:16:28.962220"], ["updated_at", "2015-04-02 10:16:28.962220"], ["tracking", "150402-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:16:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:16:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:16:29 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:59234/flyboy/goals Completed 302 Found in 5ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:16:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.6ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_594"], ["description", "I-am-the-goal-description_65"], ["version", 1], ["created_at", "2015-04-02 10:16:42.275182"], ["updated_at", "2015-04-02 10:16:42.275182"], ["tracking", "150402-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3488"], ["description", "I-am-the-goal-description_2747"], ["version", 1], ["created_at", "2015-04-02 10:16:42.285283"], ["updated_at", "2015-04-02 10:16:42.285283"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 76ms (Views: 69.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2482"], ["description", "I-am-the-goal-description_4024"], ["version", 1], ["created_at", "2015-04-02 10:16:42.422255"], ["updated_at", "2015-04-02 10:16:42.422255"], ["tracking", "150402-1"]]  (2.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_6667"], ["description", "I-am-the-goal-description_3766"], ["version", 1], ["created_at", "2015-04-02 10:16:42.429685"], ["updated_at", "2015-04-02 10:16:42.429685"], ["tracking", "150402-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 60ms (Views: 1.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3144"], ["description", "I-am-the-goal-description_2088"], ["version", 1], ["created_at", "2015-04-02 10:16:42.508386"], ["updated_at", "2015-04-02 10:16:42.508386"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2524"], ["description", "I-am-the-goal-description_6326"], ["version", 1], ["created_at", "2015-04-02 10:16:42.514872"], ["updated_at", "2015-04-02 10:16:42.514872"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2549"], ["description", "I-am-the-goal-description_4303"], ["version", 1], ["created_at", "2015-04-02 10:16:42.537302"], ["updated_at", "2015-04-02 10:16:42.537302"], ["tracking", "150402-3"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task5508"], ["description", "I-am-the-task-description_7982"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.548540"], ["updated_at", "2015-04-02 10:16:42.548540"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-02 10:16:42.558531"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-02 10:16:42.559464"], ["updated_at", "2015-04-02 10:16:42.559464"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-02 10:16:42.561353"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-02 10:16:42 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-02 10:16:42 UTC", "updated_at"=>"2015-04-02 10:16:42 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-02 10:16:42.572522"], ["created_at", "2015-04-02 10:16:42.573062"], ["updated_at", "2015-04-02 10:16:42.573062"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 17ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8256"], ["description", "I-am-the-goal-description_8155"], ["version", 1], ["created_at", "2015-04-02 10:16:42.590675"], ["updated_at", "2015-04-02 10:16:42.590675"], ["tracking", "150402-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task7457"], ["description", "I-am-the-task-description_1081"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.594795"], ["updated_at", "2015-04-02 10:16:42.594795"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task1213"], ["description", "I-am-the-task-description_1650"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.598729"], ["updated_at", "2015-04-02 10:16:42.598729"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:16:42.605590"], ["task_id", 2], ["created_at", "2015-04-02 10:16:42.606965"], ["updated_at", "2015-04-02 10:16:42.606965"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:16:42.608648"], ["id", 2]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4461"], ["description", "I-am-the-goal-description_1215"], ["version", 1], ["created_at", "2015-04-02 10:16:42.615459"], ["updated_at", "2015-04-02 10:16:42.615459"], ["tracking", "150402-5"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task3072"], ["description", "I-am-the-task-description_1464"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.620415"], ["updated_at", "2015-04-02 10:16:42.620415"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task6600"], ["description", "I-am-the-task-description_371"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.624938"], ["updated_at", "2015-04-02 10:16:42.624938"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:16:42.631892"], ["task_id", 4], ["created_at", "2015-04-02 10:16:42.633307"], ["updated_at", "2015-04-02 10:16:42.633307"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:16:42.634921"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_830"], ["description", "I-am-the-goal-description_2251"], ["version", 1], ["created_at", "2015-04-02 10:16:42.640911"], ["updated_at", "2015-04-02 10:16:42.640911"], ["tracking", "150402-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task8291"], ["description", "I-am-the-task-description_3820"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.644649"], ["updated_at", "2015-04-02 10:16:42.644649"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task2179"], ["description", "I-am-the-task-description_2248"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.649436"], ["updated_at", "2015-04-02 10:16:42.649436"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:16:42.657734"], ["task_id", 6], ["created_at", "2015-04-02 10:16:42.659065"], ["updated_at", "2015-04-02 10:16:42.659065"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:16:42.660620"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6525"], ["description", "I-am-the-goal-description_5860"], ["version", 1], ["created_at", "2015-04-02 10:16:42.668378"], ["updated_at", "2015-04-02 10:16:42.668378"], ["tracking", "150402-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task6823"], ["description", "I-am-the-task-description_2189"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.672279"], ["updated_at", "2015-04-02 10:16:42.672279"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task655"], ["description", "I-am-the-task-description_1354"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.676359"], ["updated_at", "2015-04-02 10:16:42.676359"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:16:42.682655"], ["task_id", 8], ["created_at", "2015-04-02 10:16:42.684207"], ["updated_at", "2015-04-02 10:16:42.684207"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:16:42.685812"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6817"], ["description", "I-am-the-goal-description_5883"], ["version", 1], ["created_at", "2015-04-02 10:16:42.691358"], ["updated_at", "2015-04-02 10:16:42.691358"], ["tracking", "150402-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task6810"], ["description", "I-am-the-task-description_3836"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.695273"], ["updated_at", "2015-04-02 10:16:42.695273"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3329"], ["description", "I-am-the-task-description_1183"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.699501"], ["updated_at", "2015-04-02 10:16:42.699501"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6758"], ["description", "I-am-the-goal-description_6552"], ["version", 1], ["created_at", "2015-04-02 10:16:42.764606"], ["updated_at", "2015-04-02 10:16:42.764606"], ["tracking", "150402-9"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task9828"], ["description", "I-am-the-task-description_6704"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.768905"], ["updated_at", "2015-04-02 10:16:42.768905"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task7436"], ["description", "I-am-the-task-description_3145"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.772571"], ["updated_at", "2015-04-02 10:16:42.772571"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8057"], ["description", "I-am-the-goal-description_7921"], ["version", 1], ["created_at", "2015-04-02 10:16:42.784251"], ["updated_at", "2015-04-02 10:16:42.784251"], ["tracking", "150402-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task608"], ["description", "I-am-the-task-description_3342"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.788106"], ["updated_at", "2015-04-02 10:16:42.788106"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task1191"], ["description", "I-am-the-task-description_1333"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.791741"], ["updated_at", "2015-04-02 10:16:42.791741"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3544"], ["description", "I-am-the-goal-description_7347"], ["version", 1], ["created_at", "2015-04-02 10:16:42.801818"], ["updated_at", "2015-04-02 10:16:42.801818"], ["tracking", "150402-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task3396"], ["description", "I-am-the-task-description_5609"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.805635"], ["updated_at", "2015-04-02 10:16:42.805635"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task944"], ["description", "I-am-the-task-description_8657"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.809223"], ["updated_at", "2015-04-02 10:16:42.809223"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4749"], ["description", "I-am-the-goal-description_3511"], ["version", 1], ["created_at", "2015-04-02 10:16:42.820045"], ["updated_at", "2015-04-02 10:16:42.820045"], ["tracking", "150402-12"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task6549"], ["description", "I-am-the-task-description_7691"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.823638"], ["updated_at", "2015-04-02 10:16:42.823638"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task8243"], ["description", "I-am-the-task-description_4400"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:42.827226"], ["updated_at", "2015-04-02 10:16:42.827226"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:16:42.838481"], ["updated_at", "2015-04-02 10:16:42.838481"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1505ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4323"], ["description", "I-am-the-goal-description_2588"], ["version", 1], ["created_at", "2015-04-02 10:16:44.345407"], ["updated_at", "2015-04-02 10:16:44.345407"], ["tracking", "150402-13"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task16"], ["description", "I-am-the-task-description_4615"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.351693"], ["updated_at", "2015-04-02 10:16:44.351693"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task2139"], ["description", "I-am-the-task-description_1478"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.356299"], ["updated_at", "2015-04-02 10:16:44.356299"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:16:44.363337"], ["updated_at", "2015-04-02 10:16:44.363337"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_830"], ["description", "I-am-the-goal-description_9625"], ["version", 1], ["created_at", "2015-04-02 10:16:44.374235"], ["updated_at", "2015-04-02 10:16:44.374235"], ["tracking", "150402-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task8347"], ["description", "I-am-the-task-description_984"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.378851"], ["updated_at", "2015-04-02 10:16:44.378851"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task5383"], ["description", "I-am-the-task-description_3802"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.383904"], ["updated_at", "2015-04-02 10:16:44.383904"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:16:44.390415"], ["updated_at", "2015-04-02 10:16:44.390415"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5785"], ["description", "I-am-the-goal-description_7944"], ["version", 1], ["created_at", "2015-04-02 10:16:44.398687"], ["updated_at", "2015-04-02 10:16:44.398687"], ["tracking", "150402-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task2735"], ["description", "I-am-the-task-description_589"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.404312"], ["updated_at", "2015-04-02 10:16:44.404312"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task1174"], ["description", "I-am-the-task-description_5820"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.407972"], ["updated_at", "2015-04-02 10:16:44.407972"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7535"], ["description", "I-am-the-goal-description_1400"], ["version", 1], ["created_at", "2015-04-02 10:16:44.418915"], ["updated_at", "2015-04-02 10:16:44.418915"], ["tracking", "150402-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task3976"], ["description", "I-am-the-task-description_3547"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.422736"], ["updated_at", "2015-04-02 10:16:44.422736"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task5531"], ["description", "I-am-the-task-description_954"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.426426"], ["updated_at", "2015-04-02 10:16:44.426426"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:16:44.430152"], ["updated_at", "2015-04-02 10:16:44.430152"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4546"], ["description", "I-am-the-goal-description_2007"], ["version", 1], ["created_at", "2015-04-02 10:16:44.441086"], ["updated_at", "2015-04-02 10:16:44.441086"], ["tracking", "150402-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task5731"], ["description", "I-am-the-task-description_4729"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.445279"], ["updated_at", "2015-04-02 10:16:44.445279"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task4658"], ["description", "I-am-the-task-description_1040"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.448911"], ["updated_at", "2015-04-02 10:16:44.448911"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:16:44.452538"], ["updated_at", "2015-04-02 10:16:44.452538"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"34"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4820"], ["description", "I-am-the-goal-description_4253"], ["version", 1], ["created_at", "2015-04-02 10:16:44.509423"], ["updated_at", "2015-04-02 10:16:44.509423"], ["tracking", "150402-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task4465"], ["description", "I-am-the-task-description_3682"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.513987"], ["updated_at", "2015-04-02 10:16:44.513987"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task6371"], ["description", "I-am-the-task-description_998"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.518357"], ["updated_at", "2015-04-02 10:16:44.518357"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:16:44.522479"], ["updated_at", "2015-04-02 10:16:44.522479"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2531"], ["description", "I-am-the-goal-description_8046"], ["version", 1], ["created_at", "2015-04-02 10:16:44.548861"], ["updated_at", "2015-04-02 10:16:44.548861"], ["tracking", "150402-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task8043"], ["description", "I-am-the-task-description_4365"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.552607"], ["updated_at", "2015-04-02 10:16:44.552607"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task5287"], ["description", "I-am-the-task-description_3865"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.556255"], ["updated_at", "2015-04-02 10:16:44.556255"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:16:44.559960"], ["updated_at", "2015-04-02 10:16:44.559960"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5887"], ["description", "I-am-the-goal-description_6736"], ["version", 1], ["created_at", "2015-04-02 10:16:44.573000"], ["updated_at", "2015-04-02 10:16:44.573000"], ["tracking", "150402-20"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task1938"], ["description", "I-am-the-task-description_5747"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.577703"], ["updated_at", "2015-04-02 10:16:44.577703"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task6166"], ["description", "I-am-the-task-description_9329"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.581932"], ["updated_at", "2015-04-02 10:16:44.581932"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:16:44.587776"], ["updated_at", "2015-04-02 10:16:44.587776"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4052"], ["description", "I-am-the-goal-description_2446"], ["version", 1], ["created_at", "2015-04-02 10:16:44.599310"], ["updated_at", "2015-04-02 10:16:44.599310"], ["tracking", "150402-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task1956"], ["description", "I-am-the-task-description_1989"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.603021"], ["updated_at", "2015-04-02 10:16:44.603021"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task8645"], ["description", "I-am-the-task-description_4729"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.607533"], ["updated_at", "2015-04-02 10:16:44.607533"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 10:16:44.611386"], ["updated_at", "2015-04-02 10:16:44.611386"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 10:16:44.617423"], ["id", 46]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5403"], ["description", "I-am-the-goal-description_4269"], ["version", 1], ["created_at", "2015-04-02 10:16:44.624151"], ["updated_at", "2015-04-02 10:16:44.624151"], ["tracking", "150402-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5815"], ["description", "I-am-the-goal-description_8360"], ["version", 1], ["created_at", "2015-04-02 10:16:44.628943"], ["updated_at", "2015-04-02 10:16:44.628943"], ["tracking", "150402-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task8958"], ["description", "I-am-the-task-description_7711"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.632431"], ["updated_at", "2015-04-02 10:16:44.632431"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3130"], ["description", "I-am-the-goal-description_2727"], ["version", 1], ["created_at", "2015-04-02 10:16:44.636093"], ["updated_at", "2015-04-02 10:16:44.636093"], ["tracking", "150402-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task3526"], ["description", "I-am-the-task-description_998"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.640442"], ["updated_at", "2015-04-02 10:16:44.640442"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4242"], ["description", "I-am-the-goal-description_2708"], ["version", 1], ["created_at", "2015-04-02 10:16:44.643480"], ["updated_at", "2015-04-02 10:16:44.643480"], ["tracking", "150402-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task4386"], ["description", "I-am-the-task-description_6334"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.647801"], ["updated_at", "2015-04-02 10:16:44.647801"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task4358"], ["description", "I-am-the-task-description_5263"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.654228"], ["updated_at", "2015-04-02 10:16:44.654228"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task6219"], ["description", "I-am-the-task-description_2439"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.658224"], ["updated_at", "2015-04-02 10:16:44.658224"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task2990"], ["description", "I-am-the-task-description_2223"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.662457"], ["updated_at", "2015-04-02 10:16:44.662457"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8511"], ["description", "I-am-the-goal-description_5179"], ["version", 1], ["created_at", "2015-04-02 10:16:44.668900"], ["updated_at", "2015-04-02 10:16:44.668900"], ["tracking", "150402-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9372"], ["description", "I-am-the-goal-description_650"], ["version", 1], ["created_at", "2015-04-02 10:16:44.674139"], ["updated_at", "2015-04-02 10:16:44.674139"], ["tracking", "150402-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task6253"], ["description", "I-am-the-task-description_1052"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.678718"], ["updated_at", "2015-04-02 10:16:44.678718"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1075"], ["description", "I-am-the-goal-description_819"], ["version", 1], ["created_at", "2015-04-02 10:16:44.683949"], ["updated_at", "2015-04-02 10:16:44.683949"], ["tracking", "150402-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task4873"], ["description", "I-am-the-task-description_2879"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.687817"], ["updated_at", "2015-04-02 10:16:44.687817"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7923"], ["description", "I-am-the-goal-description_622"], ["version", 1], ["created_at", "2015-04-02 10:16:44.690757"], ["updated_at", "2015-04-02 10:16:44.690757"], ["tracking", "150402-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task5922"], ["description", "I-am-the-task-description_5971"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.695106"], ["updated_at", "2015-04-02 10:16:44.695106"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task9534"], ["description", "I-am-the-task-description_8923"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.699279"], ["updated_at", "2015-04-02 10:16:44.699279"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task4227"], ["description", "I-am-the-task-description_8553"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.703271"], ["updated_at", "2015-04-02 10:16:44.703271"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task8116"], ["description", "I-am-the-task-description_6547"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.707664"], ["updated_at", "2015-04-02 10:16:44.707664"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7713"], ["description", "I-am-the-goal-description_2287"], ["version", 1], ["created_at", "2015-04-02 10:16:44.712900"], ["updated_at", "2015-04-02 10:16:44.712900"], ["tracking", "150402-30"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7912"], ["description", "I-am-the-goal-description_7258"], ["version", 1], ["created_at", "2015-04-02 10:16:44.719892"], ["updated_at", "2015-04-02 10:16:44.719892"], ["tracking", "150402-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8613"], ["description", "I-am-the-goal-description_5753"], ["version", 1], ["created_at", "2015-04-02 10:16:44.725059"], ["updated_at", "2015-04-02 10:16:44.725059"], ["tracking", "150402-32"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task5375"], ["description", "I-am-the-task-description_9612"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.728824"], ["updated_at", "2015-04-02 10:16:44.728824"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2473"], ["description", "I-am-the-goal-description_8365"], ["version", 1], ["created_at", "2015-04-02 10:16:44.732527"], ["updated_at", "2015-04-02 10:16:44.732527"], ["tracking", "150402-33"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task3680"], ["description", "I-am-the-task-description_9584"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.737029"], ["updated_at", "2015-04-02 10:16:44.737029"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7078"], ["description", "I-am-the-goal-description_4381"], ["version", 1], ["created_at", "2015-04-02 10:16:44.739926"], ["updated_at", "2015-04-02 10:16:44.739926"], ["tracking", "150402-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task2074"], ["description", "I-am-the-task-description_4069"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.744206"], ["updated_at", "2015-04-02 10:16:44.744206"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task1953"], ["description", "I-am-the-task-description_4400"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.748484"], ["updated_at", "2015-04-02 10:16:44.748484"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task65"], ["description", "I-am-the-task-description_4288"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.752655"], ["updated_at", "2015-04-02 10:16:44.752655"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task6027"], ["description", "I-am-the-task-description_8345"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.757627"], ["updated_at", "2015-04-02 10:16:44.757627"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task8970"], ["description", "I-am-the-task-description_9843"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.761989"], ["updated_at", "2015-04-02 10:16:44.761989"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9694"], ["description", "I-am-the-goal-description_1345"], ["version", 1], ["created_at", "2015-04-02 10:16:44.768408"], ["updated_at", "2015-04-02 10:16:44.768408"], ["tracking", "150402-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3898"], ["description", "I-am-the-goal-description_2774"], ["version", 1], ["created_at", "2015-04-02 10:16:44.773554"], ["updated_at", "2015-04-02 10:16:44.773554"], ["tracking", "150402-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task9955"], ["description", "I-am-the-task-description_4645"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.777301"], ["updated_at", "2015-04-02 10:16:44.777301"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8823"], ["description", "I-am-the-goal-description_5403"], ["version", 1], ["created_at", "2015-04-02 10:16:44.781058"], ["updated_at", "2015-04-02 10:16:44.781058"], ["tracking", "150402-37"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task1021"], ["description", "I-am-the-task-description_2076"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.785687"], ["updated_at", "2015-04-02 10:16:44.785687"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8892"], ["description", "I-am-the-goal-description_2870"], ["version", 1], ["created_at", "2015-04-02 10:16:44.788755"], ["updated_at", "2015-04-02 10:16:44.788755"], ["tracking", "150402-38"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task4843"], ["description", "I-am-the-task-description_8555"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.793344"], ["updated_at", "2015-04-02 10:16:44.793344"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task1164"], ["description", "I-am-the-task-description_4028"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.797641"], ["updated_at", "2015-04-02 10:16:44.797641"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task2084"], ["description", "I-am-the-task-description_1307"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.803548"], ["updated_at", "2015-04-02 10:16:44.803548"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task4173"], ["description", "I-am-the-task-description_942"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.808361"], ["updated_at", "2015-04-02 10:16:44.808361"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task1337"], ["description", "I-am-the-task-description_3372"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.812349"], ["updated_at", "2015-04-02 10:16:44.812349"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9499"], ["description", "I-am-the-goal-description_6093"], ["version", 1], ["created_at", "2015-04-02 10:16:44.819184"], ["updated_at", "2015-04-02 10:16:44.819184"], ["tracking", "150402-39"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task7191"], ["description", "I-am-the-task-description_3479"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.822888"], ["updated_at", "2015-04-02 10:16:44.822888"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3119"], ["description", "I-am-the-goal-description_2894"], ["version", 1], ["created_at", "2015-04-02 10:16:44.828103"], ["updated_at", "2015-04-02 10:16:44.828103"], ["tracking", "150402-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task4277"], ["description", "I-am-the-task-description_4576"], ["reminder", "2015-04-01"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.832276"], ["updated_at", "2015-04-02 10:16:44.832276"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6518"], ["description", "I-am-the-goal-description_6188"], ["version", 1], ["created_at", "2015-04-02 10:16:44.837678"], ["updated_at", "2015-04-02 10:16:44.837678"], ["tracking", "150402-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task109"], ["description", "I-am-the-task-description_7762"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.841978"], ["updated_at", "2015-04-02 10:16:44.841978"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_976"], ["description", "I-am-the-goal-description_7980"], ["version", 1], ["created_at", "2015-04-02 10:16:44.847407"], ["updated_at", "2015-04-02 10:16:44.847407"], ["tracking", "150402-42"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task8383"], ["description", "I-am-the-task-description_1284"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 10:16:44.853212"], ["updated_at", "2015-04-02 10:16:44.853212"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1498"], ["description", "I-am-the-goal-description_1248"], ["version", 1], ["created_at", "2015-04-02 10:16:44.858218"], ["updated_at", "2015-04-02 10:16:44.858218"], ["tracking", "150402-43"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-02 10:16:44.861221"], ["id", 47]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-02 10:16:44.863394"], ["id", 47]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5940"], ["description", "I-am-the-goal-description_6186"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7632"], ["description", "I-am-the-goal-description_5180"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6477"], ["description", "I-am-the-goal-description_5546"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7571"], ["description", "I-am-the-goal-description_3955"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7865"], ["description", "I-am-the-goal-description_844"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task39"], ["description", "I-am-the-task-description_1481"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4348"], ["description", "I-am-the-goal-description_9120"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task677"], ["description", "I-am-the-task-description_6216"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5245"], ["description", "I-am-the-goal-description_1892"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task8369"], ["description", "I-am-the-task-description_4518"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6672"], ["description", "I-am-the-goal-description_3660"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task6450"], ["description", "I-am-the-task-description_5972"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_958"], ["description", "I-am-the-goal-description_9466"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task3697"], ["description", "I-am-the-task-description_634"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8807"], ["description", "I-am-the-goal-description_7731"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3258"], ["description", "I-am-the-goal-description_4015"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1146"], ["description", "I-am-the-goal-description_2417"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5483"], ["description", "I-am-the-goal-description_2596"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:17:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1652.7ms) Completed 200 OK in 1724ms (Views: 1678.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:17:02 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:17:02 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:17:02 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (241.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (246.3ms) Completed 200 OK in 297ms (Views: 248.1ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:17:03 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 10:17:03.373993"], ["updated_at", "2015-04-02 10:17:03.373993"], ["tracking", "150402-1"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:59293/flyboy/goals/1 Completed 302 Found in 39ms (ActiveRecord: 3.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:17:03 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (61.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (101.9ms) Completed 200 OK in 116ms (Views: 103.0ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4724"], ["description", "I-am-the-goal-description_6849"], ["version", 1], ["created_at", "2015-04-02 10:17:03.729168"], ["updated_at", "2015-04-02 10:17:03.729168"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3962"], ["description", "I-am-the-task-description_5569"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:17:03.736121"], ["updated_at", "2015-04-02 10:17:03.736121"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3155"], ["description", "I-am-the-task-description_8247"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:17:03.740635"], ["updated_at", "2015-04-02 10:17:03.740635"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3984"], ["description", "I-am-the-task-description_6304"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:17:03.744426"], ["updated_at", "2015-04-02 10:17:03.744426"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:17:03 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:17:03 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.1ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2620"], ["description", "I-am-the-goal-description_7049"], ["version", 1], ["created_at", "2015-04-02 10:17:04.032239"], ["updated_at", "2015-04-02 10:17:04.032239"], ["tracking", "150402-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 6ms (Views: 5.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (11.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (14.6ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7049"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:17:04.420489"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:59293/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.7ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.6ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2423"], ["description", "I-am-the-goal-description_4648"], ["version", 1], ["created_at", "2015-04-02 10:17:04.565379"], ["updated_at", "2015-04-02 10:17:04.565379"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59293/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7723"], ["description", "I-am-the-goal-description_9019"], ["version", 1], ["created_at", "2015-04-02 10:17:04.961916"], ["updated_at", "2015-04-02 10:17:04.961916"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:17:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:17:05 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 12:17:05 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (133.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (137.3ms) Completed 200 OK in 143ms (Views: 139.3ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:17:05 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.2ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 10:17:05.460822"], ["updated_at", "2015-04-02 10:17:05.460822"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:59293/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:17:05 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.6ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (22.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (43.7ms) Completed 200 OK in 49ms (Views: 45.0ms | ActiveRecord: 1.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7397"], ["description", "I-am-the-goal-description_1177"], ["version", 1], ["created_at", "2015-04-02 10:17:05.649656"], ["updated_at", "2015-04-02 10:17:05.649656"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task540"], ["description", "I-am-the-task-description_3894"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:17:05.654184"], ["updated_at", "2015-04-02 10:17:05.654184"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:17:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.2ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:17:05 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (13.9ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2484"], ["description", "I-am-the-goal-description_8063"], ["version", 1], ["created_at", "2015-04-02 10:17:05.921117"], ["updated_at", "2015-04-02 10:17:05.921117"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9791"], ["description", "I-am-the-task-description_1836"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:17:05.926408"], ["updated_at", "2015-04-02 10:17:05.926408"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:17:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:17:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (63.2ms) Completed 200 OK in 66ms (Views: 63.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 12:17:06 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (77.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (81.2ms) Completed 200 OK in 86ms (Views: 83.0ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:17:06 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_1836", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 10:17:06.421028"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59293/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:17:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.2ms) Completed 200 OK in 19ms (Views: 15.9ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2813"], ["description", "I-am-the-goal-description_6875"], ["version", 1], ["created_at", "2015-04-02 10:17:06.606268"], ["updated_at", "2015-04-02 10:17:06.606268"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1621"], ["description", "I-am-the-task-description_4690"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:17:06.610162"], ["updated_at", "2015-04-02 10:17:06.610162"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:17:06 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:17:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (13.9ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 12:17:06 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59293/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:17:06 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7161"], ["description", "I-am-the-goal-description_5905"], ["version", 1], ["created_at", "2015-04-02 10:17:06.997729"], ["updated_at", "2015-04-02 10:17:06.997729"], ["tracking", "150402-1"]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8026"], ["description", "I-am-the-task-description_5817"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:17:07.005393"], ["updated_at", "2015-04-02 10:17:07.005393"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:17:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 12:17:07 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 10:17:07.140743"], ["task_id", 1], ["created_at", "2015-04-02 10:17:07.142199"], ["updated_at", "2015-04-02 10:17:07.142199"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 10:17:07.143836"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59293/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:17:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9562"], ["description", "I-am-the-goal-description_5111"], ["version", 1], ["created_at", "2015-04-02 10:17:07.282534"], ["updated_at", "2015-04-02 10:17:07.282534"], ["tracking", "150402-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9746"], ["description", "I-am-the-task-description_2359"], ["reminder", "2015-04-01"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:17:07.288479"], ["updated_at", "2015-04-02 10:17:07.288479"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:17:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-02 12:17:07 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 10:17:07.417525"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59293/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 12:17:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (51.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (51.9ms) Completed 200 OK in 53ms (Views: 52.3ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (15.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1899.3ms) Completed 200 OK in 1984ms (Views: 1977.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:21:25 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:21:25 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:21:25 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (318.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (325.4ms) Completed 200 OK in 340ms (Views: 328.6ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:26 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 10:21:26.154760"], ["updated_at", "2015-04-02 10:21:26.154760"], ["tracking", "150402-1"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:59378/flyboy/goals/1 Completed 302 Found in 87ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (65.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (108.7ms) Completed 200 OK in 126ms (Views: 110.0ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3753"], ["description", "I-am-the-goal-description_8546"], ["version", 1], ["created_at", "2015-04-02 10:21:26.499512"], ["updated_at", "2015-04-02 10:21:26.499512"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3972"], ["description", "I-am-the-task-description_3215"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:21:26.505718"], ["updated_at", "2015-04-02 10:21:26.505718"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4761"], ["description", "I-am-the-task-description_8722"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:21:26.510566"], ["updated_at", "2015-04-02 10:21:26.510566"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4884"], ["description", "I-am-the-task-description_6541"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:21:26.514265"], ["updated_at", "2015-04-02 10:21:26.514265"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.4ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8753"], ["description", "I-am-the-goal-description_4528"], ["version", 1], ["created_at", "2015-04-02 10:21:26.851015"], ["updated_at", "2015-04-02 10:21:26.851015"], ["tracking", "150402-1"]]  (1.3ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:21:27 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (14.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (18.7ms) Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:27 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_4528"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:21:27.241453"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59378/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1635"], ["description", "I-am-the-goal-description_6294"], ["version", 1], ["created_at", "2015-04-02 10:21:27.380428"], ["updated_at", "2015-04-02 10:21:27.380428"], ["tracking", "150402-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:27 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59378/flyboy/goals Completed 302 Found in 63ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.8ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms)  (1.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:44 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1692.5ms) Completed 200 OK in 1767ms (Views: 1761.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:21:46 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:21:46 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:21:46 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (278.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (283.2ms) Completed 200 OK in 293ms (Views: 285.0ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:46 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 10:21:46.862112"], ["updated_at", "2015-04-02 10:21:46.862112"], ["tracking", "150402-1"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:59439/flyboy/goals/1 Completed 302 Found in 40ms (ActiveRecord: 3.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (23.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (106.9ms) Completed 200 OK in 159ms (Views: 107.8ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6161"], ["description", "I-am-the-goal-description_2807"], ["version", 1], ["created_at", "2015-04-02 10:21:47.212617"], ["updated_at", "2015-04-02 10:21:47.212617"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4589"], ["description", "I-am-the-task-description_8810"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:21:47.220172"], ["updated_at", "2015-04-02 10:21:47.220172"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2995"], ["description", "I-am-the-task-description_3658"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:21:47.224681"], ["updated_at", "2015-04-02 10:21:47.224681"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2962"], ["description", "I-am-the-task-description_9767"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:21:47.228498"], ["updated_at", "2015-04-02 10:21:47.228498"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.1ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7132"], ["description", "I-am-the-goal-description_3648"], ["version", 1], ["created_at", "2015-04-02 10:21:47.519835"], ["updated_at", "2015-04-02 10:21:47.519835"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:21:47 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (58.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (61.4ms) Completed 200 OK in 64ms (Views: 63.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:47 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_3648"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:21:47.898283"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59439/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.6ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3185"], ["description", "I-am-the-goal-description_2975"], ["version", 1], ["created_at", "2015-04-02 10:21:48.041884"], ["updated_at", "2015-04-02 10:21:48.041884"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:21:48 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59439/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:21:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:17 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.8ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1708.2ms) Completed 200 OK in 1781ms (Views: 1774.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:23:19 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:23:19 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:23:19 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (286.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (291.0ms) Completed 200 OK in 301ms (Views: 293.4ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:19 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 10:23:19.964638"], ["updated_at", "2015-04-02 10:23:19.964638"], ["tracking", "150402-1"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:59499/flyboy/goals/1 Completed 302 Found in 35ms (ActiveRecord: 3.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (24.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (112.3ms) Completed 200 OK in 169ms (Views: 113.3ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8432"], ["description", "I-am-the-goal-description_367"], ["version", 1], ["created_at", "2015-04-02 10:23:20.316635"], ["updated_at", "2015-04-02 10:23:20.316635"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9159"], ["description", "I-am-the-task-description_1831"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:23:20.324257"], ["updated_at", "2015-04-02 10:23:20.324257"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8430"], ["description", "I-am-the-task-description_6106"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:23:20.328813"], ["updated_at", "2015-04-02 10:23:20.328813"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8838"], ["description", "I-am-the-task-description_4730"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:23:20.332581"], ["updated_at", "2015-04-02 10:23:20.332581"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1206"], ["description", "I-am-the-goal-description_1004"], ["version", 1], ["created_at", "2015-04-02 10:23:20.618985"], ["updated_at", "2015-04-02 10:23:20.618985"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:23:20 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (58.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (61.7ms) Completed 200 OK in 64ms (Views: 63.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:20 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1004"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:23:20.995651"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59499/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8632"], ["description", "I-am-the-goal-description_9855"], ["version", 1], ["created_at", "2015-04-02 10:23:21.134007"], ["updated_at", "2015-04-02 10:23:21.134007"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:21 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.5ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59499/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1.9ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (2.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3773"], ["description", "I-am-the-goal-description_4798"], ["version", 1], ["created_at", "2015-04-02 10:23:21.532868"], ["updated_at", "2015-04-02 10:23:21.532868"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:49 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1731.1ms) Completed 200 OK in 1804ms (Views: 1758.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 12:23:51 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 12:23:51 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 12:23:51 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (235.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (240.7ms) Completed 200 OK in 292ms (Views: 242.8ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:51 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-02 10:23:51.793366"], ["updated_at", "2015-04-02 10:23:51.793366"], ["tracking", "150402-1"]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:59560/flyboy/goals/1 Completed 302 Found in 36ms (ActiveRecord: 3.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (72.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (117.3ms) Completed 200 OK in 131ms (Views: 118.3ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_325"], ["description", "I-am-the-goal-description_9772"], ["version", 1], ["created_at", "2015-04-02 10:23:52.152528"], ["updated_at", "2015-04-02 10:23:52.152528"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9906"], ["description", "I-am-the-task-description_6400"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:23:52.159988"], ["updated_at", "2015-04-02 10:23:52.159988"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6316"], ["description", "I-am-the-task-description_9325"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:23:52.165077"], ["updated_at", "2015-04-02 10:23:52.165077"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2066"], ["description", "I-am-the-task-description_5402"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 10:23:52.169036"], ["updated_at", "2015-04-02 10:23:52.169036"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3607"], ["description", "I-am-the-goal-description_461"], ["version", 1], ["created_at", "2015-04-02 10:23:52.449702"], ["updated_at", "2015-04-02 10:23:52.449702"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 12:23:52 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (11.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (14.7ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:52 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_461"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 10:23:52.835673"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:59560/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 1.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6511"], ["description", "I-am-the-goal-description_5025"], ["version", 1], ["created_at", "2015-04-02 10:23:52.973981"], ["updated_at", "2015-04-02 10:23:52.973981"], ["tracking", "150402-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:53 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 12:23:53 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59560/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 12:23:53 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6411"], ["description", "I-am-the-goal-description_5876"], ["version", 1], ["created_at", "2015-04-02 10:23:53.370846"], ["updated_at", "2015-04-02 10:23:53.370846"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7382"], ["description", "I-am-the-goal-description_919"], ["version", 1], ["created_at", "2015-04-02 14:31:37.587406"], ["updated_at", "2015-04-02 14:31:37.587406"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8183"], ["description", "I-am-the-goal-description_7716"], ["version", 1], ["created_at", "2015-04-02 14:31:37.597454"], ["updated_at", "2015-04-02 14:31:37.597454"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 65ms (Views: 55.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3675"], ["description", "I-am-the-goal-description_1957"], ["version", 1], ["created_at", "2015-04-02 14:31:37.711585"], ["updated_at", "2015-04-02 14:31:37.711585"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_6375"], ["description", "I-am-the-goal-description_5451"], ["version", 1], ["created_at", "2015-04-02 14:31:37.717161"], ["updated_at", "2015-04-02 14:31:37.717161"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 54ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9067"], ["description", "I-am-the-goal-description_9328"], ["version", 1], ["created_at", "2015-04-02 14:31:37.786741"], ["updated_at", "2015-04-02 14:31:37.786741"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7085"], ["description", "I-am-the-goal-description_5119"], ["version", 1], ["created_at", "2015-04-02 14:31:37.790812"], ["updated_at", "2015-04-02 14:31:37.790812"], ["tracking", "150402-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3482"], ["description", "I-am-the-goal-description_3226"], ["version", 1], ["created_at", "2015-04-02 14:31:37.811519"], ["updated_at", "2015-04-02 14:31:37.811519"], ["tracking", "150402-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task6742"], ["description", "I-am-the-task-description_1188"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.825155"], ["updated_at", "2015-04-02 14:31:37.825155"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-02 14:31:37.836847"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-02 14:31:37.838131"], ["updated_at", "2015-04-02 14:31:37.838131"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-02 14:31:37.840484"], ["id", 1]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-02 14:31:37 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-02 14:31:37 UTC", "updated_at"=>"2015-04-02 14:31:37 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-02 14:31:37.853171"], ["created_at", "2015-04-02 14:31:37.853881"], ["updated_at", "2015-04-02 14:31:37.853881"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 17ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6923"], ["description", "I-am-the-goal-description_2212"], ["version", 1], ["created_at", "2015-04-02 14:31:37.870852"], ["updated_at", "2015-04-02 14:31:37.870852"], ["tracking", "150402-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task4768"], ["description", "I-am-the-task-description_5877"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.874726"], ["updated_at", "2015-04-02 14:31:37.874726"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task8989"], ["description", "I-am-the-task-description_6391"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.879098"], ["updated_at", "2015-04-02 14:31:37.879098"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 14:31:37.887199"], ["task_id", 2], ["created_at", "2015-04-02 14:31:37.888629"], ["updated_at", "2015-04-02 14:31:37.888629"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 14:31:37.890347"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8318"], ["description", "I-am-the-goal-description_8113"], ["version", 1], ["created_at", "2015-04-02 14:31:37.896771"], ["updated_at", "2015-04-02 14:31:37.896771"], ["tracking", "150402-5"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task5226"], ["description", "I-am-the-task-description_3454"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.901583"], ["updated_at", "2015-04-02 14:31:37.901583"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task7428"], ["description", "I-am-the-task-description_8410"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.906696"], ["updated_at", "2015-04-02 14:31:37.906696"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 14:31:37.913247"], ["task_id", 4], ["created_at", "2015-04-02 14:31:37.915896"], ["updated_at", "2015-04-02 14:31:37.915896"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 14:31:37.917962"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9630"], ["description", "I-am-the-goal-description_2631"], ["version", 1], ["created_at", "2015-04-02 14:31:37.924178"], ["updated_at", "2015-04-02 14:31:37.924178"], ["tracking", "150402-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task2795"], ["description", "I-am-the-task-description_3360"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.927969"], ["updated_at", "2015-04-02 14:31:37.927969"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task8873"], ["description", "I-am-the-task-description_3650"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.932315"], ["updated_at", "2015-04-02 14:31:37.932315"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 14:31:37.939290"], ["task_id", 6], ["created_at", "2015-04-02 14:31:37.940750"], ["updated_at", "2015-04-02 14:31:37.940750"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 14:31:37.942669"], ["id", 6]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_991"], ["description", "I-am-the-goal-description_986"], ["version", 1], ["created_at", "2015-04-02 14:31:37.950424"], ["updated_at", "2015-04-02 14:31:37.950424"], ["tracking", "150402-7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task7853"], ["description", "I-am-the-task-description_9607"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.954549"], ["updated_at", "2015-04-02 14:31:37.954549"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task807"], ["description", "I-am-the-task-description_56"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.959016"], ["updated_at", "2015-04-02 14:31:37.959016"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-02 14:31:37.969262"], ["task_id", 8], ["created_at", "2015-04-02 14:31:37.971105"], ["updated_at", "2015-04-02 14:31:37.971105"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 14:31:37.973136"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 13ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9702"], ["description", "I-am-the-goal-description_9856"], ["version", 1], ["created_at", "2015-04-02 14:31:37.979512"], ["updated_at", "2015-04-02 14:31:37.979512"], ["tracking", "150402-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3611"], ["description", "I-am-the-task-description_6128"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.983662"], ["updated_at", "2015-04-02 14:31:37.983662"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task8342"], ["description", "I-am-the-task-description_2264"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:37.987428"], ["updated_at", "2015-04-02 14:31:37.987428"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 58ms (Views: 52.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7731"], ["description", "I-am-the-goal-description_8043"], ["version", 1], ["created_at", "2015-04-02 14:31:38.052808"], ["updated_at", "2015-04-02 14:31:38.052808"], ["tracking", "150402-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task8521"], ["description", "I-am-the-task-description_1425"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:38.057843"], ["updated_at", "2015-04-02 14:31:38.057843"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task5167"], ["description", "I-am-the-task-description_0"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:38.061758"], ["updated_at", "2015-04-02 14:31:38.061758"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7835"], ["description", "I-am-the-goal-description_1406"], ["version", 1], ["created_at", "2015-04-02 14:31:38.074599"], ["updated_at", "2015-04-02 14:31:38.074599"], ["tracking", "150402-10"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task4481"], ["description", "I-am-the-task-description_4049"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:38.078493"], ["updated_at", "2015-04-02 14:31:38.078493"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task2073"], ["description", "I-am-the-task-description_4578"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:38.082336"], ["updated_at", "2015-04-02 14:31:38.082336"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2620"], ["description", "I-am-the-goal-description_8875"], ["version", 1], ["created_at", "2015-04-02 14:31:38.093101"], ["updated_at", "2015-04-02 14:31:38.093101"], ["tracking", "150402-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task426"], ["description", "I-am-the-task-description_5057"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:38.097575"], ["updated_at", "2015-04-02 14:31:38.097575"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task6064"], ["description", "I-am-the-task-description_2965"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:38.102981"], ["updated_at", "2015-04-02 14:31:38.102981"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5379"], ["description", "I-am-the-goal-description_7465"], ["version", 1], ["created_at", "2015-04-02 14:31:38.115153"], ["updated_at", "2015-04-02 14:31:38.115153"], ["tracking", "150402-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task1634"], ["description", "I-am-the-task-description_703"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:38.119256"], ["updated_at", "2015-04-02 14:31:38.119256"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task880"], ["description", "I-am-the-task-description_5820"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:38.122900"], ["updated_at", "2015-04-02 14:31:38.122900"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 14:31:38.135617"], ["updated_at", "2015-04-02 14:31:38.135617"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1500ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6608"], ["description", "I-am-the-goal-description_4699"], ["version", 1], ["created_at", "2015-04-02 14:31:39.637426"], ["updated_at", "2015-04-02 14:31:39.637426"], ["tracking", "150402-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task2694"], ["description", "I-am-the-task-description_4630"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.641232"], ["updated_at", "2015-04-02 14:31:39.641232"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task2847"], ["description", "I-am-the-task-description_9120"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.644859"], ["updated_at", "2015-04-02 14:31:39.644859"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 14:31:39.650493"], ["updated_at", "2015-04-02 14:31:39.650493"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1490"], ["description", "I-am-the-goal-description_7598"], ["version", 1], ["created_at", "2015-04-02 14:31:39.660968"], ["updated_at", "2015-04-02 14:31:39.660968"], ["tracking", "150402-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task1377"], ["description", "I-am-the-task-description_1346"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.665019"], ["updated_at", "2015-04-02 14:31:39.665019"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task9342"], ["description", "I-am-the-task-description_6148"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.668786"], ["updated_at", "2015-04-02 14:31:39.668786"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 14:31:39.674545"], ["updated_at", "2015-04-02 14:31:39.674545"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6992"], ["description", "I-am-the-goal-description_9753"], ["version", 1], ["created_at", "2015-04-02 14:31:39.681793"], ["updated_at", "2015-04-02 14:31:39.681793"], ["tracking", "150402-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task1692"], ["description", "I-am-the-task-description_1484"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.685352"], ["updated_at", "2015-04-02 14:31:39.685352"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task8164"], ["description", "I-am-the-task-description_1265"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.691194"], ["updated_at", "2015-04-02 14:31:39.691194"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1689"], ["description", "I-am-the-goal-description_9482"], ["version", 1], ["created_at", "2015-04-02 14:31:39.701736"], ["updated_at", "2015-04-02 14:31:39.701736"], ["tracking", "150402-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task5289"], ["description", "I-am-the-task-description_3027"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.705493"], ["updated_at", "2015-04-02 14:31:39.705493"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task8444"], ["description", "I-am-the-task-description_1789"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.709300"], ["updated_at", "2015-04-02 14:31:39.709300"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 14:31:39.713013"], ["updated_at", "2015-04-02 14:31:39.713013"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_799"], ["description", "I-am-the-goal-description_144"], ["version", 1], ["created_at", "2015-04-02 14:31:39.723582"], ["updated_at", "2015-04-02 14:31:39.723582"], ["tracking", "150402-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1561"], ["description", "I-am-the-task-description_3764"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.727884"], ["updated_at", "2015-04-02 14:31:39.727884"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task7141"], ["description", "I-am-the-task-description_4682"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.731722"], ["updated_at", "2015-04-02 14:31:39.731722"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 14:31:39.735264"], ["updated_at", "2015-04-02 14:31:39.735264"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-02", "term"=>"2015-04-02"}, "id"=>"34"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5081"], ["description", "I-am-the-goal-description_4918"], ["version", 1], ["created_at", "2015-04-02 14:31:39.794101"], ["updated_at", "2015-04-02 14:31:39.794101"], ["tracking", "150402-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task8529"], ["description", "I-am-the-task-description_5580"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.798985"], ["updated_at", "2015-04-02 14:31:39.798985"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task9814"], ["description", "I-am-the-task-description_5081"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.803207"], ["updated_at", "2015-04-02 14:31:39.803207"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 14:31:39.806999"], ["updated_at", "2015-04-02 14:31:39.806999"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6930"], ["description", "I-am-the-goal-description_6059"], ["version", 1], ["created_at", "2015-04-02 14:31:39.835422"], ["updated_at", "2015-04-02 14:31:39.835422"], ["tracking", "150402-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task5208"], ["description", "I-am-the-task-description_2030"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.841402"], ["updated_at", "2015-04-02 14:31:39.841402"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task9180"], ["description", "I-am-the-task-description_4660"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.845210"], ["updated_at", "2015-04-02 14:31:39.845210"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 14:31:39.848714"], ["updated_at", "2015-04-02 14:31:39.848714"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6889"], ["description", "I-am-the-goal-description_6997"], ["version", 1], ["created_at", "2015-04-02 14:31:39.861933"], ["updated_at", "2015-04-02 14:31:39.861933"], ["tracking", "150402-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task7790"], ["description", "I-am-the-task-description_1175"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.866080"], ["updated_at", "2015-04-02 14:31:39.866080"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task8648"], ["description", "I-am-the-task-description_3481"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.869819"], ["updated_at", "2015-04-02 14:31:39.869819"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 14:31:39.874203"], ["updated_at", "2015-04-02 14:31:39.874203"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3591"], ["description", "I-am-the-goal-description_7362"], ["version", 1], ["created_at", "2015-04-02 14:31:39.885917"], ["updated_at", "2015-04-02 14:31:39.885917"], ["tracking", "150402-21"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task366"], ["description", "I-am-the-task-description_3590"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.894679"], ["updated_at", "2015-04-02 14:31:39.894679"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task7579"], ["description", "I-am-the-task-description_3336"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.900585"], ["updated_at", "2015-04-02 14:31:39.900585"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-02"], ["term", "2015-04-02"], ["created_at", "2015-04-02 14:31:39.905691"], ["updated_at", "2015-04-02 14:31:39.905691"]]  (2.4ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 14:31:39.914403"], ["id", 46]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6148"], ["description", "I-am-the-goal-description_5496"], ["version", 1], ["created_at", "2015-04-02 14:31:39.921256"], ["updated_at", "2015-04-02 14:31:39.921256"], ["tracking", "150402-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6194"], ["description", "I-am-the-goal-description_9027"], ["version", 1], ["created_at", "2015-04-02 14:31:39.926756"], ["updated_at", "2015-04-02 14:31:39.926756"], ["tracking", "150402-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task9217"], ["description", "I-am-the-task-description_7270"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.930845"], ["updated_at", "2015-04-02 14:31:39.930845"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4061"], ["description", "I-am-the-goal-description_9960"], ["version", 1], ["created_at", "2015-04-02 14:31:39.934657"], ["updated_at", "2015-04-02 14:31:39.934657"], ["tracking", "150402-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task9558"], ["description", "I-am-the-task-description_5910"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.940786"], ["updated_at", "2015-04-02 14:31:39.940786"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2566"], ["description", "I-am-the-goal-description_9174"], ["version", 1], ["created_at", "2015-04-02 14:31:39.945206"], ["updated_at", "2015-04-02 14:31:39.945206"], ["tracking", "150402-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task8839"], ["description", "I-am-the-task-description_9528"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.950355"], ["updated_at", "2015-04-02 14:31:39.950355"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task2642"], ["description", "I-am-the-task-description_1838"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.955285"], ["updated_at", "2015-04-02 14:31:39.955285"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task1622"], ["description", "I-am-the-task-description_5180"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.959664"], ["updated_at", "2015-04-02 14:31:39.959664"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task8402"], ["description", "I-am-the-task-description_9464"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.963983"], ["updated_at", "2015-04-02 14:31:39.963983"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9740"], ["description", "I-am-the-goal-description_4495"], ["version", 1], ["created_at", "2015-04-02 14:31:39.970499"], ["updated_at", "2015-04-02 14:31:39.970499"], ["tracking", "150402-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8976"], ["description", "I-am-the-goal-description_7360"], ["version", 1], ["created_at", "2015-04-02 14:31:39.975242"], ["updated_at", "2015-04-02 14:31:39.975242"], ["tracking", "150402-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task7459"], ["description", "I-am-the-task-description_8172"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.978982"], ["updated_at", "2015-04-02 14:31:39.978982"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5765"], ["description", "I-am-the-goal-description_4523"], ["version", 1], ["created_at", "2015-04-02 14:31:39.982773"], ["updated_at", "2015-04-02 14:31:39.982773"], ["tracking", "150402-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task1376"], ["description", "I-am-the-task-description_8256"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.986981"], ["updated_at", "2015-04-02 14:31:39.986981"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2373"], ["description", "I-am-the-goal-description_9447"], ["version", 1], ["created_at", "2015-04-02 14:31:39.990049"], ["updated_at", "2015-04-02 14:31:39.990049"], ["tracking", "150402-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task8354"], ["description", "I-am-the-task-description_4318"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.994394"], ["updated_at", "2015-04-02 14:31:39.994394"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task2469"], ["description", "I-am-the-task-description_3842"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:39.998741"], ["updated_at", "2015-04-02 14:31:39.998741"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task6061"], ["description", "I-am-the-task-description_8777"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.003488"], ["updated_at", "2015-04-02 14:31:40.003488"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task4448"], ["description", "I-am-the-task-description_4191"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.009299"], ["updated_at", "2015-04-02 14:31:40.009299"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1015"], ["description", "I-am-the-goal-description_8281"], ["version", 1], ["created_at", "2015-04-02 14:31:40.013379"], ["updated_at", "2015-04-02 14:31:40.013379"], ["tracking", "150402-30"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4004"], ["description", "I-am-the-goal-description_3205"], ["version", 1], ["created_at", "2015-04-02 14:31:40.022010"], ["updated_at", "2015-04-02 14:31:40.022010"], ["tracking", "150402-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5550"], ["description", "I-am-the-goal-description_5837"], ["version", 1], ["created_at", "2015-04-02 14:31:40.027107"], ["updated_at", "2015-04-02 14:31:40.027107"], ["tracking", "150402-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task1543"], ["description", "I-am-the-task-description_4149"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.030725"], ["updated_at", "2015-04-02 14:31:40.030725"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_62"], ["description", "I-am-the-goal-description_5405"], ["version", 1], ["created_at", "2015-04-02 14:31:40.034456"], ["updated_at", "2015-04-02 14:31:40.034456"], ["tracking", "150402-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task2092"], ["description", "I-am-the-task-description_8144"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.038817"], ["updated_at", "2015-04-02 14:31:40.038817"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_753"], ["description", "I-am-the-goal-description_4950"], ["version", 1], ["created_at", "2015-04-02 14:31:40.041657"], ["updated_at", "2015-04-02 14:31:40.041657"], ["tracking", "150402-34"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task7349"], ["description", "I-am-the-task-description_9736"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.045829"], ["updated_at", "2015-04-02 14:31:40.045829"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task8513"], ["description", "I-am-the-task-description_4664"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.050256"], ["updated_at", "2015-04-02 14:31:40.050256"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task9385"], ["description", "I-am-the-task-description_2968"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.055375"], ["updated_at", "2015-04-02 14:31:40.055375"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task9170"], ["description", "I-am-the-task-description_8387"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.059964"], ["updated_at", "2015-04-02 14:31:40.059964"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task9620"], ["description", "I-am-the-task-description_3693"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.064242"], ["updated_at", "2015-04-02 14:31:40.064242"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6898"], ["description", "I-am-the-goal-description_6183"], ["version", 1], ["created_at", "2015-04-02 14:31:40.071604"], ["updated_at", "2015-04-02 14:31:40.071604"], ["tracking", "150402-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8135"], ["description", "I-am-the-goal-description_3207"], ["version", 1], ["created_at", "2015-04-02 14:31:40.077128"], ["updated_at", "2015-04-02 14:31:40.077128"], ["tracking", "150402-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task7124"], ["description", "I-am-the-task-description_5397"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.080824"], ["updated_at", "2015-04-02 14:31:40.080824"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9029"], ["description", "I-am-the-goal-description_2701"], ["version", 1], ["created_at", "2015-04-02 14:31:40.084460"], ["updated_at", "2015-04-02 14:31:40.084460"], ["tracking", "150402-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task9102"], ["description", "I-am-the-task-description_440"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.088784"], ["updated_at", "2015-04-02 14:31:40.088784"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7376"], ["description", "I-am-the-goal-description_3873"], ["version", 1], ["created_at", "2015-04-02 14:31:40.091622"], ["updated_at", "2015-04-02 14:31:40.091622"], ["tracking", "150402-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task7432"], ["description", "I-am-the-task-description_9114"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.095810"], ["updated_at", "2015-04-02 14:31:40.095810"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task6176"], ["description", "I-am-the-task-description_5916"], ["reminder", "2015-03-30"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.100010"], ["updated_at", "2015-04-02 14:31:40.100010"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task9741"], ["description", "I-am-the-task-description_6079"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.104136"], ["updated_at", "2015-04-02 14:31:40.104136"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task9765"], ["description", "I-am-the-task-description_7995"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.108633"], ["updated_at", "2015-04-02 14:31:40.108633"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task8525"], ["description", "I-am-the-task-description_5754"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.113858"], ["updated_at", "2015-04-02 14:31:40.113858"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-02')  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_898"], ["description", "I-am-the-goal-description_2"], ["version", 1], ["created_at", "2015-04-02 14:31:40.122706"], ["updated_at", "2015-04-02 14:31:40.122706"], ["tracking", "150402-39"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task511"], ["description", "I-am-the-task-description_5177"], ["reminder", "2015-04-03"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.126662"], ["updated_at", "2015-04-02 14:31:40.126662"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1976"], ["description", "I-am-the-goal-description_8418"], ["version", 1], ["created_at", "2015-04-02 14:31:40.131656"], ["updated_at", "2015-04-02 14:31:40.131656"], ["tracking", "150402-40"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task7828"], ["description", "I-am-the-task-description_2282"], ["reminder", "2015-04-01"], ["term", "2015-04-05"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.136001"], ["updated_at", "2015-04-02 14:31:40.136001"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7125"], ["description", "I-am-the-goal-description_5548"], ["version", 1], ["created_at", "2015-04-02 14:31:40.141558"], ["updated_at", "2015-04-02 14:31:40.141558"], ["tracking", "150402-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task5475"], ["description", "I-am-the-task-description_5709"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.145307"], ["updated_at", "2015-04-02 14:31:40.145307"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3991"], ["description", "I-am-the-goal-description_8505"], ["version", 1], ["created_at", "2015-04-02 14:31:40.151513"], ["updated_at", "2015-04-02 14:31:40.151513"], ["tracking", "150402-42"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task6497"], ["description", "I-am-the-task-description_3197"], ["reminder", "2015-03-30"], ["term", "2015-04-01"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-02 14:31:40.155204"], ["updated_at", "2015-04-02 14:31:40.155204"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_697"], ["description", "I-am-the-goal-description_3532"], ["version", 1], ["created_at", "2015-04-02 14:31:40.160425"], ["updated_at", "2015-04-02 14:31:40.160425"], ["tracking", "150402-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-02 14:31:40.164368"], ["id", 47]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-02 14:31:40.166688"], ["id", 47]]  (0.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9188"], ["description", "I-am-the-goal-description_6854"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3181"], ["description", "I-am-the-goal-description_3165"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8467"], ["description", "I-am-the-goal-description_8723"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_802"], ["description", "I-am-the-goal-description_2491"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6429"], ["description", "I-am-the-goal-description_6708"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task3008"], ["description", "I-am-the-task-description_1413"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7959"], ["description", "I-am-the-goal-description_295"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task8333"], ["description", "I-am-the-task-description_2083"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4330"], ["description", "I-am-the-goal-description_9909"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task710"], ["description", "I-am-the-task-description_6581"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_525"], ["description", "I-am-the-goal-description_2159"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task5995"], ["description", "I-am-the-task-description_2151"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9334"], ["description", "I-am-the-goal-description_5817"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task4684"], ["description", "I-am-the-task-description_4689"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2784"], ["description", "I-am-the-goal-description_8136"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2978"], ["description", "I-am-the-goal-description_4475"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_756"], ["description", "I-am-the-goal-description_2815"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3144"], ["description", "I-am-the-goal-description_3799"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 16:31:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1786.7ms) Completed 200 OK in 1879ms (Views: 1872.6ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-02 16:31:54 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-02 16:31:54 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-02 16:31:54 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (319.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (324.5ms) Completed 200 OK in 334ms (Views: 327.1ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-02 16:31:54 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') 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", 1], ["version", 1], ["created_at", "2015-04-02 14:31:54.869136"], ["updated_at", "2015-04-02 14:31:54.869136"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:60899/flyboy/goals/1 Completed 302 Found in 39ms (ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 16:31:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (22.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (112.8ms) Completed 200 OK in 171ms (Views: 114.8ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4439"], ["description", "I-am-the-goal-description_3258"], ["version", 1], ["created_at", "2015-04-02 14:31:55.218475"], ["updated_at", "2015-04-02 14:31:55.218475"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5823"], ["description", "I-am-the-task-description_4233"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:55.225639"], ["updated_at", "2015-04-02 14:31:55.225639"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1571"], ["description", "I-am-the-task-description_1158"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:55.230100"], ["updated_at", "2015-04-02 14:31:55.230100"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8391"], ["description", "I-am-the-task-description_7248"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:55.233852"], ["updated_at", "2015-04-02 14:31:55.233852"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 16:31:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 16:31:55 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2270"], ["description", "I-am-the-goal-description_6614"], ["version", 1], ["created_at", "2015-04-02 14:31:55.524174"], ["updated_at", "2015-04-02 14:31:55.524174"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 16:31:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 16:31:55 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-02 16:31:55 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (59.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (63.1ms) Completed 200 OK in 68ms (Views: 66.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 16:31:55 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6614"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-02 14:31:55.904715"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:60899/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 16:31:55 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6283"], ["description", "I-am-the-goal-description_4617"], ["version", 1], ["created_at", "2015-04-02 14:31:56.043503"], ["updated_at", "2015-04-02 14:31:56.043503"], ["tracking", "150402-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 16:31:56 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 16:31:56 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 16:31:56 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60899/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 16:31:56 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5218"], ["description", "I-am-the-goal-description_4572"], ["version", 1], ["created_at", "2015-04-02 14:31:56.440745"], ["updated_at", "2015-04-02 14:31:56.440745"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4639"], ["description", "I-am-the-goal-description_5820"], ["version", 1], ["created_at", "2015-04-02 14:31:56.473306"], ["updated_at", "2015-04-02 14:31:56.473306"], ["tracking", "150402-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-02 16:31:56 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-02 16:31:56 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-02')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-02' AND reminder < '2015-04-02') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.7ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-02 16:31:56 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (97.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (104.1ms) Completed 200 OK in 109ms (Views: 106.0ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 16:31:56 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-09", "term"=>"2015-04-12", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-09"], ["term", "2015-04-12"], ["goal_id", 1], ["created_at", "2015-04-02 14:31:56.980924"], ["updated_at", "2015-04-02 14:31:56.980924"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:60899/flyboy/tasks/1 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 16:31:56 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.1ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (26.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (96.7ms) Completed 200 OK in 101ms (Views: 98.0ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7044"], ["description", "I-am-the-goal-description_76"], ["version", 1], ["created_at", "2015-04-02 14:31:57.231158"], ["updated_at", "2015-04-02 14:31:57.231158"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5883"], ["description", "I-am-the-task-description_7760"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:57.234998"], ["updated_at", "2015-04-02 14:31:57.234998"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 16:31:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 16:31:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (63.7ms) Completed 200 OK in 67ms (Views: 64.3ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7188"], ["description", "I-am-the-goal-description_4533"], ["version", 1], ["created_at", "2015-04-02 14:31:57.498963"], ["updated_at", "2015-04-02 14:31:57.498963"], ["tracking", "150402-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5997"], ["description", "I-am-the-task-description_2713"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:57.504190"], ["updated_at", "2015-04-02 14:31:57.504190"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 16:31:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 16:31:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.0ms) Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-02 16:31:57 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (120.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (123.4ms) Completed 200 OK in 127ms (Views: 125.3ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 16:31:57 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_2713", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-02 14:31:57.984270"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:60899/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 16:31:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.2ms) Completed 200 OK in 21ms (Views: 17.8ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5998"], ["description", "I-am-the-goal-description_2209"], ["version", 1], ["created_at", "2015-04-02 14:31:58.122397"], ["updated_at", "2015-04-02 14:31:58.122397"], ["tracking", "150402-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5888"], ["description", "I-am-the-task-description_8776"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:58.128833"], ["updated_at", "2015-04-02 14:31:58.128833"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 16:31:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 16:31:58 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.7ms) Completed 200 OK in 71ms (Views: 68.3ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-02 16:31:58 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60899/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 16:31:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8773"], ["description", "I-am-the-goal-description_6944"], ["version", 1], ["created_at", "2015-04-02 14:31:58.621484"], ["updated_at", "2015-04-02 14:31:58.621484"], ["tracking", "150402-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9472"], ["description", "I-am-the-task-description_4815"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:58.625397"], ["updated_at", "2015-04-02 14:31:58.625397"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 16:31:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-02 16:31:58 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction 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-02 14:31:58.763726"], ["task_id", 1], ["created_at", "2015-04-02 14:31:58.765193"], ["updated_at", "2015-04-02 14:31:58.765193"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-02 14:31:58.766860"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:60899/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 16:31:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-02') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4035"], ["description", "I-am-the-goal-description_5144"], ["version", 1], ["created_at", "2015-04-02 14:31:58.903422"], ["updated_at", "2015-04-02 14:31:58.903422"], ["tracking", "150402-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2342"], ["description", "I-am-the-task-description_3717"], ["reminder", "2015-04-01"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-02 14:31:58.907150"], ["updated_at", "2015-04-02 14:31:58.907150"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 16:31:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-02 16:31:59 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-09"], ["term", "2015-04-12"], ["updated_at", "2015-04-02 14:31:59.037012"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60899/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-02 16:31:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.4ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.4ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:07:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1708.8ms) Completed 200 OK in 1798ms (Views: 1790.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:07:27 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:07:27 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 09:07:27 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (276.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (280.9ms) Completed 200 OK in 289ms (Views: 282.7ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:07:27 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 07:07:27.832825"], ["updated_at", "2015-04-03 07:07:27.832825"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:50777/flyboy/goals/1 Completed 302 Found in 72ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:07:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (65.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (107.6ms) Completed 200 OK in 121ms (Views: 108.7ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3100"], ["description", "I-am-the-goal-description_1000"], ["version", 1], ["created_at", "2015-04-03 07:07:28.175701"], ["updated_at", "2015-04-03 07:07:28.175701"], ["tracking", "150403-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1814"], ["description", "I-am-the-task-description_1198"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:07:28.183233"], ["updated_at", "2015-04-03 07:07:28.183233"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1331"], ["description", "I-am-the-task-description_340"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:07:28.188081"], ["updated_at", "2015-04-03 07:07:28.188081"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task917"], ["description", "I-am-the-task-description_453"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:07:28.191826"], ["updated_at", "2015-04-03 07:07:28.191826"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:07:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:07:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.2ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9460"], ["description", "I-am-the-goal-description_8256"], ["version", 1], ["created_at", "2015-04-03 07:07:28.483935"], ["updated_at", "2015-04-03 07:07:28.483935"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:07:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:07:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:07:28 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (65.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (69.2ms) Completed 200 OK in 72ms (Views: 70.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:07:28 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_8256", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 07:07:28.859888"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:50777/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:07:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1349"], ["description", "I-am-the-goal-description_688"], ["version", 1], ["created_at", "2015-04-03 07:07:29.002521"], ["updated_at", "2015-04-03 07:07:29.002521"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:07:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:07:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:07:29 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50777/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:07:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8155"], ["description", "I-am-the-goal-description_1440"], ["version", 1], ["created_at", "2015-04-03 07:07:29.392338"], ["updated_at", "2015-04-03 07:07:29.392338"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:12:09 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.8ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1708.8ms) Completed 200 OK in 1789ms (Views: 1736.4ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:12:11 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:12:11 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 09:12:11 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (249.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (253.8ms) Completed 200 OK in 305ms (Views: 255.7ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:12:12 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 07:12:12.381181"], ["updated_at", "2015-04-03 07:12:12.381181"], ["tracking", "150403-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:50842/flyboy/goals/1 Completed 302 Found in 33ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (66.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (111.0ms) Completed 200 OK in 127ms (Views: 112.3ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7188"], ["description", "I-am-the-goal-description_2132"], ["version", 1], ["created_at", "2015-04-03 07:12:12.727379"], ["updated_at", "2015-04-03 07:12:12.727379"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5695"], ["description", "I-am-the-task-description_3132"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:12:12.734553"], ["updated_at", "2015-04-03 07:12:12.734553"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task623"], ["description", "I-am-the-task-description_3154"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:12:12.739293"], ["updated_at", "2015-04-03 07:12:12.739293"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4228"], ["description", "I-am-the-task-description_5425"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:12:12.744369"], ["updated_at", "2015-04-03 07:12:12.744369"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:12:12 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6548"], ["description", "I-am-the-goal-description_7917"], ["version", 1], ["created_at", "2015-04-03 07:12:13.029222"], ["updated_at", "2015-04-03 07:12:13.029222"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:12:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:12:13 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.1ms) Completed 200 OK in 70ms (Views: 69.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:13 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7917", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 07:12:13.512745"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50842/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') [35m (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8270"], ["description", "I-am-the-goal-description_7486"], ["version", 1], ["created_at", "2015-04-03 07:12:13.654997"], ["updated_at", "2015-04-03 07:12:13.654997"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:12:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:13 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:50842/flyboy/goals Completed 302 Found in 4ms (ActiveRecord: 1.3ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:12:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1492"], ["description", "I-am-the-goal-description_2737"], ["version", 1], ["created_at", "2015-04-03 07:12:14.051446"], ["updated_at", "2015-04-03 07:12:14.051446"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:12:14 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.6ms) Completed 200 OK in 66ms (Views: 65.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:14 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_1492", "description"=>"I-am-the-goal-description_2737", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 07:12:14.309316"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50842/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4334"], ["description", "I-am-the-goal-description_7418"], ["version", 1], ["created_at", "2015-04-03 07:12:14.445134"], ["updated_at", "2015-04-03 07:12:14.445134"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:12:14 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (61.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (61.9ms) Completed 200 OK in 63ms (Views: 62.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:14 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_4334", "description"=>"I-am-the-goal-description_7418", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 07:12:14.698958"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:50842/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:12:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.8ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:13:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (72.1ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1894.8ms) Completed 200 OK in 1970ms (Views: 1962.2ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:13:21 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:13:21 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 09:13:22 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (336.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (342.6ms) Completed 200 OK in 355ms (Views: 344.8ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:13:22 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 07:13:22.536653"], ["updated_at", "2015-04-03 07:13:22.536653"], ["tracking", "150403-1"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:50860/flyboy/goals/1 Completed 302 Found in 79ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (32.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (6.8ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (155.9ms) Completed 200 OK in 173ms (Views: 156.6ms | ActiveRecord: 1.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5075"], ["description", "I-am-the-goal-description_7910"], ["version", 1], ["created_at", "2015-04-03 07:13:22.883723"], ["updated_at", "2015-04-03 07:13:22.883723"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8631"], ["description", "I-am-the-task-description_5531"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:13:22.890825"], ["updated_at", "2015-04-03 07:13:22.890825"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5053"], ["description", "I-am-the-task-description_5652"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:13:22.895283"], ["updated_at", "2015-04-03 07:13:22.895283"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2997"], ["description", "I-am-the-task-description_4403"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:13:22.899397"], ["updated_at", "2015-04-03 07:13:22.899397"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:13:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7788"], ["description", "I-am-the-goal-description_5201"], ["version", 1], ["created_at", "2015-04-03 07:13:23.206504"], ["updated_at", "2015-04-03 07:13:23.206504"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:13:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.8ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 69ms (Views: 67.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:13:23 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (27.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (34.7ms) Completed 200 OK in 38ms (Views: 37.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:23 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5201", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 07:13:23.607377"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50860/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.1ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_695"], ["description", "I-am-the-goal-description_3588"], ["version", 1], ["created_at", "2015-04-03 07:13:23.747525"], ["updated_at", "2015-04-03 07:13:23.747525"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:13:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (50.8ms) Completed 200 OK in 52ms (Views: 51.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:23 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:50860/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:13:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.9ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.9ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1481"], ["description", "I-am-the-goal-description_2149"], ["version", 1], ["created_at", "2015-04-03 07:13:24.139012"], ["updated_at", "2015-04-03 07:13:24.139012"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:13:24 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (20.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (20.4ms) Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:24 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_1481", "description"=>"I-am-the-goal-description_2149", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 07:13:24.407624"], ["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:50860/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.5ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3459"], ["description", "I-am-the-goal-description_6927"], ["version", 1], ["created_at", "2015-04-03 07:13:24.593469"], ["updated_at", "2015-04-03 07:13:24.593469"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:13:24 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (16.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (16.7ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:24 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_3459", "description"=>"I-am-the-goal-description_6927", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 07:13:24.858152"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:50860/flyboy/goals/1 Completed 302 Found in 4ms (ActiveRecord: 1.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:13:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:14:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1670.8ms) Completed 200 OK in 1744ms (Views: 1695.7ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:14:36 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:14:36 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 09:14:36 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (244.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (292.0ms) Completed 200 OK in 301ms (Views: 293.8ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:14:37 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 07:14:37.243974"], ["updated_at", "2015-04-03 07:14:37.243974"], ["tracking", "150403-1"]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:50875/flyboy/goals/1 Completed 302 Found in 37ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:37 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (68.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (106.7ms) Completed 200 OK in 121ms (Views: 107.6ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5998"], ["description", "I-am-the-goal-description_6625"], ["version", 1], ["created_at", "2015-04-03 07:14:37.594329"], ["updated_at", "2015-04-03 07:14:37.594329"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9174"], ["description", "I-am-the-task-description_5622"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:14:37.601643"], ["updated_at", "2015-04-03 07:14:37.601643"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task402"], ["description", "I-am-the-task-description_8938"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:14:37.606660"], ["updated_at", "2015-04-03 07:14:37.606660"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4688"], ["description", "I-am-the-task-description_6680"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:14:37.610964"], ["updated_at", "2015-04-03 07:14:37.610964"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:14:37 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:37 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9000"], ["description", "I-am-the-goal-description_7737"], ["version", 1], ["created_at", "2015-04-03 07:14:37.897462"], ["updated_at", "2015-04-03 07:14:37.897462"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:14:37 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (62.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (65.7ms) Completed 200 OK in 68ms (Views: 67.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7737", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 07:14:38.280334"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:50875/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.7ms)  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4197"], ["description", "I-am-the-goal-description_6976"], ["version", 1], ["created_at", "2015-04-03 07:14:38.420518"], ["updated_at", "2015-04-03 07:14:38.420518"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50875/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5878"], ["description", "I-am-the-goal-description_5646"], ["version", 1], ["created_at", "2015-04-03 07:14:38.822663"], ["updated_at", "2015-04-03 07:14:38.822663"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:14:38 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (73.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (74.0ms) Completed 200 OK in 76ms (Views: 75.0ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:39 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_5878", "description"=>"I-am-the-goal-description_5646", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 07:14:39.193895"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50875/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3364"], ["description", "I-am-the-goal-description_5433"], ["version", 1], ["created_at", "2015-04-03 07:14:39.331927"], ["updated_at", "2015-04-03 07:14:39.331927"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:14:39 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.5ms) Completed 200 OK in 66ms (Views: 65.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:39 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_3364", "description"=>"I-am-the-goal-description_5433", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 07:14:39.582003"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50875/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:14:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.6ms)  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:15:35 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.5ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1848.1ms) Completed 200 OK in 1929ms (Views: 1921.6ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:15:37 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:15:37 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 09:15:37 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (388.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (393.8ms) Completed 200 OK in 403ms (Views: 395.7ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:15:38 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 07:15:38.324484"], ["updated_at", "2015-04-03 07:15:38.324484"], ["tracking", "150403-1"]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:50901/flyboy/goals/1 Completed 302 Found in 92ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (70.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (119.4ms) Completed 200 OK in 140ms (Views: 120.5ms | ActiveRecord: 1.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_259"], ["description", "I-am-the-goal-description_8742"], ["version", 1], ["created_at", "2015-04-03 07:15:38.667923"], ["updated_at", "2015-04-03 07:15:38.667923"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9318"], ["description", "I-am-the-task-description_7815"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:15:38.676066"], ["updated_at", "2015-04-03 07:15:38.676066"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3232"], ["description", "I-am-the-task-description_5291"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:15:38.683641"], ["updated_at", "2015-04-03 07:15:38.683641"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9234"], ["description", "I-am-the-task-description_3546"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:15:38.690519"], ["updated_at", "2015-04-03 07:15:38.690519"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:15:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1661"], ["description", "I-am-the-goal-description_9170"], ["version", 1], ["created_at", "2015-04-03 07:15:39.037804"], ["updated_at", "2015-04-03 07:15:39.037804"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:15:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:15:39 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (27.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (31.5ms) Completed 200 OK in 34ms (Views: 33.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:39 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_9170", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 07:15:39.472881"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50901/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.7ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5396"], ["description", "I-am-the-goal-description_8559"], ["version", 1], ["created_at", "2015-04-03 07:15:39.609497"], ["updated_at", "2015-04-03 07:15:39.609497"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:15:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.9ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:39 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:50901/flyboy/goals Completed 302 Found in 5ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:15:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.8ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3621"], ["description", "I-am-the-goal-description_9657"], ["version", 1], ["created_at", "2015-04-03 07:15:40.000112"], ["updated_at", "2015-04-03 07:15:40.000112"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:15:40 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (81.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (82.1ms) Completed 200 OK in 83ms (Views: 82.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:40 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_3621", "description"=>"I-am-the-goal-description_9657", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 07:15:40.377465"], ["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:50901/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.6ms)  (2.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5223"], ["description", "I-am-the-goal-description_6544"], ["version", 1], ["created_at", "2015-04-03 07:15:40.515786"], ["updated_at", "2015-04-03 07:15:40.515786"], ["tracking", "150403-1"]]  (0.6ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:15:40 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (70.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (71.1ms) Completed 200 OK in 73ms (Views: 71.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:40 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_5223", "description"=>"I-am-the-goal-description_6544", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 07:15:40.886527"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:50901/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:15:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1010"], ["description", "I-am-the-goal-description_2468"], ["version", 1], ["created_at", "2015-04-03 07:16:32.441561"], ["updated_at", "2015-04-03 07:16:32.441561"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3925"], ["description", "I-am-the-goal-description_2289"], ["version", 1], ["created_at", "2015-04-03 07:16:32.487658"], ["updated_at", "2015-04-03 07:16:32.487658"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 19ms (Views: 13.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9998"], ["description", "I-am-the-goal-description_3511"], ["version", 1], ["created_at", "2015-04-03 07:16:32.588329"], ["updated_at", "2015-04-03 07:16:32.588329"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8989"], ["description", "I-am-the-goal-description_8420"], ["version", 1], ["created_at", "2015-04-03 07:16:32.592267"], ["updated_at", "2015-04-03 07:16:32.592267"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 9ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2163"], ["description", "I-am-the-goal-description_1910"], ["version", 1], ["created_at", "2015-04-03 07:16:32.614897"], ["updated_at", "2015-04-03 07:16:32.614897"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4592"], ["description", "I-am-the-goal-description_7616"], ["version", 1], ["created_at", "2015-04-03 07:16:32.618696"], ["updated_at", "2015-04-03 07:16:32.618696"], ["tracking", "150403-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]] ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:16:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.8ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1704.3ms) Completed 200 OK in 1778ms (Views: 1730.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:16:52 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:16:52 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 09:16:52 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (240.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (289.3ms) Completed 200 OK in 298ms (Views: 291.1ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:16:53 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 07:16:53.232690"], ["updated_at", "2015-04-03 07:16:53.232690"], ["tracking", "150403-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:50916/flyboy/goals/1 Completed 302 Found in 33ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:53 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (67.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (104.7ms) Completed 200 OK in 122ms (Views: 105.8ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3600"], ["description", "I-am-the-goal-description_9733"], ["version", 1], ["created_at", "2015-04-03 07:16:53.581662"], ["updated_at", "2015-04-03 07:16:53.581662"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8455"], ["description", "I-am-the-task-description_4642"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:16:53.588292"], ["updated_at", "2015-04-03 07:16:53.588292"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1293"], ["description", "I-am-the-task-description_8406"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:16:53.593392"], ["updated_at", "2015-04-03 07:16:53.593392"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4635"], ["description", "I-am-the-task-description_6623"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:16:53.597913"], ["updated_at", "2015-04-03 07:16:53.597913"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:16:53 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:53 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.9ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.9ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6573"], ["description", "I-am-the-goal-description_9957"], ["version", 1], ["created_at", "2015-04-03 07:16:53.883441"], ["updated_at", "2015-04-03 07:16:53.883441"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:16:53 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (61.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.7ms) Completed 200 OK in 67ms (Views: 66.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_9957", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 07:16:54.265151"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50916/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_445"], ["description", "I-am-the-goal-description_1064"], ["version", 1], ["created_at", "2015-04-03 07:16:54.406970"], ["updated_at", "2015-04-03 07:16:54.406970"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:50916/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9868"], ["description", "I-am-the-goal-description_3713"], ["version", 1], ["created_at", "2015-04-03 07:16:54.804640"], ["updated_at", "2015-04-03 07:16:54.804640"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:16:54 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (60.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (61.0ms) Completed 200 OK in 62ms (Views: 61.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:55 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_9868", "description"=>"I-am-the-goal-description_3713", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 07:16:55.061093"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50916/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:16:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4196"], ["description", "I-am-the-goal-description_284"], ["version", 1], ["created_at", "2015-04-03 07:16:55.200431"], ["updated_at", "2015-04-03 07:16:55.200431"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:55 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Completed 200 OK in 10ms (Views: 7.2ms | ActiveRecord: 1.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:16:55 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (61.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (62.0ms) Completed 200 OK in 63ms (Views: 62.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:16:55 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_4196", "description"=>"I-am-the-goal-description_284", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 07:16:55.460360"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50916/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:16:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:20:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (8.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1693.2ms) Completed 200 OK in 1724ms (Views: 1718.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:21:01 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:21:01 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 09:21:01 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (284.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (290.6ms) Completed 200 OK in 300ms (Views: 293.0ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:01 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 07:21:01.633978"], ["updated_at", "2015-04-03 07:21:01.633978"], ["tracking", "150403-1"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:50943/flyboy/goals/1 Completed 302 Found in 36ms (ActiveRecord: 3.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (60.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (97.6ms) Completed 200 OK in 111ms (Views: 98.6ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5428"], ["description", "I-am-the-goal-description_8605"], ["version", 1], ["created_at", "2015-04-03 07:21:01.922338"], ["updated_at", "2015-04-03 07:21:01.922338"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9320"], ["description", "I-am-the-task-description_4515"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:21:01.931521"], ["updated_at", "2015-04-03 07:21:01.931521"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9629"], ["description", "I-am-the-task-description_183"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:21:01.936723"], ["updated_at", "2015-04-03 07:21:01.936723"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9641"], ["description", "I-am-the-task-description_8929"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:21:01.941461"], ["updated_at", "2015-04-03 07:21:01.941461"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1841"], ["description", "I-am-the-goal-description_3511"], ["version", 1], ["created_at", "2015-04-03 07:21:02.233552"], ["updated_at", "2015-04-03 07:21:02.233552"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:21:02 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.3ms) Completed 200 OK in 71ms (Views: 69.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:02 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_3511", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 07:21:02.615130"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:50943/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1028"], ["description", "I-am-the-goal-description_1135"], ["version", 1], ["created_at", "2015-04-03 07:21:02.757108"], ["updated_at", "2015-04-03 07:21:02.757108"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:03 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50943/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:03 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7088"], ["description", "I-am-the-goal-description_9169"], ["version", 1], ["created_at", "2015-04-03 07:21:03.163934"], ["updated_at", "2015-04-03 07:21:03.163934"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:03 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.7ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:21:03 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.6ms) Completed 200 OK in 68ms (Views: 67.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:03 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_7088", "description"=>"I-am-the-goal-description_9169", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 07:21:03.418590"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50943/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:03 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8656"], ["description", "I-am-the-goal-description_5880"], ["version", 1], ["created_at", "2015-04-03 07:21:03.561408"], ["updated_at", "2015-04-03 07:21:03.561408"], ["tracking", "150403-1"]]  (1.5ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:03 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:21:03 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (58.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (58.7ms) Completed 200 OK in 60ms (Views: 59.4ms | ActiveRecord: 0.1ms)  (3.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:30 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2013.7ms) Completed 200 OK in 2094ms (Views: 2087.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:21:32 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:21:32 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 09:21:33 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (297.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (304.6ms) Completed 200 OK in 316ms (Views: 307.2ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:33 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 07:21:33.503994"], ["updated_at", "2015-04-03 07:21:33.503994"], ["tracking", "150403-1"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:50961/flyboy/goals/1 Completed 302 Found in 79ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:33 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (71.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (6.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (125.8ms) Completed 200 OK in 141ms (Views: 127.0ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8422"], ["description", "I-am-the-goal-description_2654"], ["version", 1], ["created_at", "2015-04-03 07:21:33.866297"], ["updated_at", "2015-04-03 07:21:33.866297"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3634"], ["description", "I-am-the-task-description_8161"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:21:33.874991"], ["updated_at", "2015-04-03 07:21:33.874991"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5110"], ["description", "I-am-the-task-description_297"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:21:33.881298"], ["updated_at", "2015-04-03 07:21:33.881298"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8885"], ["description", "I-am-the-task-description_8006"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:21:33.886053"], ["updated_at", "2015-04-03 07:21:33.886053"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:33 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:34 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (3.2ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1355"], ["description", "I-am-the-goal-description_5927"], ["version", 1], ["created_at", "2015-04-03 07:21:34.224607"], ["updated_at", "2015-04-03 07:21:34.224607"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:34 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:21:34 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (71.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (75.4ms) Completed 200 OK in 79ms (Views: 78.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:34 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5927", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 07:21:34.620925"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:50961/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:34 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9782"], ["description", "I-am-the-goal-description_9140"], ["version", 1], ["created_at", "2015-04-03 07:21:34.769468"], ["updated_at", "2015-04-03 07:21:34.769468"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:34 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.5ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.1ms) commit transaction Redirected to http://127.0.0.1:50961/flyboy/goals Completed 302 Found in 5ms (ActiveRecord: 1.8ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.0ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_788"], ["description", "I-am-the-goal-description_254"], ["version", 1], ["created_at", "2015-04-03 07:21:35.170245"], ["updated_at", "2015-04-03 07:21:35.170245"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (74.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (74.4ms) Completed 200 OK in 76ms (Views: 75.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_788", "description"=>"I-am-the-goal-description_254", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (2.0ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 07:21:35.433233"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:50961/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.4ms) Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.9ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7335"], ["description", "I-am-the-goal-description_4918"], ["version", 1], ["created_at", "2015-04-03 07:21:35.576398"], ["updated_at", "2015-04-03 07:21:35.576398"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (11.8ms) Completed 200 OK in 15ms (Views: 12.4ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (75.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (76.2ms) Completed 200 OK in 78ms (Views: 77.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_7335", "description"=>"I-am-the-goal-description_4918", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 07:21:35.955633"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:50961/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:21:35 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 1.0ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1704"], ["description", "I-am-the-goal-description_9625"], ["version", 1], ["created_at", "2015-04-03 07:41:02.516585"], ["updated_at", "2015-04-03 07:41:02.516585"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:41:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1789.4ms) Completed 200 OK in 1823ms (Views: 1816.9ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:41:08 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:41:08 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:41:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (83.7ms) Completed 200 OK in 98ms (Views: 85.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 09:41:08 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (407.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (411.4ms) Completed 200 OK in 416ms (Views: 413.2ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:41:09 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 07:41:09.505885"], ["updated_at", "2015-04-03 07:41:09.505885"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51307/flyboy/tasks/1 Completed 302 Found in 33ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:41:09 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.0ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (25.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (95.3ms) Completed 200 OK in 100ms (Views: 96.9ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6683"], ["description", "I-am-the-goal-description_899"], ["version", 1], ["created_at", "2015-04-03 07:41:09.752559"], ["updated_at", "2015-04-03 07:41:09.752559"], ["tracking", "150403-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3866"], ["description", "I-am-the-task-description_4169"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:41:09.758751"], ["updated_at", "2015-04-03 07:41:09.758751"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:41:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:41:09 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (57.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.4ms) Completed 200 OK in 66ms (Views: 63.0ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_497"], ["description", "I-am-the-goal-description_8628"], ["version", 1], ["created_at", "2015-04-03 07:41:10.029827"], ["updated_at", "2015-04-03 07:41:10.029827"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7469"], ["description", "I-am-the-task-description_4452"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:41:10.034854"], ["updated_at", "2015-04-03 07:41:10.034854"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:41:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:41:10 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.7ms) Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 09:41:10 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (122.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (125.9ms) Completed 200 OK in 130ms (Views: 127.7ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:41:10 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_4452", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 07:41:10.508077"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51307/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:41:10 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.2ms) Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7795"], ["description", "I-am-the-goal-description_5980"], ["version", 1], ["created_at", "2015-04-03 07:41:10.645680"], ["updated_at", "2015-04-03 07:41:10.645680"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8853"], ["description", "I-am-the-task-description_3704"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:41:10.649459"], ["updated_at", "2015-04-03 07:41:10.649459"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:41:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:41:10 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (65.8ms) Completed 200 OK in 69ms (Views: 66.3ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:41:10 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51307/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:41:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7718"], ["description", "I-am-the-goal-description_4858"], ["version", 1], ["created_at", "2015-04-03 07:41:11.039067"], ["updated_at", "2015-04-03 07:41:11.039067"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5747"], ["description", "I-am-the-task-description_734"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:41:11.045332"], ["updated_at", "2015-04-03 07:41:11.045332"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:41:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.7ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 09:41:11 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 07:41:11.179942"], ["task_id", 1], ["created_at", "2015-04-03 07:41:11.183653"], ["updated_at", "2015-04-03 07:41:11.183653"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 07:41:11.185549"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:51307/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:41:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_874"], ["description", "I-am-the-goal-description_3150"], ["version", 1], ["created_at", "2015-04-03 07:41:11.322650"], ["updated_at", "2015-04-03 07:41:11.322650"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2636"], ["description", "I-am-the-task-description_1535"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:41:11.327203"], ["updated_at", "2015-04-03 07:41:11.327203"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:41:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 09:41:11 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 07:41:11.459313"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51307/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:41:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4873"], ["description", "I-am-the-goal-description_8823"], ["version", 1], ["created_at", "2015-04-03 07:43:52.694961"], ["updated_at", "2015-04-03 07:43:52.694961"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:43:57 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.1ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1808.3ms) Completed 200 OK in 1840ms (Views: 1832.8ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:43:58 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:43:58 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:43:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (44.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (82.3ms) Completed 200 OK in 97ms (Views: 83.6ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 09:43:59 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (348.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (352.9ms) Completed 200 OK in 358ms (Views: 354.9ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:43:59 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 07:43:59.656399"], ["updated_at", "2015-04-03 07:43:59.656399"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51393/flyboy/tasks/1 Completed 302 Found in 31ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:43:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (48.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (88.6ms) Completed 200 OK in 93ms (Views: 89.7ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4137"], ["description", "I-am-the-goal-description_7880"], ["version", 1], ["created_at", "2015-04-03 07:43:59.906035"], ["updated_at", "2015-04-03 07:43:59.906035"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1325"], ["description", "I-am-the-task-description_6756"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:43:59.909819"], ["updated_at", "2015-04-03 07:43:59.909819"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:43:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (66.1ms) Completed 200 OK in 69ms (Views: 66.8ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1234"], ["description", "I-am-the-goal-description_6584"], ["version", 1], ["created_at", "2015-04-03 07:44:00.171232"], ["updated_at", "2015-04-03 07:44:00.171232"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3132"], ["description", "I-am-the-task-description_5472"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:00.176428"], ["updated_at", "2015-04-03 07:44:00.176428"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.0ms) Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 09:44:00 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (116.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (119.9ms) Completed 200 OK in 123ms (Views: 121.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:00 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5472", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 07:44:00.648165"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51393/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.1ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_742"], ["description", "I-am-the-goal-description_3739"], ["version", 1], ["created_at", "2015-04-03 07:44:00.787480"], ["updated_at", "2015-04-03 07:44:00.787480"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6748"], ["description", "I-am-the-task-description_7977"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:00.791159"], ["updated_at", "2015-04-03 07:44:00.791159"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.9ms) Completed 200 OK in 66ms (Views: 63.5ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51393/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7517"], ["description", "I-am-the-goal-description_5500"], ["version", 1], ["created_at", "2015-04-03 07:44:01.171718"], ["updated_at", "2015-04-03 07:44:01.171718"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4358"], ["description", "I-am-the-task-description_9119"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:01.175545"], ["updated_at", "2015-04-03 07:44:01.175545"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 07:44:01.310954"], ["task_id", 1], ["created_at", "2015-04-03 07:44:01.312817"], ["updated_at", "2015-04-03 07:44:01.312817"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 07:44:01.314960"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:51393/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7732"], ["description", "I-am-the-goal-description_300"], ["version", 1], ["created_at", "2015-04-03 07:44:01.452688"], ["updated_at", "2015-04-03 07:44:01.452688"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2595"], ["description", "I-am-the-task-description_4937"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:01.456466"], ["updated_at", "2015-04-03 07:44:01.456466"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 07:44:01.586672"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51393/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4778"], ["description", "I-am-the-goal-description_6933"], ["version", 1], ["created_at", "2015-04-03 07:44:01.728127"], ["updated_at", "2015-04-03 07:44:01.728127"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4608"], ["description", "I-am-the-task-description_8789"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:01.733276"], ["updated_at", "2015-04-03 07:44:01.733276"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4829"], ["description", "I-am-the-goal-description_7644"], ["version", 1], ["created_at", "2015-04-03 07:44:01.738569"], ["updated_at", "2015-04-03 07:44:01.738569"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task3236"], ["description", "I-am-the-task-description_6051"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:01.743305"], ["updated_at", "2015-04-03 07:44:01.743305"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4464"], ["description", "I-am-the-goal-description_9149"], ["version", 1], ["created_at", "2015-04-03 07:44:01.747583"], ["updated_at", "2015-04-03 07:44:01.747583"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task3245"], ["description", "I-am-the-task-description_2571"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:01.751681"], ["updated_at", "2015-04-03 07:44:01.751681"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 09:44:01 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.2ms) Completed 200 OK in 52ms (Views: 3.0ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9202"], ["description", "I-am-the-goal-description_1926"], ["version", 1], ["created_at", "2015-04-03 07:44:27.081997"], ["updated_at", "2015-04-03 07:44:27.081997"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:44:31 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1849.6ms) Completed 200 OK in 1958ms (Views: 1945.9ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:44:33 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:44:33 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:44:33 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (98.0ms) Completed 200 OK in 117ms (Views: 100.1ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 09:44:34 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (396.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (402.2ms) Completed 200 OK in 408ms (Views: 404.3ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:34 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 07:44:34.714835"], ["updated_at", "2015-04-03 07:44:34.714835"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:51413/flyboy/tasks/1 Completed 302 Found in 31ms (ActiveRecord: 1.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.8ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (73.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (95.9ms) Completed 200 OK in 101ms (Views: 97.1ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.6ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2"], ["description", "I-am-the-goal-description_1788"], ["version", 1], ["created_at", "2015-04-03 07:44:34.989585"], ["updated_at", "2015-04-03 07:44:34.989585"], ["tracking", "150403-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (1.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3514"], ["description", "I-am-the-task-description_6070"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:34.999470"], ["updated_at", "2015-04-03 07:44:34.999470"]]  (2.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:35 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (8.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (4.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (28.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (43.1ms) Completed 200 OK in 51ms (Views: 43.7ms | ActiveRecord: 1.0ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1475"], ["description", "I-am-the-goal-description_9043"], ["version", 1], ["created_at", "2015-04-03 07:44:35.409325"], ["updated_at", "2015-04-03 07:44:35.409325"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8200"], ["description", "I-am-the-task-description_6481"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:35.413391"], ["updated_at", "2015-04-03 07:44:35.413391"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:35 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (64.9ms) Completed 200 OK in 69ms (Views: 65.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 09:44:35 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (76.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (81.3ms) Completed 200 OK in 86ms (Views: 83.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:35 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_6481", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 07:44:35.907991"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51413/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:35 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (55.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (59.6ms) Completed 200 OK in 63ms (Views: 60.2ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6302"], ["description", "I-am-the-goal-description_200"], ["version", 1], ["created_at", "2015-04-03 07:44:36.056618"], ["updated_at", "2015-04-03 07:44:36.056618"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1784"], ["description", "I-am-the-task-description_6400"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:36.061045"], ["updated_at", "2015-04-03 07:44:36.061045"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (2.4ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (19.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (28.8ms) Completed 200 OK in 39ms (Views: 30.0ms | ActiveRecord: 1.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:51413/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9380"], ["description", "I-am-the-goal-description_8217"], ["version", 1], ["created_at", "2015-04-03 07:44:36.469543"], ["updated_at", "2015-04-03 07:44:36.469543"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6830"], ["description", "I-am-the-task-description_3669"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:36.473328"], ["updated_at", "2015-04-03 07:44:36.473328"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (1.0ms) 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-03 07:44:36.669666"], ["task_id", 1], ["created_at", "2015-04-03 07:44:36.671113"], ["updated_at", "2015-04-03 07:44:36.671113"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 07:44:36.673890"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:51413/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 2.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms)  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2514"], ["description", "I-am-the-goal-description_1830"], ["version", 1], ["created_at", "2015-04-03 07:44:36.816362"], ["updated_at", "2015-04-03 07:44:36.816362"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4289"], ["description", "I-am-the-task-description_6526"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:36.820233"], ["updated_at", "2015-04-03 07:44:36.820233"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 07:44:36.957260"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:51413/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2581"], ["description", "I-am-the-goal-description_4438"], ["version", 1], ["created_at", "2015-04-03 07:44:37.096668"], ["updated_at", "2015-04-03 07:44:37.096668"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.4ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6822"], ["description", "I-am-the-task-description_5511"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:37.104435"], ["updated_at", "2015-04-03 07:44:37.104435"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5245"], ["description", "I-am-the-goal-description_9500"], ["version", 1], ["created_at", "2015-04-03 07:44:37.109484"], ["updated_at", "2015-04-03 07:44:37.109484"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task5726"], ["description", "I-am-the-task-description_431"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:37.113054"], ["updated_at", "2015-04-03 07:44:37.113054"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8425"], ["description", "I-am-the-goal-description_2333"], ["version", 1], ["created_at", "2015-04-03 07:44:37.120243"], ["updated_at", "2015-04-03 07:44:37.120243"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task498"], ["description", "I-am-the-task-description_9186"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:44:37.125942"], ["updated_at", "2015-04-03 07:44:37.125942"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:44:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (25.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (26.6ms) Completed 200 OK in 29ms (Views: 26.0ms | ActiveRecord: 1.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 09:44:37 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.3ms) Completed 200 OK in 54ms (Views: 3.1ms | ActiveRecord: 0.5ms)  (2.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5660"], ["description", "I-am-the-goal-description_2424"], ["version", 1], ["created_at", "2015-04-03 07:45:09.716947"], ["updated_at", "2015-04-03 07:45:09.716947"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:45:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.4ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1859.3ms) Completed 200 OK in 1980ms (Views: 1929.4ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:45:15 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:45:15 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:45:15 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (97.5ms) Completed 200 OK in 117ms (Views: 98.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 09:45:16 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (376.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (380.6ms) Completed 200 OK in 386ms (Views: 382.5ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:16 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 07:45:16.487363"], ["updated_at", "2015-04-03 07:45:16.487363"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:51440/flyboy/tasks/1 Completed 302 Found in 31ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:45:16 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.7ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (72.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (96.5ms) Completed 200 OK in 102ms (Views: 97.9ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9286"], ["description", "I-am-the-goal-description_1720"], ["version", 1], ["created_at", "2015-04-03 07:45:16.731500"], ["updated_at", "2015-04-03 07:45:16.731500"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3682"], ["description", "I-am-the-task-description_4301"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:16.736672"], ["updated_at", "2015-04-03 07:45:16.736672"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:16 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:45:16 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (64.3ms) Completed 200 OK in 67ms (Views: 64.9ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8716"], ["description", "I-am-the-goal-description_5004"], ["version", 1], ["created_at", "2015-04-03 07:45:17.000929"], ["updated_at", "2015-04-03 07:45:17.000929"], ["tracking", "150403-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4826"], ["description", "I-am-the-task-description_1274"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:17.008119"], ["updated_at", "2015-04-03 07:45:17.008119"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:17 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:45:17 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.5ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.7ms) Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 09:45:17 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (128.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (131.9ms) Completed 200 OK in 136ms (Views: 134.4ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:45:17 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_1274", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 07:45:17.481913"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51440/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:45:17 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (13.8ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5864"], ["description", "I-am-the-goal-description_55"], ["version", 1], ["created_at", "2015-04-03 07:45:17.621325"], ["updated_at", "2015-04-03 07:45:17.621325"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8411"], ["description", "I-am-the-task-description_4941"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:17.626685"], ["updated_at", "2015-04-03 07:45:17.626685"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:17 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:45:17 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (66.9ms) Completed 200 OK in 70ms (Views: 67.5ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:45:17 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51440/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:17 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.3ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4765"], ["description", "I-am-the-goal-description_3331"], ["version", 1], ["created_at", "2015-04-03 07:45:18.014666"], ["updated_at", "2015-04-03 07:45:18.014666"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2108"], ["description", "I-am-the-task-description_6911"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:18.018406"], ["updated_at", "2015-04-03 07:45:18.018406"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 09:45:18 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 07:45:18.154739"], ["task_id", 1], ["created_at", "2015-04-03 07:45:18.156362"], ["updated_at", "2015-04-03 07:45:18.156362"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 07:45:18.158273"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:51440/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_196"], ["description", "I-am-the-goal-description_2342"], ["version", 1], ["created_at", "2015-04-03 07:45:18.295066"], ["updated_at", "2015-04-03 07:45:18.295066"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5881"], ["description", "I-am-the-task-description_6110"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:18.298916"], ["updated_at", "2015-04-03 07:45:18.298916"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 09:45:18 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 07:45:18.427214"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51440/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6497"], ["description", "I-am-the-goal-description_3399"], ["version", 1], ["created_at", "2015-04-03 07:45:18.569991"], ["updated_at", "2015-04-03 07:45:18.569991"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4835"], ["description", "I-am-the-task-description_5161"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:18.576318"], ["updated_at", "2015-04-03 07:45:18.576318"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2802"], ["description", "I-am-the-goal-description_9909"], ["version", 1], ["created_at", "2015-04-03 07:45:18.579900"], ["updated_at", "2015-04-03 07:45:18.579900"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task1483"], ["description", "I-am-the-task-description_507"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:18.583193"], ["updated_at", "2015-04-03 07:45:18.583193"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4450"], ["description", "I-am-the-goal-description_665"], ["version", 1], ["created_at", "2015-04-03 07:45:18.586173"], ["updated_at", "2015-04-03 07:45:18.586173"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task6611"], ["description", "I-am-the-task-description_7159"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:18.589717"], ["updated_at", "2015-04-03 07:45:18.589717"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 09:45:18 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.4ms) Completed 200 OK in 111ms (Views: 3.2ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6171"], ["description", "I-am-the-goal-description_7857"], ["version", 1], ["created_at", "2015-04-03 07:45:18.956140"], ["updated_at", "2015-04-03 07:45:18.956140"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4420"], ["description", "I-am-the-task-description_6836"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:18.960242"], ["updated_at", "2015-04-03 07:45:18.960242"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3479"], ["description", "I-am-the-goal-description_9605"], ["version", 1], ["created_at", "2015-04-03 07:45:18.965118"], ["updated_at", "2015-04-03 07:45:18.965118"], ["tracking", "150403-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task8781"], ["description", "I-am-the-task-description_9602"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:18.969806"], ["updated_at", "2015-04-03 07:45:18.969806"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8239"], ["description", "I-am-the-goal-description_4823"], ["version", 1], ["created_at", "2015-04-03 07:45:18.973351"], ["updated_at", "2015-04-03 07:45:18.973351"], ["tracking", "150403-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task8159"], ["description", "I-am-the-task-description_1767"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:45:18.979300"], ["updated_at", "2015-04-03 07:45:18.979300"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:45:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8008"], ["description", "I-am-the-goal-description_2420"], ["version", 1], ["created_at", "2015-04-03 07:46:00.331725"], ["updated_at", "2015-04-03 07:46:00.331725"], ["tracking", "150403-1"]]  (1.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:46:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1923.7ms) Completed 200 OK in 1961ms (Views: 1953.5ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:46:06 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:46:06 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:46:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (113.7ms) Completed 200 OK in 129ms (Views: 115.3ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 09:46:06 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (386.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (391.5ms) Completed 200 OK in 399ms (Views: 394.3ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:07 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 07:46:07.341044"], ["updated_at", "2015-04-03 07:46:07.341044"]]  (1.9ms) commit transaction Redirected to http://127.0.0.1:51455/flyboy/tasks/1 Completed 302 Found in 33ms (ActiveRecord: 2.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:07 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (17.0ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (80.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (112.9ms) Completed 200 OK in 118ms (Views: 114.3ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1753"], ["description", "I-am-the-goal-description_6420"], ["version", 1], ["created_at", "2015-04-03 07:46:07.585540"], ["updated_at", "2015-04-03 07:46:07.585540"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task443"], ["description", "I-am-the-task-description_5745"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:07.589977"], ["updated_at", "2015-04-03 07:46:07.589977"]]  (1.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.7ms) Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:07 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (66.3ms) Completed 200 OK in 70ms (Views: 67.0ms | ActiveRecord: 0.4ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4600"], ["description", "I-am-the-goal-description_7013"], ["version", 1], ["created_at", "2015-04-03 07:46:07.855237"], ["updated_at", "2015-04-03 07:46:07.855237"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9856"], ["description", "I-am-the-task-description_3499"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:07.859761"], ["updated_at", "2015-04-03 07:46:07.859761"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.8ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:07 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.1ms) Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 09:46:08 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (128.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (132.6ms) Completed 200 OK in 136ms (Views: 134.5ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:08 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3499", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 07:46:08.335519"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:51455/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:08 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.1ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7660"], ["description", "I-am-the-goal-description_2737"], ["version", 1], ["created_at", "2015-04-03 07:46:08.474032"], ["updated_at", "2015-04-03 07:46:08.474032"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4997"], ["description", "I-am-the-task-description_8539"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:08.477794"], ["updated_at", "2015-04-03 07:46:08.477794"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:08 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.4ms) Completed 200 OK in 71ms (Views: 68.0ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:08 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:51455/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.6ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6499"], ["description", "I-am-the-goal-description_5674"], ["version", 1], ["created_at", "2015-04-03 07:46:08.975354"], ["updated_at", "2015-04-03 07:46:08.975354"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6978"], ["description", "I-am-the-task-description_387"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:08.984060"], ["updated_at", "2015-04-03 07:46:08.984060"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 09:46:09 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 07:46:09.120095"], ["task_id", 1], ["created_at", "2015-04-03 07:46:09.121708"], ["updated_at", "2015-04-03 07:46:09.121708"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 07:46:09.123604"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:51455/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5096"], ["description", "I-am-the-goal-description_1128"], ["version", 1], ["created_at", "2015-04-03 07:46:09.262972"], ["updated_at", "2015-04-03 07:46:09.262972"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5429"], ["description", "I-am-the-task-description_7027"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:09.268839"], ["updated_at", "2015-04-03 07:46:09.268839"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 09:46:09 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 07:46:09.399699"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:51455/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.4ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3990"], ["description", "I-am-the-goal-description_3802"], ["version", 1], ["created_at", "2015-04-03 07:46:09.542474"], ["updated_at", "2015-04-03 07:46:09.542474"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3780"], ["description", "I-am-the-task-description_2131"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:09.547483"], ["updated_at", "2015-04-03 07:46:09.547483"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_19"], ["description", "I-am-the-goal-description_6977"], ["version", 1], ["created_at", "2015-04-03 07:46:09.552417"], ["updated_at", "2015-04-03 07:46:09.552417"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task2050"], ["description", "I-am-the-task-description_6806"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:09.555820"], ["updated_at", "2015-04-03 07:46:09.555820"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7431"], ["description", "I-am-the-goal-description_5734"], ["version", 1], ["created_at", "2015-04-03 07:46:09.558876"], ["updated_at", "2015-04-03 07:46:09.558876"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task8872"], ["description", "I-am-the-task-description_3035"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:09.562704"], ["updated_at", "2015-04-03 07:46:09.562704"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 09:46:09 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.3ms) Completed 200 OK in 115ms (Views: 3.1ms | ActiveRecord: 0.6ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2312"], ["description", "I-am-the-goal-description_3567"], ["version", 1], ["created_at", "2015-04-03 07:46:09.930227"], ["updated_at", "2015-04-03 07:46:09.930227"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8969"], ["description", "I-am-the-task-description_786"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:09.934788"], ["updated_at", "2015-04-03 07:46:09.934788"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1783"], ["description", "I-am-the-goal-description_5158"], ["version", 1], ["created_at", "2015-04-03 07:46:09.939219"], ["updated_at", "2015-04-03 07:46:09.939219"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task3192"], ["description", "I-am-the-task-description_1761"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:09.942741"], ["updated_at", "2015-04-03 07:46:09.942741"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7942"], ["description", "I-am-the-goal-description_5750"], ["version", 1], ["created_at", "2015-04-03 07:46:09.946261"], ["updated_at", "2015-04-03 07:46:09.946261"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task4723"], ["description", "I-am-the-task-description_1453"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:09.951636"], ["updated_at", "2015-04-03 07:46:09.951636"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 09:46:10 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.4ms)  (2.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9180"], ["description", "I-am-the-goal-description_6185"], ["version", 1], ["created_at", "2015-04-03 07:46:38.882039"], ["updated_at", "2015-04-03 07:46:38.882039"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:46:43 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1930.9ms) Completed 200 OK in 2009ms (Views: 2000.8ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:46:45 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:46:45 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:46:45 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (3.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (94.2ms) Completed 200 OK in 125ms (Views: 92.3ms | ActiveRecord: 4.2ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 09:46:45 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (419.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (424.4ms) Completed 200 OK in 430ms (Views: 426.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:46 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 07:46:46.402090"], ["updated_at", "2015-04-03 07:46:46.402090"]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:51472/flyboy/tasks/1 Completed 302 Found in 31ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:46 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.9ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (81.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (106.0ms) Completed 200 OK in 111ms (Views: 107.4ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1800"], ["description", "I-am-the-goal-description_4620"], ["version", 1], ["created_at", "2015-04-03 07:46:46.648384"], ["updated_at", "2015-04-03 07:46:46.648384"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9196"], ["description", "I-am-the-task-description_6757"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:46.652580"], ["updated_at", "2015-04-03 07:46:46.652580"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:46 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (2.0ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.7ms) Completed 200 OK in 25ms (Views: 19.5ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (65.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4798"], ["description", "I-am-the-goal-description_7417"], ["version", 1], ["created_at", "2015-04-03 07:46:46.992442"], ["updated_at", "2015-04-03 07:46:46.992442"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5312"], ["description", "I-am-the-task-description_6908"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:46.997330"], ["updated_at", "2015-04-03 07:46:46.997330"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:47 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.8ms) Completed 200 OK in 19ms (Views: 16.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 09:46:47 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (82.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (86.0ms) Completed 200 OK in 90ms (Views: 88.0ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:47 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_6908", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 07:46:47.391575"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:51472/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:47 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (64.5ms) Completed 200 OK in 68ms (Views: 65.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1945"], ["description", "I-am-the-goal-description_6575"], ["version", 1], ["created_at", "2015-04-03 07:46:47.650768"], ["updated_at", "2015-04-03 07:46:47.650768"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6535"], ["description", "I-am-the-task-description_5081"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:47.655405"], ["updated_at", "2015-04-03 07:46:47.655405"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:47 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.5ms) Completed 200 OK in 20ms (Views: 17.4ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:46:47 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51472/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (3.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6234"], ["description", "I-am-the-goal-description_9687"], ["version", 1], ["created_at", "2015-04-03 07:46:48.102211"], ["updated_at", "2015-04-03 07:46:48.102211"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4054"], ["description", "I-am-the-task-description_1949"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:48.105966"], ["updated_at", "2015-04-03 07:46:48.105966"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.4ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 09:46:48 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 07:46:48.241781"], ["task_id", 1], ["created_at", "2015-04-03 07:46:48.243165"], ["updated_at", "2015-04-03 07:46:48.243165"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 07:46:48.244894"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51472/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9124"], ["description", "I-am-the-goal-description_739"], ["version", 1], ["created_at", "2015-04-03 07:46:48.386561"], ["updated_at", "2015-04-03 07:46:48.386561"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9467"], ["description", "I-am-the-task-description_9844"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:48.390290"], ["updated_at", "2015-04-03 07:46:48.390290"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 09:46:48 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 07:46:48.518382"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51472/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3936"], ["description", "I-am-the-goal-description_5514"], ["version", 1], ["created_at", "2015-04-03 07:46:48.659424"], ["updated_at", "2015-04-03 07:46:48.659424"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5194"], ["description", "I-am-the-task-description_2050"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:48.664852"], ["updated_at", "2015-04-03 07:46:48.664852"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5108"], ["description", "I-am-the-goal-description_1291"], ["version", 1], ["created_at", "2015-04-03 07:46:48.668288"], ["updated_at", "2015-04-03 07:46:48.668288"], ["tracking", "150403-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task1662"], ["description", "I-am-the-task-description_3860"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:48.673954"], ["updated_at", "2015-04-03 07:46:48.673954"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1944"], ["description", "I-am-the-goal-description_4580"], ["version", 1], ["created_at", "2015-04-03 07:46:48.678179"], ["updated_at", "2015-04-03 07:46:48.678179"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task7786"], ["description", "I-am-the-task-description_6385"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:48.681661"], ["updated_at", "2015-04-03 07:46:48.681661"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 09:46:48 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (60.7ms) Completed 200 OK in 114ms (Views: 60.5ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3008"], ["description", "I-am-the-goal-description_954"], ["version", 1], ["created_at", "2015-04-03 07:46:49.055139"], ["updated_at", "2015-04-03 07:46:49.055139"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9907"], ["description", "I-am-the-task-description_5976"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:49.058938"], ["updated_at", "2015-04-03 07:46:49.058938"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7000"], ["description", "I-am-the-goal-description_8348"], ["version", 1], ["created_at", "2015-04-03 07:46:49.062564"], ["updated_at", "2015-04-03 07:46:49.062564"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task2934"], ["description", "I-am-the-task-description_5775"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:49.066173"], ["updated_at", "2015-04-03 07:46:49.066173"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6591"], ["description", "I-am-the-goal-description_4839"], ["version", 1], ["created_at", "2015-04-03 07:46:49.069468"], ["updated_at", "2015-04-03 07:46:49.069468"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task7926"], ["description", "I-am-the-task-description_5941"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:49.072904"], ["updated_at", "2015-04-03 07:46:49.072904"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:49 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.4ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 09:46:49 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2057"], ["description", "I-am-the-goal-description_2937"], ["version", 1], ["created_at", "2015-04-03 07:46:49.336680"], ["updated_at", "2015-04-03 07:46:49.336680"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4065"], ["description", "I-am-the-task-description_9125"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:49.340461"], ["updated_at", "2015-04-03 07:46:49.340461"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3333"], ["description", "I-am-the-goal-description_4122"], ["version", 1], ["created_at", "2015-04-03 07:46:49.344309"], ["updated_at", "2015-04-03 07:46:49.344309"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task6549"], ["description", "I-am-the-task-description_2432"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:49.347977"], ["updated_at", "2015-04-03 07:46:49.347977"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7307"], ["description", "I-am-the-goal-description_2100"], ["version", 1], ["created_at", "2015-04-03 07:46:49.351699"], ["updated_at", "2015-04-03 07:46:49.351699"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task4194"], ["description", "I-am-the-task-description_2337"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:46:49.355513"], ["updated_at", "2015-04-03 07:46:49.355513"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:46:49 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.3ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8503"], ["description", "I-am-the-goal-description_8632"], ["version", 1], ["created_at", "2015-04-03 07:47:31.361220"], ["updated_at", "2015-04-03 07:47:31.361220"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:47:35 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.9ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1859.1ms) Completed 200 OK in 1942ms (Views: 1933.3ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:47:37 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:47:37 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:47:37 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (92.2ms) Completed 200 OK in 108ms (Views: 94.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 09:47:37 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (370.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (374.7ms) Completed 200 OK in 380ms (Views: 376.5ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:38 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 07:47:38.232694"], ["updated_at", "2015-04-03 07:47:38.232694"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:51492/flyboy/tasks/1 Completed 302 Found in 32ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:47:38 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.4ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (72.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (96.1ms) Completed 200 OK in 102ms (Views: 97.8ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8271"], ["description", "I-am-the-goal-description_9902"], ["version", 1], ["created_at", "2015-04-03 07:47:38.480294"], ["updated_at", "2015-04-03 07:47:38.480294"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9092"], ["description", "I-am-the-task-description_1095"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:38.484113"], ["updated_at", "2015-04-03 07:47:38.484113"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:47:38 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.2ms) Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9169"], ["description", "I-am-the-goal-description_799"], ["version", 1], ["created_at", "2015-04-03 07:47:38.745163"], ["updated_at", "2015-04-03 07:47:38.745163"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2839"], ["description", "I-am-the-task-description_5115"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:38.749651"], ["updated_at", "2015-04-03 07:47:38.749651"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:47:38 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (66.7ms) Completed 200 OK in 70ms (Views: 67.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 09:47:38 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (83.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (87.7ms) Completed 200 OK in 92ms (Views: 89.9ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:47:39 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5115", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 07:47:39.249830"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51492/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:47:39 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (58.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (64.2ms) Completed 200 OK in 68ms (Views: 64.9ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2083"], ["description", "I-am-the-goal-description_7049"], ["version", 1], ["created_at", "2015-04-03 07:47:39.400680"], ["updated_at", "2015-04-03 07:47:39.400680"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task169"], ["description", "I-am-the-task-description_4545"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:39.405329"], ["updated_at", "2015-04-03 07:47:39.405329"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:47:39 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.3ms) Completed 200 OK in 21ms (Views: 17.9ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 09:47:39 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:51492/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4597"], ["description", "I-am-the-goal-description_9717"], ["version", 1], ["created_at", "2015-04-03 07:47:39.793748"], ["updated_at", "2015-04-03 07:47:39.793748"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9389"], ["description", "I-am-the-task-description_3729"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:39.799891"], ["updated_at", "2015-04-03 07:47:39.799891"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 09:47:39 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 07:47:39.934060"], ["task_id", 1], ["created_at", "2015-04-03 07:47:39.935501"], ["updated_at", "2015-04-03 07:47:39.935501"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 07:47:39.937116"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:51492/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (54.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (55.6ms) Completed 200 OK in 57ms (Views: 56.0ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2439"], ["description", "I-am-the-goal-description_2301"], ["version", 1], ["created_at", "2015-04-03 07:47:40.077760"], ["updated_at", "2015-04-03 07:47:40.077760"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3969"], ["description", "I-am-the-task-description_892"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.081678"], ["updated_at", "2015-04-03 07:47:40.081678"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 09:47:40 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 07:47:40.208388"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51492/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7556"], ["description", "I-am-the-goal-description_8076"], ["version", 1], ["created_at", "2015-04-03 07:47:40.347180"], ["updated_at", "2015-04-03 07:47:40.347180"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7227"], ["description", "I-am-the-task-description_473"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.352607"], ["updated_at", "2015-04-03 07:47:40.352607"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1482"], ["description", "I-am-the-goal-description_4372"], ["version", 1], ["created_at", "2015-04-03 07:47:40.356913"], ["updated_at", "2015-04-03 07:47:40.356913"], ["tracking", "150403-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task1573"], ["description", "I-am-the-task-description_6324"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.361275"], ["updated_at", "2015-04-03 07:47:40.361275"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2136"], ["description", "I-am-the-goal-description_2170"], ["version", 1], ["created_at", "2015-04-03 07:47:40.367377"], ["updated_at", "2015-04-03 07:47:40.367377"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task8475"], ["description", "I-am-the-task-description_6383"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.370794"], ["updated_at", "2015-04-03 07:47:40.370794"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 09:47:40 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.4ms) Completed 200 OK in 59ms (Views: 3.2ms | ActiveRecord: 1.2ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4189"], ["description", "I-am-the-goal-description_4854"], ["version", 1], ["created_at", "2015-04-03 07:47:40.632729"], ["updated_at", "2015-04-03 07:47:40.632729"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1678"], ["description", "I-am-the-task-description_6155"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.636797"], ["updated_at", "2015-04-03 07:47:40.636797"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_535"], ["description", "I-am-the-goal-description_7253"], ["version", 1], ["created_at", "2015-04-03 07:47:40.640307"], ["updated_at", "2015-04-03 07:47:40.640307"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task3156"], ["description", "I-am-the-task-description_3321"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.643553"], ["updated_at", "2015-04-03 07:47:40.643553"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4597"], ["description", "I-am-the-goal-description_3749"], ["version", 1], ["created_at", "2015-04-03 07:47:40.646778"], ["updated_at", "2015-04-03 07:47:40.646778"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task5620"], ["description", "I-am-the-task-description_6133"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.652163"], ["updated_at", "2015-04-03 07:47:40.652163"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.9ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 09:47:40 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.6ms) Completed 200 OK in 4ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6863"], ["description", "I-am-the-goal-description_5290"], ["version", 1], ["created_at", "2015-04-03 07:47:40.971732"], ["updated_at", "2015-04-03 07:47:40.971732"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4516"], ["description", "I-am-the-task-description_4279"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.976160"], ["updated_at", "2015-04-03 07:47:40.976160"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2500"], ["description", "I-am-the-goal-description_8863"], ["version", 1], ["created_at", "2015-04-03 07:47:40.979695"], ["updated_at", "2015-04-03 07:47:40.979695"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task3892"], ["description", "I-am-the-task-description_3763"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.984742"], ["updated_at", "2015-04-03 07:47:40.984742"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3638"], ["description", "I-am-the-goal-description_9415"], ["version", 1], ["created_at", "2015-04-03 07:47:40.988031"], ["updated_at", "2015-04-03 07:47:40.988031"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task8507"], ["description", "I-am-the-task-description_3609"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 07:47:40.991811"], ["updated_at", "2015-04-03 07:47:40.991811"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 09:47:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 09:47:41 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.5ms) Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9920"], ["description", "I-am-the-goal-description_4180"], ["version", 1], ["created_at", "2015-04-03 07:55:06.471583"], ["updated_at", "2015-04-03 07:55:06.471583"], ["tracking", "150403-1"]]  (2.1ms) commit transaction  (1.5ms) DELETE FROM "flyboy_goals";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1249"], ["description", "I-am-the-goal-description_6674"], ["version", 1], ["created_at", "2015-04-03 07:55:45.445619"], ["updated_at", "2015-04-03 07:55:45.445619"], ["tracking", "150403-1"]]  (1.4ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:55:49 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1915.2ms) Completed 200 OK in 1951ms (Views: 1943.4ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:55:51 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:55:51 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:55:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (93.7ms) Completed 200 OK in 111ms (Views: 95.3ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_965"], ["description", "I-am-the-goal-description_8567"], ["version", 1], ["created_at", "2015-04-03 07:59:10.327701"], ["updated_at", "2015-04-03 07:59:10.327701"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 09:59:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.1ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1851.2ms) Completed 200 OK in 1935ms (Views: 1926.2ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 09:59:16 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 09:59:16 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 09:59:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (92.9ms) Completed 200 OK in 109ms (Views: 94.7ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3977"], ["description", "I-am-the-goal-description_9996"], ["version", 1], ["created_at", "2015-04-03 08:00:51.594424"], ["updated_at", "2015-04-03 08:00:51.594424"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9920"], ["description", "I-am-the-task-description_4299"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:00:51.654401"], ["updated_at", "2015-04-03 08:00:51.654401"]]  (1.0ms) commit transaction  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_790"], ["description", "I-am-the-goal-description_2629"], ["version", 1], ["created_at", "2015-04-03 08:02:22.024013"], ["updated_at", "2015-04-03 08:02:22.024013"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:02:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1889.4ms) Completed 200 OK in 1926ms (Views: 1918.8ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 10:02:28 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 10:02:28 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:02:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (94.4ms) Completed 200 OK in 109ms (Views: 95.7ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 10:02:28 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (382.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (386.3ms) Completed 200 OK in 392ms (Views: 388.2ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:29 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 08:02:29.487712"], ["updated_at", "2015-04-03 08:02:29.487712"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:51638/flyboy/tasks/1 Completed 302 Found in 29ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:02:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (8.4ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (91.7ms) Completed 200 OK in 96ms (Views: 92.8ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8811"], ["description", "I-am-the-goal-description_1682"], ["version", 1], ["created_at", "2015-04-03 08:02:29.737513"], ["updated_at", "2015-04-03 08:02:29.737513"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7364"], ["description", "I-am-the-task-description_7758"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:29.741987"], ["updated_at", "2015-04-03 08:02:29.741987"]]  (1.4ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:02:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.5ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (58.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.8ms) Completed 200 OK in 66ms (Views: 63.4ms | ActiveRecord: 0.4ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3949"], ["description", "I-am-the-goal-description_9521"], ["version", 1], ["created_at", "2015-04-03 08:02:30.008436"], ["updated_at", "2015-04-03 08:02:30.008436"], ["tracking", "150403-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2206"], ["description", "I-am-the-task-description_9024"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:30.013992"], ["updated_at", "2015-04-03 08:02:30.013992"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.1ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:02:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.2ms) Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 10:02:30 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (129.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (132.7ms) Completed 200 OK in 136ms (Views: 134.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:02:30 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_9024", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 08:02:30.488235"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51638/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:02:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.6ms) Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_625"], ["description", "I-am-the-goal-description_7776"], ["version", 1], ["created_at", "2015-04-03 08:02:30.626916"], ["updated_at", "2015-04-03 08:02:30.626916"], ["tracking", "150403-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6886"], ["description", "I-am-the-task-description_6230"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:30.631915"], ["updated_at", "2015-04-03 08:02:30.631915"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:02:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (69.9ms) Completed 200 OK in 73ms (Views: 70.6ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:02:30 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51638/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.8ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_611"], ["description", "I-am-the-goal-description_325"], ["version", 1], ["created_at", "2015-04-03 08:02:31.131715"], ["updated_at", "2015-04-03 08:02:31.131715"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3737"], ["description", "I-am-the-task-description_7105"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:31.135565"], ["updated_at", "2015-04-03 08:02:31.135565"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (1.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 1.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 10:02:31 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:02:31.273318"], ["task_id", 1], ["created_at", "2015-04-03 08:02:31.274817"], ["updated_at", "2015-04-03 08:02:31.274817"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:02:31.276483"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51638/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.8ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5642"], ["description", "I-am-the-goal-description_9234"], ["version", 1], ["created_at", "2015-04-03 08:02:31.414972"], ["updated_at", "2015-04-03 08:02:31.414972"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2136"], ["description", "I-am-the-task-description_9113"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:31.420717"], ["updated_at", "2015-04-03 08:02:31.420717"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 10:02:31 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 08:02:31.551980"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51638/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2900"], ["description", "I-am-the-goal-description_2731"], ["version", 1], ["created_at", "2015-04-03 08:02:31.688654"], ["updated_at", "2015-04-03 08:02:31.688654"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task496"], ["description", "I-am-the-task-description_675"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:31.692891"], ["updated_at", "2015-04-03 08:02:31.692891"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6509"], ["description", "I-am-the-goal-description_7398"], ["version", 1], ["created_at", "2015-04-03 08:02:31.696365"], ["updated_at", "2015-04-03 08:02:31.696365"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task6826"], ["description", "I-am-the-task-description_4068"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:31.700724"], ["updated_at", "2015-04-03 08:02:31.700724"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_524"], ["description", "I-am-the-goal-description_8039"], ["version", 1], ["created_at", "2015-04-03 08:02:31.704769"], ["updated_at", "2015-04-03 08:02:31.704769"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1252"], ["description", "I-am-the-task-description_3627"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:31.708494"], ["updated_at", "2015-04-03 08:02:31.708494"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 10:02:31 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.7ms) Completed 200 OK in 111ms (Views: 3.5ms | ActiveRecord: 0.4ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9332"], ["description", "I-am-the-goal-description_6105"], ["version", 1], ["created_at", "2015-04-03 08:02:32.073997"], ["updated_at", "2015-04-03 08:02:32.073997"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8306"], ["description", "I-am-the-task-description_2877"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:32.077748"], ["updated_at", "2015-04-03 08:02:32.077748"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8710"], ["description", "I-am-the-goal-description_8251"], ["version", 1], ["created_at", "2015-04-03 08:02:32.081380"], ["updated_at", "2015-04-03 08:02:32.081380"], ["tracking", "150403-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task5619"], ["description", "I-am-the-task-description_2374"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:32.086480"], ["updated_at", "2015-04-03 08:02:32.086480"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2050"], ["description", "I-am-the-goal-description_1797"], ["version", 1], ["created_at", "2015-04-03 08:02:32.089889"], ["updated_at", "2015-04-03 08:02:32.089889"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1494"], ["description", "I-am-the-task-description_2896"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:32.093435"], ["updated_at", "2015-04-03 08:02:32.093435"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 10:02:32 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3277"], ["description", "I-am-the-goal-description_5537"], ["version", 1], ["created_at", "2015-04-03 08:02:32.354491"], ["updated_at", "2015-04-03 08:02:32.354491"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8952"], ["description", "I-am-the-task-description_6827"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:32.358688"], ["updated_at", "2015-04-03 08:02:32.358688"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1741"], ["description", "I-am-the-goal-description_1390"], ["version", 1], ["created_at", "2015-04-03 08:02:32.362547"], ["updated_at", "2015-04-03 08:02:32.362547"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task8017"], ["description", "I-am-the-task-description_6051"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:32.366986"], ["updated_at", "2015-04-03 08:02:32.366986"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8234"], ["description", "I-am-the-goal-description_5228"], ["version", 1], ["created_at", "2015-04-03 08:02:32.372398"], ["updated_at", "2015-04-03 08:02:32.372398"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1882"], ["description", "I-am-the-task-description_112"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:32.375945"], ["updated_at", "2015-04-03 08:02:32.375945"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:02:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 10:02:32 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.2ms) Completed 200 OK in 70ms (Views: 68.8ms | ActiveRecord: 0.4ms)  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3321"], ["description", "I-am-the-goal-description_982"], ["version", 1], ["created_at", "2015-04-03 08:02:44.729338"], ["updated_at", "2015-04-03 08:02:44.729338"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3326"], ["description", "I-am-the-task-description_3172"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:02:44.786482"], ["updated_at", "2015-04-03 08:02:44.786482"]]  (0.8ms) commit transaction  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5230"], ["description", "I-am-the-goal-description_385"], ["version", 1], ["created_at", "2015-04-03 08:03:25.257339"], ["updated_at", "2015-04-03 08:03:25.257339"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1498"], ["description", "I-am-the-task-description_950"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:03:25.318848"], ["updated_at", "2015-04-03 08:03:25.318848"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:03:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1950.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2025.1ms) Completed 200 OK in 2063ms (Views: 2055.4ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 10:03:31 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 10:03:31 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:03:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (8.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (54.1ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (269.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (340.2ms) Completed 200 OK in 354ms (Views: 341.7ms | ActiveRecord: 1.1ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 10:03:32 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 08:03:32.021658"], ["created_at", "2015-04-03 08:03:32.024789"], ["updated_at", "2015-04-03 08:03:32.024789"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 08:03:32.027612"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:51662/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:03:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.2ms) Completed 200 OK in 21ms (Views: 16.9ms | ActiveRecord: 0.5ms)  (1.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7356"], ["description", "I-am-the-goal-description_5379"], ["version", 1], ["created_at", "2015-04-03 08:04:02.637913"], ["updated_at", "2015-04-03 08:04:02.637913"], ["tracking", "150403-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6342"], ["description", "I-am-the-task-description_2728"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:02.658299"], ["updated_at", "2015-04-03 08:04:02.658299"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:06 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.7ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1916.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (1949.4ms) Completed 200 OK in 2022ms (Views: 2015.3ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 10:04:08 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 10:04:08 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:08 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (9.3ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (321.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (344.9ms) Completed 200 OK in 358ms (Views: 346.0ms | ActiveRecord: 0.9ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 10:04:09 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 08:04:09.310888"], ["created_at", "2015-04-03 08:04:09.311650"], ["updated_at", "2015-04-03 08:04:09.311650"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 08:04:09.314079"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51671/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:09 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (57.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.6ms) Completed 200 OK in 66ms (Views: 62.3ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4517"], ["description", "I-am-the-goal-description_9537"], ["version", 1], ["created_at", "2015-04-03 08:04:20.895762"], ["updated_at", "2015-04-03 08:04:20.895762"], ["tracking", "150403-1"]]  (2.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7171"], ["description", "I-am-the-goal-description_3336"], ["version", 1], ["created_at", "2015-04-03 08:04:20.974265"], ["updated_at", "2015-04-03 08:04:20.974265"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 24ms (Views: 18.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9300"], ["description", "I-am-the-goal-description_5635"], ["version", 1], ["created_at", "2015-04-03 08:04:21.096493"], ["updated_at", "2015-04-03 08:04:21.096493"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3791"], ["description", "I-am-the-goal-description_5340"], ["version", 1], ["created_at", "2015-04-03 08:04:21.100523"], ["updated_at", "2015-04-03 08:04:21.100523"], ["tracking", "150403-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 15ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5637"], ["description", "I-am-the-goal-description_3812"], ["version", 1], ["created_at", "2015-04-03 08:04:21.132264"], ["updated_at", "2015-04-03 08:04:21.132264"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1152"], ["description", "I-am-the-goal-description_3713"], ["version", 1], ["created_at", "2015-04-03 08:04:21.136474"], ["updated_at", "2015-04-03 08:04:21.136474"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9589"], ["description", "I-am-the-goal-description_6680"], ["version", 1], ["created_at", "2015-04-03 08:04:21.158670"], ["updated_at", "2015-04-03 08:04:21.158670"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task8010"], ["description", "I-am-the-task-description_1607"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.216708"], ["updated_at", "2015-04-03 08:04:21.216708"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 08:04:21.228952"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 08:04:21.230237"], ["updated_at", "2015-04-03 08:04:21.230237"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 08:04:21.232866"], ["id", 1]]  (1.1ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 08:04:21 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 08:04:21 UTC", "updated_at"=>"2015-04-03 08:04:21 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 08:04:21.245476"], ["created_at", "2015-04-03 08:04:21.246162"], ["updated_at", "2015-04-03 08:04:21.246162"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 17ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_278"], ["description", "I-am-the-goal-description_3542"], ["version", 1], ["created_at", "2015-04-03 08:04:21.262947"], ["updated_at", "2015-04-03 08:04:21.262947"], ["tracking", "150403-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task5411"], ["description", "I-am-the-task-description_3715"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.266963"], ["updated_at", "2015-04-03 08:04:21.266963"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task9529"], ["description", "I-am-the-task-description_934"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.271695"], ["updated_at", "2015-04-03 08:04:21.271695"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:04:21.279204"], ["task_id", 2], ["created_at", "2015-04-03 08:04:21.280400"], ["updated_at", "2015-04-03 08:04:21.280400"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:04:21.282107"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4598"], ["description", "I-am-the-goal-description_9647"], ["version", 1], ["created_at", "2015-04-03 08:04:21.290147"], ["updated_at", "2015-04-03 08:04:21.290147"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task2847"], ["description", "I-am-the-task-description_2906"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.294808"], ["updated_at", "2015-04-03 08:04:21.294808"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task6784"], ["description", "I-am-the-task-description_652"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.299536"], ["updated_at", "2015-04-03 08:04:21.299536"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:04:21.308132"], ["task_id", 4], ["created_at", "2015-04-03 08:04:21.310272"], ["updated_at", "2015-04-03 08:04:21.310272"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:04:21.311879"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3790"], ["description", "I-am-the-goal-description_1584"], ["version", 1], ["created_at", "2015-04-03 08:04:21.318710"], ["updated_at", "2015-04-03 08:04:21.318710"], ["tracking", "150403-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task8290"], ["description", "I-am-the-task-description_399"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.323313"], ["updated_at", "2015-04-03 08:04:21.323313"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task2335"], ["description", "I-am-the-task-description_3060"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.327560"], ["updated_at", "2015-04-03 08:04:21.327560"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:04:21.335541"], ["task_id", 6], ["created_at", "2015-04-03 08:04:21.336844"], ["updated_at", "2015-04-03 08:04:21.336844"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:04:21.339292"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5438"], ["description", "I-am-the-goal-description_4927"], ["version", 1], ["created_at", "2015-04-03 08:04:21.348238"], ["updated_at", "2015-04-03 08:04:21.348238"], ["tracking", "150403-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task5442"], ["description", "I-am-the-task-description_1291"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.352847"], ["updated_at", "2015-04-03 08:04:21.352847"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task5014"], ["description", "I-am-the-task-description_2496"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.357635"], ["updated_at", "2015-04-03 08:04:21.357635"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:04:21.365029"], ["task_id", 8], ["created_at", "2015-04-03 08:04:21.366353"], ["updated_at", "2015-04-03 08:04:21.366353"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:04:21.368022"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6222"], ["description", "I-am-the-goal-description_2840"], ["version", 1], ["created_at", "2015-04-03 08:04:21.374890"], ["updated_at", "2015-04-03 08:04:21.374890"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task4507"], ["description", "I-am-the-task-description_935"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.379378"], ["updated_at", "2015-04-03 08:04:21.379378"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task5295"], ["description", "I-am-the-task-description_2498"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.383950"], ["updated_at", "2015-04-03 08:04:21.383950"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_883"], ["description", "I-am-the-goal-description_8724"], ["version", 1], ["created_at", "2015-04-03 08:04:21.398900"], ["updated_at", "2015-04-03 08:04:21.398900"], ["tracking", "150403-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task8186"], ["description", "I-am-the-task-description_521"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.403417"], ["updated_at", "2015-04-03 08:04:21.403417"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task2721"], ["description", "I-am-the-task-description_2627"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.408654"], ["updated_at", "2015-04-03 08:04:21.408654"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6869"], ["description", "I-am-the-goal-description_5172"], ["version", 1], ["created_at", "2015-04-03 08:04:21.423538"], ["updated_at", "2015-04-03 08:04:21.423538"], ["tracking", "150403-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task9398"], ["description", "I-am-the-task-description_3942"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.427996"], ["updated_at", "2015-04-03 08:04:21.427996"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task4281"], ["description", "I-am-the-task-description_920"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.432533"], ["updated_at", "2015-04-03 08:04:21.432533"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7730"], ["description", "I-am-the-goal-description_9081"], ["version", 1], ["created_at", "2015-04-03 08:04:21.443405"], ["updated_at", "2015-04-03 08:04:21.443405"], ["tracking", "150403-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task5599"], ["description", "I-am-the-task-description_1656"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.447831"], ["updated_at", "2015-04-03 08:04:21.447831"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task9975"], ["description", "I-am-the-task-description_1699"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.452352"], ["updated_at", "2015-04-03 08:04:21.452352"]]  (1.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7123"], ["description", "I-am-the-goal-description_1883"], ["version", 1], ["created_at", "2015-04-03 08:04:21.466174"], ["updated_at", "2015-04-03 08:04:21.466174"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task9309"], ["description", "I-am-the-task-description_5241"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.470422"], ["updated_at", "2015-04-03 08:04:21.470422"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task8056"], ["description", "I-am-the-task-description_1220"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:21.474119"], ["updated_at", "2015-04-03 08:04:21.474119"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:04:21.484753"], ["updated_at", "2015-04-03 08:04:21.484753"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 2187ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8151"], ["description", "I-am-the-goal-description_1171"], ["version", 1], ["created_at", "2015-04-03 08:04:23.674728"], ["updated_at", "2015-04-03 08:04:23.674728"], ["tracking", "150403-13"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task2413"], ["description", "I-am-the-task-description_4190"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.680844"], ["updated_at", "2015-04-03 08:04:23.680844"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task5472"], ["description", "I-am-the-task-description_4082"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.685223"], ["updated_at", "2015-04-03 08:04:23.685223"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:04:23.691176"], ["updated_at", "2015-04-03 08:04:23.691176"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3865"], ["description", "I-am-the-goal-description_5094"], ["version", 1], ["created_at", "2015-04-03 08:04:23.702054"], ["updated_at", "2015-04-03 08:04:23.702054"], ["tracking", "150403-14"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task2796"], ["description", "I-am-the-task-description_6963"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.706581"], ["updated_at", "2015-04-03 08:04:23.706581"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task66"], ["description", "I-am-the-task-description_5380"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.710925"], ["updated_at", "2015-04-03 08:04:23.710925"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:04:23.717484"], ["updated_at", "2015-04-03 08:04:23.717484"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_462"], ["description", "I-am-the-goal-description_9513"], ["version", 1], ["created_at", "2015-04-03 08:04:23.725119"], ["updated_at", "2015-04-03 08:04:23.725119"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task6280"], ["description", "I-am-the-task-description_6969"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.728997"], ["updated_at", "2015-04-03 08:04:23.728997"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task6290"], ["description", "I-am-the-task-description_2351"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.733650"], ["updated_at", "2015-04-03 08:04:23.733650"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1179"], ["description", "I-am-the-goal-description_6845"], ["version", 1], ["created_at", "2015-04-03 08:04:23.747713"], ["updated_at", "2015-04-03 08:04:23.747713"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task7753"], ["description", "I-am-the-task-description_4313"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.751782"], ["updated_at", "2015-04-03 08:04:23.751782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task9932"], ["description", "I-am-the-task-description_8270"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.756833"], ["updated_at", "2015-04-03 08:04:23.756833"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:04:23.763489"], ["updated_at", "2015-04-03 08:04:23.763489"]]  (1.6ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2980"], ["description", "I-am-the-goal-description_6321"], ["version", 1], ["created_at", "2015-04-03 08:04:23.780781"], ["updated_at", "2015-04-03 08:04:23.780781"], ["tracking", "150403-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task4756"], ["description", "I-am-the-task-description_3757"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.784912"], ["updated_at", "2015-04-03 08:04:23.784912"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task5263"], ["description", "I-am-the-task-description_4711"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.789365"], ["updated_at", "2015-04-03 08:04:23.789365"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:04:23.793619"], ["updated_at", "2015-04-03 08:04:23.793619"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"34"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5044"], ["description", "I-am-the-goal-description_5447"], ["version", 1], ["created_at", "2015-04-03 08:04:23.809959"], ["updated_at", "2015-04-03 08:04:23.809959"], ["tracking", "150403-18"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task3655"], ["description", "I-am-the-task-description_4794"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.816469"], ["updated_at", "2015-04-03 08:04:23.816469"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task9936"], ["description", "I-am-the-task-description_5573"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.822304"], ["updated_at", "2015-04-03 08:04:23.822304"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:04:23.827130"], ["updated_at", "2015-04-03 08:04:23.827130"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.3ms)  (0.4ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1367"], ["description", "I-am-the-goal-description_436"], ["version", 1], ["created_at", "2015-04-03 08:04:23.951326"], ["updated_at", "2015-04-03 08:04:23.951326"], ["tracking", "150403-19"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task3516"], ["description", "I-am-the-task-description_5472"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.960231"], ["updated_at", "2015-04-03 08:04:23.960231"]]  (1.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task199"], ["description", "I-am-the-task-description_8625"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:23.969099"], ["updated_at", "2015-04-03 08:04:23.969099"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:04:23.974635"], ["updated_at", "2015-04-03 08:04:23.974635"]]  (1.3ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 1.9ms)  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.3ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2925"], ["description", "I-am-the-goal-description_2700"], ["version", 1], ["created_at", "2015-04-03 08:04:23.999365"], ["updated_at", "2015-04-03 08:04:23.999365"], ["tracking", "150403-20"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task6723"], ["description", "I-am-the-task-description_8729"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.008135"], ["updated_at", "2015-04-03 08:04:24.008135"]]  (1.4ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task9881"], ["description", "I-am-the-task-description_6001"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.018296"], ["updated_at", "2015-04-03 08:04:24.018296"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:04:24.023755"], ["updated_at", "2015-04-03 08:04:24.023755"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3919"], ["description", "I-am-the-goal-description_1326"], ["version", 1], ["created_at", "2015-04-03 08:04:24.042837"], ["updated_at", "2015-04-03 08:04:24.042837"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task2884"], ["description", "I-am-the-task-description_8601"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.049604"], ["updated_at", "2015-04-03 08:04:24.049604"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task14"], ["description", "I-am-the-task-description_7218"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.054862"], ["updated_at", "2015-04-03 08:04:24.054862"]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:04:24.062062"], ["updated_at", "2015-04-03 08:04:24.062062"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 08:04:24.073069"], ["id", 46]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 2.0ms)  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7313"], ["description", "I-am-the-goal-description_2265"], ["version", 1], ["created_at", "2015-04-03 08:04:24.084519"], ["updated_at", "2015-04-03 08:04:24.084519"], ["tracking", "150403-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3892"], ["description", "I-am-the-goal-description_7795"], ["version", 1], ["created_at", "2015-04-03 08:04:24.092071"], ["updated_at", "2015-04-03 08:04:24.092071"], ["tracking", "150403-23"]]  (1.3ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task2904"], ["description", "I-am-the-task-description_9212"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.101221"], ["updated_at", "2015-04-03 08:04:24.101221"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_970"], ["description", "I-am-the-goal-description_140"], ["version", 1], ["created_at", "2015-04-03 08:04:24.108161"], ["updated_at", "2015-04-03 08:04:24.108161"], ["tracking", "150403-24"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task4456"], ["description", "I-am-the-task-description_7594"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.116384"], ["updated_at", "2015-04-03 08:04:24.116384"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1548"], ["description", "I-am-the-goal-description_6729"], ["version", 1], ["created_at", "2015-04-03 08:04:24.122542"], ["updated_at", "2015-04-03 08:04:24.122542"], ["tracking", "150403-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task8221"], ["description", "I-am-the-task-description_9286"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.127961"], ["updated_at", "2015-04-03 08:04:24.127961"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task6021"], ["description", "I-am-the-task-description_7316"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.137551"], ["updated_at", "2015-04-03 08:04:24.137551"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task3742"], ["description", "I-am-the-task-description_9187"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.142627"], ["updated_at", "2015-04-03 08:04:24.142627"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task432"], ["description", "I-am-the-task-description_7092"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.150083"], ["updated_at", "2015-04-03 08:04:24.150083"]]  (0.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9450"], ["description", "I-am-the-goal-description_7348"], ["version", 1], ["created_at", "2015-04-03 08:04:24.160589"], ["updated_at", "2015-04-03 08:04:24.160589"], ["tracking", "150403-26"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7620"], ["description", "I-am-the-goal-description_2034"], ["version", 1], ["created_at", "2015-04-03 08:04:24.171481"], ["updated_at", "2015-04-03 08:04:24.171481"], ["tracking", "150403-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task1051"], ["description", "I-am-the-task-description_4411"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.176105"], ["updated_at", "2015-04-03 08:04:24.176105"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3276"], ["description", "I-am-the-goal-description_5768"], ["version", 1], ["created_at", "2015-04-03 08:04:24.183219"], ["updated_at", "2015-04-03 08:04:24.183219"], ["tracking", "150403-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task616"], ["description", "I-am-the-task-description_9788"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.190104"], ["updated_at", "2015-04-03 08:04:24.190104"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1047"], ["description", "I-am-the-goal-description_1957"], ["version", 1], ["created_at", "2015-04-03 08:04:24.193892"], ["updated_at", "2015-04-03 08:04:24.193892"], ["tracking", "150403-29"]]  (1.7ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task313"], ["description", "I-am-the-task-description_4484"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.204031"], ["updated_at", "2015-04-03 08:04:24.204031"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task1905"], ["description", "I-am-the-task-description_8436"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.209019"], ["updated_at", "2015-04-03 08:04:24.209019"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task1219"], ["description", "I-am-the-task-description_5694"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.218058"], ["updated_at", "2015-04-03 08:04:24.218058"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task1039"], ["description", "I-am-the-task-description_6765"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.226673"], ["updated_at", "2015-04-03 08:04:24.226673"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4171"], ["description", "I-am-the-goal-description_9495"], ["version", 1], ["created_at", "2015-04-03 08:04:24.232879"], ["updated_at", "2015-04-03 08:04:24.232879"], ["tracking", "150403-30"]]  (1.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2646"], ["description", "I-am-the-goal-description_1526"], ["version", 1], ["created_at", "2015-04-03 08:04:24.248501"], ["updated_at", "2015-04-03 08:04:24.248501"], ["tracking", "150403-31"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7657"], ["description", "I-am-the-goal-description_3913"], ["version", 1], ["created_at", "2015-04-03 08:04:24.260329"], ["updated_at", "2015-04-03 08:04:24.260329"], ["tracking", "150403-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task890"], ["description", "I-am-the-task-description_1172"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.265174"], ["updated_at", "2015-04-03 08:04:24.265174"]]  (1.6ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5787"], ["description", "I-am-the-goal-description_34"], ["version", 1], ["created_at", "2015-04-03 08:04:24.274421"], ["updated_at", "2015-04-03 08:04:24.274421"], ["tracking", "150403-33"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task912"], ["description", "I-am-the-task-description_339"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.280374"], ["updated_at", "2015-04-03 08:04:24.280374"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8852"], ["description", "I-am-the-goal-description_8820"], ["version", 1], ["created_at", "2015-04-03 08:04:24.287987"], ["updated_at", "2015-04-03 08:04:24.287987"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task3830"], ["description", "I-am-the-task-description_8179"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.299538"], ["updated_at", "2015-04-03 08:04:24.299538"]]  (1.6ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task6718"], ["description", "I-am-the-task-description_5732"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.310321"], ["updated_at", "2015-04-03 08:04:24.310321"]]  (2.2ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task363"], ["description", "I-am-the-task-description_158"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.322624"], ["updated_at", "2015-04-03 08:04:24.322624"]]  (1.1ms) commit transaction  (0.4ms) begin transaction SQL (1.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task9820"], ["description", "I-am-the-task-description_3403"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.332548"], ["updated_at", "2015-04-03 08:04:24.332548"]]  (1.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task793"], ["description", "I-am-the-task-description_8862"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.346236"], ["updated_at", "2015-04-03 08:04:24.346236"]]  (1.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2617"], ["description", "I-am-the-goal-description_6496"], ["version", 1], ["created_at", "2015-04-03 08:04:24.361002"], ["updated_at", "2015-04-03 08:04:24.361002"], ["tracking", "150403-35"]]  (1.5ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_999"], ["description", "I-am-the-goal-description_8153"], ["version", 1], ["created_at", "2015-04-03 08:04:24.371958"], ["updated_at", "2015-04-03 08:04:24.371958"], ["tracking", "150403-36"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task2203"], ["description", "I-am-the-task-description_1378"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.378247"], ["updated_at", "2015-04-03 08:04:24.378247"]]  (0.9ms) commit transaction  (0.3ms) begin transaction  (1.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9161"], ["description", "I-am-the-goal-description_340"], ["version", 1], ["created_at", "2015-04-03 08:04:24.385429"], ["updated_at", "2015-04-03 08:04:24.385429"], ["tracking", "150403-37"]]  (1.6ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task7821"], ["description", "I-am-the-task-description_1727"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.398952"], ["updated_at", "2015-04-03 08:04:24.398952"]]  (2.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8775"], ["description", "I-am-the-goal-description_9568"], ["version", 1], ["created_at", "2015-04-03 08:04:24.406017"], ["updated_at", "2015-04-03 08:04:24.406017"], ["tracking", "150403-38"]]  (1.7ms) commit transaction  (0.4ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task5242"], ["description", "I-am-the-task-description_8979"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.419035"], ["updated_at", "2015-04-03 08:04:24.419035"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task2070"], ["description", "I-am-the-task-description_7887"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.426126"], ["updated_at", "2015-04-03 08:04:24.426126"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task7169"], ["description", "I-am-the-task-description_1983"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.432591"], ["updated_at", "2015-04-03 08:04:24.432591"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task8436"], ["description", "I-am-the-task-description_2461"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.442780"], ["updated_at", "2015-04-03 08:04:24.442780"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task6726"], ["description", "I-am-the-task-description_7060"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.448705"], ["updated_at", "2015-04-03 08:04:24.448705"]]  (1.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5350"], ["description", "I-am-the-goal-description_5755"], ["version", 1], ["created_at", "2015-04-03 08:04:24.458220"], ["updated_at", "2015-04-03 08:04:24.458220"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task3020"], ["description", "I-am-the-task-description_6267"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.465583"], ["updated_at", "2015-04-03 08:04:24.465583"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4033"], ["description", "I-am-the-goal-description_3913"], ["version", 1], ["created_at", "2015-04-03 08:04:24.477161"], ["updated_at", "2015-04-03 08:04:24.477161"], ["tracking", "150403-40"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (1.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task65"], ["description", "I-am-the-task-description_1073"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.488200"], ["updated_at", "2015-04-03 08:04:24.488200"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9665"], ["description", "I-am-the-goal-description_9076"], ["version", 1], ["created_at", "2015-04-03 08:04:24.506284"], ["updated_at", "2015-04-03 08:04:24.506284"], ["tracking", "150403-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task6372"], ["description", "I-am-the-task-description_1015"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.513721"], ["updated_at", "2015-04-03 08:04:24.513721"]]  (4.0ms) commit transaction  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_696"], ["description", "I-am-the-goal-description_6291"], ["version", 1], ["created_at", "2015-04-03 08:04:24.526818"], ["updated_at", "2015-04-03 08:04:24.526818"], ["tracking", "150403-42"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task7468"], ["description", "I-am-the-task-description_6802"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:04:24.532695"], ["updated_at", "2015-04-03 08:04:24.532695"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7169"], ["description", "I-am-the-goal-description_2556"], ["version", 1], ["created_at", "2015-04-03 08:04:24.541448"], ["updated_at", "2015-04-03 08:04:24.541448"], ["tracking", "150403-43"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 08:04:24.549602"], ["id", 47]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 08:04:24.552692"], ["id", 47]]  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4459"], ["description", "I-am-the-goal-description_8538"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5536"], ["description", "I-am-the-goal-description_3935"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5292"], ["description", "I-am-the-goal-description_6972"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4589"], ["description", "I-am-the-goal-description_3914"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9693"], ["description", "I-am-the-goal-description_9567"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task8907"], ["description", "I-am-the-task-description_7213"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_817"], ["description", "I-am-the-goal-description_6667"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task8646"], ["description", "I-am-the-task-description_9861"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3898"], ["description", "I-am-the-goal-description_5723"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task5886"], ["description", "I-am-the-task-description_4589"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1607"], ["description", "I-am-the-goal-description_931"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task5784"], ["description", "I-am-the-task-description_9952"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4370"], ["description", "I-am-the-goal-description_4417"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task1087"], ["description", "I-am-the-task-description_8500"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8737"], ["description", "I-am-the-goal-description_4222"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5883"], ["description", "I-am-the-goal-description_3185"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_817"], ["description", "I-am-the-goal-description_4710"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8775"], ["description", "I-am-the-goal-description_3410"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:04:36 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (10.7ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1861.0ms) Completed 200 OK in 1899ms (Views: 1892.4ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 10:04:38 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 10:04:38 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 10:04:38 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (305.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (310.2ms) Completed 200 OK in 321ms (Views: 313.8ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:04:39 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 08:04:39.260982"], ["updated_at", "2015-04-03 08:04:39.260982"], ["tracking", "150403-1"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/goals/1 Completed 302 Found in 38ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (26.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (117.1ms) Completed 200 OK in 179ms (Views: 118.5ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3236"], ["description", "I-am-the-goal-description_9223"], ["version", 1], ["created_at", "2015-04-03 08:04:39.605378"], ["updated_at", "2015-04-03 08:04:39.605378"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1116"], ["description", "I-am-the-task-description_7678"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:39.612954"], ["updated_at", "2015-04-03 08:04:39.612954"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4901"], ["description", "I-am-the-task-description_8646"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:39.617613"], ["updated_at", "2015-04-03 08:04:39.617613"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task851"], ["description", "I-am-the-task-description_9353"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:39.621708"], ["updated_at", "2015-04-03 08:04:39.621708"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:04:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.9ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6087"], ["description", "I-am-the-goal-description_1374"], ["version", 1], ["created_at", "2015-04-03 08:04:39.906325"], ["updated_at", "2015-04-03 08:04:39.906325"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:04:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (70.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (74.0ms) Completed 200 OK in 78ms (Views: 77.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1374", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 08:04:40.296893"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.5ms)  (3.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9172"], ["description", "I-am-the-goal-description_9730"], ["version", 1], ["created_at", "2015-04-03 08:04:40.434583"], ["updated_at", "2015-04-03 08:04:40.434583"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.1ms) Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1202"], ["description", "I-am-the-goal-description_1032"], ["version", 1], ["created_at", "2015-04-03 08:04:40.828130"], ["updated_at", "2015-04-03 08:04:40.828130"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 10:04:40 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (47.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (67.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.8ms) Completed 200 OK in 69ms (Views: 68.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:41 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_1202", "description"=>"I-am-the-goal-description_1032", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 08:04:41.085945"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:04:41 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.6ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7875"], ["description", "I-am-the-goal-description_2013"], ["version", 1], ["created_at", "2015-04-03 08:04:41.224132"], ["updated_at", "2015-04-03 08:04:41.224132"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 10:04:41 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.3ms) Completed 200 OK in 68ms (Views: 67.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:41 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_7875", "description"=>"I-am-the-goal-description_2013", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 08:04:41.476687"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8865"], ["description", "I-am-the-goal-description_963"], ["version", 1], ["created_at", "2015-04-03 08:04:41.617652"], ["updated_at", "2015-04-03 08:04:41.617652"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9315"], ["description", "I-am-the-task-description_9297"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:41.621620"], ["updated_at", "2015-04-03 08:04:41.621620"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms) Completed 200 OK in 16ms (Views: 11.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (9.7ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (29.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (103.6ms) Completed 200 OK in 108ms (Views: 105.1ms | ActiveRecord: 0.9ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 10:04:41 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 08:04:42.008262"], ["created_at", "2015-04-03 08:04:42.009041"], ["updated_at", "2015-04-03 08:04:42.009041"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 08:04:42.011547"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/tasks/1 Completed 302 Found in 13ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.2ms) Completed 200 OK in 71ms (Views: 67.9ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_577"], ["description", "I-am-the-goal-description_8253"], ["version", 1], ["created_at", "2015-04-03 08:04:42.168142"], ["updated_at", "2015-04-03 08:04:42.168142"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:04:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:04:42 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 10:04:42 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (149.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (154.1ms) Completed 200 OK in 157ms (Views: 156.3ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:42 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 08:04:42.656127"], ["updated_at", "2015-04-03 08:04:42.656127"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.6ms) Completed 200 OK in 21ms (Views: 17.4ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4987"], ["description", "I-am-the-goal-description_9933"], ["version", 1], ["created_at", "2015-04-03 08:04:42.809819"], ["updated_at", "2015-04-03 08:04:42.809819"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1700"], ["description", "I-am-the-task-description_700"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:42.813718"], ["updated_at", "2015-04-03 08:04:42.813718"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (66.6ms) Completed 200 OK in 71ms (Views: 67.2ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4483"], ["description", "I-am-the-goal-description_970"], ["version", 1], ["created_at", "2015-04-03 08:04:43.077349"], ["updated_at", "2015-04-03 08:04:43.077349"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6771"], ["description", "I-am-the-task-description_8218"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:43.081687"], ["updated_at", "2015-04-03 08:04:43.081687"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:43 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.3ms) Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 10:04:43 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (130.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (134.2ms) Completed 200 OK in 138ms (Views: 136.2ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:43 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8218", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 08:04:43.557292"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:43 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.6ms) Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1468"], ["description", "I-am-the-goal-description_5771"], ["version", 1], ["created_at", "2015-04-03 08:04:43.698107"], ["updated_at", "2015-04-03 08:04:43.698107"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1571"], ["description", "I-am-the-task-description_6983"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:43.701746"], ["updated_at", "2015-04-03 08:04:43.701746"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:43 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (66.7ms) Completed 200 OK in 70ms (Views: 67.3ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:04:43 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9539"], ["description", "I-am-the-goal-description_1100"], ["version", 1], ["created_at", "2015-04-03 08:04:44.091858"], ["updated_at", "2015-04-03 08:04:44.091858"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2028"], ["description", "I-am-the-task-description_7286"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:44.097217"], ["updated_at", "2015-04-03 08:04:44.097217"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 10:04:44 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:04:44.232564"], ["task_id", 1], ["created_at", "2015-04-03 08:04:44.234224"], ["updated_at", "2015-04-03 08:04:44.234224"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:04:44.236264"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2583"], ["description", "I-am-the-goal-description_4588"], ["version", 1], ["created_at", "2015-04-03 08:04:44.375807"], ["updated_at", "2015-04-03 08:04:44.375807"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9251"], ["description", "I-am-the-task-description_9339"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:44.381542"], ["updated_at", "2015-04-03 08:04:44.381542"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 10:04:44 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 08:04:44.513410"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51685/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4193"], ["description", "I-am-the-goal-description_3191"], ["version", 1], ["created_at", "2015-04-03 08:04:44.654990"], ["updated_at", "2015-04-03 08:04:44.654990"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3150"], ["description", "I-am-the-task-description_6955"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:44.659059"], ["updated_at", "2015-04-03 08:04:44.659059"]]  (1.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9095"], ["description", "I-am-the-goal-description_9827"], ["version", 1], ["created_at", "2015-04-03 08:04:44.663591"], ["updated_at", "2015-04-03 08:04:44.663591"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task9248"], ["description", "I-am-the-task-description_374"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:44.666983"], ["updated_at", "2015-04-03 08:04:44.666983"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8458"], ["description", "I-am-the-goal-description_2241"], ["version", 1], ["created_at", "2015-04-03 08:04:44.670267"], ["updated_at", "2015-04-03 08:04:44.670267"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task2814"], ["description", "I-am-the-task-description_6296"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:44.673699"], ["updated_at", "2015-04-03 08:04:44.673699"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 10:04:44 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.0ms) Completed 200 OK in 112ms (Views: 2.9ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6667"], ["description", "I-am-the-goal-description_8046"], ["version", 1], ["created_at", "2015-04-03 08:04:45.037418"], ["updated_at", "2015-04-03 08:04:45.037418"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8665"], ["description", "I-am-the-task-description_8684"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:45.041667"], ["updated_at", "2015-04-03 08:04:45.041667"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4793"], ["description", "I-am-the-goal-description_1201"], ["version", 1], ["created_at", "2015-04-03 08:04:45.046838"], ["updated_at", "2015-04-03 08:04:45.046838"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task72"], ["description", "I-am-the-task-description_4662"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:45.050475"], ["updated_at", "2015-04-03 08:04:45.050475"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2534"], ["description", "I-am-the-goal-description_1355"], ["version", 1], ["created_at", "2015-04-03 08:04:45.053817"], ["updated_at", "2015-04-03 08:04:45.053817"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task533"], ["description", "I-am-the-task-description_3656"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:45.057771"], ["updated_at", "2015-04-03 08:04:45.057771"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 10:04:45 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1278"], ["description", "I-am-the-goal-description_4456"], ["version", 1], ["created_at", "2015-04-03 08:04:45.328090"], ["updated_at", "2015-04-03 08:04:45.328090"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6087"], ["description", "I-am-the-task-description_4851"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:45.332958"], ["updated_at", "2015-04-03 08:04:45.332958"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2319"], ["description", "I-am-the-goal-description_8705"], ["version", 1], ["created_at", "2015-04-03 08:04:45.336323"], ["updated_at", "2015-04-03 08:04:45.336323"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task9517"], ["description", "I-am-the-task-description_8655"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:45.339631"], ["updated_at", "2015-04-03 08:04:45.339631"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5981"], ["description", "I-am-the-goal-description_3436"], ["version", 1], ["created_at", "2015-04-03 08:04:45.342770"], ["updated_at", "2015-04-03 08:04:45.342770"], ["tracking", "150403-3"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task9435"], ["description", "I-am-the-task-description_5578"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:04:45.348132"], ["updated_at", "2015-04-03 08:04:45.348132"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:04:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 10:04:45 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.6ms) Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8069"], ["description", "I-am-the-goal-description_3049"], ["version", 1], ["created_at", "2015-04-03 08:08:26.668098"], ["updated_at", "2015-04-03 08:08:26.668098"], ["tracking", "150403-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task868"], ["description", "I-am-the-task-description_7427"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.736293"], ["updated_at", "2015-04-03 08:08:26.736293"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4525"], ["description", "I-am-the-task-description_4356"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.743228"], ["updated_at", "2015-04-03 08:08:26.743228"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 08:08:26.851176"], ["task_id", 1], ["created_at", "2015-04-03 08:08:26.860575"], ["updated_at", "2015-04-03 08:08:26.860575"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:08:26.862855"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 118ms (ActiveRecord: 4.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_732"], ["description", "I-am-the-goal-description_8578"], ["version", 1], ["created_at", "2015-04-03 08:08:26.877168"], ["updated_at", "2015-04-03 08:08:26.877168"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task1127"], ["description", "I-am-the-task-description_3797"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.881384"], ["updated_at", "2015-04-03 08:08:26.881384"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task3531"], ["description", "I-am-the-task-description_2100"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.885187"], ["updated_at", "2015-04-03 08:08:26.885187"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:08:26.891459"], ["task_id", 3], ["created_at", "2015-04-03 08:08:26.892806"], ["updated_at", "2015-04-03 08:08:26.892806"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:08:26.894389"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2895"], ["description", "I-am-the-goal-description_4722"], ["version", 1], ["created_at", "2015-04-03 08:08:26.904608"], ["updated_at", "2015-04-03 08:08:26.904608"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task4122"], ["description", "I-am-the-task-description_9877"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.909403"], ["updated_at", "2015-04-03 08:08:26.909403"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1461"], ["description", "I-am-the-task-description_4470"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.913412"], ["updated_at", "2015-04-03 08:08:26.913412"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:08:26.921496"], ["task_id", 5], ["created_at", "2015-04-03 08:08:26.922779"], ["updated_at", "2015-04-03 08:08:26.922779"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:08:26.924330"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_62"], ["description", "I-am-the-goal-description_1520"], ["version", 1], ["created_at", "2015-04-03 08:08:26.932606"], ["updated_at", "2015-04-03 08:08:26.932606"], ["tracking", "150403-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task3867"], ["description", "I-am-the-task-description_9798"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.936808"], ["updated_at", "2015-04-03 08:08:26.936808"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task7537"], ["description", "I-am-the-task-description_5291"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.940924"], ["updated_at", "2015-04-03 08:08:26.940924"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:08:26.947330"], ["task_id", 7], ["created_at", "2015-04-03 08:08:26.948696"], ["updated_at", "2015-04-03 08:08:26.948696"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:08:26.950518"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7906"], ["description", "I-am-the-goal-description_7781"], ["version", 1], ["created_at", "2015-04-03 08:08:26.956293"], ["updated_at", "2015-04-03 08:08:26.956293"], ["tracking", "150403-5"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task6503"], ["description", "I-am-the-task-description_4971"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.960087"], ["updated_at", "2015-04-03 08:08:26.960087"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task5365"], ["description", "I-am-the-task-description_7601"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:26.964522"], ["updated_at", "2015-04-03 08:08:26.964522"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 67ms (Views: 61.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4807"], ["description", "I-am-the-goal-description_5238"], ["version", 1], ["created_at", "2015-04-03 08:08:27.039818"], ["updated_at", "2015-04-03 08:08:27.039818"], ["tracking", "150403-6"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task4742"], ["description", "I-am-the-task-description_7717"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:27.044621"], ["updated_at", "2015-04-03 08:08:27.044621"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task7135"], ["description", "I-am-the-task-description_9606"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:27.048984"], ["updated_at", "2015-04-03 08:08:27.048984"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_610"], ["description", "I-am-the-goal-description_4250"], ["version", 1], ["created_at", "2015-04-03 08:08:27.061649"], ["updated_at", "2015-04-03 08:08:27.061649"], ["tracking", "150403-7"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task1731"], ["description", "I-am-the-task-description_5884"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:27.065742"], ["updated_at", "2015-04-03 08:08:27.065742"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task3976"], ["description", "I-am-the-task-description_8410"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:27.072786"], ["updated_at", "2015-04-03 08:08:27.072786"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5007"], ["description", "I-am-the-goal-description_7701"], ["version", 1], ["created_at", "2015-04-03 08:08:27.084789"], ["updated_at", "2015-04-03 08:08:27.084789"], ["tracking", "150403-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task6166"], ["description", "I-am-the-task-description_7338"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:27.090200"], ["updated_at", "2015-04-03 08:08:27.090200"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task2239"], ["description", "I-am-the-task-description_9858"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:27.094345"], ["updated_at", "2015-04-03 08:08:27.094345"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9568"], ["description", "I-am-the-goal-description_8601"], ["version", 1], ["created_at", "2015-04-03 08:08:27.105273"], ["updated_at", "2015-04-03 08:08:27.105273"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task4899"], ["description", "I-am-the-task-description_6418"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:27.109052"], ["updated_at", "2015-04-03 08:08:27.109052"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task3390"], ["description", "I-am-the-task-description_8162"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:27.112856"], ["updated_at", "2015-04-03 08:08:27.112856"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:08:27.123445"], ["updated_at", "2015-04-03 08:08:27.123445"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1801ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9173"], ["description", "I-am-the-goal-description_1995"], ["version", 1], ["created_at", "2015-04-03 08:08:28.926016"], ["updated_at", "2015-04-03 08:08:28.926016"], ["tracking", "150403-10"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task3763"], ["description", "I-am-the-task-description_3219"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:28.931720"], ["updated_at", "2015-04-03 08:08:28.931720"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task3256"], ["description", "I-am-the-task-description_3390"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:28.936282"], ["updated_at", "2015-04-03 08:08:28.936282"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:08:28.946597"], ["updated_at", "2015-04-03 08:08:28.946597"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 9ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7681"], ["description", "I-am-the-goal-description_4323"], ["version", 1], ["created_at", "2015-04-03 08:08:28.959579"], ["updated_at", "2015-04-03 08:08:28.959579"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task5390"], ["description", "I-am-the-task-description_6565"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:28.964519"], ["updated_at", "2015-04-03 08:08:28.964519"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task3309"], ["description", "I-am-the-task-description_1402"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:28.968484"], ["updated_at", "2015-04-03 08:08:28.968484"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:08:28.975219"], ["updated_at", "2015-04-03 08:08:28.975219"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8475"], ["description", "I-am-the-goal-description_9701"], ["version", 1], ["created_at", "2015-04-03 08:08:28.982850"], ["updated_at", "2015-04-03 08:08:28.982850"], ["tracking", "150403-12"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task8828"], ["description", "I-am-the-task-description_8430"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.041941"], ["updated_at", "2015-04-03 08:08:29.041941"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task4422"], ["description", "I-am-the-task-description_7887"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.046491"], ["updated_at", "2015-04-03 08:08:29.046491"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5672"], ["description", "I-am-the-goal-description_2071"], ["version", 1], ["created_at", "2015-04-03 08:08:29.058919"], ["updated_at", "2015-04-03 08:08:29.058919"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task1621"], ["description", "I-am-the-task-description_4"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.063331"], ["updated_at", "2015-04-03 08:08:29.063331"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task9353"], ["description", "I-am-the-task-description_8546"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.067404"], ["updated_at", "2015-04-03 08:08:29.067404"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:08:29.071638"], ["updated_at", "2015-04-03 08:08:29.071638"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1522"], ["description", "I-am-the-goal-description_6383"], ["version", 1], ["created_at", "2015-04-03 08:08:29.085164"], ["updated_at", "2015-04-03 08:08:29.085164"], ["tracking", "150403-14"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task6692"], ["description", "I-am-the-task-description_8723"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.092495"], ["updated_at", "2015-04-03 08:08:29.092495"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task4969"], ["description", "I-am-the-task-description_2244"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.098455"], ["updated_at", "2015-04-03 08:08:29.098455"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:08:29.102580"], ["updated_at", "2015-04-03 08:08:29.102580"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"33"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3299"], ["description", "I-am-the-goal-description_6528"], ["version", 1], ["created_at", "2015-04-03 08:08:29.116392"], ["updated_at", "2015-04-03 08:08:29.116392"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task8435"], ["description", "I-am-the-task-description_3818"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.120516"], ["updated_at", "2015-04-03 08:08:29.120516"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task7294"], ["description", "I-am-the-task-description_7072"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.124587"], ["updated_at", "2015-04-03 08:08:29.124587"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:08:29.128727"], ["updated_at", "2015-04-03 08:08:29.128727"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3999"], ["description", "I-am-the-goal-description_9464"], ["version", 1], ["created_at", "2015-04-03 08:08:29.148880"], ["updated_at", "2015-04-03 08:08:29.148880"], ["tracking", "150403-16"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task1634"], ["description", "I-am-the-task-description_3338"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.153004"], ["updated_at", "2015-04-03 08:08:29.153004"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task6433"], ["description", "I-am-the-task-description_3090"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.157298"], ["updated_at", "2015-04-03 08:08:29.157298"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:08:29.161476"], ["updated_at", "2015-04-03 08:08:29.161476"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5874"], ["description", "I-am-the-goal-description_1423"], ["version", 1], ["created_at", "2015-04-03 08:08:29.176031"], ["updated_at", "2015-04-03 08:08:29.176031"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task3595"], ["description", "I-am-the-task-description_9859"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.179952"], ["updated_at", "2015-04-03 08:08:29.179952"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task192"], ["description", "I-am-the-task-description_9594"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.183915"], ["updated_at", "2015-04-03 08:08:29.183915"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:08:29.187796"], ["updated_at", "2015-04-03 08:08:29.187796"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1244"], ["description", "I-am-the-goal-description_7044"], ["version", 1], ["created_at", "2015-04-03 08:08:29.200113"], ["updated_at", "2015-04-03 08:08:29.200113"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task1155"], ["description", "I-am-the-task-description_8082"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.204326"], ["updated_at", "2015-04-03 08:08:29.204326"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task2607"], ["description", "I-am-the-task-description_4460"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:08:29.208222"], ["updated_at", "2015-04-03 08:08:29.208222"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:08:29.211972"], ["updated_at", "2015-04-03 08:08:29.211972"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 08:08:29.217974"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9788"], ["description", "I-am-the-goal-description_1332"], ["version", 1], ["created_at", "2015-04-03 08:09:06.410870"], ["updated_at", "2015-04-03 08:09:06.410870"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1846"], ["description", "I-am-the-task-description_9680"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.472970"], ["updated_at", "2015-04-03 08:09:06.472970"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5397"], ["description", "I-am-the-task-description_6341"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.477294"], ["updated_at", "2015-04-03 08:09:06.477294"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:09:06.566920"], ["task_id", 1], ["created_at", "2015-04-03 08:09:06.576005"], ["updated_at", "2015-04-03 08:09:06.576005"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:09:06.578357"], ["id", 1]]  (1.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 99ms (ActiveRecord: 3.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6547"], ["description", "I-am-the-goal-description_7287"], ["version", 1], ["created_at", "2015-04-03 08:09:06.590506"], ["updated_at", "2015-04-03 08:09:06.590506"], ["tracking", "150403-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task7135"], ["description", "I-am-the-task-description_4452"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.595238"], ["updated_at", "2015-04-03 08:09:06.595238"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task9965"], ["description", "I-am-the-task-description_5330"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.599724"], ["updated_at", "2015-04-03 08:09:06.599724"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:09:06.605882"], ["task_id", 3], ["created_at", "2015-04-03 08:09:06.607155"], ["updated_at", "2015-04-03 08:09:06.607155"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:09:06.608753"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3107"], ["description", "I-am-the-goal-description_7941"], ["version", 1], ["created_at", "2015-04-03 08:09:06.618282"], ["updated_at", "2015-04-03 08:09:06.618282"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task6142"], ["description", "I-am-the-task-description_804"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.622530"], ["updated_at", "2015-04-03 08:09:06.622530"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task4185"], ["description", "I-am-the-task-description_6314"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.628970"], ["updated_at", "2015-04-03 08:09:06.628970"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:09:06.639482"], ["task_id", 5], ["created_at", "2015-04-03 08:09:06.641289"], ["updated_at", "2015-04-03 08:09:06.641289"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:09:06.643986"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8310"], ["description", "I-am-the-goal-description_9657"], ["version", 1], ["created_at", "2015-04-03 08:09:06.652416"], ["updated_at", "2015-04-03 08:09:06.652416"], ["tracking", "150403-4"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task9589"], ["description", "I-am-the-task-description_1142"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.656173"], ["updated_at", "2015-04-03 08:09:06.656173"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task8110"], ["description", "I-am-the-task-description_4694"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.660505"], ["updated_at", "2015-04-03 08:09:06.660505"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:09:06.666627"], ["task_id", 7], ["created_at", "2015-04-03 08:09:06.667907"], ["updated_at", "2015-04-03 08:09:06.667907"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:09:06.669862"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8251"], ["description", "I-am-the-goal-description_1500"], ["version", 1], ["created_at", "2015-04-03 08:09:06.676442"], ["updated_at", "2015-04-03 08:09:06.676442"], ["tracking", "150403-5"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task7264"], ["description", "I-am-the-task-description_6187"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.680633"], ["updated_at", "2015-04-03 08:09:06.680633"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task5912"], ["description", "I-am-the-task-description_7313"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.686829"], ["updated_at", "2015-04-03 08:09:06.686829"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 80ms (Views: 73.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9354"], ["description", "I-am-the-goal-description_3682"], ["version", 1], ["created_at", "2015-04-03 08:09:06.778068"], ["updated_at", "2015-04-03 08:09:06.778068"], ["tracking", "150403-6"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task2074"], ["description", "I-am-the-task-description_7433"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.782281"], ["updated_at", "2015-04-03 08:09:06.782281"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task957"], ["description", "I-am-the-task-description_8785"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.786126"], ["updated_at", "2015-04-03 08:09:06.786126"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1390"], ["description", "I-am-the-goal-description_2866"], ["version", 1], ["created_at", "2015-04-03 08:09:06.799650"], ["updated_at", "2015-04-03 08:09:06.799650"], ["tracking", "150403-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task5607"], ["description", "I-am-the-task-description_7282"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.803918"], ["updated_at", "2015-04-03 08:09:06.803918"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task3299"], ["description", "I-am-the-task-description_1285"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.808078"], ["updated_at", "2015-04-03 08:09:06.808078"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6244"], ["description", "I-am-the-goal-description_3814"], ["version", 1], ["created_at", "2015-04-03 08:09:06.819693"], ["updated_at", "2015-04-03 08:09:06.819693"], ["tracking", "150403-8"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task7855"], ["description", "I-am-the-task-description_1777"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.826904"], ["updated_at", "2015-04-03 08:09:06.826904"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task2620"], ["description", "I-am-the-task-description_8879"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.831350"], ["updated_at", "2015-04-03 08:09:06.831350"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.5ms) Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4139"], ["description", "I-am-the-goal-description_4314"], ["version", 1], ["created_at", "2015-04-03 08:09:06.846186"], ["updated_at", "2015-04-03 08:09:06.846186"], ["tracking", "150403-9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task3561"], ["description", "I-am-the-task-description_2262"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.850362"], ["updated_at", "2015-04-03 08:09:06.850362"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task9598"], ["description", "I-am-the-task-description_5826"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:06.854468"], ["updated_at", "2015-04-03 08:09:06.854468"]]  (0.6ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:06.865231"], ["updated_at", "2015-04-03 08:09:06.865231"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 1779ms (ActiveRecord: 1.3ms)  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5932"], ["description", "I-am-the-goal-description_4844"], ["version", 1], ["created_at", "2015-04-03 08:09:08.651197"], ["updated_at", "2015-04-03 08:09:08.651197"], ["tracking", "150403-10"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task4541"], ["description", "I-am-the-task-description_7885"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.659515"], ["updated_at", "2015-04-03 08:09:08.659515"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task3584"], ["description", "I-am-the-task-description_5240"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.666917"], ["updated_at", "2015-04-03 08:09:08.666917"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:08.735729"], ["updated_at", "2015-04-03 08:09:08.735729"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4372"], ["description", "I-am-the-goal-description_9208"], ["version", 1], ["created_at", "2015-04-03 08:09:08.748377"], ["updated_at", "2015-04-03 08:09:08.748377"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task1725"], ["description", "I-am-the-task-description_3165"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.752880"], ["updated_at", "2015-04-03 08:09:08.752880"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task1110"], ["description", "I-am-the-task-description_5592"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.756984"], ["updated_at", "2015-04-03 08:09:08.756984"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:08.763873"], ["updated_at", "2015-04-03 08:09:08.763873"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4698"], ["description", "I-am-the-goal-description_5910"], ["version", 1], ["created_at", "2015-04-03 08:09:08.771237"], ["updated_at", "2015-04-03 08:09:08.771237"], ["tracking", "150403-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3174"], ["description", "I-am-the-task-description_71"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.775290"], ["updated_at", "2015-04-03 08:09:08.775290"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task7155"], ["description", "I-am-the-task-description_6587"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.780122"], ["updated_at", "2015-04-03 08:09:08.780122"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_163"], ["description", "I-am-the-goal-description_2292"], ["version", 1], ["created_at", "2015-04-03 08:09:08.791240"], ["updated_at", "2015-04-03 08:09:08.791240"], ["tracking", "150403-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task29"], ["description", "I-am-the-task-description_7595"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.795283"], ["updated_at", "2015-04-03 08:09:08.795283"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task6622"], ["description", "I-am-the-task-description_7774"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.801962"], ["updated_at", "2015-04-03 08:09:08.801962"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:08.806950"], ["updated_at", "2015-04-03 08:09:08.806950"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2946"], ["description", "I-am-the-goal-description_6358"], ["version", 1], ["created_at", "2015-04-03 08:09:08.820276"], ["updated_at", "2015-04-03 08:09:08.820276"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task2343"], ["description", "I-am-the-task-description_8682"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.824202"], ["updated_at", "2015-04-03 08:09:08.824202"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task8587"], ["description", "I-am-the-task-description_7315"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.828106"], ["updated_at", "2015-04-03 08:09:08.828106"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:08.834085"], ["updated_at", "2015-04-03 08:09:08.834085"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_836"], ["description", "I-am-the-goal-description_9748"], ["version", 1], ["created_at", "2015-04-03 08:09:08.849784"], ["updated_at", "2015-04-03 08:09:08.849784"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task1583"], ["description", "I-am-the-task-description_3862"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.853990"], ["updated_at", "2015-04-03 08:09:08.853990"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task3877"], ["description", "I-am-the-task-description_527"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.857985"], ["updated_at", "2015-04-03 08:09:08.857985"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:08.861952"], ["updated_at", "2015-04-03 08:09:08.861952"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.5ms) Completed 200 OK in 9ms (Views: 2.3ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5728"], ["description", "I-am-the-goal-description_6484"], ["version", 1], ["created_at", "2015-04-03 08:09:08.895059"], ["updated_at", "2015-04-03 08:09:08.895059"], ["tracking", "150403-16"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task5213"], ["description", "I-am-the-task-description_2591"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.900615"], ["updated_at", "2015-04-03 08:09:08.900615"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task5004"], ["description", "I-am-the-task-description_868"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.905113"], ["updated_at", "2015-04-03 08:09:08.905113"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:08.909156"], ["updated_at", "2015-04-03 08:09:08.909156"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.2ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 2.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8032"], ["description", "I-am-the-goal-description_4357"], ["version", 1], ["created_at", "2015-04-03 08:09:08.926742"], ["updated_at", "2015-04-03 08:09:08.926742"], ["tracking", "150403-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task5241"], ["description", "I-am-the-task-description_9681"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.932416"], ["updated_at", "2015-04-03 08:09:08.932416"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task1286"], ["description", "I-am-the-task-description_8030"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.937013"], ["updated_at", "2015-04-03 08:09:08.937013"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:08.940700"], ["updated_at", "2015-04-03 08:09:08.940700"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3573"], ["description", "I-am-the-goal-description_5466"], ["version", 1], ["created_at", "2015-04-03 08:09:08.956781"], ["updated_at", "2015-04-03 08:09:08.956781"], ["tracking", "150403-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task8869"], ["description", "I-am-the-task-description_5932"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.961119"], ["updated_at", "2015-04-03 08:09:08.961119"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task3465"], ["description", "I-am-the-task-description_1468"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:08.967278"], ["updated_at", "2015-04-03 08:09:08.967278"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:08.971341"], ["updated_at", "2015-04-03 08:09:08.971341"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 08:09:08.977524"], ["id", 45]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_615"], ["description", "I-am-the-goal-description_2003"], ["version", 1], ["created_at", "2015-04-03 08:09:39.658602"], ["updated_at", "2015-04-03 08:09:39.658602"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3686"], ["description", "I-am-the-goal-description_1055"], ["version", 1], ["created_at", "2015-04-03 08:09:39.669746"], ["updated_at", "2015-04-03 08:09:39.669746"], ["tracking", "150403-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 62ms (Views: 56.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9961"], ["description", "I-am-the-goal-description_5159"], ["version", 1], ["created_at", "2015-04-03 08:09:39.775616"], ["updated_at", "2015-04-03 08:09:39.775616"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9355"], ["description", "I-am-the-goal-description_8075"], ["version", 1], ["created_at", "2015-04-03 08:09:39.780058"], ["updated_at", "2015-04-03 08:09:39.780058"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 55ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8589"], ["description", "I-am-the-goal-description_3409"], ["version", 1], ["created_at", "2015-04-03 08:09:39.851815"], ["updated_at", "2015-04-03 08:09:39.851815"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8336"], ["description", "I-am-the-goal-description_3246"], ["version", 1], ["created_at", "2015-04-03 08:09:39.856714"], ["updated_at", "2015-04-03 08:09:39.856714"], ["tracking", "150403-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2744"], ["description", "I-am-the-goal-description_8669"], ["version", 1], ["created_at", "2015-04-03 08:09:39.879765"], ["updated_at", "2015-04-03 08:09:39.879765"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task4028"], ["description", "I-am-the-task-description_3335"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:39.892602"], ["updated_at", "2015-04-03 08:09:39.892602"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 08:09:39.903062"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 08:09:39.904055"], ["updated_at", "2015-04-03 08:09:39.904055"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 08:09:39.906568"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 08:09:39 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 08:09:39 UTC", "updated_at"=>"2015-04-03 08:09:39 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 08:09:39.917110"], ["created_at", "2015-04-03 08:09:39.917759"], ["updated_at", "2015-04-03 08:09:39.917759"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 15ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_867"], ["description", "I-am-the-goal-description_5345"], ["version", 1], ["created_at", "2015-04-03 08:09:39.932713"], ["updated_at", "2015-04-03 08:09:39.932713"], ["tracking", "150403-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task8168"], ["description", "I-am-the-task-description_1707"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:39.936979"], ["updated_at", "2015-04-03 08:09:39.936979"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task3894"], ["description", "I-am-the-task-description_6051"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:39.941563"], ["updated_at", "2015-04-03 08:09:39.941563"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:09:39.949373"], ["task_id", 2], ["created_at", "2015-04-03 08:09:39.950848"], ["updated_at", "2015-04-03 08:09:39.950848"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:09:39.952694"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3066"], ["description", "I-am-the-goal-description_7674"], ["version", 1], ["created_at", "2015-04-03 08:09:39.959334"], ["updated_at", "2015-04-03 08:09:39.959334"], ["tracking", "150403-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task5659"], ["description", "I-am-the-task-description_1386"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:39.963469"], ["updated_at", "2015-04-03 08:09:39.963469"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task3087"], ["description", "I-am-the-task-description_130"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:39.967607"], ["updated_at", "2015-04-03 08:09:39.967607"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:09:39.975696"], ["task_id", 4], ["created_at", "2015-04-03 08:09:39.977488"], ["updated_at", "2015-04-03 08:09:39.977488"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:09:39.979540"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3543"], ["description", "I-am-the-goal-description_6308"], ["version", 1], ["created_at", "2015-04-03 08:09:39.985794"], ["updated_at", "2015-04-03 08:09:39.985794"], ["tracking", "150403-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task6340"], ["description", "I-am-the-task-description_2381"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:39.990089"], ["updated_at", "2015-04-03 08:09:39.990089"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task7181"], ["description", "I-am-the-task-description_8779"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:39.993943"], ["updated_at", "2015-04-03 08:09:39.993943"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:09:40.001564"], ["task_id", 6], ["created_at", "2015-04-03 08:09:40.003130"], ["updated_at", "2015-04-03 08:09:40.003130"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:09:40.004788"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9823"], ["description", "I-am-the-goal-description_3615"], ["version", 1], ["created_at", "2015-04-03 08:09:40.013324"], ["updated_at", "2015-04-03 08:09:40.013324"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task4"], ["description", "I-am-the-task-description_7441"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.018012"], ["updated_at", "2015-04-03 08:09:40.018012"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task2841"], ["description", "I-am-the-task-description_4944"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.022674"], ["updated_at", "2015-04-03 08:09:40.022674"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:09:40.030320"], ["task_id", 8], ["created_at", "2015-04-03 08:09:40.031542"], ["updated_at", "2015-04-03 08:09:40.031542"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:09:40.033060"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7367"], ["description", "I-am-the-goal-description_6249"], ["version", 1], ["created_at", "2015-04-03 08:09:40.039861"], ["updated_at", "2015-04-03 08:09:40.039861"], ["tracking", "150403-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3679"], ["description", "I-am-the-task-description_2462"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.043727"], ["updated_at", "2015-04-03 08:09:40.043727"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task532"], ["description", "I-am-the-task-description_8030"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.047650"], ["updated_at", "2015-04-03 08:09:40.047650"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8612"], ["description", "I-am-the-goal-description_1127"], ["version", 1], ["created_at", "2015-04-03 08:09:40.060773"], ["updated_at", "2015-04-03 08:09:40.060773"], ["tracking", "150403-9"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task9512"], ["description", "I-am-the-task-description_6102"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.064650"], ["updated_at", "2015-04-03 08:09:40.064650"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task4236"], ["description", "I-am-the-task-description_8576"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.068524"], ["updated_at", "2015-04-03 08:09:40.068524"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_604"], ["description", "I-am-the-goal-description_365"], ["version", 1], ["created_at", "2015-04-03 08:09:40.082458"], ["updated_at", "2015-04-03 08:09:40.082458"], ["tracking", "150403-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task2330"], ["description", "I-am-the-task-description_2401"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.088127"], ["updated_at", "2015-04-03 08:09:40.088127"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task7986"], ["description", "I-am-the-task-description_9410"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.094448"], ["updated_at", "2015-04-03 08:09:40.094448"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6791"], ["description", "I-am-the-goal-description_400"], ["version", 1], ["created_at", "2015-04-03 08:09:40.105338"], ["updated_at", "2015-04-03 08:09:40.105338"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task7180"], ["description", "I-am-the-task-description_1446"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.109423"], ["updated_at", "2015-04-03 08:09:40.109423"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task6309"], ["description", "I-am-the-task-description_3826"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.113298"], ["updated_at", "2015-04-03 08:09:40.113298"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (50.0ms) Completed 200 OK in 54ms (Views: 52.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5391"], ["description", "I-am-the-goal-description_2249"], ["version", 1], ["created_at", "2015-04-03 08:09:40.174695"], ["updated_at", "2015-04-03 08:09:40.174695"], ["tracking", "150403-12"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task8573"], ["description", "I-am-the-task-description_1223"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.179373"], ["updated_at", "2015-04-03 08:09:40.179373"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task3028"], ["description", "I-am-the-task-description_7799"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:40.183818"], ["updated_at", "2015-04-03 08:09:40.183818"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:40.195502"], ["updated_at", "2015-04-03 08:09:40.195502"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1548ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9623"], ["description", "I-am-the-goal-description_4339"], ["version", 1], ["created_at", "2015-04-03 08:09:41.745163"], ["updated_at", "2015-04-03 08:09:41.745163"], ["tracking", "150403-13"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task5466"], ["description", "I-am-the-task-description_2647"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.750753"], ["updated_at", "2015-04-03 08:09:41.750753"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task5603"], ["description", "I-am-the-task-description_1044"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.754755"], ["updated_at", "2015-04-03 08:09:41.754755"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:41.761714"], ["updated_at", "2015-04-03 08:09:41.761714"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4954"], ["description", "I-am-the-goal-description_2801"], ["version", 1], ["created_at", "2015-04-03 08:09:41.771354"], ["updated_at", "2015-04-03 08:09:41.771354"], ["tracking", "150403-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task2525"], ["description", "I-am-the-task-description_3194"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.775404"], ["updated_at", "2015-04-03 08:09:41.775404"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task7606"], ["description", "I-am-the-task-description_4185"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.780363"], ["updated_at", "2015-04-03 08:09:41.780363"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:41.787235"], ["updated_at", "2015-04-03 08:09:41.787235"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9714"], ["description", "I-am-the-goal-description_2000"], ["version", 1], ["created_at", "2015-04-03 08:09:41.796153"], ["updated_at", "2015-04-03 08:09:41.796153"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task7704"], ["description", "I-am-the-task-description_1335"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.801013"], ["updated_at", "2015-04-03 08:09:41.801013"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task7604"], ["description", "I-am-the-task-description_1391"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.804985"], ["updated_at", "2015-04-03 08:09:41.804985"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 53ms (Views: 49.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_988"], ["description", "I-am-the-goal-description_8797"], ["version", 1], ["created_at", "2015-04-03 08:09:41.864974"], ["updated_at", "2015-04-03 08:09:41.864974"], ["tracking", "150403-16"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task5823"], ["description", "I-am-the-task-description_799"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.869929"], ["updated_at", "2015-04-03 08:09:41.869929"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task1957"], ["description", "I-am-the-task-description_632"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.874000"], ["updated_at", "2015-04-03 08:09:41.874000"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:41.877823"], ["updated_at", "2015-04-03 08:09:41.877823"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_103"], ["description", "I-am-the-goal-description_58"], ["version", 1], ["created_at", "2015-04-03 08:09:41.889122"], ["updated_at", "2015-04-03 08:09:41.889122"], ["tracking", "150403-17"]]  (0.7ms) commit transaction  (0.0ms) begin transaction [35mSQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task5009"], ["description", "I-am-the-task-description_3030"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.893343"], ["updated_at", "2015-04-03 08:09:41.893343"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task3479"], ["description", "I-am-the-task-description_5957"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.897195"], ["updated_at", "2015-04-03 08:09:41.897195"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:41.901626"], ["updated_at", "2015-04-03 08:09:41.901626"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"34"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7910"], ["description", "I-am-the-goal-description_703"], ["version", 1], ["created_at", "2015-04-03 08:09:41.914415"], ["updated_at", "2015-04-03 08:09:41.914415"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task116"], ["description", "I-am-the-task-description_4209"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.918316"], ["updated_at", "2015-04-03 08:09:41.918316"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task463"], ["description", "I-am-the-task-description_8990"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.922458"], ["updated_at", "2015-04-03 08:09:41.922458"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:41.926417"], ["updated_at", "2015-04-03 08:09:41.926417"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5659"], ["description", "I-am-the-goal-description_1624"], ["version", 1], ["created_at", "2015-04-03 08:09:41.946902"], ["updated_at", "2015-04-03 08:09:41.946902"], ["tracking", "150403-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task6050"], ["description", "I-am-the-task-description_654"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.951640"], ["updated_at", "2015-04-03 08:09:41.951640"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task4204"], ["description", "I-am-the-task-description_1787"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.955904"], ["updated_at", "2015-04-03 08:09:41.955904"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:41.959765"], ["updated_at", "2015-04-03 08:09:41.959765"]]  (0.7ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1866"], ["description", "I-am-the-goal-description_3521"], ["version", 1], ["created_at", "2015-04-03 08:09:41.975389"], ["updated_at", "2015-04-03 08:09:41.975389"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task4220"], ["description", "I-am-the-task-description_134"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.979672"], ["updated_at", "2015-04-03 08:09:41.979672"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task4157"], ["description", "I-am-the-task-description_7343"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:41.983317"], ["updated_at", "2015-04-03 08:09:41.983317"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:41.987540"], ["updated_at", "2015-04-03 08:09:41.987540"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9107"], ["description", "I-am-the-goal-description_1081"], ["version", 1], ["created_at", "2015-04-03 08:09:41.999799"], ["updated_at", "2015-04-03 08:09:41.999799"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task3330"], ["description", "I-am-the-task-description_4280"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.004389"], ["updated_at", "2015-04-03 08:09:42.004389"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task4320"], ["description", "I-am-the-task-description_2228"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.008826"], ["updated_at", "2015-04-03 08:09:42.008826"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:09:42.012803"], ["updated_at", "2015-04-03 08:09:42.012803"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 08:09:42.020869"], ["id", 46]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_23"], ["description", "I-am-the-goal-description_2062"], ["version", 1], ["created_at", "2015-04-03 08:09:42.027149"], ["updated_at", "2015-04-03 08:09:42.027149"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2613"], ["description", "I-am-the-goal-description_2839"], ["version", 1], ["created_at", "2015-04-03 08:09:42.031861"], ["updated_at", "2015-04-03 08:09:42.031861"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task9948"], ["description", "I-am-the-task-description_2397"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.035501"], ["updated_at", "2015-04-03 08:09:42.035501"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6384"], ["description", "I-am-the-goal-description_1742"], ["version", 1], ["created_at", "2015-04-03 08:09:42.039271"], ["updated_at", "2015-04-03 08:09:42.039271"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task7924"], ["description", "I-am-the-task-description_163"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.043416"], ["updated_at", "2015-04-03 08:09:42.043416"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5486"], ["description", "I-am-the-goal-description_7012"], ["version", 1], ["created_at", "2015-04-03 08:09:42.046315"], ["updated_at", "2015-04-03 08:09:42.046315"], ["tracking", "150403-25"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task7236"], ["description", "I-am-the-task-description_4925"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.050488"], ["updated_at", "2015-04-03 08:09:42.050488"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task2184"], ["description", "I-am-the-task-description_9460"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.054758"], ["updated_at", "2015-04-03 08:09:42.054758"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task961"], ["description", "I-am-the-task-description_3012"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.058983"], ["updated_at", "2015-04-03 08:09:42.058983"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task498"], ["description", "I-am-the-task-description_6299"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.065047"], ["updated_at", "2015-04-03 08:09:42.065047"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6248"], ["description", "I-am-the-goal-description_6059"], ["version", 1], ["created_at", "2015-04-03 08:09:42.071703"], ["updated_at", "2015-04-03 08:09:42.071703"], ["tracking", "150403-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1830"], ["description", "I-am-the-goal-description_7474"], ["version", 1], ["created_at", "2015-04-03 08:09:42.076318"], ["updated_at", "2015-04-03 08:09:42.076318"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task7055"], ["description", "I-am-the-task-description_7864"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.080733"], ["updated_at", "2015-04-03 08:09:42.080733"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1148"], ["description", "I-am-the-goal-description_3067"], ["version", 1], ["created_at", "2015-04-03 08:09:42.084554"], ["updated_at", "2015-04-03 08:09:42.084554"], ["tracking", "150403-28"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task6003"], ["description", "I-am-the-task-description_5650"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.088392"], ["updated_at", "2015-04-03 08:09:42.088392"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4112"], ["description", "I-am-the-goal-description_4605"], ["version", 1], ["created_at", "2015-04-03 08:09:42.093365"], ["updated_at", "2015-04-03 08:09:42.093365"], ["tracking", "150403-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task9755"], ["description", "I-am-the-task-description_8986"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.099052"], ["updated_at", "2015-04-03 08:09:42.099052"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task2349"], ["description", "I-am-the-task-description_3814"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.103797"], ["updated_at", "2015-04-03 08:09:42.103797"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task3242"], ["description", "I-am-the-task-description_7311"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.108343"], ["updated_at", "2015-04-03 08:09:42.108343"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task8655"], ["description", "I-am-the-task-description_4474"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.113184"], ["updated_at", "2015-04-03 08:09:42.113184"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3838"], ["description", "I-am-the-goal-description_5155"], ["version", 1], ["created_at", "2015-04-03 08:09:42.118359"], ["updated_at", "2015-04-03 08:09:42.118359"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4949"], ["description", "I-am-the-goal-description_1368"], ["version", 1], ["created_at", "2015-04-03 08:09:42.125386"], ["updated_at", "2015-04-03 08:09:42.125386"], ["tracking", "150403-31"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3602"], ["description", "I-am-the-goal-description_7920"], ["version", 1], ["created_at", "2015-04-03 08:09:42.130536"], ["updated_at", "2015-04-03 08:09:42.130536"], ["tracking", "150403-32"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task6320"], ["description", "I-am-the-task-description_2967"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.134360"], ["updated_at", "2015-04-03 08:09:42.134360"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_220"], ["description", "I-am-the-goal-description_3609"], ["version", 1], ["created_at", "2015-04-03 08:09:42.139366"], ["updated_at", "2015-04-03 08:09:42.139366"], ["tracking", "150403-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task5356"], ["description", "I-am-the-task-description_6790"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.143206"], ["updated_at", "2015-04-03 08:09:42.143206"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4100"], ["description", "I-am-the-goal-description_7662"], ["version", 1], ["created_at", "2015-04-03 08:09:42.145952"], ["updated_at", "2015-04-03 08:09:42.145952"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task884"], ["description", "I-am-the-task-description_1249"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.150615"], ["updated_at", "2015-04-03 08:09:42.150615"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task6063"], ["description", "I-am-the-task-description_5252"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.154938"], ["updated_at", "2015-04-03 08:09:42.154938"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task3261"], ["description", "I-am-the-task-description_8055"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.159438"], ["updated_at", "2015-04-03 08:09:42.159438"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task5171"], ["description", "I-am-the-task-description_3411"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.164923"], ["updated_at", "2015-04-03 08:09:42.164923"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task4011"], ["description", "I-am-the-task-description_2946"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.169879"], ["updated_at", "2015-04-03 08:09:42.169879"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5020"], ["description", "I-am-the-goal-description_6977"], ["version", 1], ["created_at", "2015-04-03 08:09:42.176391"], ["updated_at", "2015-04-03 08:09:42.176391"], ["tracking", "150403-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3790"], ["description", "I-am-the-goal-description_7279"], ["version", 1], ["created_at", "2015-04-03 08:09:42.182514"], ["updated_at", "2015-04-03 08:09:42.182514"], ["tracking", "150403-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task7651"], ["description", "I-am-the-task-description_2472"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.186216"], ["updated_at", "2015-04-03 08:09:42.186216"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8347"], ["description", "I-am-the-goal-description_4237"], ["version", 1], ["created_at", "2015-04-03 08:09:42.190036"], ["updated_at", "2015-04-03 08:09:42.190036"], ["tracking", "150403-37"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task8922"], ["description", "I-am-the-task-description_4581"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.194643"], ["updated_at", "2015-04-03 08:09:42.194643"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6968"], ["description", "I-am-the-goal-description_7239"], ["version", 1], ["created_at", "2015-04-03 08:09:42.198248"], ["updated_at", "2015-04-03 08:09:42.198248"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task3218"], ["description", "I-am-the-task-description_4976"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.203638"], ["updated_at", "2015-04-03 08:09:42.203638"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task7886"], ["description", "I-am-the-task-description_3329"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.209749"], ["updated_at", "2015-04-03 08:09:42.209749"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task7326"], ["description", "I-am-the-task-description_1015"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.216601"], ["updated_at", "2015-04-03 08:09:42.216601"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task6463"], ["description", "I-am-the-task-description_2566"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.221336"], ["updated_at", "2015-04-03 08:09:42.221336"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task7509"], ["description", "I-am-the-task-description_3390"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.225299"], ["updated_at", "2015-04-03 08:09:42.225299"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5982"], ["description", "I-am-the-goal-description_5296"], ["version", 1], ["created_at", "2015-04-03 08:09:42.232274"], ["updated_at", "2015-04-03 08:09:42.232274"], ["tracking", "150403-39"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task4495"], ["description", "I-am-the-task-description_9211"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.236177"], ["updated_at", "2015-04-03 08:09:42.236177"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8164"], ["description", "I-am-the-goal-description_5190"], ["version", 1], ["created_at", "2015-04-03 08:09:42.241271"], ["updated_at", "2015-04-03 08:09:42.241271"], ["tracking", "150403-40"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task8409"], ["description", "I-am-the-task-description_1736"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.245581"], ["updated_at", "2015-04-03 08:09:42.245581"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6482"], ["description", "I-am-the-goal-description_2016"], ["version", 1], ["created_at", "2015-04-03 08:09:42.250788"], ["updated_at", "2015-04-03 08:09:42.250788"], ["tracking", "150403-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task9713"], ["description", "I-am-the-task-description_3569"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.254657"], ["updated_at", "2015-04-03 08:09:42.254657"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3723"], ["description", "I-am-the-goal-description_9336"], ["version", 1], ["created_at", "2015-04-03 08:09:42.260321"], ["updated_at", "2015-04-03 08:09:42.260321"], ["tracking", "150403-42"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task2087"], ["description", "I-am-the-task-description_893"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:09:42.265440"], ["updated_at", "2015-04-03 08:09:42.265440"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5151"], ["description", "I-am-the-goal-description_4545"], ["version", 1], ["created_at", "2015-04-03 08:09:42.270921"], ["updated_at", "2015-04-03 08:09:42.270921"], ["tracking", "150403-43"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 08:09:42.274305"], ["id", 47]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 08:09:42.276630"], ["id", 47]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1710"], ["description", "I-am-the-goal-description_5376"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5169"], ["description", "I-am-the-goal-description_4454"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2593"], ["description", "I-am-the-goal-description_9584"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4052"], ["description", "I-am-the-goal-description_742"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6948"], ["description", "I-am-the-goal-description_5341"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task5419"], ["description", "I-am-the-task-description_9679"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3351"], ["description", "I-am-the-goal-description_7027"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task58"], ["description", "I-am-the-task-description_6539"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4092"], ["description", "I-am-the-goal-description_6035"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task3456"], ["description", "I-am-the-task-description_7867"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9721"], ["description", "I-am-the-goal-description_8068"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task153"], ["description", "I-am-the-task-description_8143"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8067"], ["description", "I-am-the-goal-description_1720"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task4801"], ["description", "I-am-the-task-description_4511"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1959"], ["description", "I-am-the-goal-description_4467"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9825"], ["description", "I-am-the-goal-description_1677"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8935"], ["description", "I-am-the-goal-description_7672"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4852"], ["description", "I-am-the-goal-description_1805"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:09:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1814.1ms) Completed 200 OK in 1852ms (Views: 1844.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 10:09:57 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 10:09:57 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 10:09:57 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (298.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (303.2ms) Completed 200 OK in 313ms (Views: 305.1ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:09:57 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 08:09:57.655435"], ["updated_at", "2015-04-03 08:09:57.655435"], ["tracking", "150403-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/goals/1 Completed 302 Found in 38ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (26.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (113.3ms) Completed 200 OK in 184ms (Views: 114.3ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3767"], ["description", "I-am-the-goal-description_6422"], ["version", 1], ["created_at", "2015-04-03 08:09:58.003549"], ["updated_at", "2015-04-03 08:09:58.003549"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4445"], ["description", "I-am-the-task-description_7547"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:58.010481"], ["updated_at", "2015-04-03 08:09:58.010481"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3148"], ["description", "I-am-the-task-description_8203"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:58.015942"], ["updated_at", "2015-04-03 08:09:58.015942"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5077"], ["description", "I-am-the-task-description_1165"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:09:58.019884"], ["updated_at", "2015-04-03 08:09:58.019884"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:09:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.8ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2819"], ["description", "I-am-the-goal-description_5312"], ["version", 1], ["created_at", "2015-04-03 08:09:58.302924"], ["updated_at", "2015-04-03 08:09:58.302924"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:09:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 10:09:58 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (73.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (76.5ms) Completed 200 OK in 79ms (Views: 78.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:58 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5312", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 08:09:58.691806"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3169"], ["description", "I-am-the-goal-description_5573"], ["version", 1], ["created_at", "2015-04-03 08:09:58.830020"], ["updated_at", "2015-04-03 08:09:58.830020"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:09:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2977"], ["description", "I-am-the-goal-description_1194"], ["version", 1], ["created_at", "2015-04-03 08:09:59.232448"], ["updated_at", "2015-04-03 08:09:59.232448"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (65.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (65.3ms) Completed 200 OK in 67ms (Views: 66.0ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_2977", "description"=>"I-am-the-goal-description_1194", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 08:09:59.489732"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_66"], ["description", "I-am-the-goal-description_2032"], ["version", 1], ["created_at", "2015-04-03 08:09:59.632906"], ["updated_at", "2015-04-03 08:09:59.632906"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (65.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.3ms) Completed 200 OK in 68ms (Views: 67.0ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_66", "description"=>"I-am-the-goal-description_2032", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 08:09:59.887513"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:09:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3146"], ["description", "I-am-the-goal-description_4251"], ["version", 1], ["created_at", "2015-04-03 08:10:00.025845"], ["updated_at", "2015-04-03 08:10:00.025845"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task67"], ["description", "I-am-the-task-description_2424"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:00.029823"], ["updated_at", "2015-04-03 08:10:00.029823"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.9ms) Completed 200 OK in 17ms (Views: 13.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:10:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (9.9ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (101.0ms) Completed 200 OK in 106ms (Views: 102.4ms | ActiveRecord: 0.8ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 10:10:00 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (1.1ms) 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-03 08:10:00.409120"], ["created_at", "2015-04-03 08:10:00.409885"], ["updated_at", "2015-04-03 08:10:00.409885"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 08:10:00.413355"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:10:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (65.2ms) Completed 200 OK in 68ms (Views: 65.8ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9660"], ["description", "I-am-the-goal-description_4716"], ["version", 1], ["created_at", "2015-04-03 08:10:00.573918"], ["updated_at", "2015-04-03 08:10:00.573918"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:10:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:10:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 10:10:00 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (143.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (147.5ms) Completed 200 OK in 150ms (Views: 149.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:01 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 08:10:01.064750"], ["updated_at", "2015-04-03 08:10:01.064750"]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:10:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.5ms) Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_248"], ["description", "I-am-the-goal-description_7051"], ["version", 1], ["created_at", "2015-04-03 08:10:01.208842"], ["updated_at", "2015-04-03 08:10:01.208842"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6407"], ["description", "I-am-the-task-description_3684"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:01.212616"], ["updated_at", "2015-04-03 08:10:01.212616"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:10:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (66.3ms) Completed 200 OK in 70ms (Views: 67.0ms | ActiveRecord: 0.4ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2526"], ["description", "I-am-the-goal-description_7438"], ["version", 1], ["created_at", "2015-04-03 08:10:01.475292"], ["updated_at", "2015-04-03 08:10:01.475292"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6013"], ["description", "I-am-the-task-description_5781"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:01.480212"], ["updated_at", "2015-04-03 08:10:01.480212"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:10:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.2ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 10:10:01 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (123.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (127.4ms) Completed 200 OK in 132ms (Views: 129.3ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:10:01 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5781", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 08:10:01.958257"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:10:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.2ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_837"], ["description", "I-am-the-goal-description_7374"], ["version", 1], ["created_at", "2015-04-03 08:10:02.096648"], ["updated_at", "2015-04-03 08:10:02.096648"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3375"], ["description", "I-am-the-task-description_6997"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:02.100457"], ["updated_at", "2015-04-03 08:10:02.100457"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:10:02 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.8ms) Completed 200 OK in 71ms (Views: 68.5ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:10:02 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.1ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1463"], ["description", "I-am-the-goal-description_1746"], ["version", 1], ["created_at", "2015-04-03 08:10:02.594084"], ["updated_at", "2015-04-03 08:10:02.594084"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7668"], ["description", "I-am-the-task-description_7986"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:02.598129"], ["updated_at", "2015-04-03 08:10:02.598129"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.4ms) Started PUT "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 10:10:02 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1309"], ["description", "I-am-the-goal-description_5252"], ["version", 1], ["created_at", "2015-04-03 08:10:02.887871"], ["updated_at", "2015-04-03 08:10:02.887871"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task299"], ["description", "I-am-the-task-description_6869"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:02.891894"], ["updated_at", "2015-04-03 08:10:02.891894"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 10:10:03 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 08:10:03.027097"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51809/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8484"], ["description", "I-am-the-goal-description_5566"], ["version", 1], ["created_at", "2015-04-03 08:10:03.163519"], ["updated_at", "2015-04-03 08:10:03.163519"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5862"], ["description", "I-am-the-task-description_2418"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:03.167718"], ["updated_at", "2015-04-03 08:10:03.167718"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6321"], ["description", "I-am-the-goal-description_3310"], ["version", 1], ["created_at", "2015-04-03 08:10:03.171574"], ["updated_at", "2015-04-03 08:10:03.171574"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task9863"], ["description", "I-am-the-task-description_8397"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:03.175122"], ["updated_at", "2015-04-03 08:10:03.175122"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3875"], ["description", "I-am-the-goal-description_8257"], ["version", 1], ["created_at", "2015-04-03 08:10:03.180055"], ["updated_at", "2015-04-03 08:10:03.180055"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1782"], ["description", "I-am-the-task-description_7142"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:03.183898"], ["updated_at", "2015-04-03 08:10:03.183898"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 10:10:03 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (4.1ms) Completed 200 OK in 111ms (Views: 3.9ms | ActiveRecord: 1.0ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1931"], ["description", "I-am-the-goal-description_9361"], ["version", 1], ["created_at", "2015-04-03 08:10:03.555136"], ["updated_at", "2015-04-03 08:10:03.555136"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1261"], ["description", "I-am-the-task-description_6156"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:03.559810"], ["updated_at", "2015-04-03 08:10:03.559810"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2979"], ["description", "I-am-the-goal-description_7702"], ["version", 1], ["created_at", "2015-04-03 08:10:03.564900"], ["updated_at", "2015-04-03 08:10:03.564900"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task4786"], ["description", "I-am-the-task-description_8342"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:03.568658"], ["updated_at", "2015-04-03 08:10:03.568658"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5269"], ["description", "I-am-the-goal-description_135"], ["version", 1], ["created_at", "2015-04-03 08:10:03.571810"], ["updated_at", "2015-04-03 08:10:03.571810"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task2349"], ["description", "I-am-the-task-description_1441"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:03.575732"], ["updated_at", "2015-04-03 08:10:03.575732"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 10:10:03 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1715"], ["description", "I-am-the-goal-description_9944"], ["version", 1], ["created_at", "2015-04-03 08:10:03.840446"], ["updated_at", "2015-04-03 08:10:03.840446"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task660"], ["description", "I-am-the-task-description_7903"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:03.844685"], ["updated_at", "2015-04-03 08:10:03.844685"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1724"], ["description", "I-am-the-goal-description_8551"], ["version", 1], ["created_at", "2015-04-03 08:10:03.849804"], ["updated_at", "2015-04-03 08:10:03.849804"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task5538"], ["description", "I-am-the-task-description_659"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:03.853336"], ["updated_at", "2015-04-03 08:10:03.853336"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8393"], ["description", "I-am-the-goal-description_9311"], ["version", 1], ["created_at", "2015-04-03 08:10:03.857130"], ["updated_at", "2015-04-03 08:10:03.857130"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task6338"], ["description", "I-am-the-task-description_4377"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:10:03.860573"], ["updated_at", "2015-04-03 08:10:03.860573"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:10:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 10:10:03 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.4ms) Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6310"], ["description", "I-am-the-goal-description_9721"], ["version", 1], ["created_at", "2015-04-03 08:11:28.931407"], ["updated_at", "2015-04-03 08:11:28.931407"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8447"], ["description", "I-am-the-goal-description_7508"], ["version", 1], ["created_at", "2015-04-03 08:11:28.941192"], ["updated_at", "2015-04-03 08:11:28.941192"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 21ms (Views: 14.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_10"], ["description", "I-am-the-goal-description_6499"], ["version", 1], ["created_at", "2015-04-03 08:11:29.052296"], ["updated_at", "2015-04-03 08:11:29.052296"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7147"], ["description", "I-am-the-goal-description_4607"], ["version", 1], ["created_at", "2015-04-03 08:11:29.056185"], ["updated_at", "2015-04-03 08:11:29.056185"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_309"], ["description", "I-am-the-goal-description_7858"], ["version", 1], ["created_at", "2015-04-03 08:11:29.080133"], ["updated_at", "2015-04-03 08:11:29.080133"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4658"], ["description", "I-am-the-goal-description_384"], ["version", 1], ["created_at", "2015-04-03 08:11:29.084080"], ["updated_at", "2015-04-03 08:11:29.084080"], ["tracking", "150403-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1431"], ["description", "I-am-the-goal-description_5110"], ["version", 1], ["created_at", "2015-04-03 08:11:29.149150"], ["updated_at", "2015-04-03 08:11:29.149150"], ["tracking", "150403-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task1647"], ["description", "I-am-the-task-description_3410"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.160125"], ["updated_at", "2015-04-03 08:11:29.160125"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 08:11:29.171132"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 08:11:29.172085"], ["updated_at", "2015-04-03 08:11:29.172085"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 08:11:29.174385"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 08:11:29 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 08:11:29 UTC", "updated_at"=>"2015-04-03 08:11:29 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 08:11:29.185334"], ["created_at", "2015-04-03 08:11:29.186006"], ["updated_at", "2015-04-03 08:11:29.186006"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 18ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6491"], ["description", "I-am-the-goal-description_6742"], ["version", 1], ["created_at", "2015-04-03 08:11:29.204403"], ["updated_at", "2015-04-03 08:11:29.204403"], ["tracking", "150403-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task961"], ["description", "I-am-the-task-description_4311"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.208774"], ["updated_at", "2015-04-03 08:11:29.208774"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task4905"], ["description", "I-am-the-task-description_2732"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.212973"], ["updated_at", "2015-04-03 08:11:29.212973"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:11:29.220177"], ["task_id", 2], ["created_at", "2015-04-03 08:11:29.221382"], ["updated_at", "2015-04-03 08:11:29.221382"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:11:29.222925"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3321"], ["description", "I-am-the-goal-description_3785"], ["version", 1], ["created_at", "2015-04-03 08:11:29.230281"], ["updated_at", "2015-04-03 08:11:29.230281"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task2230"], ["description", "I-am-the-task-description_1055"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.235180"], ["updated_at", "2015-04-03 08:11:29.235180"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task1043"], ["description", "I-am-the-task-description_9924"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.239867"], ["updated_at", "2015-04-03 08:11:29.239867"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:11:29.248006"], ["task_id", 4], ["created_at", "2015-04-03 08:11:29.249229"], ["updated_at", "2015-04-03 08:11:29.249229"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:11:29.250736"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8798"], ["description", "I-am-the-goal-description_3812"], ["version", 1], ["created_at", "2015-04-03 08:11:29.256955"], ["updated_at", "2015-04-03 08:11:29.256955"], ["tracking", "150403-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task1698"], ["description", "I-am-the-task-description_4804"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.260987"], ["updated_at", "2015-04-03 08:11:29.260987"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task6412"], ["description", "I-am-the-task-description_20"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.265443"], ["updated_at", "2015-04-03 08:11:29.265443"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:11:29.272928"], ["task_id", 6], ["created_at", "2015-04-03 08:11:29.274643"], ["updated_at", "2015-04-03 08:11:29.274643"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:11:29.276338"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8652"], ["description", "I-am-the-goal-description_1920"], ["version", 1], ["created_at", "2015-04-03 08:11:29.285223"], ["updated_at", "2015-04-03 08:11:29.285223"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task7784"], ["description", "I-am-the-task-description_2293"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.289527"], ["updated_at", "2015-04-03 08:11:29.289527"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task2476"], ["description", "I-am-the-task-description_7348"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.293738"], ["updated_at", "2015-04-03 08:11:29.293738"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:11:29.301606"], ["task_id", 8], ["created_at", "2015-04-03 08:11:29.302845"], ["updated_at", "2015-04-03 08:11:29.302845"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:11:29.304349"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3635"], ["description", "I-am-the-goal-description_1543"], ["version", 1], ["created_at", "2015-04-03 08:11:29.311207"], ["updated_at", "2015-04-03 08:11:29.311207"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3564"], ["description", "I-am-the-task-description_5375"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.315514"], ["updated_at", "2015-04-03 08:11:29.315514"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3921"], ["description", "I-am-the-task-description_8702"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.319750"], ["updated_at", "2015-04-03 08:11:29.319750"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2463"], ["description", "I-am-the-goal-description_1376"], ["version", 1], ["created_at", "2015-04-03 08:11:29.333047"], ["updated_at", "2015-04-03 08:11:29.333047"], ["tracking", "150403-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task431"], ["description", "I-am-the-task-description_2091"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.336923"], ["updated_at", "2015-04-03 08:11:29.336923"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task4162"], ["description", "I-am-the-task-description_9479"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.340750"], ["updated_at", "2015-04-03 08:11:29.340750"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1293"], ["description", "I-am-the-goal-description_1798"], ["version", 1], ["created_at", "2015-04-03 08:11:29.352334"], ["updated_at", "2015-04-03 08:11:29.352334"], ["tracking", "150403-10"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task2173"], ["description", "I-am-the-task-description_5645"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.356215"], ["updated_at", "2015-04-03 08:11:29.356215"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task302"], ["description", "I-am-the-task-description_2104"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.360774"], ["updated_at", "2015-04-03 08:11:29.360774"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9355"], ["description", "I-am-the-goal-description_3526"], ["version", 1], ["created_at", "2015-04-03 08:11:29.372954"], ["updated_at", "2015-04-03 08:11:29.372954"], ["tracking", "150403-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task3367"], ["description", "I-am-the-task-description_6256"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.376942"], ["updated_at", "2015-04-03 08:11:29.376942"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task9584"], ["description", "I-am-the-task-description_2656"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.380765"], ["updated_at", "2015-04-03 08:11:29.380765"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4396"], ["description", "I-am-the-goal-description_968"], ["version", 1], ["created_at", "2015-04-03 08:11:29.391849"], ["updated_at", "2015-04-03 08:11:29.391849"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task4758"], ["description", "I-am-the-task-description_7472"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.395774"], ["updated_at", "2015-04-03 08:11:29.395774"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task8019"], ["description", "I-am-the-task-description_3091"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:29.399841"], ["updated_at", "2015-04-03 08:11:29.399841"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:11:29.461688"], ["updated_at", "2015-04-03 08:11:29.461688"]]  (2.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 1602ms (ActiveRecord: 2.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1565"], ["description", "I-am-the-goal-description_4867"], ["version", 1], ["created_at", "2015-04-03 08:11:31.065875"], ["updated_at", "2015-04-03 08:11:31.065875"], ["tracking", "150403-13"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task4962"], ["description", "I-am-the-task-description_8941"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.071700"], ["updated_at", "2015-04-03 08:11:31.071700"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task886"], ["description", "I-am-the-task-description_6464"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.075513"], ["updated_at", "2015-04-03 08:11:31.075513"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:11:31.082729"], ["updated_at", "2015-04-03 08:11:31.082729"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3565"], ["description", "I-am-the-goal-description_8579"], ["version", 1], ["created_at", "2015-04-03 08:11:31.092317"], ["updated_at", "2015-04-03 08:11:31.092317"], ["tracking", "150403-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task7145"], ["description", "I-am-the-task-description_9096"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.096599"], ["updated_at", "2015-04-03 08:11:31.096599"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task1194"], ["description", "I-am-the-task-description_7444"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.101463"], ["updated_at", "2015-04-03 08:11:31.101463"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:11:31.108228"], ["updated_at", "2015-04-03 08:11:31.108228"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1129"], ["description", "I-am-the-goal-description_7052"], ["version", 1], ["created_at", "2015-04-03 08:11:31.117057"], ["updated_at", "2015-04-03 08:11:31.117057"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task2769"], ["description", "I-am-the-task-description_5757"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.121485"], ["updated_at", "2015-04-03 08:11:31.121485"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task8021"], ["description", "I-am-the-task-description_8825"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.125428"], ["updated_at", "2015-04-03 08:11:31.125428"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_818"], ["description", "I-am-the-goal-description_2368"], ["version", 1], ["created_at", "2015-04-03 08:11:31.136157"], ["updated_at", "2015-04-03 08:11:31.136157"], ["tracking", "150403-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task8358"], ["description", "I-am-the-task-description_236"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.140030"], ["updated_at", "2015-04-03 08:11:31.140030"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task3983"], ["description", "I-am-the-task-description_8471"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.143750"], ["updated_at", "2015-04-03 08:11:31.143750"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:11:31.147615"], ["updated_at", "2015-04-03 08:11:31.147615"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"31"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8475"], ["description", "I-am-the-goal-description_5869"], ["version", 1], ["created_at", "2015-04-03 08:11:31.158757"], ["updated_at", "2015-04-03 08:11:31.158757"], ["tracking", "150403-17"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task941"], ["description", "I-am-the-task-description_8956"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.162987"], ["updated_at", "2015-04-03 08:11:31.162987"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1361"], ["description", "I-am-the-task-description_6922"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.168438"], ["updated_at", "2015-04-03 08:11:31.168438"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:11:31.172935"], ["updated_at", "2015-04-03 08:11:31.172935"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"34"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7427"], ["description", "I-am-the-goal-description_7393"], ["version", 1], ["created_at", "2015-04-03 08:11:31.184378"], ["updated_at", "2015-04-03 08:11:31.184378"], ["tracking", "150403-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task4710"], ["description", "I-am-the-task-description_4494"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.188659"], ["updated_at", "2015-04-03 08:11:31.188659"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task8074"], ["description", "I-am-the-task-description_8840"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.192449"], ["updated_at", "2015-04-03 08:11:31.192449"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:11:31.196657"], ["updated_at", "2015-04-03 08:11:31.196657"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2844"], ["description", "I-am-the-goal-description_4880"], ["version", 1], ["created_at", "2015-04-03 08:11:31.269318"], ["updated_at", "2015-04-03 08:11:31.269318"], ["tracking", "150403-19"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task115"], ["description", "I-am-the-task-description_2453"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.274368"], ["updated_at", "2015-04-03 08:11:31.274368"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task3304"], ["description", "I-am-the-task-description_3050"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.278354"], ["updated_at", "2015-04-03 08:11:31.278354"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:11:31.282156"], ["updated_at", "2015-04-03 08:11:31.282156"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2122"], ["description", "I-am-the-goal-description_4739"], ["version", 1], ["created_at", "2015-04-03 08:11:31.296500"], ["updated_at", "2015-04-03 08:11:31.296500"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task7033"], ["description", "I-am-the-task-description_1981"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.300364"], ["updated_at", "2015-04-03 08:11:31.300364"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task1841"], ["description", "I-am-the-task-description_1788"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.304438"], ["updated_at", "2015-04-03 08:11:31.304438"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:11:31.308174"], ["updated_at", "2015-04-03 08:11:31.308174"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5687"], ["description", "I-am-the-goal-description_1433"], ["version", 1], ["created_at", "2015-04-03 08:11:31.321894"], ["updated_at", "2015-04-03 08:11:31.321894"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task6432"], ["description", "I-am-the-task-description_8127"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.325674"], ["updated_at", "2015-04-03 08:11:31.325674"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task79"], ["description", "I-am-the-task-description_2366"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.329318"], ["updated_at", "2015-04-03 08:11:31.329318"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 08:11:31.333083"], ["updated_at", "2015-04-03 08:11:31.333083"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 08:11:31.338940"], ["id", 46]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1341"], ["description", "I-am-the-goal-description_3045"], ["version", 1], ["created_at", "2015-04-03 08:11:31.344772"], ["updated_at", "2015-04-03 08:11:31.344772"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7816"], ["description", "I-am-the-goal-description_8874"], ["version", 1], ["created_at", "2015-04-03 08:11:31.349893"], ["updated_at", "2015-04-03 08:11:31.349893"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task9248"], ["description", "I-am-the-task-description_7803"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.353787"], ["updated_at", "2015-04-03 08:11:31.353787"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_127"], ["description", "I-am-the-goal-description_5166"], ["version", 1], ["created_at", "2015-04-03 08:11:31.358198"], ["updated_at", "2015-04-03 08:11:31.358198"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task2576"], ["description", "I-am-the-task-description_6856"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.362193"], ["updated_at", "2015-04-03 08:11:31.362193"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6266"], ["description", "I-am-the-goal-description_4443"], ["version", 1], ["created_at", "2015-04-03 08:11:31.365018"], ["updated_at", "2015-04-03 08:11:31.365018"], ["tracking", "150403-25"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task106"], ["description", "I-am-the-task-description_1254"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.371277"], ["updated_at", "2015-04-03 08:11:31.371277"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task3967"], ["description", "I-am-the-task-description_3491"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.375557"], ["updated_at", "2015-04-03 08:11:31.375557"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task3710"], ["description", "I-am-the-task-description_102"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.379647"], ["updated_at", "2015-04-03 08:11:31.379647"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task7704"], ["description", "I-am-the-task-description_336"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.384466"], ["updated_at", "2015-04-03 08:11:31.384466"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3946"], ["description", "I-am-the-goal-description_4976"], ["version", 1], ["created_at", "2015-04-03 08:11:31.391443"], ["updated_at", "2015-04-03 08:11:31.391443"], ["tracking", "150403-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4783"], ["description", "I-am-the-goal-description_9663"], ["version", 1], ["created_at", "2015-04-03 08:11:31.396041"], ["updated_at", "2015-04-03 08:11:31.396041"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task2461"], ["description", "I-am-the-task-description_8989"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.400203"], ["updated_at", "2015-04-03 08:11:31.400203"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3570"], ["description", "I-am-the-goal-description_655"], ["version", 1], ["created_at", "2015-04-03 08:11:31.404129"], ["updated_at", "2015-04-03 08:11:31.404129"], ["tracking", "150403-28"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task2748"], ["description", "I-am-the-task-description_9665"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.407968"], ["updated_at", "2015-04-03 08:11:31.407968"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7447"], ["description", "I-am-the-goal-description_4348"], ["version", 1], ["created_at", "2015-04-03 08:11:31.411263"], ["updated_at", "2015-04-03 08:11:31.411263"], ["tracking", "150403-29"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task847"], ["description", "I-am-the-task-description_4271"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.415680"], ["updated_at", "2015-04-03 08:11:31.415680"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task3898"], ["description", "I-am-the-task-description_7890"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.419711"], ["updated_at", "2015-04-03 08:11:31.419711"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task4060"], ["description", "I-am-the-task-description_1922"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.423876"], ["updated_at", "2015-04-03 08:11:31.423876"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task3328"], ["description", "I-am-the-task-description_1518"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.428753"], ["updated_at", "2015-04-03 08:11:31.428753"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2985"], ["description", "I-am-the-goal-description_6887"], ["version", 1], ["created_at", "2015-04-03 08:11:31.432053"], ["updated_at", "2015-04-03 08:11:31.432053"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4204"], ["description", "I-am-the-goal-description_2419"], ["version", 1], ["created_at", "2015-04-03 08:11:31.441178"], ["updated_at", "2015-04-03 08:11:31.441178"], ["tracking", "150403-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3447"], ["description", "I-am-the-goal-description_4467"], ["version", 1], ["created_at", "2015-04-03 08:11:31.445721"], ["updated_at", "2015-04-03 08:11:31.445721"], ["tracking", "150403-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task1780"], ["description", "I-am-the-task-description_5621"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.450085"], ["updated_at", "2015-04-03 08:11:31.450085"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6320"], ["description", "I-am-the-goal-description_378"], ["version", 1], ["created_at", "2015-04-03 08:11:31.453881"], ["updated_at", "2015-04-03 08:11:31.453881"], ["tracking", "150403-33"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task9660"], ["description", "I-am-the-task-description_5963"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.457715"], ["updated_at", "2015-04-03 08:11:31.457715"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7173"], ["description", "I-am-the-goal-description_1467"], ["version", 1], ["created_at", "2015-04-03 08:11:31.460991"], ["updated_at", "2015-04-03 08:11:31.460991"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task6451"], ["description", "I-am-the-task-description_4078"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.465453"], ["updated_at", "2015-04-03 08:11:31.465453"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task6449"], ["description", "I-am-the-task-description_9738"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.469478"], ["updated_at", "2015-04-03 08:11:31.469478"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task1570"], ["description", "I-am-the-task-description_3119"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.475011"], ["updated_at", "2015-04-03 08:11:31.475011"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task5821"], ["description", "I-am-the-task-description_2023"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.479180"], ["updated_at", "2015-04-03 08:11:31.479180"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task710"], ["description", "I-am-the-task-description_7948"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.483763"], ["updated_at", "2015-04-03 08:11:31.483763"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5145"], ["description", "I-am-the-goal-description_9193"], ["version", 1], ["created_at", "2015-04-03 08:11:31.492639"], ["updated_at", "2015-04-03 08:11:31.492639"], ["tracking", "150403-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3796"], ["description", "I-am-the-goal-description_9925"], ["version", 1], ["created_at", "2015-04-03 08:11:31.498090"], ["updated_at", "2015-04-03 08:11:31.498090"], ["tracking", "150403-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task2155"], ["description", "I-am-the-task-description_8821"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.501795"], ["updated_at", "2015-04-03 08:11:31.501795"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3425"], ["description", "I-am-the-goal-description_6892"], ["version", 1], ["created_at", "2015-04-03 08:11:31.505484"], ["updated_at", "2015-04-03 08:11:31.505484"], ["tracking", "150403-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task5348"], ["description", "I-am-the-task-description_9107"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.509230"], ["updated_at", "2015-04-03 08:11:31.509230"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6501"], ["description", "I-am-the-goal-description_3042"], ["version", 1], ["created_at", "2015-04-03 08:11:31.512156"], ["updated_at", "2015-04-03 08:11:31.512156"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task4187"], ["description", "I-am-the-task-description_3111"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.516496"], ["updated_at", "2015-04-03 08:11:31.516496"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task3263"], ["description", "I-am-the-task-description_4754"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.520510"], ["updated_at", "2015-04-03 08:11:31.520510"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task1048"], ["description", "I-am-the-task-description_9949"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.524547"], ["updated_at", "2015-04-03 08:11:31.524547"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task137"], ["description", "I-am-the-task-description_5341"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.529084"], ["updated_at", "2015-04-03 08:11:31.529084"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task1353"], ["description", "I-am-the-task-description_6212"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.533413"], ["updated_at", "2015-04-03 08:11:31.533413"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7844"], ["description", "I-am-the-goal-description_4874"], ["version", 1], ["created_at", "2015-04-03 08:11:31.541836"], ["updated_at", "2015-04-03 08:11:31.541836"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task3189"], ["description", "I-am-the-task-description_8327"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.545530"], ["updated_at", "2015-04-03 08:11:31.545530"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9661"], ["description", "I-am-the-goal-description_1123"], ["version", 1], ["created_at", "2015-04-03 08:11:31.550510"], ["updated_at", "2015-04-03 08:11:31.550510"], ["tracking", "150403-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task7013"], ["description", "I-am-the-task-description_6765"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.554297"], ["updated_at", "2015-04-03 08:11:31.554297"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7222"], ["description", "I-am-the-goal-description_6425"], ["version", 1], ["created_at", "2015-04-03 08:11:31.559584"], ["updated_at", "2015-04-03 08:11:31.559584"], ["tracking", "150403-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task7154"], ["description", "I-am-the-task-description_4881"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.563266"], ["updated_at", "2015-04-03 08:11:31.563266"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4813"], ["description", "I-am-the-goal-description_1142"], ["version", 1], ["created_at", "2015-04-03 08:11:31.568571"], ["updated_at", "2015-04-03 08:11:31.568571"], ["tracking", "150403-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task7104"], ["description", "I-am-the-task-description_1069"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 08:11:31.572506"], ["updated_at", "2015-04-03 08:11:31.572506"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_111"], ["description", "I-am-the-goal-description_9690"], ["version", 1], ["created_at", "2015-04-03 08:11:31.577312"], ["updated_at", "2015-04-03 08:11:31.577312"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 08:11:31.580394"], ["id", 47]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 08:11:31.582502"], ["id", 47]]  (1.3ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_828"], ["description", "I-am-the-goal-description_6117"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4610"], ["description", "I-am-the-goal-description_1740"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7517"], ["description", "I-am-the-goal-description_7565"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5088"], ["description", "I-am-the-goal-description_2899"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1578"], ["description", "I-am-the-goal-description_4811"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task2507"], ["description", "I-am-the-task-description_5765"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7289"], ["description", "I-am-the-goal-description_6891"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task5981"], ["description", "I-am-the-task-description_9013"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1335"], ["description", "I-am-the-goal-description_4776"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task2408"], ["description", "I-am-the-task-description_2734"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1644"], ["description", "I-am-the-goal-description_1774"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task9383"], ["description", "I-am-the-task-description_3502"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3225"], ["description", "I-am-the-goal-description_8237"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task6724"], ["description", "I-am-the-task-description_5670"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5586"], ["description", "I-am-the-goal-description_5099"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8419"], ["description", "I-am-the-goal-description_6020"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7984"], ["description", "I-am-the-goal-description_829"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_392"], ["description", "I-am-the-goal-description_3186"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:11:43 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1854.0ms) Completed 200 OK in 1939ms (Views: 1883.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 10:11:45 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 10:11:45 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 10:11:45 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (302.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (306.5ms) Completed 200 OK in 361ms (Views: 308.5ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:11:46 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}, "commit"=>"Créer"}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 08:11:46.213971"], ["updated_at", "2015-04-03 08:11:46.213971"], ["tracking", "150403-1"]]  (3.2ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/goals/1 Completed 302 Found in 37ms (ActiveRecord: 3.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (69.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (115.2ms) Completed 200 OK in 134ms (Views: 116.4ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_351"], ["description", "I-am-the-goal-description_8019"], ["version", 1], ["created_at", "2015-04-03 08:11:46.516357"], ["updated_at", "2015-04-03 08:11:46.516357"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8194"], ["description", "I-am-the-task-description_8119"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:46.523167"], ["updated_at", "2015-04-03 08:11:46.523167"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task988"], ["description", "I-am-the-task-description_3583"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:46.527670"], ["updated_at", "2015-04-03 08:11:46.527670"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8570"], ["description", "I-am-the-task-description_48"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:46.531658"], ["updated_at", "2015-04-03 08:11:46.531658"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:11:46 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9640"], ["description", "I-am-the-goal-description_1421"], ["version", 1], ["created_at", "2015-04-03 08:11:46.818565"], ["updated_at", "2015-04-03 08:11:46.818565"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:11:46 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 10:11:47 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (71.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (75.7ms) Completed 200 OK in 79ms (Views: 78.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:47 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1421", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 08:11:47.338884"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8261"], ["description", "I-am-the-goal-description_6503"], ["version", 1], ["created_at", "2015-04-03 08:11:47.479488"], ["updated_at", "2015-04-03 08:11:47.479488"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:11:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:47 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:11:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.0ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7708"], ["description", "I-am-the-goal-description_9754"], ["version", 1], ["created_at", "2015-04-03 08:11:47.886842"], ["updated_at", "2015-04-03 08:11:47.886842"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 10:11:48 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (65.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (65.5ms) Completed 200 OK in 67ms (Views: 66.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:48 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_7708", "description"=>"I-am-the-goal-description_9754", "status"=>"2"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 08:11:48.138522"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:11:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1607"], ["description", "I-am-the-goal-description_6157"], ["version", 1], ["created_at", "2015-04-03 08:11:48.277493"], ["updated_at", "2015-04-03 08:11:48.277493"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 10:11:48 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (65.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (65.8ms) Completed 200 OK in 67ms (Views: 66.5ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:48 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_1607", "description"=>"I-am-the-goal-description_6157", "status"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 08:11:48.534080"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7918"], ["description", "I-am-the-goal-description_3677"], ["version", 1], ["created_at", "2015-04-03 08:11:48.678992"], ["updated_at", "2015-04-03 08:11:48.678992"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7333"], ["description", "I-am-the-task-description_5499"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:48.683013"], ["updated_at", "2015-04-03 08:11:48.683013"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.1ms) Completed 200 OK in 16ms (Views: 11.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:11:48 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (9.3ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (81.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (105.5ms) Completed 200 OK in 110ms (Views: 106.8ms | ActiveRecord: 0.9ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 10:11:49 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 08:11:49.063327"], ["created_at", "2015-04-03 08:11:49.064266"], ["updated_at", "2015-04-03 08:11:49.064266"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 08:11:49.066925"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:11:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.5ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.2ms) Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1381"], ["description", "I-am-the-goal-description_1869"], ["version", 1], ["created_at", "2015-04-03 08:11:49.249758"], ["updated_at", "2015-04-03 08:11:49.249758"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 10:11:49 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 10:11:49 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 10:11:49 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (102.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (107.0ms) Completed 200 OK in 110ms (Views: 108.8ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:49 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}, "commit"=>"Créer"}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 08:11:49.745963"], ["updated_at", "2015-04-03 08:11:49.745963"]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:11:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (64.8ms) Completed 200 OK in 69ms (Views: 65.5ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6245"], ["description", "I-am-the-goal-description_5581"], ["version", 1], ["created_at", "2015-04-03 08:11:50.005767"], ["updated_at", "2015-04-03 08:11:50.005767"], ["tracking", "150403-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1954"], ["description", "I-am-the-task-description_2367"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:50.011167"], ["updated_at", "2015-04-03 08:11:50.011167"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:11:50 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.4ms) Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_222"], ["description", "I-am-the-goal-description_3089"], ["version", 1], ["created_at", "2015-04-03 08:11:50.276690"], ["updated_at", "2015-04-03 08:11:50.276690"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task568"], ["description", "I-am-the-task-description_7172"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:50.281118"], ["updated_at", "2015-04-03 08:11:50.281118"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:11:50 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.6ms) Completed 200 OK in 71ms (Views: 68.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 10:11:50 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (80.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (84.7ms) Completed 200 OK in 89ms (Views: 86.9ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:11:50 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7172", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "commit"=>"Mettre à jour", "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 08:11:50.671689"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:11:50 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.8ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (65.6ms) Completed 200 OK in 69ms (Views: 66.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1496"], ["description", "I-am-the-goal-description_6319"], ["version", 1], ["created_at", "2015-04-03 08:11:50.826571"], ["updated_at", "2015-04-03 08:11:50.826571"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task168"], ["description", "I-am-the-task-description_3141"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:50.832091"], ["updated_at", "2015-04-03 08:11:50.832091"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:11:50 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.2ms) Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5883"], ["description", "I-am-the-goal-description_3608"], ["version", 1], ["created_at", "2015-04-03 08:11:51.214083"], ["updated_at", "2015-04-03 08:11:51.214083"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7351"], ["description", "I-am-the-task-description_4315"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:51.220180"], ["updated_at", "2015-04-03 08:11:51.220180"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (56.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (57.3ms) Completed 200 OK in 59ms (Views: 57.8ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 08:11:51.351007"], ["task_id", 1], ["created_at", "2015-04-03 08:11:51.352276"], ["updated_at", "2015-04-03 08:11:51.352276"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 08:11:51.353985"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.3ms)  (2.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8042"], ["description", "I-am-the-goal-description_8984"], ["version", 1], ["created_at", "2015-04-03 08:11:51.492417"], ["updated_at", "2015-04-03 08:11:51.492417"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.5ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9389"], ["description", "I-am-the-task-description_2819"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:51.498147"], ["updated_at", "2015-04-03 08:11:51.498147"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 08:11:51.627985"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:51841/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9083"], ["description", "I-am-the-goal-description_8048"], ["version", 1], ["created_at", "2015-04-03 08:11:51.769978"], ["updated_at", "2015-04-03 08:11:51.769978"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9022"], ["description", "I-am-the-task-description_8873"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:51.774891"], ["updated_at", "2015-04-03 08:11:51.774891"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9068"], ["description", "I-am-the-goal-description_8123"], ["version", 1], ["created_at", "2015-04-03 08:11:51.778351"], ["updated_at", "2015-04-03 08:11:51.778351"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task6344"], ["description", "I-am-the-task-description_7399"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:51.783811"], ["updated_at", "2015-04-03 08:11:51.783811"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1488"], ["description", "I-am-the-goal-description_9870"], ["version", 1], ["created_at", "2015-04-03 08:11:51.787433"], ["updated_at", "2015-04-03 08:11:51.787433"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task9964"], ["description", "I-am-the-task-description_9754"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:51.790995"], ["updated_at", "2015-04-03 08:11:51.790995"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 10:11:51 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.3ms) Completed 200 OK in 58ms (Views: 3.2ms | ActiveRecord: 0.6ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3729"], ["description", "I-am-the-goal-description_1513"], ["version", 1], ["created_at", "2015-04-03 08:11:52.107134"], ["updated_at", "2015-04-03 08:11:52.107134"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3900"], ["description", "I-am-the-task-description_9176"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:52.112502"], ["updated_at", "2015-04-03 08:11:52.112502"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9928"], ["description", "I-am-the-goal-description_9226"], ["version", 1], ["created_at", "2015-04-03 08:11:52.116457"], ["updated_at", "2015-04-03 08:11:52.116457"], ["tracking", "150403-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task921"], ["description", "I-am-the-task-description_854"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:52.120129"], ["updated_at", "2015-04-03 08:11:52.120129"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4527"], ["description", "I-am-the-goal-description_5661"], ["version", 1], ["created_at", "2015-04-03 08:11:52.123795"], ["updated_at", "2015-04-03 08:11:52.123795"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task3355"], ["description", "I-am-the-task-description_4541"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:52.127403"], ["updated_at", "2015-04-03 08:11:52.127403"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.7ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 10:11:52 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.6ms) Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5689"], ["description", "I-am-the-goal-description_4998"], ["version", 1], ["created_at", "2015-04-03 08:11:52.396092"], ["updated_at", "2015-04-03 08:11:52.396092"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2317"], ["description", "I-am-the-task-description_2385"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:52.400187"], ["updated_at", "2015-04-03 08:11:52.400187"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1284"], ["description", "I-am-the-goal-description_4520"], ["version", 1], ["created_at", "2015-04-03 08:11:52.403896"], ["updated_at", "2015-04-03 08:11:52.403896"], ["tracking", "150403-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task2629"], ["description", "I-am-the-task-description_2677"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:52.407473"], ["updated_at", "2015-04-03 08:11:52.407473"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2590"], ["description", "I-am-the-goal-description_1544"], ["version", 1], ["created_at", "2015-04-03 08:11:52.411215"], ["updated_at", "2015-04-03 08:11:52.411215"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1056"], ["description", "I-am-the-task-description_3780"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 08:11:52.415717"], ["updated_at", "2015-04-03 08:11:52.415717"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 10:11:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 10:11:52 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.1ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6918"], ["description", "I-am-the-goal-description_685"], ["version", 1], ["created_at", "2015-04-03 09:42:34.075089"], ["updated_at", "2015-04-03 09:42:34.075089"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_6926"], ["description", "I-am-the-goal-description_6471"], ["version", 1], ["created_at", "2015-04-03 09:42:34.086314"], ["updated_at", "2015-04-03 09:42:34.086314"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 74ms (Views: 67.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7236"], ["description", "I-am-the-goal-description_4795"], ["version", 1], ["created_at", "2015-04-03 09:42:34.211973"], ["updated_at", "2015-04-03 09:42:34.211973"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8834"], ["description", "I-am-the-goal-description_8784"], ["version", 1], ["created_at", "2015-04-03 09:42:34.216102"], ["updated_at", "2015-04-03 09:42:34.216102"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 58ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4845"], ["description", "I-am-the-goal-description_1288"], ["version", 1], ["created_at", "2015-04-03 09:42:34.289553"], ["updated_at", "2015-04-03 09:42:34.289553"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3216"], ["description", "I-am-the-goal-description_5295"], ["version", 1], ["created_at", "2015-04-03 09:42:34.294034"], ["updated_at", "2015-04-03 09:42:34.294034"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8806"], ["description", "I-am-the-goal-description_6357"], ["version", 1], ["created_at", "2015-04-03 09:42:34.317033"], ["updated_at", "2015-04-03 09:42:34.317033"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task783"], ["description", "I-am-the-task-description_5856"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.330596"], ["updated_at", "2015-04-03 09:42:34.330596"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 09:42:34.341699"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 09:42:34.342701"], ["updated_at", "2015-04-03 09:42:34.342701"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 09:42:34.345248"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 09:42:34 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 09:42:34 UTC", "updated_at"=>"2015-04-03 09:42:34 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 09:42:34.356290"], ["created_at", "2015-04-03 09:42:34.356878"], ["updated_at", "2015-04-03 09:42:34.356878"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7694"], ["description", "I-am-the-goal-description_2246"], ["version", 1], ["created_at", "2015-04-03 09:42:34.373592"], ["updated_at", "2015-04-03 09:42:34.373592"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task6262"], ["description", "I-am-the-task-description_9258"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.377472"], ["updated_at", "2015-04-03 09:42:34.377472"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task552"], ["description", "I-am-the-task-description_2490"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.381156"], ["updated_at", "2015-04-03 09:42:34.381156"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 09:42:34.388387"], ["task_id", 2], ["created_at", "2015-04-03 09:42:34.389628"], ["updated_at", "2015-04-03 09:42:34.389628"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:42:34.391248"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9154"], ["description", "I-am-the-goal-description_6980"], ["version", 1], ["created_at", "2015-04-03 09:42:34.398086"], ["updated_at", "2015-04-03 09:42:34.398086"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task7035"], ["description", "I-am-the-task-description_1187"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.402093"], ["updated_at", "2015-04-03 09:42:34.402093"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task1273"], ["description", "I-am-the-task-description_7349"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.406076"], ["updated_at", "2015-04-03 09:42:34.406076"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 09:42:34.412211"], ["task_id", 4], ["created_at", "2015-04-03 09:42:34.413714"], ["updated_at", "2015-04-03 09:42:34.413714"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:42:34.415344"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5421"], ["description", "I-am-the-goal-description_7754"], ["version", 1], ["created_at", "2015-04-03 09:42:34.421727"], ["updated_at", "2015-04-03 09:42:34.421727"], ["tracking", "150403-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task1140"], ["description", "I-am-the-task-description_6014"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.425518"], ["updated_at", "2015-04-03 09:42:34.425518"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task5079"], ["description", "I-am-the-task-description_8884"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.478552"], ["updated_at", "2015-04-03 09:42:34.478552"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 09:42:34.487155"], ["task_id", 6], ["created_at", "2015-04-03 09:42:34.488522"], ["updated_at", "2015-04-03 09:42:34.488522"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:42:34.490154"], ["id", 6]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9730"], ["description", "I-am-the-goal-description_9994"], ["version", 1], ["created_at", "2015-04-03 09:42:34.498742"], ["updated_at", "2015-04-03 09:42:34.498742"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task2425"], ["description", "I-am-the-task-description_22"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.502875"], ["updated_at", "2015-04-03 09:42:34.502875"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task280"], ["description", "I-am-the-task-description_8968"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.506793"], ["updated_at", "2015-04-03 09:42:34.506793"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 09:42:34.512491"], ["task_id", 8], ["created_at", "2015-04-03 09:42:34.514419"], ["updated_at", "2015-04-03 09:42:34.514419"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:42:34.516676"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8753"], ["description", "I-am-the-goal-description_775"], ["version", 1], ["created_at", "2015-04-03 09:42:34.523589"], ["updated_at", "2015-04-03 09:42:34.523589"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task1492"], ["description", "I-am-the-task-description_6953"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.527521"], ["updated_at", "2015-04-03 09:42:34.527521"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task4317"], ["description", "I-am-the-task-description_4092"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.531293"], ["updated_at", "2015-04-03 09:42:34.531293"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1761"], ["description", "I-am-the-goal-description_2479"], ["version", 1], ["created_at", "2015-04-03 09:42:34.546714"], ["updated_at", "2015-04-03 09:42:34.546714"], ["tracking", "150403-9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task7183"], ["description", "I-am-the-task-description_9219"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.550834"], ["updated_at", "2015-04-03 09:42:34.550834"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task9813"], ["description", "I-am-the-task-description_3260"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.554617"], ["updated_at", "2015-04-03 09:42:34.554617"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2492"], ["description", "I-am-the-goal-description_6224"], ["version", 1], ["created_at", "2015-04-03 09:42:34.567319"], ["updated_at", "2015-04-03 09:42:34.567319"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task6178"], ["description", "I-am-the-task-description_6692"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.571065"], ["updated_at", "2015-04-03 09:42:34.571065"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task9331"], ["description", "I-am-the-task-description_3819"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.574755"], ["updated_at", "2015-04-03 09:42:34.574755"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9514"], ["description", "I-am-the-goal-description_341"], ["version", 1], ["created_at", "2015-04-03 09:42:34.586049"], ["updated_at", "2015-04-03 09:42:34.586049"], ["tracking", "150403-11"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task369"], ["description", "I-am-the-task-description_1222"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.589978"], ["updated_at", "2015-04-03 09:42:34.589978"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task684"], ["description", "I-am-the-task-description_496"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.594100"], ["updated_at", "2015-04-03 09:42:34.594100"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4578"], ["description", "I-am-the-goal-description_8788"], ["version", 1], ["created_at", "2015-04-03 09:42:34.606864"], ["updated_at", "2015-04-03 09:42:34.606864"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task919"], ["description", "I-am-the-task-description_9150"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.610635"], ["updated_at", "2015-04-03 09:42:34.610635"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task8655"], ["description", "I-am-the-task-description_7432"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:34.614421"], ["updated_at", "2015-04-03 09:42:34.614421"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:42:34.625895"], ["updated_at", "2015-04-03 09:42:34.625895"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 3826ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1197"], ["description", "I-am-the-goal-description_3430"], ["version", 1], ["created_at", "2015-04-03 09:42:38.453739"], ["updated_at", "2015-04-03 09:42:38.453739"], ["tracking", "150403-13"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task7276"], ["description", "I-am-the-task-description_4608"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.458516"], ["updated_at", "2015-04-03 09:42:38.458516"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task4239"], ["description", "I-am-the-task-description_9633"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.462985"], ["updated_at", "2015-04-03 09:42:38.462985"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:42:38.470202"], ["updated_at", "2015-04-03 09:42:38.470202"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4221"], ["description", "I-am-the-goal-description_5806"], ["version", 1], ["created_at", "2015-04-03 09:42:38.480611"], ["updated_at", "2015-04-03 09:42:38.480611"], ["tracking", "150403-14"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task8133"], ["description", "I-am-the-task-description_6851"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.484473"], ["updated_at", "2015-04-03 09:42:38.484473"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task4475"], ["description", "I-am-the-task-description_4761"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.488162"], ["updated_at", "2015-04-03 09:42:38.488162"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:42:38.493908"], ["updated_at", "2015-04-03 09:42:38.493908"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7877"], ["description", "I-am-the-goal-description_3565"], ["version", 1], ["created_at", "2015-04-03 09:42:38.501406"], ["updated_at", "2015-04-03 09:42:38.501406"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task7422"], ["description", "I-am-the-task-description_2982"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.505166"], ["updated_at", "2015-04-03 09:42:38.505166"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task3633"], ["description", "I-am-the-task-description_9415"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.509245"], ["updated_at", "2015-04-03 09:42:38.509245"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_888"], ["description", "I-am-the-goal-description_4600"], ["version", 1], ["created_at", "2015-04-03 09:42:38.520584"], ["updated_at", "2015-04-03 09:42:38.520584"], ["tracking", "150403-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task9944"], ["description", "I-am-the-task-description_9764"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.524358"], ["updated_at", "2015-04-03 09:42:38.524358"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task7670"], ["description", "I-am-the-task-description_935"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.528195"], ["updated_at", "2015-04-03 09:42:38.528195"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:42:38.531886"], ["updated_at", "2015-04-03 09:42:38.531886"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"31"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 54ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5493"], ["description", "I-am-the-goal-description_5027"], ["version", 1], ["created_at", "2015-04-03 09:42:38.593138"], ["updated_at", "2015-04-03 09:42:38.593138"], ["tracking", "150403-17"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task8439"], ["description", "I-am-the-task-description_4940"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.598815"], ["updated_at", "2015-04-03 09:42:38.598815"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1042"], ["description", "I-am-the-task-description_3156"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.603201"], ["updated_at", "2015-04-03 09:42:38.603201"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:42:38.608027"], ["updated_at", "2015-04-03 09:42:38.608027"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"34"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7785"], ["description", "I-am-the-goal-description_4251"], ["version", 1], ["created_at", "2015-04-03 09:42:38.619731"], ["updated_at", "2015-04-03 09:42:38.619731"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task8864"], ["description", "I-am-the-task-description_5716"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.624198"], ["updated_at", "2015-04-03 09:42:38.624198"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task8052"], ["description", "I-am-the-task-description_1792"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.628419"], ["updated_at", "2015-04-03 09:42:38.628419"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:42:38.632378"], ["updated_at", "2015-04-03 09:42:38.632378"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6746"], ["description", "I-am-the-goal-description_2338"], ["version", 1], ["created_at", "2015-04-03 09:42:38.660821"], ["updated_at", "2015-04-03 09:42:38.660821"], ["tracking", "150403-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task1096"], ["description", "I-am-the-task-description_8941"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.665498"], ["updated_at", "2015-04-03 09:42:38.665498"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task6934"], ["description", "I-am-the-task-description_7245"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.669884"], ["updated_at", "2015-04-03 09:42:38.669884"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:42:38.674458"], ["updated_at", "2015-04-03 09:42:38.674458"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_312"], ["description", "I-am-the-goal-description_256"], ["version", 1], ["created_at", "2015-04-03 09:42:38.687598"], ["updated_at", "2015-04-03 09:42:38.687598"], ["tracking", "150403-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task6436"], ["description", "I-am-the-task-description_1968"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.691772"], ["updated_at", "2015-04-03 09:42:38.691772"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task7011"], ["description", "I-am-the-task-description_6356"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.696029"], ["updated_at", "2015-04-03 09:42:38.696029"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:42:38.701136"], ["updated_at", "2015-04-03 09:42:38.701136"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6806"], ["description", "I-am-the-goal-description_128"], ["version", 1], ["created_at", "2015-04-03 09:42:38.712874"], ["updated_at", "2015-04-03 09:42:38.712874"], ["tracking", "150403-21"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task977"], ["description", "I-am-the-task-description_3362"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.717707"], ["updated_at", "2015-04-03 09:42:38.717707"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task3668"], ["description", "I-am-the-task-description_5266"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.721559"], ["updated_at", "2015-04-03 09:42:38.721559"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:42:38.725327"], ["updated_at", "2015-04-03 09:42:38.725327"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 09:42:38.730969"], ["id", 46]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8746"], ["description", "I-am-the-goal-description_3705"], ["version", 1], ["created_at", "2015-04-03 09:42:38.736943"], ["updated_at", "2015-04-03 09:42:38.736943"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3826"], ["description", "I-am-the-goal-description_8521"], ["version", 1], ["created_at", "2015-04-03 09:42:38.741894"], ["updated_at", "2015-04-03 09:42:38.741894"], ["tracking", "150403-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task6819"], ["description", "I-am-the-task-description_1629"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.745641"], ["updated_at", "2015-04-03 09:42:38.745641"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8773"], ["description", "I-am-the-goal-description_1593"], ["version", 1], ["created_at", "2015-04-03 09:42:38.750700"], ["updated_at", "2015-04-03 09:42:38.750700"], ["tracking", "150403-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task5037"], ["description", "I-am-the-task-description_1737"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.754584"], ["updated_at", "2015-04-03 09:42:38.754584"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1500"], ["description", "I-am-the-goal-description_1556"], ["version", 1], ["created_at", "2015-04-03 09:42:38.757379"], ["updated_at", "2015-04-03 09:42:38.757379"], ["tracking", "150403-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task5168"], ["description", "I-am-the-task-description_3776"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.761700"], ["updated_at", "2015-04-03 09:42:38.761700"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task3007"], ["description", "I-am-the-task-description_3659"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.765757"], ["updated_at", "2015-04-03 09:42:38.765757"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task203"], ["description", "I-am-the-task-description_1522"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.769969"], ["updated_at", "2015-04-03 09:42:38.769969"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task1402"], ["description", "I-am-the-task-description_6593"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.774106"], ["updated_at", "2015-04-03 09:42:38.774106"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4681"], ["description", "I-am-the-goal-description_5897"], ["version", 1], ["created_at", "2015-04-03 09:42:38.780935"], ["updated_at", "2015-04-03 09:42:38.780935"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9197"], ["description", "I-am-the-goal-description_8434"], ["version", 1], ["created_at", "2015-04-03 09:42:38.785719"], ["updated_at", "2015-04-03 09:42:38.785719"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task3259"], ["description", "I-am-the-task-description_6242"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.789666"], ["updated_at", "2015-04-03 09:42:38.789666"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5132"], ["description", "I-am-the-goal-description_1421"], ["version", 1], ["created_at", "2015-04-03 09:42:38.793492"], ["updated_at", "2015-04-03 09:42:38.793492"], ["tracking", "150403-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task6951"], ["description", "I-am-the-task-description_1986"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.797219"], ["updated_at", "2015-04-03 09:42:38.797219"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6442"], ["description", "I-am-the-goal-description_2670"], ["version", 1], ["created_at", "2015-04-03 09:42:38.800173"], ["updated_at", "2015-04-03 09:42:38.800173"], ["tracking", "150403-29"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task5805"], ["description", "I-am-the-task-description_7142"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.804490"], ["updated_at", "2015-04-03 09:42:38.804490"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task7150"], ["description", "I-am-the-task-description_795"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.808517"], ["updated_at", "2015-04-03 09:42:38.808517"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task6885"], ["description", "I-am-the-task-description_2728"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.812521"], ["updated_at", "2015-04-03 09:42:38.812521"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task1381"], ["description", "I-am-the-task-description_1437"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.816542"], ["updated_at", "2015-04-03 09:42:38.816542"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9302"], ["description", "I-am-the-goal-description_4322"], ["version", 1], ["created_at", "2015-04-03 09:42:38.819921"], ["updated_at", "2015-04-03 09:42:38.819921"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2655"], ["description", "I-am-the-goal-description_8776"], ["version", 1], ["created_at", "2015-04-03 09:42:38.828014"], ["updated_at", "2015-04-03 09:42:38.828014"], ["tracking", "150403-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6534"], ["description", "I-am-the-goal-description_6731"], ["version", 1], ["created_at", "2015-04-03 09:42:38.832524"], ["updated_at", "2015-04-03 09:42:38.832524"], ["tracking", "150403-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task6173"], ["description", "I-am-the-task-description_1867"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.836645"], ["updated_at", "2015-04-03 09:42:38.836645"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8940"], ["description", "I-am-the-goal-description_2743"], ["version", 1], ["created_at", "2015-04-03 09:42:38.840991"], ["updated_at", "2015-04-03 09:42:38.840991"], ["tracking", "150403-33"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task9094"], ["description", "I-am-the-task-description_4922"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.844747"], ["updated_at", "2015-04-03 09:42:38.844747"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2663"], ["description", "I-am-the-goal-description_5901"], ["version", 1], ["created_at", "2015-04-03 09:42:38.847917"], ["updated_at", "2015-04-03 09:42:38.847917"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task2061"], ["description", "I-am-the-task-description_5201"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.852470"], ["updated_at", "2015-04-03 09:42:38.852470"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task4688"], ["description", "I-am-the-task-description_9424"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.856449"], ["updated_at", "2015-04-03 09:42:38.856449"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task6271"], ["description", "I-am-the-task-description_3569"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.860947"], ["updated_at", "2015-04-03 09:42:38.860947"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task2145"], ["description", "I-am-the-task-description_7643"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.865066"], ["updated_at", "2015-04-03 09:42:38.865066"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task2214"], ["description", "I-am-the-task-description_616"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.869252"], ["updated_at", "2015-04-03 09:42:38.869252"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8112"], ["description", "I-am-the-goal-description_1275"], ["version", 1], ["created_at", "2015-04-03 09:42:38.875851"], ["updated_at", "2015-04-03 09:42:38.875851"], ["tracking", "150403-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_687"], ["description", "I-am-the-goal-description_5507"], ["version", 1], ["created_at", "2015-04-03 09:42:38.880531"], ["updated_at", "2015-04-03 09:42:38.880531"], ["tracking", "150403-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task2142"], ["description", "I-am-the-task-description_3889"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.884721"], ["updated_at", "2015-04-03 09:42:38.884721"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2588"], ["description", "I-am-the-goal-description_9263"], ["version", 1], ["created_at", "2015-04-03 09:42:38.888729"], ["updated_at", "2015-04-03 09:42:38.888729"], ["tracking", "150403-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task4718"], ["description", "I-am-the-task-description_1520"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.892456"], ["updated_at", "2015-04-03 09:42:38.892456"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9801"], ["description", "I-am-the-goal-description_6912"], ["version", 1], ["created_at", "2015-04-03 09:42:38.895543"], ["updated_at", "2015-04-03 09:42:38.895543"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task8020"], ["description", "I-am-the-task-description_2182"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.899923"], ["updated_at", "2015-04-03 09:42:38.899923"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task4730"], ["description", "I-am-the-task-description_1986"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.903814"], ["updated_at", "2015-04-03 09:42:38.903814"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task1169"], ["description", "I-am-the-task-description_4582"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.907832"], ["updated_at", "2015-04-03 09:42:38.907832"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task2475"], ["description", "I-am-the-task-description_2826"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.912002"], ["updated_at", "2015-04-03 09:42:38.912002"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task3614"], ["description", "I-am-the-task-description_8454"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.915910"], ["updated_at", "2015-04-03 09:42:38.915910"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4142"], ["description", "I-am-the-goal-description_9192"], ["version", 1], ["created_at", "2015-04-03 09:42:38.922640"], ["updated_at", "2015-04-03 09:42:38.922640"], ["tracking", "150403-39"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task226"], ["description", "I-am-the-task-description_9237"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.926731"], ["updated_at", "2015-04-03 09:42:38.926731"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5838"], ["description", "I-am-the-goal-description_9941"], ["version", 1], ["created_at", "2015-04-03 09:42:38.932898"], ["updated_at", "2015-04-03 09:42:38.932898"], ["tracking", "150403-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task5294"], ["description", "I-am-the-task-description_6984"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.937031"], ["updated_at", "2015-04-03 09:42:38.937031"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3084"], ["description", "I-am-the-goal-description_5888"], ["version", 1], ["created_at", "2015-04-03 09:42:38.942543"], ["updated_at", "2015-04-03 09:42:38.942543"], ["tracking", "150403-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task8601"], ["description", "I-am-the-task-description_8098"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.946515"], ["updated_at", "2015-04-03 09:42:38.946515"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2408"], ["description", "I-am-the-goal-description_6796"], ["version", 1], ["created_at", "2015-04-03 09:42:38.951487"], ["updated_at", "2015-04-03 09:42:38.951487"], ["tracking", "150403-42"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task9371"], ["description", "I-am-the-task-description_3754"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:42:38.955406"], ["updated_at", "2015-04-03 09:42:38.955406"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9659"], ["description", "I-am-the-goal-description_2018"], ["version", 1], ["created_at", "2015-04-03 09:42:38.960192"], ["updated_at", "2015-04-03 09:42:38.960192"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 09:42:38.963237"], ["id", 47]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 09:42:38.965353"], ["id", 47]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_561"], ["description", "I-am-the-goal-description_1687"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6794"], ["description", "I-am-the-goal-description_1988"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9774"], ["description", "I-am-the-goal-description_4077"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5538"], ["description", "I-am-the-goal-description_5005"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7526"], ["description", "I-am-the-goal-description_103"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task6386"], ["description", "I-am-the-task-description_8796"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5231"], ["description", "I-am-the-goal-description_7686"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task7973"], ["description", "I-am-the-task-description_6586"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5716"], ["description", "I-am-the-goal-description_4884"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task6134"], ["description", "I-am-the-task-description_6459"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6759"], ["description", "I-am-the-goal-description_7972"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task8759"], ["description", "I-am-the-task-description_181"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1127"], ["description", "I-am-the-goal-description_2352"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task6602"], ["description", "I-am-the-task-description_4141"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6341"], ["description", "I-am-the-goal-description_8996"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9125"], ["description", "I-am-the-goal-description_9224"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3569"], ["description", "I-am-the-goal-description_4967"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_429"], ["description", "I-am-the-goal-description_5179"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:42:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5021.5ms) Completed 200 OK in 30234ms (Views: 30191.9ms | ActiveRecord: 0.5ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5057"], ["description", "I-am-the-goal-description_9676"], ["version", 1], ["created_at", "2015-04-03 09:43:24.790654"], ["updated_at", "2015-04-03 09:43:24.790654"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task547"], ["description", "I-am-the-task-description_2259"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:24.830940"], ["updated_at", "2015-04-03 09:43:24.830940"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8762"], ["description", "I-am-the-task-description_7193"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:24.836228"], ["updated_at", "2015-04-03 09:43:24.836228"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8653"], ["description", "I-am-the-task-description_1264"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:24.840055"], ["updated_at", "2015-04-03 09:43:24.840055"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:43:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 11:43:24 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 11:43:24 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (6.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (14.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (62.1ms) Completed 200 OK in 164ms (Views: 64.9ms | ActiveRecord: 1.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2895"], ["description", "I-am-the-goal-description_1558"], ["version", 1], ["created_at", "2015-04-03 09:43:25.253214"], ["updated_at", "2015-04-03 09:43:25.253214"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:43:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 11:43:25 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (299.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (305.0ms) Completed 200 OK in 309ms (Views: 307.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:25 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1558", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 09:43:25.952196"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7434"], ["description", "I-am-the-goal-description_5604"], ["version", 1], ["created_at", "2015-04-03 09:43:26.089405"], ["updated_at", "2015-04-03 09:43:26.089405"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:43:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.4ms) Completed 200 OK in 16ms (Views: 13.4ms | ActiveRecord: 1.0ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:26 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:43:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7"], ["description", "I-am-the-goal-description_5471"], ["version", 1], ["created_at", "2015-04-03 09:43:26.518323"], ["updated_at", "2015-04-03 09:43:26.518323"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 11:43:26 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (18.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (19.2ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:26 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_7", "description"=>"I-am-the-goal-description_5471", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 09:43:26.774786"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:43:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_6769"], ["description", "I-am-the-goal-description_2392"], ["version", 1], ["created_at", "2015-04-03 09:43:26.917878"], ["updated_at", "2015-04-03 09:43:26.917878"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 11:43:27 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (21.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (22.2ms) Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:27 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_6769", "description"=>"I-am-the-goal-description_2392", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 09:43:27.193528"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/goals/1 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.8ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8405"], ["description", "I-am-the-goal-description_1725"], ["version", 1], ["created_at", "2015-04-03 09:43:27.434789"], ["updated_at", "2015-04-03 09:43:27.434789"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4363"], ["description", "I-am-the-task-description_9803"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:27.440155"], ["updated_at", "2015-04-03 09:43:27.440155"]]  (1.5ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.8ms) Completed 200 OK in 21ms (Views: 16.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:43:27 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (10.8ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (37.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (69.2ms) Completed 200 OK in 78ms (Views: 72.5ms | ActiveRecord: 1.6ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 11:43:27 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 09:43:27.860186"], ["created_at", "2015-04-03 09:43:27.861085"], ["updated_at", "2015-04-03 09:43:27.861085"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 09:43:27.864187"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/tasks/1 Completed 302 Found in 13ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:43:27 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.1ms) Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 0.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8517"], ["description", "I-am-the-goal-description_4859"], ["version", 1], ["created_at", "2015-04-03 09:43:27.995837"], ["updated_at", "2015-04-03 09:43:27.995837"], ["tracking", "150403-1"]]  (3.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:43:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.8ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:43:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 11:43:28 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (130.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (137.5ms) Completed 200 OK in 143ms (Views: 141.1ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:28 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 09:43:28.503157"], ["updated_at", "2015-04-03 09:43:28.503157"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:43:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.6ms) Completed 200 OK in 25ms (Views: 20.6ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7534"], ["description", "I-am-the-goal-description_6816"], ["version", 1], ["created_at", "2015-04-03 09:43:28.650382"], ["updated_at", "2015-04-03 09:43:28.650382"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7633"], ["description", "I-am-the-task-description_7411"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:28.654760"], ["updated_at", "2015-04-03 09:43:28.654760"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:43:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.7ms) Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2785"], ["description", "I-am-the-goal-description_8031"], ["version", 1], ["created_at", "2015-04-03 09:43:29.052708"], ["updated_at", "2015-04-03 09:43:29.052708"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8591"], ["description", "I-am-the-task-description_5998"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:29.057156"], ["updated_at", "2015-04-03 09:43:29.057156"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:43:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.0ms) Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 11:43:29 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (109.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (113.7ms) Completed 200 OK in 120ms (Views: 117.1ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:43:29 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5998", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 09:43:29.546805"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:43:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (2.0ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.3ms) Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9441"], ["description", "I-am-the-goal-description_9751"], ["version", 1], ["created_at", "2015-04-03 09:43:29.695635"], ["updated_at", "2015-04-03 09:43:29.695635"], ["tracking", "150403-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4772"], ["description", "I-am-the-task-description_5226"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:29.703433"], ["updated_at", "2015-04-03 09:43:29.703433"]]  (1.3ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:43:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.2ms) Completed 200 OK in 20ms (Views: 16.8ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:43:29 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.9ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2214"], ["description", "I-am-the-goal-description_6731"], ["version", 1], ["created_at", "2015-04-03 09:43:30.091193"], ["updated_at", "2015-04-03 09:43:30.091193"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1102"], ["description", "I-am-the-task-description_4387"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:30.096227"], ["updated_at", "2015-04-03 09:43:30.096227"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 11:43:30 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction 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-03 09:43:30.237312"], ["task_id", 1], ["created_at", "2015-04-03 09:43:30.238627"], ["updated_at", "2015-04-03 09:43:30.238627"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:43:30.240638"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8393"], ["description", "I-am-the-goal-description_5622"], ["version", 1], ["created_at", "2015-04-03 09:43:30.389599"], ["updated_at", "2015-04-03 09:43:30.389599"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4739"], ["description", "I-am-the-task-description_8543"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:30.393628"], ["updated_at", "2015-04-03 09:43:30.393628"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 11:43:30 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 09:43:30.526647"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52950/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 69ms (Views: 6.5ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6632"], ["description", "I-am-the-goal-description_2375"], ["version", 1], ["created_at", "2015-04-03 09:43:30.705337"], ["updated_at", "2015-04-03 09:43:30.705337"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9207"], ["description", "I-am-the-task-description_6738"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:30.712748"], ["updated_at", "2015-04-03 09:43:30.712748"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7613"], ["description", "I-am-the-goal-description_9383"], ["version", 1], ["created_at", "2015-04-03 09:43:30.717287"], ["updated_at", "2015-04-03 09:43:30.717287"], ["tracking", "150403-2"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task1407"], ["description", "I-am-the-task-description_4844"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:30.722478"], ["updated_at", "2015-04-03 09:43:30.722478"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_199"], ["description", "I-am-the-goal-description_4633"], ["version", 1], ["created_at", "2015-04-03 09:43:30.726964"], ["updated_at", "2015-04-03 09:43:30.726964"], ["tracking", "150403-3"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task9613"], ["description", "I-am-the-task-description_9636"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:30.734420"], ["updated_at", "2015-04-03 09:43:30.734420"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.8ms) Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 11:43:30 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (5.5ms) Completed 200 OK in 70ms (Views: 5.3ms | ActiveRecord: 0.6ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8500"], ["description", "I-am-the-goal-description_481"], ["version", 1], ["created_at", "2015-04-03 09:43:31.011098"], ["updated_at", "2015-04-03 09:43:31.011098"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3395"], ["description", "I-am-the-task-description_402"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:31.016365"], ["updated_at", "2015-04-03 09:43:31.016365"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7546"], ["description", "I-am-the-goal-description_2882"], ["version", 1], ["created_at", "2015-04-03 09:43:31.021557"], ["updated_at", "2015-04-03 09:43:31.021557"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task5756"], ["description", "I-am-the-task-description_4134"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:31.025523"], ["updated_at", "2015-04-03 09:43:31.025523"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6698"], ["description", "I-am-the-goal-description_1127"], ["version", 1], ["created_at", "2015-04-03 09:43:31.029026"], ["updated_at", "2015-04-03 09:43:31.029026"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task3225"], ["description", "I-am-the-task-description_409"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:31.033041"], ["updated_at", "2015-04-03 09:43:31.033041"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.2ms) Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 1.1ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 11:43:31 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (1.0ms) Completed 200 OK in 9ms (Views: 0.7ms | ActiveRecord: 1.1ms)  (3.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7943"], ["description", "I-am-the-goal-description_1864"], ["version", 1], ["created_at", "2015-04-03 09:43:31.303678"], ["updated_at", "2015-04-03 09:43:31.303678"], ["tracking", "150403-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8967"], ["description", "I-am-the-task-description_2391"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:31.312302"], ["updated_at", "2015-04-03 09:43:31.312302"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3363"], ["description", "I-am-the-goal-description_4233"], ["version", 1], ["created_at", "2015-04-03 09:43:31.316346"], ["updated_at", "2015-04-03 09:43:31.316346"], ["tracking", "150403-2"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task9272"], ["description", "I-am-the-task-description_2049"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:31.322356"], ["updated_at", "2015-04-03 09:43:31.322356"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2709"], ["description", "I-am-the-goal-description_8030"], ["version", 1], ["created_at", "2015-04-03 09:43:31.326251"], ["updated_at", "2015-04-03 09:43:31.326251"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task8982"], ["description", "I-am-the-task-description_7429"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:43:31.329853"], ["updated_at", "2015-04-03 09:43:31.329853"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:43:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.3ms) Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 11:43:31 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.6ms) Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.4ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_887"], ["description", "I-am-the-goal-description_1733"], ["version", 1], ["created_at", "2015-04-03 09:45:03.798751"], ["updated_at", "2015-04-03 09:45:03.798751"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8718"], ["description", "I-am-the-goal-description_4842"], ["version", 1], ["created_at", "2015-04-03 09:45:03.810656"], ["updated_at", "2015-04-03 09:45:03.810656"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 62ms (Views: 56.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6584"], ["description", "I-am-the-goal-description_2127"], ["version", 1], ["created_at", "2015-04-03 09:45:03.964061"], ["updated_at", "2015-04-03 09:45:03.964061"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3983"], ["description", "I-am-the-goal-description_4293"], ["version", 1], ["created_at", "2015-04-03 09:45:03.968517"], ["updated_at", "2015-04-03 09:45:03.968517"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1897"], ["description", "I-am-the-goal-description_6430"], ["version", 1], ["created_at", "2015-04-03 09:45:03.993356"], ["updated_at", "2015-04-03 09:45:03.993356"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1715"], ["description", "I-am-the-goal-description_3036"], ["version", 1], ["created_at", "2015-04-03 09:45:03.997320"], ["updated_at", "2015-04-03 09:45:03.997320"], ["tracking", "150403-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8255"], ["description", "I-am-the-goal-description_3273"], ["version", 1], ["created_at", "2015-04-03 09:45:04.026364"], ["updated_at", "2015-04-03 09:45:04.026364"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task8272"], ["description", "I-am-the-task-description_4539"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.039500"], ["updated_at", "2015-04-03 09:45:04.039500"]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 09:45:04.055167"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 09:45:04.056643"], ["updated_at", "2015-04-03 09:45:04.056643"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 09:45:04.058709"], ["id", 1]]  (1.4ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 09:45:04 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 09:45:04 UTC", "updated_at"=>"2015-04-03 09:45:04 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.6ms) 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-03 09:45:04.079437"], ["created_at", "2015-04-03 09:45:04.080093"], ["updated_at", "2015-04-03 09:45:04.080093"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (2.5ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 27ms (ActiveRecord: 3.8ms)  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_999"], ["description", "I-am-the-goal-description_1647"], ["version", 1], ["created_at", "2015-04-03 09:45:04.192677"], ["updated_at", "2015-04-03 09:45:04.192677"], ["tracking", "150403-4"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task3463"], ["description", "I-am-the-task-description_7469"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.200500"], ["updated_at", "2015-04-03 09:45:04.200500"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task8459"], ["description", "I-am-the-task-description_2904"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.209136"], ["updated_at", "2015-04-03 09:45:04.209136"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (1.0ms) 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-03 09:45:04.220927"], ["task_id", 2], ["created_at", "2015-04-03 09:45:04.223361"], ["updated_at", "2015-04-03 09:45:04.223361"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:45:04.227367"], ["id", 2]]  (1.3ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 16ms (ActiveRecord: 3.1ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3448"], ["description", "I-am-the-goal-description_1836"], ["version", 1], ["created_at", "2015-04-03 09:45:04.237713"], ["updated_at", "2015-04-03 09:45:04.237713"], ["tracking", "150403-5"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task4639"], ["description", "I-am-the-task-description_7783"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.248368"], ["updated_at", "2015-04-03 09:45:04.248368"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task8700"], ["description", "I-am-the-task-description_2161"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.254972"], ["updated_at", "2015-04-03 09:45:04.254972"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 09:45:04.265558"], ["task_id", 4], ["created_at", "2015-04-03 09:45:04.267493"], ["updated_at", "2015-04-03 09:45:04.267493"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:45:04.269646"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9191"], ["description", "I-am-the-goal-description_1296"], ["version", 1], ["created_at", "2015-04-03 09:45:04.281454"], ["updated_at", "2015-04-03 09:45:04.281454"], ["tracking", "150403-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task5792"], ["description", "I-am-the-task-description_3512"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.287191"], ["updated_at", "2015-04-03 09:45:04.287191"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task1968"], ["description", "I-am-the-task-description_926"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.294236"], ["updated_at", "2015-04-03 09:45:04.294236"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 09:45:04.304378"], ["task_id", 6], ["created_at", "2015-04-03 09:45:04.307078"], ["updated_at", "2015-04-03 09:45:04.307078"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:45:04.308864"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5795"], ["description", "I-am-the-goal-description_4456"], ["version", 1], ["created_at", "2015-04-03 09:45:04.316988"], ["updated_at", "2015-04-03 09:45:04.316988"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task5337"], ["description", "I-am-the-task-description_6336"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.321482"], ["updated_at", "2015-04-03 09:45:04.321482"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task4925"], ["description", "I-am-the-task-description_9947"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.330856"], ["updated_at", "2015-04-03 09:45:04.330856"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.6ms) 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-03 09:45:04.338706"], ["task_id", 8], ["created_at", "2015-04-03 09:45:04.341896"], ["updated_at", "2015-04-03 09:45:04.341896"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:45:04.345613"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6547"], ["description", "I-am-the-goal-description_8472"], ["version", 1], ["created_at", "2015-04-03 09:45:04.353859"], ["updated_at", "2015-04-03 09:45:04.353859"], ["tracking", "150403-8"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task6840"], ["description", "I-am-the-task-description_4642"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.361406"], ["updated_at", "2015-04-03 09:45:04.361406"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task9962"], ["description", "I-am-the-task-description_8122"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.366941"], ["updated_at", "2015-04-03 09:45:04.366941"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 12ms (Views: 4.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8365"], ["description", "I-am-the-goal-description_869"], ["version", 1], ["created_at", "2015-04-03 09:45:04.387102"], ["updated_at", "2015-04-03 09:45:04.387102"], ["tracking", "150403-9"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task1499"], ["description", "I-am-the-task-description_3645"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.394592"], ["updated_at", "2015-04-03 09:45:04.394592"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task3593"], ["description", "I-am-the-task-description_5915"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.400393"], ["updated_at", "2015-04-03 09:45:04.400393"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"12"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 12]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.5ms) Completed 200 OK in 10ms (Views: 4.4ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_503"], ["description", "I-am-the-goal-description_6510"], ["version", 1], ["created_at", "2015-04-03 09:45:04.418557"], ["updated_at", "2015-04-03 09:45:04.418557"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task4613"], ["description", "I-am-the-task-description_317"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.423179"], ["updated_at", "2015-04-03 09:45:04.423179"]]  (1.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task8839"], ["description", "I-am-the-task-description_1294"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.430924"], ["updated_at", "2015-04-03 09:45:04.430924"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"14"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.5ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.0ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3402"], ["description", "I-am-the-goal-description_7697"], ["version", 1], ["created_at", "2015-04-03 09:45:04.448639"], ["updated_at", "2015-04-03 09:45:04.448639"], ["tracking", "150403-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task5733"], ["description", "I-am-the-task-description_3134"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.453501"], ["updated_at", "2015-04-03 09:45:04.453501"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task3836"], ["description", "I-am-the-task-description_6638"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.459930"], ["updated_at", "2015-04-03 09:45:04.459930"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"16"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 16]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.2ms)  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5853"], ["description", "I-am-the-goal-description_6210"], ["version", 1], ["created_at", "2015-04-03 09:45:04.479472"], ["updated_at", "2015-04-03 09:45:04.479472"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task4944"], ["description", "I-am-the-task-description_6996"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.484885"], ["updated_at", "2015-04-03 09:45:04.484885"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task8106"], ["description", "I-am-the-task-description_8549"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:04.489689"], ["updated_at", "2015-04-03 09:45:04.489689"]]  (1.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"16", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:45:04.505601"], ["updated_at", "2015-04-03 09:45:04.505601"]]  (1.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/20 Completed 302 Found in 4042ms (ActiveRecord: 2.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (2.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3679"], ["description", "I-am-the-goal-description_8921"], ["version", 1], ["created_at", "2015-04-03 09:45:08.550306"], ["updated_at", "2015-04-03 09:45:08.550306"], ["tracking", "150403-13"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task460"], ["description", "I-am-the-task-description_6009"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.560358"], ["updated_at", "2015-04-03 09:45:08.560358"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task482"], ["description", "I-am-the-task-description_7079"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.565559"], ["updated_at", "2015-04-03 09:45:08.565559"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"17", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:45:08.577050"], ["updated_at", "2015-04-03 09:45:08.577050"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/23 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2029"], ["description", "I-am-the-goal-description_7632"], ["version", 1], ["created_at", "2015-04-03 09:45:08.589920"], ["updated_at", "2015-04-03 09:45:08.589920"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task1441"], ["description", "I-am-the-task-description_2425"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.594858"], ["updated_at", "2015-04-03 09:45:08.594858"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task1301"], ["description", "I-am-the-task-description_6642"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.599291"], ["updated_at", "2015-04-03 09:45:08.599291"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:45:08.606000"], ["updated_at", "2015-04-03 09:45:08.606000"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/26 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4067"], ["description", "I-am-the-goal-description_1815"], ["version", 1], ["created_at", "2015-04-03 09:45:08.614839"], ["updated_at", "2015-04-03 09:45:08.614839"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task5137"], ["description", "I-am-the-task-description_6287"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.621462"], ["updated_at", "2015-04-03 09:45:08.621462"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task3862"], ["description", "I-am-the-task-description_1206"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.627990"], ["updated_at", "2015-04-03 09:45:08.627990"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.2ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 1.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2345"], ["description", "I-am-the-goal-description_6713"], ["version", 1], ["created_at", "2015-04-03 09:45:08.646548"], ["updated_at", "2015-04-03 09:45:08.646548"], ["tracking", "150403-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task5943"], ["description", "I-am-the-task-description_5354"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.651090"], ["updated_at", "2015-04-03 09:45:08.651090"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task2652"], ["description", "I-am-the-task-description_2582"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.655374"], ["updated_at", "2015-04-03 09:45:08.655374"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:45:08.659859"], ["updated_at", "2015-04-03 09:45:08.659859"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"31"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 31]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.8ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6606"], ["description", "I-am-the-goal-description_5646"], ["version", 1], ["created_at", "2015-04-03 09:45:08.677095"], ["updated_at", "2015-04-03 09:45:08.677095"], ["tracking", "150403-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task2014"], ["description", "I-am-the-task-description_9596"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.683513"], ["updated_at", "2015-04-03 09:45:08.683513"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1881"], ["description", "I-am-the-task-description_818"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.687522"], ["updated_at", "2015-04-03 09:45:08.687522"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:45:08.691675"], ["updated_at", "2015-04-03 09:45:08.691675"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"34"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 34]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3924"], ["description", "I-am-the-goal-description_1345"], ["version", 1], ["created_at", "2015-04-03 09:45:08.704515"], ["updated_at", "2015-04-03 09:45:08.704515"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task1653"], ["description", "I-am-the-task-description_6990"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.709059"], ["updated_at", "2015-04-03 09:45:08.709059"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task6061"], ["description", "I-am-the-task-description_7991"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.713997"], ["updated_at", "2015-04-03 09:45:08.713997"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:45:08.719659"], ["updated_at", "2015-04-03 09:45:08.719659"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"37"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 37]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1293"], ["description", "I-am-the-goal-description_1391"], ["version", 1], ["created_at", "2015-04-03 09:45:08.754850"], ["updated_at", "2015-04-03 09:45:08.754850"], ["tracking", "150403-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task7422"], ["description", "I-am-the-task-description_1942"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.759727"], ["updated_at", "2015-04-03 09:45:08.759727"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task4951"], ["description", "I-am-the-task-description_1593"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.764330"], ["updated_at", "2015-04-03 09:45:08.764330"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:45:08.768847"], ["updated_at", "2015-04-03 09:45:08.768847"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"40"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 40]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 40]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 40]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7258"], ["description", "I-am-the-goal-description_8332"], ["version", 1], ["created_at", "2015-04-03 09:45:08.784458"], ["updated_at", "2015-04-03 09:45:08.784458"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task331"], ["description", "I-am-the-task-description_8395"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.789157"], ["updated_at", "2015-04-03 09:45:08.789157"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task2608"], ["description", "I-am-the-task-description_82"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.793186"], ["updated_at", "2015-04-03 09:45:08.793186"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:45:08.796738"], ["updated_at", "2015-04-03 09:45:08.796738"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 43]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 43]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2306"], ["description", "I-am-the-goal-description_4836"], ["version", 1], ["created_at", "2015-04-03 09:45:08.808989"], ["updated_at", "2015-04-03 09:45:08.808989"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task7428"], ["description", "I-am-the-task-description_7150"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.813021"], ["updated_at", "2015-04-03 09:45:08.813021"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task9259"], ["description", "I-am-the-task-description_2441"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.817188"], ["updated_at", "2015-04-03 09:45:08.817188"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 09:45:08.821011"], ["updated_at", "2015-04-03 09:45:08.821011"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 09:45:08.827378"], ["id", 46]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_42"], ["description", "I-am-the-goal-description_6463"], ["version", 1], ["created_at", "2015-04-03 09:45:08.833726"], ["updated_at", "2015-04-03 09:45:08.833726"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7051"], ["description", "I-am-the-goal-description_3665"], ["version", 1], ["created_at", "2015-04-03 09:45:08.838702"], ["updated_at", "2015-04-03 09:45:08.838702"], ["tracking", "150403-23"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task1577"], ["description", "I-am-the-task-description_1781"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.843063"], ["updated_at", "2015-04-03 09:45:08.843063"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_170"], ["description", "I-am-the-goal-description_3835"], ["version", 1], ["created_at", "2015-04-03 09:45:08.847900"], ["updated_at", "2015-04-03 09:45:08.847900"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task3688"], ["description", "I-am-the-task-description_9937"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.851950"], ["updated_at", "2015-04-03 09:45:08.851950"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6075"], ["description", "I-am-the-goal-description_3650"], ["version", 1], ["created_at", "2015-04-03 09:45:08.855005"], ["updated_at", "2015-04-03 09:45:08.855005"], ["tracking", "150403-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task2334"], ["description", "I-am-the-task-description_1342"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.859435"], ["updated_at", "2015-04-03 09:45:08.859435"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task1296"], ["description", "I-am-the-task-description_9956"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.863827"], ["updated_at", "2015-04-03 09:45:08.863827"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task4731"], ["description", "I-am-the-task-description_7065"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.868190"], ["updated_at", "2015-04-03 09:45:08.868190"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task8721"], ["description", "I-am-the-task-description_1628"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.872421"], ["updated_at", "2015-04-03 09:45:08.872421"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 26 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2124"], ["description", "I-am-the-goal-description_6329"], ["version", 1], ["created_at", "2015-04-03 09:45:08.879647"], ["updated_at", "2015-04-03 09:45:08.879647"], ["tracking", "150403-26"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7939"], ["description", "I-am-the-goal-description_3543"], ["version", 1], ["created_at", "2015-04-03 09:45:08.884857"], ["updated_at", "2015-04-03 09:45:08.884857"], ["tracking", "150403-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task745"], ["description", "I-am-the-task-description_4070"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.889611"], ["updated_at", "2015-04-03 09:45:08.889611"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3127"], ["description", "I-am-the-goal-description_9196"], ["version", 1], ["created_at", "2015-04-03 09:45:08.893795"], ["updated_at", "2015-04-03 09:45:08.893795"], ["tracking", "150403-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task3414"], ["description", "I-am-the-task-description_1141"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.897620"], ["updated_at", "2015-04-03 09:45:08.897620"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1386"], ["description", "I-am-the-goal-description_7241"], ["version", 1], ["created_at", "2015-04-03 09:45:08.901381"], ["updated_at", "2015-04-03 09:45:08.901381"], ["tracking", "150403-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task4680"], ["description", "I-am-the-task-description_2822"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.905846"], ["updated_at", "2015-04-03 09:45:08.905846"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task7230"], ["description", "I-am-the-task-description_3765"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.910311"], ["updated_at", "2015-04-03 09:45:08.910311"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task2245"], ["description", "I-am-the-task-description_5127"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.915166"], ["updated_at", "2015-04-03 09:45:08.915166"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task4650"], ["description", "I-am-the-task-description_6221"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.919764"], ["updated_at", "2015-04-03 09:45:08.919764"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2550"], ["description", "I-am-the-goal-description_8139"], ["version", 1], ["created_at", "2015-04-03 09:45:08.923642"], ["updated_at", "2015-04-03 09:45:08.923642"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 34 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5591"], ["description", "I-am-the-goal-description_8908"], ["version", 1], ["created_at", "2015-04-03 09:45:08.930819"], ["updated_at", "2015-04-03 09:45:08.930819"], ["tracking", "150403-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7942"], ["description", "I-am-the-goal-description_9281"], ["version", 1], ["created_at", "2015-04-03 09:45:08.936252"], ["updated_at", "2015-04-03 09:45:08.936252"], ["tracking", "150403-32"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task2239"], ["description", "I-am-the-task-description_9827"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.940129"], ["updated_at", "2015-04-03 09:45:08.940129"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6210"], ["description", "I-am-the-goal-description_7177"], ["version", 1], ["created_at", "2015-04-03 09:45:08.944875"], ["updated_at", "2015-04-03 09:45:08.944875"], ["tracking", "150403-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task1519"], ["description", "I-am-the-task-description_8966"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.949290"], ["updated_at", "2015-04-03 09:45:08.949290"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4200"], ["description", "I-am-the-goal-description_1329"], ["version", 1], ["created_at", "2015-04-03 09:45:08.952378"], ["updated_at", "2015-04-03 09:45:08.952378"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task1717"], ["description", "I-am-the-task-description_4794"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.956937"], ["updated_at", "2015-04-03 09:45:08.956937"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task4811"], ["description", "I-am-the-task-description_5085"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.961746"], ["updated_at", "2015-04-03 09:45:08.961746"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task3086"], ["description", "I-am-the-task-description_3176"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:08.966477"], ["updated_at", "2015-04-03 09:45:08.966477"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task9812"], ["description", "I-am-the-task-description_5659"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.028820"], ["updated_at", "2015-04-03 09:45:09.028820"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task6170"], ["description", "I-am-the-task-description_40"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.033705"], ["updated_at", "2015-04-03 09:45:09.033705"]]  (0.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7820"], ["description", "I-am-the-goal-description_5332"], ["version", 1], ["created_at", "2015-04-03 09:45:09.042202"], ["updated_at", "2015-04-03 09:45:09.042202"], ["tracking", "150403-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2680"], ["description", "I-am-the-goal-description_5572"], ["version", 1], ["created_at", "2015-04-03 09:45:09.047470"], ["updated_at", "2015-04-03 09:45:09.047470"], ["tracking", "150403-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task1107"], ["description", "I-am-the-task-description_559"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.051802"], ["updated_at", "2015-04-03 09:45:09.051802"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5883"], ["description", "I-am-the-goal-description_6458"], ["version", 1], ["created_at", "2015-04-03 09:45:09.057071"], ["updated_at", "2015-04-03 09:45:09.057071"], ["tracking", "150403-37"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task2049"], ["description", "I-am-the-task-description_7751"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.065718"], ["updated_at", "2015-04-03 09:45:09.065718"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1514"], ["description", "I-am-the-goal-description_3316"], ["version", 1], ["created_at", "2015-04-03 09:45:09.071194"], ["updated_at", "2015-04-03 09:45:09.071194"], ["tracking", "150403-38"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task2297"], ["description", "I-am-the-task-description_8783"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.079583"], ["updated_at", "2015-04-03 09:45:09.079583"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task9374"], ["description", "I-am-the-task-description_2209"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.085546"], ["updated_at", "2015-04-03 09:45:09.085546"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task6741"], ["description", "I-am-the-task-description_6402"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.094663"], ["updated_at", "2015-04-03 09:45:09.094663"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task3097"], ["description", "I-am-the-task-description_8722"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.102046"], ["updated_at", "2015-04-03 09:45:09.102046"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task9735"], ["description", "I-am-the-task-description_8133"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.106933"], ["updated_at", "2015-04-03 09:45:09.106933"]]  (1.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5502"], ["description", "I-am-the-goal-description_3924"], ["version", 1], ["created_at", "2015-04-03 09:45:09.116235"], ["updated_at", "2015-04-03 09:45:09.116235"], ["tracking", "150403-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 43], ["title", "I-am-a-task6643"], ["description", "I-am-the-task-description_1180"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.120791"], ["updated_at", "2015-04-03 09:45:09.120791"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9024"], ["description", "I-am-the-goal-description_8714"], ["version", 1], ["created_at", "2015-04-03 09:45:09.126910"], ["updated_at", "2015-04-03 09:45:09.126910"], ["tracking", "150403-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task4874"], ["description", "I-am-the-task-description_1304"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.131360"], ["updated_at", "2015-04-03 09:45:09.131360"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1774"], ["description", "I-am-the-goal-description_735"], ["version", 1], ["created_at", "2015-04-03 09:45:09.137438"], ["updated_at", "2015-04-03 09:45:09.137438"], ["tracking", "150403-41"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task1"], ["description", "I-am-the-task-description_1280"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.141352"], ["updated_at", "2015-04-03 09:45:09.141352"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4011"], ["description", "I-am-the-goal-description_4976"], ["version", 1], ["created_at", "2015-04-03 09:45:09.149992"], ["updated_at", "2015-04-03 09:45:09.149992"], ["tracking", "150403-42"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task5764"], ["description", "I-am-the-task-description_829"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 09:45:09.154535"], ["updated_at", "2015-04-03 09:45:09.154535"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7910"], ["description", "I-am-the-goal-description_2502"], ["version", 1], ["created_at", "2015-04-03 09:45:09.160600"], ["updated_at", "2015-04-03 09:45:09.160600"], ["tracking", "150403-43"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 09:45:09.167878"], ["id", 47]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 09:45:09.172356"], ["id", 47]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4609"], ["description", "I-am-the-goal-description_7010"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5419"], ["description", "I-am-the-goal-description_3079"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9237"], ["description", "I-am-the-goal-description_5999"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_854"], ["description", "I-am-the-goal-description_6625"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4612"], ["description", "I-am-the-goal-description_4648"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task4478"], ["description", "I-am-the-task-description_1606"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5053"], ["description", "I-am-the-goal-description_6086"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task7200"], ["description", "I-am-the-task-description_2074"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 78], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 78]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 78]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4674"], ["description", "I-am-the-goal-description_6960"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task2660"], ["description", "I-am-the-task-description_3629"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 79], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 79]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 79]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4281"], ["description", "I-am-the-goal-description_797"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task8144"], ["description", "I-am-the-task-description_3333"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 80], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 80]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 80]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4780"], ["description", "I-am-the-goal-description_8999"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 56], ["title", "I-am-a-task5970"], ["description", "I-am-the-task-description_318"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3928"], ["description", "I-am-the-goal-description_789"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5654"], ["description", "I-am-the-goal-description_461"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3099"], ["description", "I-am-the-goal-description_5680"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7693"], ["description", "I-am-the-goal-description_3993"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:45:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (9.1ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4609.7ms) Completed 200 OK in 14331ms (Views: 14296.9ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 11:45:37 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 11:45:37 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 11:45:37 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (282.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (288.2ms) Completed 200 OK in 299ms (Views: 291.6ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:45:38 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-03 09:45:38.307841"], ["updated_at", "2015-04-03 09:45:38.307841"], ["tracking", "150403-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/goals/1 Completed 302 Found in 16ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (25.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (126.9ms) Completed 200 OK in 148ms (Views: 129.6ms | ActiveRecord: 1.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2522"], ["description", "I-am-the-goal-description_2256"], ["version", 1], ["created_at", "2015-04-03 09:45:38.605852"], ["updated_at", "2015-04-03 09:45:38.605852"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8809"], ["description", "I-am-the-task-description_8151"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:38.613486"], ["updated_at", "2015-04-03 09:45:38.613486"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5341"], ["description", "I-am-the-task-description_6394"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:38.617934"], ["updated_at", "2015-04-03 09:45:38.617934"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6642"], ["description", "I-am-the-task-description_8726"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:38.621692"], ["updated_at", "2015-04-03 09:45:38.621692"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:45:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_691"], ["description", "I-am-the-goal-description_5675"], ["version", 1], ["created_at", "2015-04-03 09:45:38.910622"], ["updated_at", "2015-04-03 09:45:38.910622"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:45:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 11:45:39 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (23.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (80.9ms) Completed 200 OK in 84ms (Views: 83.5ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:39 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5675", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 09:45:39.304826"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_425"], ["description", "I-am-the-goal-description_2437"], ["version", 1], ["created_at", "2015-04-03 09:45:39.447451"], ["updated_at", "2015-04-03 09:45:39.447451"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:45:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:39 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:45:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.1ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_364"], ["description", "I-am-the-goal-description_3631"], ["version", 1], ["created_at", "2015-04-03 09:45:39.903047"], ["updated_at", "2015-04-03 09:45:39.903047"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 11:45:40 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (18.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (19.1ms) Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:40 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_364", "description"=>"I-am-the-goal-description_3631", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 09:45:40.167146"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:45:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_132"], ["description", "I-am-the-goal-description_517"], ["version", 1], ["created_at", "2015-04-03 09:45:40.311736"], ["updated_at", "2015-04-03 09:45:40.311736"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 11:45:40 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (69.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (69.4ms) Completed 200 OK in 71ms (Views: 70.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:40 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_132", "description"=>"I-am-the-goal-description_517", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 09:45:40.681415"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4979"], ["description", "I-am-the-goal-description_3987"], ["version", 1], ["created_at", "2015-04-03 09:45:40.819890"], ["updated_at", "2015-04-03 09:45:40.819890"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5921"], ["description", "I-am-the-task-description_6027"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:40.823715"], ["updated_at", "2015-04-03 09:45:40.823715"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Completed 200 OK in 18ms (Views: 13.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:45:40 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.6ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (87.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (112.6ms) Completed 200 OK in 118ms (Views: 114.9ms | ActiveRecord: 0.8ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 11:45:41 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 09:45:41.206368"], ["created_at", "2015-04-03 09:45:41.207139"], ["updated_at", "2015-04-03 09:45:41.207139"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 09:45:41.209546"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:45:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.2ms) Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3951"], ["description", "I-am-the-goal-description_6900"], ["version", 1], ["created_at", "2015-04-03 09:45:41.342941"], ["updated_at", "2015-04-03 09:45:41.342941"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 11:45:41 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 11:45:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 11:45:41 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (105.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (110.5ms) Completed 200 OK in 114ms (Views: 113.2ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:41 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 09:45:41.889111"], ["updated_at", "2015-04-03 09:45:41.889111"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:45:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.4ms) Completed 200 OK in 19ms (Views: 15.1ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1917"], ["description", "I-am-the-goal-description_9389"], ["version", 1], ["created_at", "2015-04-03 09:45:42.035376"], ["updated_at", "2015-04-03 09:45:42.035376"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2216"], ["description", "I-am-the-task-description_2702"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:42.041560"], ["updated_at", "2015-04-03 09:45:42.041560"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:45:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (57.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (71.5ms) Completed 200 OK in 75ms (Views: 72.1ms | ActiveRecord: 0.5ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_542"], ["description", "I-am-the-goal-description_4059"], ["version", 1], ["created_at", "2015-04-03 09:45:42.421556"], ["updated_at", "2015-04-03 09:45:42.421556"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6008"], ["description", "I-am-the-task-description_4980"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:42.425896"], ["updated_at", "2015-04-03 09:45:42.425896"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:45:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.5ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.7ms) Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 11:45:42 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (137.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (140.8ms) Completed 200 OK in 145ms (Views: 143.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:45:42 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_4980", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 09:45:42.895152"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:45:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.5ms) Completed 200 OK in 21ms (Views: 17.4ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6651"], ["description", "I-am-the-goal-description_6212"], ["version", 1], ["created_at", "2015-04-03 09:45:43.035547"], ["updated_at", "2015-04-03 09:45:43.035547"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6104"], ["description", "I-am-the-task-description_762"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:43.041240"], ["updated_at", "2015-04-03 09:45:43.041240"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.7ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.0ms) Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.9ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8485"], ["description", "I-am-the-goal-description_3899"], ["version", 1], ["created_at", "2015-04-03 09:45:43.490778"], ["updated_at", "2015-04-03 09:45:43.490778"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2630"], ["description", "I-am-the-task-description_1855"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:43.494986"], ["updated_at", "2015-04-03 09:45:43.494986"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 09:45:43.629071"], ["task_id", 1], ["created_at", "2015-04-03 09:45:43.630350"], ["updated_at", "2015-04-03 09:45:43.630350"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 09:45:43.631931"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.1ms) Completed 200 OK in 7ms (Views: 4.5ms | ActiveRecord: 0.3ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7898"], ["description", "I-am-the-goal-description_8074"], ["version", 1], ["created_at", "2015-04-03 09:45:43.772562"], ["updated_at", "2015-04-03 09:45:43.772562"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7762"], ["description", "I-am-the-task-description_8066"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:43.778269"], ["updated_at", "2015-04-03 09:45:43.778269"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 09:45:43.906309"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52999/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 11:45:43 +0200  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2739"], ["description", "I-am-the-goal-description_828"], ["version", 1], ["created_at", "2015-04-03 09:45:44.045907"], ["updated_at", "2015-04-03 09:45:44.045907"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4281"], ["description", "I-am-the-task-description_2058"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:44.049952"], ["updated_at", "2015-04-03 09:45:44.049952"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3859"], ["description", "I-am-the-goal-description_6229"], ["version", 1], ["created_at", "2015-04-03 09:45:44.053750"], ["updated_at", "2015-04-03 09:45:44.053750"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task4837"], ["description", "I-am-the-task-description_7969"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:44.057228"], ["updated_at", "2015-04-03 09:45:44.057228"]]  (1.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2807"], ["description", "I-am-the-goal-description_9100"], ["version", 1], ["created_at", "2015-04-03 09:45:44.061962"], ["updated_at", "2015-04-03 09:45:44.061962"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task7929"], ["description", "I-am-the-task-description_3512"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:44.066069"], ["updated_at", "2015-04-03 09:45:44.066069"]]  (1.3ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 11:45:44 +0200 Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 11:45:44 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.8ms) Completed 200 OK in 59ms (Views: 3.6ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1363"], ["description", "I-am-the-goal-description_1788"], ["version", 1], ["created_at", "2015-04-03 09:45:44.395481"], ["updated_at", "2015-04-03 09:45:44.395481"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8461"], ["description", "I-am-the-task-description_3740"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:44.399415"], ["updated_at", "2015-04-03 09:45:44.399415"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9237"], ["description", "I-am-the-goal-description_2746"], ["version", 1], ["created_at", "2015-04-03 09:45:44.402894"], ["updated_at", "2015-04-03 09:45:44.402894"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task6383"], ["description", "I-am-the-task-description_2255"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:44.407072"], ["updated_at", "2015-04-03 09:45:44.407072"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2833"], ["description", "I-am-the-goal-description_1460"], ["version", 1], ["created_at", "2015-04-03 09:45:44.410394"], ["updated_at", "2015-04-03 09:45:44.410394"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task9545"], ["description", "I-am-the-task-description_5662"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:44.413797"], ["updated_at", "2015-04-03 09:45:44.413797"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 11:45:44 +0200 Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 11:45:44 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.6ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8111"], ["description", "I-am-the-goal-description_4293"], ["version", 1], ["created_at", "2015-04-03 09:45:44.676886"], ["updated_at", "2015-04-03 09:45:44.676886"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3255"], ["description", "I-am-the-task-description_1674"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:44.681120"], ["updated_at", "2015-04-03 09:45:44.681120"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8376"], ["description", "I-am-the-goal-description_2007"], ["version", 1], ["created_at", "2015-04-03 09:45:44.685334"], ["updated_at", "2015-04-03 09:45:44.685334"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task2802"], ["description", "I-am-the-task-description_7760"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:44.688878"], ["updated_at", "2015-04-03 09:45:44.688878"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9875"], ["description", "I-am-the-goal-description_5731"], ["version", 1], ["created_at", "2015-04-03 09:45:44.692012"], ["updated_at", "2015-04-03 09:45:44.692012"], ["tracking", "150403-3"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task2577"], ["description", "I-am-the-task-description_3157"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 09:45:44.696793"], ["updated_at", "2015-04-03 09:45:44.696793"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 11:45:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 11:45:44 +0200 Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 11:45:44 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.6ms) Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.6ms)  (2.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7030"], ["description", "I-am-the-goal-description_3496"], ["version", 1], ["created_at", "2015-04-03 10:17:57.299374"], ["updated_at", "2015-04-03 10:17:57.299374"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7308"], ["description", "I-am-the-goal-description_6348"], ["version", 1], ["created_at", "2015-04-03 10:17:57.310629"], ["updated_at", "2015-04-03 10:17:57.310629"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.5ms) Completed 200 OK in 88ms (Views: 27.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (1.1ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9090"], ["description", "I-am-the-goal-description_8266"], ["version", 1], ["created_at", "2015-04-03 10:17:57.498936"], ["updated_at", "2015-04-03 10:17:57.498936"], ["tracking", "150403-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4696"], ["description", "I-am-the-goal-description_4192"], ["version", 1], ["created_at", "2015-04-03 10:17:57.506124"], ["updated_at", "2015-04-03 10:17:57.506124"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8691"], ["description", "I-am-the-goal-description_1516"], ["version", 1], ["created_at", "2015-04-03 10:17:57.520345"], ["updated_at", "2015-04-03 10:17:57.520345"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9884"], ["description", "I-am-the-goal-description_9105"], ["version", 1], ["created_at", "2015-04-03 10:17:57.528585"], ["updated_at", "2015-04-03 10:17:57.528585"], ["tracking", "150403-2"]]  (0.6ms) commit transaction  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8154"], ["description", "I-am-the-goal-description_221"], ["version", 1], ["created_at", "2015-04-03 10:18:06.517421"], ["updated_at", "2015-04-03 10:18:06.517421"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5236"], ["description", "I-am-the-task-description_7626"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.623326"], ["updated_at", "2015-04-03 10:18:06.623326"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1137"], ["description", "I-am-the-task-description_4817"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.632636"], ["updated_at", "2015-04-03 10:18:06.632636"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 10:18:06.808247"], ["task_id", 1], ["created_at", "2015-04-03 10:18:06.817008"], ["updated_at", "2015-04-03 10:18:06.817008"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 10:18:06.818900"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 175ms (ActiveRecord: 3.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8084"], ["description", "I-am-the-goal-description_8427"], ["version", 1], ["created_at", "2015-04-03 10:18:06.836588"], ["updated_at", "2015-04-03 10:18:06.836588"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task6887"], ["description", "I-am-the-task-description_1284"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.841816"], ["updated_at", "2015-04-03 10:18:06.841816"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task4437"], ["description", "I-am-the-task-description_8893"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.846370"], ["updated_at", "2015-04-03 10:18:06.846370"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 10:18:06.853196"], ["task_id", 3], ["created_at", "2015-04-03 10:18:06.855022"], ["updated_at", "2015-04-03 10:18:06.855022"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 10:18:06.857419"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4416"], ["description", "I-am-the-goal-description_9502"], ["version", 1], ["created_at", "2015-04-03 10:18:06.866695"], ["updated_at", "2015-04-03 10:18:06.866695"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task5544"], ["description", "I-am-the-task-description_7237"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.872835"], ["updated_at", "2015-04-03 10:18:06.872835"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task4817"], ["description", "I-am-the-task-description_4485"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.876718"], ["updated_at", "2015-04-03 10:18:06.876718"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 10:18:06.884859"], ["task_id", 5], ["created_at", "2015-04-03 10:18:06.886094"], ["updated_at", "2015-04-03 10:18:06.886094"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 10:18:06.888359"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9590"], ["description", "I-am-the-goal-description_2101"], ["version", 1], ["created_at", "2015-04-03 10:18:06.897418"], ["updated_at", "2015-04-03 10:18:06.897418"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task5384"], ["description", "I-am-the-task-description_3818"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.901658"], ["updated_at", "2015-04-03 10:18:06.901658"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task1944"], ["description", "I-am-the-task-description_5118"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.906147"], ["updated_at", "2015-04-03 10:18:06.906147"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 10:18:06.912871"], ["task_id", 7], ["created_at", "2015-04-03 10:18:06.914197"], ["updated_at", "2015-04-03 10:18:06.914197"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 10:18:06.915847"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1361"], ["description", "I-am-the-goal-description_6222"], ["version", 1], ["created_at", "2015-04-03 10:18:06.922275"], ["updated_at", "2015-04-03 10:18:06.922275"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task9608"], ["description", "I-am-the-task-description_1964"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.926651"], ["updated_at", "2015-04-03 10:18:06.926651"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task4189"], ["description", "I-am-the-task-description_6617"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:06.930983"], ["updated_at", "2015-04-03 10:18:06.930983"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 76ms (Views: 69.1ms | ActiveRecord: 0.0ms)  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2958"], ["description", "I-am-the-goal-description_7423"], ["version", 1], ["created_at", "2015-04-03 10:18:07.015813"], ["updated_at", "2015-04-03 10:18:07.015813"], ["tracking", "150403-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task2910"], ["description", "I-am-the-task-description_6447"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:07.019877"], ["updated_at", "2015-04-03 10:18:07.019877"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task2042"], ["description", "I-am-the-task-description_9364"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:07.024331"], ["updated_at", "2015-04-03 10:18:07.024331"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"11"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 6]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 11]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1183"], ["description", "I-am-the-goal-description_8543"], ["version", 1], ["created_at", "2015-04-03 10:18:07.037997"], ["updated_at", "2015-04-03 10:18:07.037997"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task7945"], ["description", "I-am-the-task-description_1285"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:07.042266"], ["updated_at", "2015-04-03 10:18:07.042266"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task3982"], ["description", "I-am-the-task-description_7365"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:07.046502"], ["updated_at", "2015-04-03 10:18:07.046502"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"7"} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8287"], ["description", "I-am-the-goal-description_5441"], ["version", 1], ["created_at", "2015-04-03 10:18:07.055459"], ["updated_at", "2015-04-03 10:18:07.055459"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task3769"], ["description", "I-am-the-task-description_4693"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:07.059836"], ["updated_at", "2015-04-03 10:18:07.059836"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task2897"], ["description", "I-am-the-task-description_6139"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:07.063665"], ["updated_at", "2015-04-03 10:18:07.063665"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"15"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 15]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]] Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1937"], ["description", "I-am-the-goal-description_9196"], ["version", 1], ["created_at", "2015-04-03 10:18:07.073416"], ["updated_at", "2015-04-03 10:18:07.073416"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task8269"], ["description", "I-am-the-task-description_6755"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:07.077761"], ["updated_at", "2015-04-03 10:18:07.077761"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task4865"], ["description", "I-am-the-task-description_7982"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:07.081871"], ["updated_at", "2015-04-03 10:18:07.081871"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"9", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.2ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 9], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 10:18:07.094544"], ["updated_at", "2015-04-03 10:18:07.094544"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/19 Completed 302 Found in 4222ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7509"], ["description", "I-am-the-goal-description_4222"], ["version", 1], ["created_at", "2015-04-03 10:18:11.319021"], ["updated_at", "2015-04-03 10:18:11.319021"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task9585"], ["description", "I-am-the-task-description_2939"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.323090"], ["updated_at", "2015-04-03 10:18:11.323090"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task5548"], ["description", "I-am-the-task-description_3564"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.327016"], ["updated_at", "2015-04-03 10:18:11.327016"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"10", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.2ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 10], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 10:18:11.333686"], ["updated_at", "2015-04-03 10:18:11.333686"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/22 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6740"], ["description", "I-am-the-goal-description_1026"], ["version", 1], ["created_at", "2015-04-03 10:18:11.394218"], ["updated_at", "2015-04-03 10:18:11.394218"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task3297"], ["description", "I-am-the-task-description_3622"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.398284"], ["updated_at", "2015-04-03 10:18:11.398284"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task728"], ["description", "I-am-the-task-description_8889"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.402612"], ["updated_at", "2015-04-03 10:18:11.402612"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"11", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 11], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 10:18:11.409742"], ["updated_at", "2015-04-03 10:18:11.409742"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/25 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6654"], ["description", "I-am-the-goal-description_7664"], ["version", 1], ["created_at", "2015-04-03 10:18:11.417677"], ["updated_at", "2015-04-03 10:18:11.417677"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task756"], ["description", "I-am-the-task-description_6811"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.422054"], ["updated_at", "2015-04-03 10:18:11.422054"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task4342"], ["description", "I-am-the-task-description_5913"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.426708"], ["updated_at", "2015-04-03 10:18:11.426708"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 4.2ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_827"], ["description", "I-am-the-goal-description_6385"], ["version", 1], ["created_at", "2015-04-03 10:18:11.441449"], ["updated_at", "2015-04-03 10:18:11.441449"], ["tracking", "150403-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task4631"], ["description", "I-am-the-task-description_8295"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.445742"], ["updated_at", "2015-04-03 10:18:11.445742"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task97"], ["description", "I-am-the-task-description_2943"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.449735"], ["updated_at", "2015-04-03 10:18:11.449735"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 13], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 10:18:11.453770"], ["updated_at", "2015-04-03 10:18:11.453770"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"13", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"30"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 30]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/30 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8039"], ["description", "I-am-the-goal-description_1703"], ["version", 1], ["created_at", "2015-04-03 10:18:11.465214"], ["updated_at", "2015-04-03 10:18:11.465214"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task2173"], ["description", "I-am-the-task-description_2018"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.470093"], ["updated_at", "2015-04-03 10:18:11.470093"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task1143"], ["description", "I-am-the-task-description_7828"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.474986"], ["updated_at", "2015-04-03 10:18:11.474986"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 14], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 10:18:11.479127"], ["updated_at", "2015-04-03 10:18:11.479127"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"14", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"33"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 33]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/33 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6421"], ["description", "I-am-the-goal-description_131"], ["version", 1], ["created_at", "2015-04-03 10:18:11.491042"], ["updated_at", "2015-04-03 10:18:11.491042"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task8241"], ["description", "I-am-the-task-description_4900"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.495521"], ["updated_at", "2015-04-03 10:18:11.495521"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task2762"], ["description", "I-am-the-task-description_1357"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.499692"], ["updated_at", "2015-04-03 10:18:11.499692"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 15], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 10:18:11.503540"], ["updated_at", "2015-04-03 10:18:11.503540"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"36"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 36]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 3.4ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5031"], ["description", "I-am-the-goal-description_3589"], ["version", 1], ["created_at", "2015-04-03 10:18:11.532957"], ["updated_at", "2015-04-03 10:18:11.532957"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task5190"], ["description", "I-am-the-task-description_652"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.537088"], ["updated_at", "2015-04-03 10:18:11.537088"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task9614"], ["description", "I-am-the-task-description_4437"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.541509"], ["updated_at", "2015-04-03 10:18:11.541509"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 16], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 10:18:11.548816"], ["updated_at", "2015-04-03 10:18:11.548816"]]  (1.2ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"39"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]]  (0.2ms) begin transaction Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 39]] SQL (0.5ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 39]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 2.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5353"], ["description", "I-am-the-goal-description_5946"], ["version", 1], ["created_at", "2015-04-03 10:18:11.572885"], ["updated_at", "2015-04-03 10:18:11.572885"], ["tracking", "150403-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task3553"], ["description", "I-am-the-task-description_3122"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.580480"], ["updated_at", "2015-04-03 10:18:11.580480"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task5251"], ["description", "I-am-the-task-description_6785"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.585045"], ["updated_at", "2015-04-03 10:18:11.585045"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 17], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 10:18:11.589402"], ["updated_at", "2015-04-03 10:18:11.589402"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"42"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 42]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 42]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5106"], ["description", "I-am-the-goal-description_6255"], ["version", 1], ["created_at", "2015-04-03 10:18:11.602119"], ["updated_at", "2015-04-03 10:18:11.602119"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task9202"], ["description", "I-am-the-task-description_3771"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.605960"], ["updated_at", "2015-04-03 10:18:11.605960"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task9085"], ["description", "I-am-the-task-description_1511"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 10:18:11.610675"], ["updated_at", "2015-04-03 10:18:11.610675"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 10:18:11.614771"], ["updated_at", "2015-04-03 10:18:11.614771"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 10:18:11.621369"], ["id", 45]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3127"], ["description", "I-am-the-goal-description_6554"], ["version", 1], ["created_at", "2015-04-03 12:27:55.813172"], ["updated_at", "2015-04-03 12:27:55.813172"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1633"], ["description", "I-am-the-task-description_9820"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:55.873948"], ["updated_at", "2015-04-03 12:27:55.873948"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3779"], ["description", "I-am-the-task-description_3119"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:55.878232"], ["updated_at", "2015-04-03 12:27:55.878232"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:27:55.980917"], ["task_id", 1], ["created_at", "2015-04-03 12:27:55.988081"], ["updated_at", "2015-04-03 12:27:55.988081"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:27:55.989911"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 106ms (ActiveRecord: 2.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8132"], ["description", "I-am-the-goal-description_2164"], ["version", 1], ["created_at", "2015-04-03 12:27:56.002118"], ["updated_at", "2015-04-03 12:27:56.002118"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task5454"], ["description", "I-am-the-task-description_6051"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.006980"], ["updated_at", "2015-04-03 12:27:56.006980"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task7962"], ["description", "I-am-the-task-description_9306"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.011267"], ["updated_at", "2015-04-03 12:27:56.011267"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:27:56.022764"], ["task_id", 3], ["created_at", "2015-04-03 12:27:56.025026"], ["updated_at", "2015-04-03 12:27:56.025026"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:27:56.027067"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 2.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1133"], ["description", "I-am-the-goal-description_2617"], ["version", 1], ["created_at", "2015-04-03 12:27:56.038217"], ["updated_at", "2015-04-03 12:27:56.038217"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task6907"], ["description", "I-am-the-task-description_203"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.043831"], ["updated_at", "2015-04-03 12:27:56.043831"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task9568"], ["description", "I-am-the-task-description_758"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.047666"], ["updated_at", "2015-04-03 12:27:56.047666"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:27:56.057303"], ["task_id", 5], ["created_at", "2015-04-03 12:27:56.058917"], ["updated_at", "2015-04-03 12:27:56.058917"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:27:56.061247"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2736"], ["description", "I-am-the-goal-description_1777"], ["version", 1], ["created_at", "2015-04-03 12:27:56.071290"], ["updated_at", "2015-04-03 12:27:56.071290"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task9044"], ["description", "I-am-the-task-description_5764"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.075378"], ["updated_at", "2015-04-03 12:27:56.075378"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task4952"], ["description", "I-am-the-task-description_3850"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.080121"], ["updated_at", "2015-04-03 12:27:56.080121"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (1.0ms) 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-03 12:27:56.086648"], ["task_id", 7], ["created_at", "2015-04-03 12:27:56.088070"], ["updated_at", "2015-04-03 12:27:56.088070"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:27:56.091297"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9050"], ["description", "I-am-the-goal-description_917"], ["version", 1], ["created_at", "2015-04-03 12:27:56.097287"], ["updated_at", "2015-04-03 12:27:56.097287"], ["tracking", "150403-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task5739"], ["description", "I-am-the-task-description_3518"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.101653"], ["updated_at", "2015-04-03 12:27:56.101653"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task1702"], ["description", "I-am-the-task-description_3830"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.106065"], ["updated_at", "2015-04-03 12:27:56.106065"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 72ms (Views: 18.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_713"], ["description", "I-am-the-goal-description_1952"], ["version", 1], ["created_at", "2015-04-03 12:27:56.184865"], ["updated_at", "2015-04-03 12:27:56.184865"], ["tracking", "150403-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task6183"], ["description", "I-am-the-task-description_5640"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.188708"], ["updated_at", "2015-04-03 12:27:56.188708"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task2356"], ["description", "I-am-the-task-description_8709"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.192420"], ["updated_at", "2015-04-03 12:27:56.192420"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (1.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.8ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4217"], ["description", "I-am-the-goal-description_6353"], ["version", 1], ["created_at", "2015-04-03 12:27:56.233917"], ["updated_at", "2015-04-03 12:27:56.233917"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task4266"], ["description", "I-am-the-task-description_6049"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.237679"], ["updated_at", "2015-04-03 12:27:56.237679"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8532"], ["description", "I-am-the-goal-description_5771"], ["version", 1], ["created_at", "2015-04-03 12:27:56.241426"], ["updated_at", "2015-04-03 12:27:56.241426"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task5259"], ["description", "I-am-the-task-description_6904"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.245607"], ["updated_at", "2015-04-03 12:27:56.245607"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3788"], ["description", "I-am-the-goal-description_204"], ["version", 1], ["created_at", "2015-04-03 12:27:56.254395"], ["updated_at", "2015-04-03 12:27:56.254395"], ["tracking", "150403-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task4348"], ["description", "I-am-the-task-description_3677"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.258596"], ["updated_at", "2015-04-03 12:27:56.258596"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task7764"], ["description", "I-am-the-task-description_6175"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.262409"], ["updated_at", "2015-04-03 12:27:56.262409"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4511"], ["description", "I-am-the-goal-description_8584"], ["version", 1], ["created_at", "2015-04-03 12:27:56.276676"], ["updated_at", "2015-04-03 12:27:56.276676"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task7445"], ["description", "I-am-the-task-description_7709"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.280770"], ["updated_at", "2015-04-03 12:27:56.280770"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3375"], ["description", "I-am-the-goal-description_2943"], ["version", 1], ["created_at", "2015-04-03 12:27:56.284509"], ["updated_at", "2015-04-03 12:27:56.284509"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task6483"], ["description", "I-am-the-task-description_4383"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.288561"], ["updated_at", "2015-04-03 12:27:56.288561"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_260"], ["description", "I-am-the-goal-description_7418"], ["version", 1], ["created_at", "2015-04-03 12:27:56.295607"], ["updated_at", "2015-04-03 12:27:56.295607"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3792"], ["description", "I-am-the-task-description_3382"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.299626"], ["updated_at", "2015-04-03 12:27:56.299626"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3490"], ["description", "I-am-the-task-description_8087"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.303775"], ["updated_at", "2015-04-03 12:27:56.303775"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7892"], ["description", "I-am-the-goal-description_5164"], ["version", 1], ["created_at", "2015-04-03 12:27:56.318498"], ["updated_at", "2015-04-03 12:27:56.318498"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task3160"], ["description", "I-am-the-task-description_6647"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.322815"], ["updated_at", "2015-04-03 12:27:56.322815"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2895"], ["description", "I-am-the-goal-description_8404"], ["version", 1], ["created_at", "2015-04-03 12:27:56.326483"], ["updated_at", "2015-04-03 12:27:56.326483"], ["tracking", "150403-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task8502"], ["description", "I-am-the-task-description_83"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.331303"], ["updated_at", "2015-04-03 12:27:56.331303"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2581"], ["description", "I-am-the-goal-description_9830"], ["version", 1], ["created_at", "2015-04-03 12:27:56.336688"], ["updated_at", "2015-04-03 12:27:56.336688"], ["tracking", "150403-15"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task9368"], ["description", "I-am-the-task-description_801"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.342017"], ["updated_at", "2015-04-03 12:27:56.342017"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task4011"], ["description", "I-am-the-task-description_6695"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.345968"], ["updated_at", "2015-04-03 12:27:56.345968"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8844"], ["description", "I-am-the-goal-description_663"], ["version", 1], ["created_at", "2015-04-03 12:27:56.359079"], ["updated_at", "2015-04-03 12:27:56.359079"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task898"], ["description", "I-am-the-task-description_8372"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.362981"], ["updated_at", "2015-04-03 12:27:56.362981"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task9960"], ["description", "I-am-the-task-description_1288"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.366707"], ["updated_at", "2015-04-03 12:27:56.366707"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1039"], ["description", "I-am-the-goal-description_5302"], ["version", 1], ["created_at", "2015-04-03 12:27:56.378330"], ["updated_at", "2015-04-03 12:27:56.378330"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task8756"], ["description", "I-am-the-task-description_6811"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.382185"], ["updated_at", "2015-04-03 12:27:56.382185"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task6261"], ["description", "I-am-the-task-description_375"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.385906"], ["updated_at", "2015-04-03 12:27:56.385906"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2657"], ["description", "I-am-the-goal-description_5067"], ["version", 1], ["created_at", "2015-04-03 12:27:56.399725"], ["updated_at", "2015-04-03 12:27:56.399725"], ["tracking", "150403-18"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task5469"], ["description", "I-am-the-task-description_8091"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.403621"], ["updated_at", "2015-04-03 12:27:56.403621"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task1025"], ["description", "I-am-the-task-description_4498"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:27:56.407606"], ["updated_at", "2015-04-03 12:27:56.407606"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:27:56.468535"], ["updated_at", "2015-04-03 12:27:56.468535"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3539ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8872"], ["description", "I-am-the-goal-description_4425"], ["version", 1], ["created_at", "2015-04-03 12:28:00.009389"], ["updated_at", "2015-04-03 12:28:00.009389"], ["tracking", "150403-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task4074"], ["description", "I-am-the-task-description_5310"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.013638"], ["updated_at", "2015-04-03 12:28:00.013638"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task3342"], ["description", "I-am-the-task-description_6341"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.018087"], ["updated_at", "2015-04-03 12:28:00.018087"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:00.025576"], ["updated_at", "2015-04-03 12:28:00.025576"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4155"], ["description", "I-am-the-goal-description_9683"], ["version", 1], ["created_at", "2015-04-03 12:28:00.040400"], ["updated_at", "2015-04-03 12:28:00.040400"], ["tracking", "150403-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task2137"], ["description", "I-am-the-task-description_2473"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.045403"], ["updated_at", "2015-04-03 12:28:00.045403"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task4089"], ["description", "I-am-the-task-description_9047"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.049702"], ["updated_at", "2015-04-03 12:28:00.049702"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:00.057945"], ["updated_at", "2015-04-03 12:28:00.057945"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8792"], ["description", "I-am-the-goal-description_4023"], ["version", 1], ["created_at", "2015-04-03 12:28:00.066687"], ["updated_at", "2015-04-03 12:28:00.066687"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1131"], ["description", "I-am-the-task-description_3775"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.070700"], ["updated_at", "2015-04-03 12:28:00.070700"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1651"], ["description", "I-am-the-task-description_2491"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.074530"], ["updated_at", "2015-04-03 12:28:00.074530"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3429"], ["description", "I-am-the-goal-description_6737"], ["version", 1], ["created_at", "2015-04-03 12:28:00.086719"], ["updated_at", "2015-04-03 12:28:00.086719"], ["tracking", "150403-22"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task7799"], ["description", "I-am-the-task-description_9893"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.090424"], ["updated_at", "2015-04-03 12:28:00.090424"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task9686"], ["description", "I-am-the-task-description_7958"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.094398"], ["updated_at", "2015-04-03 12:28:00.094398"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:00.098518"], ["updated_at", "2015-04-03 12:28:00.098518"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2272"], ["description", "I-am-the-goal-description_3594"], ["version", 1], ["created_at", "2015-04-03 12:28:00.110087"], ["updated_at", "2015-04-03 12:28:00.110087"], ["tracking", "150403-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task8860"], ["description", "I-am-the-task-description_1600"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.114555"], ["updated_at", "2015-04-03 12:28:00.114555"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task7893"], ["description", "I-am-the-task-description_2699"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.120544"], ["updated_at", "2015-04-03 12:28:00.120544"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:00.125214"], ["updated_at", "2015-04-03 12:28:00.125214"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2793"], ["description", "I-am-the-goal-description_3407"], ["version", 1], ["created_at", "2015-04-03 12:28:00.136917"], ["updated_at", "2015-04-03 12:28:00.136917"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task5400"], ["description", "I-am-the-task-description_8203"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.140965"], ["updated_at", "2015-04-03 12:28:00.140965"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task2469"], ["description", "I-am-the-task-description_3865"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.144947"], ["updated_at", "2015-04-03 12:28:00.144947"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:00.148938"], ["updated_at", "2015-04-03 12:28:00.148938"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8170"], ["description", "I-am-the-goal-description_8058"], ["version", 1], ["created_at", "2015-04-03 12:28:00.230033"], ["updated_at", "2015-04-03 12:28:00.230033"], ["tracking", "150403-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task8486"], ["description", "I-am-the-task-description_6760"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.234053"], ["updated_at", "2015-04-03 12:28:00.234053"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task1533"], ["description", "I-am-the-task-description_8974"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.238734"], ["updated_at", "2015-04-03 12:28:00.238734"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:00.243516"], ["updated_at", "2015-04-03 12:28:00.243516"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_86"], ["description", "I-am-the-goal-description_6345"], ["version", 1], ["created_at", "2015-04-03 12:28:00.259295"], ["updated_at", "2015-04-03 12:28:00.259295"], ["tracking", "150403-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task5502"], ["description", "I-am-the-task-description_4955"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.264734"], ["updated_at", "2015-04-03 12:28:00.264734"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task4448"], ["description", "I-am-the-task-description_8532"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.270868"], ["updated_at", "2015-04-03 12:28:00.270868"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:00.275360"], ["updated_at", "2015-04-03 12:28:00.275360"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3223"], ["description", "I-am-the-goal-description_4281"], ["version", 1], ["created_at", "2015-04-03 12:28:00.287813"], ["updated_at", "2015-04-03 12:28:00.287813"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task1889"], ["description", "I-am-the-task-description_4155"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.292109"], ["updated_at", "2015-04-03 12:28:00.292109"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task7095"], ["description", "I-am-the-task-description_6393"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:00.296372"], ["updated_at", "2015-04-03 12:28:00.296372"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:00.300104"], ["updated_at", "2015-04-03 12:28:00.300104"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:28:00.306632"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4006"], ["description", "I-am-the-goal-description_5151"], ["version", 1], ["created_at", "2015-04-03 12:28:28.951247"], ["updated_at", "2015-04-03 12:28:28.951247"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7371"], ["description", "I-am-the-task-description_6427"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.011933"], ["updated_at", "2015-04-03 12:28:29.011933"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7698"], ["description", "I-am-the-task-description_251"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.016390"], ["updated_at", "2015-04-03 12:28:29.016390"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:28:29.108283"], ["task_id", 1], ["created_at", "2015-04-03 12:28:29.116670"], ["updated_at", "2015-04-03 12:28:29.116670"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:28:29.118835"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 101ms (ActiveRecord: 4.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8859"], ["description", "I-am-the-goal-description_6728"], ["version", 1], ["created_at", "2015-04-03 12:28:29.132709"], ["updated_at", "2015-04-03 12:28:29.132709"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task5697"], ["description", "I-am-the-task-description_461"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.137125"], ["updated_at", "2015-04-03 12:28:29.137125"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task8900"], ["description", "I-am-the-task-description_9180"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.140929"], ["updated_at", "2015-04-03 12:28:29.140929"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:28:29.147199"], ["task_id", 3], ["created_at", "2015-04-03 12:28:29.148466"], ["updated_at", "2015-04-03 12:28:29.148466"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:28:29.150024"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4044"], ["description", "I-am-the-goal-description_4973"], ["version", 1], ["created_at", "2015-04-03 12:28:29.159018"], ["updated_at", "2015-04-03 12:28:29.159018"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task8182"], ["description", "I-am-the-task-description_422"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.163299"], ["updated_at", "2015-04-03 12:28:29.163299"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1672"], ["description", "I-am-the-task-description_6395"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.167461"], ["updated_at", "2015-04-03 12:28:29.167461"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:28:29.176629"], ["task_id", 5], ["created_at", "2015-04-03 12:28:29.178252"], ["updated_at", "2015-04-03 12:28:29.178252"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:28:29.179995"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3274"], ["description", "I-am-the-goal-description_9536"], ["version", 1], ["created_at", "2015-04-03 12:28:29.188180"], ["updated_at", "2015-04-03 12:28:29.188180"], ["tracking", "150403-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task4078"], ["description", "I-am-the-task-description_4038"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.192323"], ["updated_at", "2015-04-03 12:28:29.192323"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task2563"], ["description", "I-am-the-task-description_3533"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.196239"], ["updated_at", "2015-04-03 12:28:29.196239"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:28:29.202680"], ["task_id", 7], ["created_at", "2015-04-03 12:28:29.203963"], ["updated_at", "2015-04-03 12:28:29.203963"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:28:29.205547"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4272"], ["description", "I-am-the-goal-description_484"], ["version", 1], ["created_at", "2015-04-03 12:28:29.211350"], ["updated_at", "2015-04-03 12:28:29.211350"], ["tracking", "150403-5"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task8730"], ["description", "I-am-the-task-description_907"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.215788"], ["updated_at", "2015-04-03 12:28:29.215788"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task5314"], ["description", "I-am-the-task-description_6639"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.219913"], ["updated_at", "2015-04-03 12:28:29.219913"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 63ms (Views: 15.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_426"], ["description", "I-am-the-goal-description_325"], ["version", 1], ["created_at", "2015-04-03 12:28:29.290812"], ["updated_at", "2015-04-03 12:28:29.290812"], ["tracking", "150403-6"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task5264"], ["description", "I-am-the-task-description_7921"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.295965"], ["updated_at", "2015-04-03 12:28:29.295965"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task5935"], ["description", "I-am-the-task-description_3039"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.300619"], ["updated_at", "2015-04-03 12:28:29.300619"]]  (1.0ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7040"], ["description", "I-am-the-goal-description_7873"], ["version", 1], ["created_at", "2015-04-03 12:28:29.337089"], ["updated_at", "2015-04-03 12:28:29.337089"], ["tracking", "150403-7"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task1632"], ["description", "I-am-the-task-description_1955"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.342032"], ["updated_at", "2015-04-03 12:28:29.342032"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1400"], ["description", "I-am-the-goal-description_8528"], ["version", 1], ["created_at", "2015-04-03 12:28:29.347532"], ["updated_at", "2015-04-03 12:28:29.347532"], ["tracking", "150403-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task8169"], ["description", "I-am-the-task-description_118"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.352102"], ["updated_at", "2015-04-03 12:28:29.352102"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4305"], ["description", "I-am-the-goal-description_4159"], ["version", 1], ["created_at", "2015-04-03 12:28:29.362138"], ["updated_at", "2015-04-03 12:28:29.362138"], ["tracking", "150403-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task8648"], ["description", "I-am-the-task-description_5865"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.367009"], ["updated_at", "2015-04-03 12:28:29.367009"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task825"], ["description", "I-am-the-task-description_2407"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.371412"], ["updated_at", "2015-04-03 12:28:29.371412"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4979"], ["description", "I-am-the-goal-description_1000"], ["version", 1], ["created_at", "2015-04-03 12:28:29.385866"], ["updated_at", "2015-04-03 12:28:29.385866"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task5745"], ["description", "I-am-the-task-description_6899"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.390085"], ["updated_at", "2015-04-03 12:28:29.390085"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4636"], ["description", "I-am-the-goal-description_805"], ["version", 1], ["created_at", "2015-04-03 12:28:29.395832"], ["updated_at", "2015-04-03 12:28:29.395832"], ["tracking", "150403-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task8168"], ["description", "I-am-the-task-description_6065"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.401448"], ["updated_at", "2015-04-03 12:28:29.401448"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9489"], ["description", "I-am-the-goal-description_3744"], ["version", 1], ["created_at", "2015-04-03 12:28:29.407126"], ["updated_at", "2015-04-03 12:28:29.407126"], ["tracking", "150403-12"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task1785"], ["description", "I-am-the-task-description_3224"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.414524"], ["updated_at", "2015-04-03 12:28:29.414524"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task9574"], ["description", "I-am-the-task-description_5920"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.419256"], ["updated_at", "2015-04-03 12:28:29.419256"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1578"], ["description", "I-am-the-goal-description_6829"], ["version", 1], ["created_at", "2015-04-03 12:28:29.434139"], ["updated_at", "2015-04-03 12:28:29.434139"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task636"], ["description", "I-am-the-task-description_7592"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.438118"], ["updated_at", "2015-04-03 12:28:29.438118"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7661"], ["description", "I-am-the-goal-description_56"], ["version", 1], ["created_at", "2015-04-03 12:28:29.442196"], ["updated_at", "2015-04-03 12:28:29.442196"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task6259"], ["description", "I-am-the-task-description_8934"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.447285"], ["updated_at", "2015-04-03 12:28:29.447285"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1705"], ["description", "I-am-the-goal-description_4895"], ["version", 1], ["created_at", "2015-04-03 12:28:29.453046"], ["updated_at", "2015-04-03 12:28:29.453046"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task5068"], ["description", "I-am-the-task-description_7219"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.457197"], ["updated_at", "2015-04-03 12:28:29.457197"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task2147"], ["description", "I-am-the-task-description_7658"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.462722"], ["updated_at", "2015-04-03 12:28:29.462722"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2295"], ["description", "I-am-the-goal-description_9765"], ["version", 1], ["created_at", "2015-04-03 12:28:29.475822"], ["updated_at", "2015-04-03 12:28:29.475822"], ["tracking", "150403-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task9099"], ["description", "I-am-the-task-description_3423"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.479732"], ["updated_at", "2015-04-03 12:28:29.479732"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task545"], ["description", "I-am-the-task-description_1057"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.483639"], ["updated_at", "2015-04-03 12:28:29.483639"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4080"], ["description", "I-am-the-goal-description_2040"], ["version", 1], ["created_at", "2015-04-03 12:28:29.494845"], ["updated_at", "2015-04-03 12:28:29.494845"], ["tracking", "150403-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task564"], ["description", "I-am-the-task-description_3636"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.499296"], ["updated_at", "2015-04-03 12:28:29.499296"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task5317"], ["description", "I-am-the-task-description_1930"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.503272"], ["updated_at", "2015-04-03 12:28:29.503272"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9718"], ["description", "I-am-the-goal-description_6947"], ["version", 1], ["created_at", "2015-04-03 12:28:29.517739"], ["updated_at", "2015-04-03 12:28:29.517739"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task6019"], ["description", "I-am-the-task-description_2889"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.522144"], ["updated_at", "2015-04-03 12:28:29.522144"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task972"], ["description", "I-am-the-task-description_8557"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:29.526441"], ["updated_at", "2015-04-03 12:28:29.526441"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:29.584331"], ["updated_at", "2015-04-03 12:28:29.584331"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3453ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_121"], ["description", "I-am-the-goal-description_7277"], ["version", 1], ["created_at", "2015-04-03 12:28:33.039867"], ["updated_at", "2015-04-03 12:28:33.039867"], ["tracking", "150403-19"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task4408"], ["description", "I-am-the-task-description_8566"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.046370"], ["updated_at", "2015-04-03 12:28:33.046370"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task4507"], ["description", "I-am-the-task-description_220"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.051043"], ["updated_at", "2015-04-03 12:28:33.051043"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:33.058033"], ["updated_at", "2015-04-03 12:28:33.058033"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4874"], ["description", "I-am-the-goal-description_3672"], ["version", 1], ["created_at", "2015-04-03 12:28:33.066872"], ["updated_at", "2015-04-03 12:28:33.066872"], ["tracking", "150403-20"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task5390"], ["description", "I-am-the-task-description_9909"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.070868"], ["updated_at", "2015-04-03 12:28:33.070868"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task1915"], ["description", "I-am-the-task-description_9420"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.075415"], ["updated_at", "2015-04-03 12:28:33.075415"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:33.082744"], ["updated_at", "2015-04-03 12:28:33.082744"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1375"], ["description", "I-am-the-goal-description_3161"], ["version", 1], ["created_at", "2015-04-03 12:28:33.093520"], ["updated_at", "2015-04-03 12:28:33.093520"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task4138"], ["description", "I-am-the-task-description_3990"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.098761"], ["updated_at", "2015-04-03 12:28:33.098761"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task2491"], ["description", "I-am-the-task-description_6899"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.103231"], ["updated_at", "2015-04-03 12:28:33.103231"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3702"], ["description", "I-am-the-goal-description_2253"], ["version", 1], ["created_at", "2015-04-03 12:28:33.117801"], ["updated_at", "2015-04-03 12:28:33.117801"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task8018"], ["description", "I-am-the-task-description_1796"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.122082"], ["updated_at", "2015-04-03 12:28:33.122082"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task5609"], ["description", "I-am-the-task-description_4351"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.126425"], ["updated_at", "2015-04-03 12:28:33.126425"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:33.130228"], ["updated_at", "2015-04-03 12:28:33.130228"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_548"], ["description", "I-am-the-goal-description_9806"], ["version", 1], ["created_at", "2015-04-03 12:28:33.143447"], ["updated_at", "2015-04-03 12:28:33.143447"], ["tracking", "150403-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task9006"], ["description", "I-am-the-task-description_4422"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.147303"], ["updated_at", "2015-04-03 12:28:33.147303"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task3837"], ["description", "I-am-the-task-description_8086"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.151086"], ["updated_at", "2015-04-03 12:28:33.151086"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:33.154872"], ["updated_at", "2015-04-03 12:28:33.154872"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7486"], ["description", "I-am-the-goal-description_47"], ["version", 1], ["created_at", "2015-04-03 12:28:33.166500"], ["updated_at", "2015-04-03 12:28:33.166500"], ["tracking", "150403-24"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task2629"], ["description", "I-am-the-task-description_3676"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.170603"], ["updated_at", "2015-04-03 12:28:33.170603"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task3297"], ["description", "I-am-the-task-description_302"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.174566"], ["updated_at", "2015-04-03 12:28:33.174566"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:33.178792"], ["updated_at", "2015-04-03 12:28:33.178792"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9623"], ["description", "I-am-the-goal-description_3226"], ["version", 1], ["created_at", "2015-04-03 12:28:33.247353"], ["updated_at", "2015-04-03 12:28:33.247353"], ["tracking", "150403-25"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task8321"], ["description", "I-am-the-task-description_2663"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.252657"], ["updated_at", "2015-04-03 12:28:33.252657"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task7949"], ["description", "I-am-the-task-description_9959"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.257074"], ["updated_at", "2015-04-03 12:28:33.257074"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:33.261712"], ["updated_at", "2015-04-03 12:28:33.261712"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4605"], ["description", "I-am-the-goal-description_7623"], ["version", 1], ["created_at", "2015-04-03 12:28:33.275094"], ["updated_at", "2015-04-03 12:28:33.275094"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task8394"], ["description", "I-am-the-task-description_4444"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.278978"], ["updated_at", "2015-04-03 12:28:33.278978"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task944"], ["description", "I-am-the-task-description_7947"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.283421"], ["updated_at", "2015-04-03 12:28:33.283421"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:33.289133"], ["updated_at", "2015-04-03 12:28:33.289133"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2895"], ["description", "I-am-the-goal-description_8210"], ["version", 1], ["created_at", "2015-04-03 12:28:33.300938"], ["updated_at", "2015-04-03 12:28:33.300938"], ["tracking", "150403-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task5078"], ["description", "I-am-the-task-description_1001"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.305312"], ["updated_at", "2015-04-03 12:28:33.305312"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task9609"], ["description", "I-am-the-task-description_5323"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:33.309193"], ["updated_at", "2015-04-03 12:28:33.309193"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:33.313047"], ["updated_at", "2015-04-03 12:28:33.313047"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:28:33.319332"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1255"], ["description", "I-am-the-goal-description_6554"], ["version", 1], ["created_at", "2015-04-03 12:28:49.077244"], ["updated_at", "2015-04-03 12:28:49.077244"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4500"], ["description", "I-am-the-task-description_2614"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.139678"], ["updated_at", "2015-04-03 12:28:49.139678"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7363"], ["description", "I-am-the-task-description_3612"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.144467"], ["updated_at", "2015-04-03 12:28:49.144467"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:28:49.233757"], ["task_id", 1], ["created_at", "2015-04-03 12:28:49.241342"], ["updated_at", "2015-04-03 12:28:49.241342"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:28:49.243272"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 96ms (ActiveRecord: 3.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1554"], ["description", "I-am-the-goal-description_1591"], ["version", 1], ["created_at", "2015-04-03 12:28:49.255811"], ["updated_at", "2015-04-03 12:28:49.255811"], ["tracking", "150403-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task6390"], ["description", "I-am-the-task-description_2452"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.260132"], ["updated_at", "2015-04-03 12:28:49.260132"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task3983"], ["description", "I-am-the-task-description_3058"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.264156"], ["updated_at", "2015-04-03 12:28:49.264156"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:28:49.270503"], ["task_id", 3], ["created_at", "2015-04-03 12:28:49.271781"], ["updated_at", "2015-04-03 12:28:49.271781"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:28:49.273428"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6764"], ["description", "I-am-the-goal-description_4065"], ["version", 1], ["created_at", "2015-04-03 12:28:49.283101"], ["updated_at", "2015-04-03 12:28:49.283101"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task4160"], ["description", "I-am-the-task-description_570"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.287742"], ["updated_at", "2015-04-03 12:28:49.287742"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task8039"], ["description", "I-am-the-task-description_726"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.291874"], ["updated_at", "2015-04-03 12:28:49.291874"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:28:49.299579"], ["task_id", 5], ["created_at", "2015-04-03 12:28:49.300844"], ["updated_at", "2015-04-03 12:28:49.300844"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:28:49.303017"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5667"], ["description", "I-am-the-goal-description_2426"], ["version", 1], ["created_at", "2015-04-03 12:28:49.313256"], ["updated_at", "2015-04-03 12:28:49.313256"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task9836"], ["description", "I-am-the-task-description_498"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.317200"], ["updated_at", "2015-04-03 12:28:49.317200"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task3184"], ["description", "I-am-the-task-description_7188"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.321024"], ["updated_at", "2015-04-03 12:28:49.321024"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:28:49.327296"], ["task_id", 7], ["created_at", "2015-04-03 12:28:49.328582"], ["updated_at", "2015-04-03 12:28:49.328582"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:28:49.330171"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9339"], ["description", "I-am-the-goal-description_201"], ["version", 1], ["created_at", "2015-04-03 12:28:49.336784"], ["updated_at", "2015-04-03 12:28:49.336784"], ["tracking", "150403-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task5075"], ["description", "I-am-the-task-description_2443"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.341533"], ["updated_at", "2015-04-03 12:28:49.341533"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task5472"], ["description", "I-am-the-task-description_7498"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.346514"], ["updated_at", "2015-04-03 12:28:49.346514"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 64ms (Views: 15.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8096"], ["description", "I-am-the-goal-description_1400"], ["version", 1], ["created_at", "2015-04-03 12:28:49.418264"], ["updated_at", "2015-04-03 12:28:49.418264"], ["tracking", "150403-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task998"], ["description", "I-am-the-task-description_4446"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.423524"], ["updated_at", "2015-04-03 12:28:49.423524"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task9236"], ["description", "I-am-the-task-description_4455"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.427863"], ["updated_at", "2015-04-03 12:28:49.427863"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.9ms) commit transaction  (0.3ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9459"], ["description", "I-am-the-goal-description_2419"], ["version", 1], ["created_at", "2015-04-03 12:28:49.467423"], ["updated_at", "2015-04-03 12:28:49.467423"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task2771"], ["description", "I-am-the-task-description_7028"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.471669"], ["updated_at", "2015-04-03 12:28:49.471669"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6810"], ["description", "I-am-the-goal-description_8931"], ["version", 1], ["created_at", "2015-04-03 12:28:49.475465"], ["updated_at", "2015-04-03 12:28:49.475465"], ["tracking", "150403-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task1694"], ["description", "I-am-the-task-description_8794"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.479440"], ["updated_at", "2015-04-03 12:28:49.479440"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8521"], ["description", "I-am-the-goal-description_6247"], ["version", 1], ["created_at", "2015-04-03 12:28:49.488838"], ["updated_at", "2015-04-03 12:28:49.488838"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task6518"], ["description", "I-am-the-task-description_6207"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.493636"], ["updated_at", "2015-04-03 12:28:49.493636"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task1802"], ["description", "I-am-the-task-description_274"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.498018"], ["updated_at", "2015-04-03 12:28:49.498018"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1462"], ["description", "I-am-the-goal-description_318"], ["version", 1], ["created_at", "2015-04-03 12:28:49.512720"], ["updated_at", "2015-04-03 12:28:49.512720"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task6941"], ["description", "I-am-the-task-description_8681"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.516857"], ["updated_at", "2015-04-03 12:28:49.516857"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5988"], ["description", "I-am-the-goal-description_6845"], ["version", 1], ["created_at", "2015-04-03 12:28:49.520858"], ["updated_at", "2015-04-03 12:28:49.520858"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task2430"], ["description", "I-am-the-task-description_4268"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.524994"], ["updated_at", "2015-04-03 12:28:49.524994"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_948"], ["description", "I-am-the-goal-description_1824"], ["version", 1], ["created_at", "2015-04-03 12:28:49.533240"], ["updated_at", "2015-04-03 12:28:49.533240"], ["tracking", "150403-12"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task5404"], ["description", "I-am-the-task-description_2186"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.537535"], ["updated_at", "2015-04-03 12:28:49.537535"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3272"], ["description", "I-am-the-task-description_4147"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.543248"], ["updated_at", "2015-04-03 12:28:49.543248"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2178"], ["description", "I-am-the-goal-description_8007"], ["version", 1], ["created_at", "2015-04-03 12:28:49.557622"], ["updated_at", "2015-04-03 12:28:49.557622"], ["tracking", "150403-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task2355"], ["description", "I-am-the-task-description_2825"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.562028"], ["updated_at", "2015-04-03 12:28:49.562028"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8093"], ["description", "I-am-the-goal-description_3447"], ["version", 1], ["created_at", "2015-04-03 12:28:49.566504"], ["updated_at", "2015-04-03 12:28:49.566504"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task6607"], ["description", "I-am-the-task-description_4472"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.570643"], ["updated_at", "2015-04-03 12:28:49.570643"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6126"], ["description", "I-am-the-goal-description_8099"], ["version", 1], ["created_at", "2015-04-03 12:28:49.579795"], ["updated_at", "2015-04-03 12:28:49.579795"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task2085"], ["description", "I-am-the-task-description_654"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.583592"], ["updated_at", "2015-04-03 12:28:49.583592"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task4117"], ["description", "I-am-the-task-description_5923"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.589137"], ["updated_at", "2015-04-03 12:28:49.589137"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2236"], ["description", "I-am-the-goal-description_6787"], ["version", 1], ["created_at", "2015-04-03 12:28:49.601818"], ["updated_at", "2015-04-03 12:28:49.601818"], ["tracking", "150403-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task6171"], ["description", "I-am-the-task-description_3928"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.606464"], ["updated_at", "2015-04-03 12:28:49.606464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task5576"], ["description", "I-am-the-task-description_6556"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.610627"], ["updated_at", "2015-04-03 12:28:49.610627"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7134"], ["description", "I-am-the-goal-description_2235"], ["version", 1], ["created_at", "2015-04-03 12:28:49.621166"], ["updated_at", "2015-04-03 12:28:49.621166"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task5583"], ["description", "I-am-the-task-description_7152"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.625298"], ["updated_at", "2015-04-03 12:28:49.625298"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task7962"], ["description", "I-am-the-task-description_7641"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.629127"], ["updated_at", "2015-04-03 12:28:49.629127"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.8ms) Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8242"], ["description", "I-am-the-goal-description_9188"], ["version", 1], ["created_at", "2015-04-03 12:28:49.642672"], ["updated_at", "2015-04-03 12:28:49.642672"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task3583"], ["description", "I-am-the-task-description_8483"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.646457"], ["updated_at", "2015-04-03 12:28:49.646457"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task7518"], ["description", "I-am-the-task-description_3354"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:49.650098"], ["updated_at", "2015-04-03 12:28:49.650098"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:49.710361"], ["updated_at", "2015-04-03 12:28:49.710361"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3429ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4957"], ["description", "I-am-the-goal-description_584"], ["version", 1], ["created_at", "2015-04-03 12:28:53.142521"], ["updated_at", "2015-04-03 12:28:53.142521"], ["tracking", "150403-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task2651"], ["description", "I-am-the-task-description_6019"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.148969"], ["updated_at", "2015-04-03 12:28:53.148969"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task7027"], ["description", "I-am-the-task-description_9329"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.153634"], ["updated_at", "2015-04-03 12:28:53.153634"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:53.159938"], ["updated_at", "2015-04-03 12:28:53.159938"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2517"], ["description", "I-am-the-goal-description_467"], ["version", 1], ["created_at", "2015-04-03 12:28:53.169067"], ["updated_at", "2015-04-03 12:28:53.169067"], ["tracking", "150403-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task6286"], ["description", "I-am-the-task-description_808"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.173068"], ["updated_at", "2015-04-03 12:28:53.173068"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task3183"], ["description", "I-am-the-task-description_149"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.177239"], ["updated_at", "2015-04-03 12:28:53.177239"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.6ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:53.185330"], ["updated_at", "2015-04-03 12:28:53.185330"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 7ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2225"], ["description", "I-am-the-goal-description_5945"], ["version", 1], ["created_at", "2015-04-03 12:28:53.192799"], ["updated_at", "2015-04-03 12:28:53.192799"], ["tracking", "150403-21"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task4814"], ["description", "I-am-the-task-description_2593"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.196697"], ["updated_at", "2015-04-03 12:28:53.196697"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task7272"], ["description", "I-am-the-task-description_5869"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.202140"], ["updated_at", "2015-04-03 12:28:53.202140"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2130"], ["description", "I-am-the-goal-description_4570"], ["version", 1], ["created_at", "2015-04-03 12:28:53.216976"], ["updated_at", "2015-04-03 12:28:53.216976"], ["tracking", "150403-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task6674"], ["description", "I-am-the-task-description_7654"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.222298"], ["updated_at", "2015-04-03 12:28:53.222298"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task9292"], ["description", "I-am-the-task-description_170"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.228518"], ["updated_at", "2015-04-03 12:28:53.228518"]]  (0.8ms) commit transaction  (0.3ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:53.234703"], ["updated_at", "2015-04-03 12:28:53.234703"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6606"], ["description", "I-am-the-goal-description_2504"], ["version", 1], ["created_at", "2015-04-03 12:28:53.245958"], ["updated_at", "2015-04-03 12:28:53.245958"], ["tracking", "150403-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task4736"], ["description", "I-am-the-task-description_3758"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.249854"], ["updated_at", "2015-04-03 12:28:53.249854"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task344"], ["description", "I-am-the-task-description_4886"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.253533"], ["updated_at", "2015-04-03 12:28:53.253533"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:53.257323"], ["updated_at", "2015-04-03 12:28:53.257323"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9288"], ["description", "I-am-the-goal-description_8401"], ["version", 1], ["created_at", "2015-04-03 12:28:53.269131"], ["updated_at", "2015-04-03 12:28:53.269131"], ["tracking", "150403-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task8907"], ["description", "I-am-the-task-description_5877"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.273573"], ["updated_at", "2015-04-03 12:28:53.273573"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task9810"], ["description", "I-am-the-task-description_7176"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.277358"], ["updated_at", "2015-04-03 12:28:53.277358"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:53.281895"], ["updated_at", "2015-04-03 12:28:53.281895"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8433"], ["description", "I-am-the-goal-description_4102"], ["version", 1], ["created_at", "2015-04-03 12:28:53.353434"], ["updated_at", "2015-04-03 12:28:53.353434"], ["tracking", "150403-25"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task4574"], ["description", "I-am-the-task-description_7063"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.358447"], ["updated_at", "2015-04-03 12:28:53.358447"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task955"], ["description", "I-am-the-task-description_7278"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.363077"], ["updated_at", "2015-04-03 12:28:53.363077"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:53.368424"], ["updated_at", "2015-04-03 12:28:53.368424"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2234"], ["description", "I-am-the-goal-description_8858"], ["version", 1], ["created_at", "2015-04-03 12:28:53.382623"], ["updated_at", "2015-04-03 12:28:53.382623"], ["tracking", "150403-26"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task5404"], ["description", "I-am-the-task-description_4945"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.386946"], ["updated_at", "2015-04-03 12:28:53.386946"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task5226"], ["description", "I-am-the-task-description_1225"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.391380"], ["updated_at", "2015-04-03 12:28:53.391380"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:53.395843"], ["updated_at", "2015-04-03 12:28:53.395843"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8009"], ["description", "I-am-the-goal-description_7097"], ["version", 1], ["created_at", "2015-04-03 12:28:53.410400"], ["updated_at", "2015-04-03 12:28:53.410400"], ["tracking", "150403-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task8939"], ["description", "I-am-the-task-description_4162"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.414633"], ["updated_at", "2015-04-03 12:28:53.414633"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task9594"], ["description", "I-am-the-task-description_8867"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:28:53.419136"], ["updated_at", "2015-04-03 12:28:53.419136"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:28:53.423115"], ["updated_at", "2015-04-03 12:28:53.423115"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:28:53.429926"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3906"], ["description", "I-am-the-goal-description_8844"], ["version", 1], ["created_at", "2015-04-03 12:29:34.439829"], ["updated_at", "2015-04-03 12:29:34.439829"], ["tracking", "150403-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6729"], ["description", "I-am-the-task-description_5507"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.498290"], ["updated_at", "2015-04-03 12:29:34.498290"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7737"], ["description", "I-am-the-task-description_787"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.502448"], ["updated_at", "2015-04-03 12:29:34.502448"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:29:34.584852"], ["task_id", 1], ["created_at", "2015-04-03 12:29:34.592298"], ["updated_at", "2015-04-03 12:29:34.592298"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:29:34.594097"], ["id", 1]]  (1.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 89ms (ActiveRecord: 2.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2390"], ["description", "I-am-the-goal-description_8980"], ["version", 1], ["created_at", "2015-04-03 12:29:34.605327"], ["updated_at", "2015-04-03 12:29:34.605327"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task560"], ["description", "I-am-the-task-description_3077"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.609353"], ["updated_at", "2015-04-03 12:29:34.609353"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task2251"], ["description", "I-am-the-task-description_2725"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.613178"], ["updated_at", "2015-04-03 12:29:34.613178"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:29:34.620006"], ["task_id", 3], ["created_at", "2015-04-03 12:29:34.621590"], ["updated_at", "2015-04-03 12:29:34.621590"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:29:34.623619"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6066"], ["description", "I-am-the-goal-description_204"], ["version", 1], ["created_at", "2015-04-03 12:29:34.632962"], ["updated_at", "2015-04-03 12:29:34.632962"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task2397"], ["description", "I-am-the-task-description_6618"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.637931"], ["updated_at", "2015-04-03 12:29:34.637931"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task2436"], ["description", "I-am-the-task-description_337"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.642213"], ["updated_at", "2015-04-03 12:29:34.642213"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:29:34.651193"], ["task_id", 5], ["created_at", "2015-04-03 12:29:34.652428"], ["updated_at", "2015-04-03 12:29:34.652428"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:29:34.653971"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3505"], ["description", "I-am-the-goal-description_8898"], ["version", 1], ["created_at", "2015-04-03 12:29:34.662077"], ["updated_at", "2015-04-03 12:29:34.662077"], ["tracking", "150403-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task4405"], ["description", "I-am-the-task-description_6136"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.666222"], ["updated_at", "2015-04-03 12:29:34.666222"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task2079"], ["description", "I-am-the-task-description_3308"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.670149"], ["updated_at", "2015-04-03 12:29:34.670149"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:29:34.676222"], ["task_id", 7], ["created_at", "2015-04-03 12:29:34.677879"], ["updated_at", "2015-04-03 12:29:34.677879"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:29:34.679606"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2522"], ["description", "I-am-the-goal-description_8350"], ["version", 1], ["created_at", "2015-04-03 12:29:34.685468"], ["updated_at", "2015-04-03 12:29:34.685468"], ["tracking", "150403-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task3639"], ["description", "I-am-the-task-description_1027"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.689479"], ["updated_at", "2015-04-03 12:29:34.689479"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task9505"], ["description", "I-am-the-task-description_5088"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.693983"], ["updated_at", "2015-04-03 12:29:34.693983"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 68ms (Views: 15.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4468"], ["description", "I-am-the-goal-description_6542"], ["version", 1], ["created_at", "2015-04-03 12:29:34.770330"], ["updated_at", "2015-04-03 12:29:34.770330"], ["tracking", "150403-6"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task1218"], ["description", "I-am-the-task-description_5472"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.775883"], ["updated_at", "2015-04-03 12:29:34.775883"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task7303"], ["description", "I-am-the-task-description_2980"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.780404"], ["updated_at", "2015-04-03 12:29:34.780404"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3968"], ["description", "I-am-the-goal-description_1555"], ["version", 1], ["created_at", "2015-04-03 12:29:34.820124"], ["updated_at", "2015-04-03 12:29:34.820124"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task7279"], ["description", "I-am-the-task-description_1372"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.823928"], ["updated_at", "2015-04-03 12:29:34.823928"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8731"], ["description", "I-am-the-goal-description_4675"], ["version", 1], ["created_at", "2015-04-03 12:29:34.827822"], ["updated_at", "2015-04-03 12:29:34.827822"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task3690"], ["description", "I-am-the-task-description_6514"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.831649"], ["updated_at", "2015-04-03 12:29:34.831649"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6552"], ["description", "I-am-the-goal-description_9562"], ["version", 1], ["created_at", "2015-04-03 12:29:34.840099"], ["updated_at", "2015-04-03 12:29:34.840099"], ["tracking", "150403-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task799"], ["description", "I-am-the-task-description_7410"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.844007"], ["updated_at", "2015-04-03 12:29:34.844007"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task1069"], ["description", "I-am-the-task-description_8167"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.847839"], ["updated_at", "2015-04-03 12:29:34.847839"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8582"], ["description", "I-am-the-goal-description_3289"], ["version", 1], ["created_at", "2015-04-03 12:29:34.862266"], ["updated_at", "2015-04-03 12:29:34.862266"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task9276"], ["description", "I-am-the-task-description_342"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.866167"], ["updated_at", "2015-04-03 12:29:34.866167"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3043"], ["description", "I-am-the-goal-description_9597"], ["version", 1], ["created_at", "2015-04-03 12:29:34.869891"], ["updated_at", "2015-04-03 12:29:34.869891"], ["tracking", "150403-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task3733"], ["description", "I-am-the-task-description_1641"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.873841"], ["updated_at", "2015-04-03 12:29:34.873841"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_673"], ["description", "I-am-the-goal-description_6499"], ["version", 1], ["created_at", "2015-04-03 12:29:34.881533"], ["updated_at", "2015-04-03 12:29:34.881533"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task2823"], ["description", "I-am-the-task-description_6196"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.885573"], ["updated_at", "2015-04-03 12:29:34.885573"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task1006"], ["description", "I-am-the-task-description_1393"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.890009"], ["updated_at", "2015-04-03 12:29:34.890009"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3285"], ["description", "I-am-the-goal-description_2855"], ["version", 1], ["created_at", "2015-04-03 12:29:34.905228"], ["updated_at", "2015-04-03 12:29:34.905228"], ["tracking", "150403-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task1665"], ["description", "I-am-the-task-description_9193"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.910147"], ["updated_at", "2015-04-03 12:29:34.910147"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2347"], ["description", "I-am-the-goal-description_8728"], ["version", 1], ["created_at", "2015-04-03 12:29:34.914160"], ["updated_at", "2015-04-03 12:29:34.914160"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task2613"], ["description", "I-am-the-task-description_273"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.918412"], ["updated_at", "2015-04-03 12:29:34.918412"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8293"], ["description", "I-am-the-goal-description_316"], ["version", 1], ["created_at", "2015-04-03 12:29:34.924105"], ["updated_at", "2015-04-03 12:29:34.924105"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task2144"], ["description", "I-am-the-task-description_2052"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.929376"], ["updated_at", "2015-04-03 12:29:34.929376"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task611"], ["description", "I-am-the-task-description_2147"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.934027"], ["updated_at", "2015-04-03 12:29:34.934027"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6440"], ["description", "I-am-the-goal-description_6695"], ["version", 1], ["created_at", "2015-04-03 12:29:34.946427"], ["updated_at", "2015-04-03 12:29:34.946427"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task5270"], ["description", "I-am-the-task-description_3423"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.950264"], ["updated_at", "2015-04-03 12:29:34.950264"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task7857"], ["description", "I-am-the-task-description_2444"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.953923"], ["updated_at", "2015-04-03 12:29:34.953923"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1035"], ["description", "I-am-the-goal-description_8691"], ["version", 1], ["created_at", "2015-04-03 12:29:34.967584"], ["updated_at", "2015-04-03 12:29:34.967584"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task7948"], ["description", "I-am-the-task-description_3688"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.972053"], ["updated_at", "2015-04-03 12:29:34.972053"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task4942"], ["description", "I-am-the-task-description_7377"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.976120"], ["updated_at", "2015-04-03 12:29:34.976120"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3782"], ["description", "I-am-the-goal-description_145"], ["version", 1], ["created_at", "2015-04-03 12:29:34.990382"], ["updated_at", "2015-04-03 12:29:34.990382"], ["tracking", "150403-18"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task9725"], ["description", "I-am-the-task-description_7412"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.995134"], ["updated_at", "2015-04-03 12:29:34.995134"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task7083"], ["description", "I-am-the-task-description_3936"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:34.999138"], ["updated_at", "2015-04-03 12:29:34.999138"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:35.057560"], ["updated_at", "2015-04-03 12:29:35.057560"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3353ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_220"], ["description", "I-am-the-goal-description_5328"], ["version", 1], ["created_at", "2015-04-03 12:29:38.413597"], ["updated_at", "2015-04-03 12:29:38.413597"], ["tracking", "150403-19"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task4258"], ["description", "I-am-the-task-description_9606"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.420158"], ["updated_at", "2015-04-03 12:29:38.420158"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task7121"], ["description", "I-am-the-task-description_9070"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.424603"], ["updated_at", "2015-04-03 12:29:38.424603"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:38.432619"], ["updated_at", "2015-04-03 12:29:38.432619"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7841"], ["description", "I-am-the-goal-description_742"], ["version", 1], ["created_at", "2015-04-03 12:29:38.444281"], ["updated_at", "2015-04-03 12:29:38.444281"], ["tracking", "150403-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task4059"], ["description", "I-am-the-task-description_7821"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.449688"], ["updated_at", "2015-04-03 12:29:38.449688"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task4955"], ["description", "I-am-the-task-description_1559"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.453619"], ["updated_at", "2015-04-03 12:29:38.453619"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:38.461388"], ["updated_at", "2015-04-03 12:29:38.461388"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1420"], ["description", "I-am-the-goal-description_6564"], ["version", 1], ["created_at", "2015-04-03 12:29:38.469385"], ["updated_at", "2015-04-03 12:29:38.469385"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task6968"], ["description", "I-am-the-task-description_7594"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.473320"], ["updated_at", "2015-04-03 12:29:38.473320"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task105"], ["description", "I-am-the-task-description_5907"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.477042"], ["updated_at", "2015-04-03 12:29:38.477042"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1711"], ["description", "I-am-the-goal-description_8966"], ["version", 1], ["created_at", "2015-04-03 12:29:38.488123"], ["updated_at", "2015-04-03 12:29:38.488123"], ["tracking", "150403-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task9753"], ["description", "I-am-the-task-description_9383"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.492052"], ["updated_at", "2015-04-03 12:29:38.492052"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task4302"], ["description", "I-am-the-task-description_6830"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.495869"], ["updated_at", "2015-04-03 12:29:38.495869"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:38.499679"], ["updated_at", "2015-04-03 12:29:38.499679"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7666"], ["description", "I-am-the-goal-description_3904"], ["version", 1], ["created_at", "2015-04-03 12:29:38.512904"], ["updated_at", "2015-04-03 12:29:38.512904"], ["tracking", "150403-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task5284"], ["description", "I-am-the-task-description_7306"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.516842"], ["updated_at", "2015-04-03 12:29:38.516842"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task8824"], ["description", "I-am-the-task-description_9096"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.520603"], ["updated_at", "2015-04-03 12:29:38.520603"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:38.524410"], ["updated_at", "2015-04-03 12:29:38.524410"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3035"], ["description", "I-am-the-goal-description_9255"], ["version", 1], ["created_at", "2015-04-03 12:29:38.536178"], ["updated_at", "2015-04-03 12:29:38.536178"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task3995"], ["description", "I-am-the-task-description_6207"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.540426"], ["updated_at", "2015-04-03 12:29:38.540426"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task3230"], ["description", "I-am-the-task-description_677"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.544218"], ["updated_at", "2015-04-03 12:29:38.544218"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:38.548475"], ["updated_at", "2015-04-03 12:29:38.548475"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2696"], ["description", "I-am-the-goal-description_1388"], ["version", 1], ["created_at", "2015-04-03 12:29:38.619867"], ["updated_at", "2015-04-03 12:29:38.619867"], ["tracking", "150403-25"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task2860"], ["description", "I-am-the-task-description_515"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.624668"], ["updated_at", "2015-04-03 12:29:38.624668"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task1462"], ["description", "I-am-the-task-description_3904"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.628503"], ["updated_at", "2015-04-03 12:29:38.628503"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:38.632877"], ["updated_at", "2015-04-03 12:29:38.632877"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7790"], ["description", "I-am-the-goal-description_9335"], ["version", 1], ["created_at", "2015-04-03 12:29:38.647375"], ["updated_at", "2015-04-03 12:29:38.647375"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task1741"], ["description", "I-am-the-task-description_1262"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.652626"], ["updated_at", "2015-04-03 12:29:38.652626"]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task9984"], ["description", "I-am-the-task-description_633"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.659739"], ["updated_at", "2015-04-03 12:29:38.659739"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:38.664204"], ["updated_at", "2015-04-03 12:29:38.664204"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8084"], ["description", "I-am-the-goal-description_5458"], ["version", 1], ["created_at", "2015-04-03 12:29:38.675927"], ["updated_at", "2015-04-03 12:29:38.675927"], ["tracking", "150403-27"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task6605"], ["description", "I-am-the-task-description_2704"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.679876"], ["updated_at", "2015-04-03 12:29:38.679876"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task4091"], ["description", "I-am-the-task-description_1545"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:38.684480"], ["updated_at", "2015-04-03 12:29:38.684480"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:38.688963"], ["updated_at", "2015-04-03 12:29:38.688963"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:29:38.694764"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (3.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9055"], ["description", "I-am-the-goal-description_7547"], ["version", 1], ["created_at", "2015-04-03 12:29:55.266840"], ["updated_at", "2015-04-03 12:29:55.266840"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6201"], ["description", "I-am-the-task-description_2080"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.335544"], ["updated_at", "2015-04-03 12:29:55.335544"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8649"], ["description", "I-am-the-task-description_533"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.339946"], ["updated_at", "2015-04-03 12:29:55.339946"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:29:55.420093"], ["task_id", 1], ["created_at", "2015-04-03 12:29:55.429738"], ["updated_at", "2015-04-03 12:29:55.429738"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:29:55.431968"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 89ms (ActiveRecord: 2.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1356"], ["description", "I-am-the-goal-description_9481"], ["version", 1], ["created_at", "2015-04-03 12:29:55.443914"], ["updated_at", "2015-04-03 12:29:55.443914"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task5075"], ["description", "I-am-the-task-description_8592"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.448194"], ["updated_at", "2015-04-03 12:29:55.448194"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task1215"], ["description", "I-am-the-task-description_4761"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.451988"], ["updated_at", "2015-04-03 12:29:55.451988"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:29:55.458317"], ["task_id", 3], ["created_at", "2015-04-03 12:29:55.459604"], ["updated_at", "2015-04-03 12:29:55.459604"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:29:55.461175"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8174"], ["description", "I-am-the-goal-description_958"], ["version", 1], ["created_at", "2015-04-03 12:29:55.470760"], ["updated_at", "2015-04-03 12:29:55.470760"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task5211"], ["description", "I-am-the-task-description_3867"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.475203"], ["updated_at", "2015-04-03 12:29:55.475203"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task6920"], ["description", "I-am-the-task-description_2527"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.479498"], ["updated_at", "2015-04-03 12:29:55.479498"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:29:55.487130"], ["task_id", 5], ["created_at", "2015-04-03 12:29:55.488351"], ["updated_at", "2015-04-03 12:29:55.488351"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:29:55.489917"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_521"], ["description", "I-am-the-goal-description_2757"], ["version", 1], ["created_at", "2015-04-03 12:29:55.499839"], ["updated_at", "2015-04-03 12:29:55.499839"], ["tracking", "150403-4"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task3915"], ["description", "I-am-the-task-description_891"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.504186"], ["updated_at", "2015-04-03 12:29:55.504186"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task9255"], ["description", "I-am-the-task-description_8335"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.508023"], ["updated_at", "2015-04-03 12:29:55.508023"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:29:55.514351"], ["task_id", 7], ["created_at", "2015-04-03 12:29:55.515639"], ["updated_at", "2015-04-03 12:29:55.515639"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:29:55.517241"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5"], ["description", "I-am-the-goal-description_2637"], ["version", 1], ["created_at", "2015-04-03 12:29:55.523931"], ["updated_at", "2015-04-03 12:29:55.523931"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task2272"], ["description", "I-am-the-task-description_3984"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.528538"], ["updated_at", "2015-04-03 12:29:55.528538"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task2573"], ["description", "I-am-the-task-description_1746"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.533396"], ["updated_at", "2015-04-03 12:29:55.533396"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 66ms (Views: 15.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3444"], ["description", "I-am-the-goal-description_6957"], ["version", 1], ["created_at", "2015-04-03 12:29:55.607503"], ["updated_at", "2015-04-03 12:29:55.607503"], ["tracking", "150403-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task4930"], ["description", "I-am-the-task-description_6179"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.612721"], ["updated_at", "2015-04-03 12:29:55.612721"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task440"], ["description", "I-am-the-task-description_7352"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.617061"], ["updated_at", "2015-04-03 12:29:55.617061"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7084"], ["description", "I-am-the-goal-description_4691"], ["version", 1], ["created_at", "2015-04-03 12:29:55.653931"], ["updated_at", "2015-04-03 12:29:55.653931"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task7913"], ["description", "I-am-the-task-description_426"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.659343"], ["updated_at", "2015-04-03 12:29:55.659343"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9681"], ["description", "I-am-the-goal-description_4723"], ["version", 1], ["created_at", "2015-04-03 12:29:55.663480"], ["updated_at", "2015-04-03 12:29:55.663480"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task6443"], ["description", "I-am-the-task-description_5140"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.667388"], ["updated_at", "2015-04-03 12:29:55.667388"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5806"], ["description", "I-am-the-goal-description_133"], ["version", 1], ["created_at", "2015-04-03 12:29:55.675776"], ["updated_at", "2015-04-03 12:29:55.675776"], ["tracking", "150403-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task7105"], ["description", "I-am-the-task-description_7347"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.679939"], ["updated_at", "2015-04-03 12:29:55.679939"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task8406"], ["description", "I-am-the-task-description_2048"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.683736"], ["updated_at", "2015-04-03 12:29:55.683736"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2238"], ["description", "I-am-the-goal-description_424"], ["version", 1], ["created_at", "2015-04-03 12:29:55.697694"], ["updated_at", "2015-04-03 12:29:55.697694"], ["tracking", "150403-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task1205"], ["description", "I-am-the-task-description_3637"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.701782"], ["updated_at", "2015-04-03 12:29:55.701782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2895"], ["description", "I-am-the-goal-description_120"], ["version", 1], ["created_at", "2015-04-03 12:29:55.705563"], ["updated_at", "2015-04-03 12:29:55.705563"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task9952"], ["description", "I-am-the-task-description_6189"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.709587"], ["updated_at", "2015-04-03 12:29:55.709587"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7044"], ["description", "I-am-the-goal-description_9352"], ["version", 1], ["created_at", "2015-04-03 12:29:55.718410"], ["updated_at", "2015-04-03 12:29:55.718410"], ["tracking", "150403-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task8907"], ["description", "I-am-the-task-description_3389"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.722356"], ["updated_at", "2015-04-03 12:29:55.722356"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task491"], ["description", "I-am-the-task-description_1805"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.728299"], ["updated_at", "2015-04-03 12:29:55.728299"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6054"], ["description", "I-am-the-goal-description_8930"], ["version", 1], ["created_at", "2015-04-03 12:29:55.744291"], ["updated_at", "2015-04-03 12:29:55.744291"], ["tracking", "150403-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task4039"], ["description", "I-am-the-task-description_3564"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.748759"], ["updated_at", "2015-04-03 12:29:55.748759"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_997"], ["description", "I-am-the-goal-description_9823"], ["version", 1], ["created_at", "2015-04-03 12:29:55.752869"], ["updated_at", "2015-04-03 12:29:55.752869"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task5075"], ["description", "I-am-the-task-description_1181"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.756688"], ["updated_at", "2015-04-03 12:29:55.756688"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4676"], ["description", "I-am-the-goal-description_2731"], ["version", 1], ["created_at", "2015-04-03 12:29:55.766052"], ["updated_at", "2015-04-03 12:29:55.766052"], ["tracking", "150403-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task247"], ["description", "I-am-the-task-description_8772"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.769922"], ["updated_at", "2015-04-03 12:29:55.769922"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task6788"], ["description", "I-am-the-task-description_8643"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.773790"], ["updated_at", "2015-04-03 12:29:55.773790"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8654"], ["description", "I-am-the-goal-description_2622"], ["version", 1], ["created_at", "2015-04-03 12:29:55.788575"], ["updated_at", "2015-04-03 12:29:55.788575"], ["tracking", "150403-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task384"], ["description", "I-am-the-task-description_5258"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.792793"], ["updated_at", "2015-04-03 12:29:55.792793"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task3654"], ["description", "I-am-the-task-description_6169"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.796592"], ["updated_at", "2015-04-03 12:29:55.796592"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_424"], ["description", "I-am-the-goal-description_6107"], ["version", 1], ["created_at", "2015-04-03 12:29:55.807473"], ["updated_at", "2015-04-03 12:29:55.807473"], ["tracking", "150403-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task6608"], ["description", "I-am-the-task-description_1127"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.811711"], ["updated_at", "2015-04-03 12:29:55.811711"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task4990"], ["description", "I-am-the-task-description_3571"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.816094"], ["updated_at", "2015-04-03 12:29:55.816094"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_952"], ["description", "I-am-the-goal-description_4329"], ["version", 1], ["created_at", "2015-04-03 12:29:55.830216"], ["updated_at", "2015-04-03 12:29:55.830216"], ["tracking", "150403-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task5591"], ["description", "I-am-the-task-description_4865"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.834199"], ["updated_at", "2015-04-03 12:29:55.834199"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task9176"], ["description", "I-am-the-task-description_2387"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:55.838025"], ["updated_at", "2015-04-03 12:29:55.838025"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:55.896223"], ["updated_at", "2015-04-03 12:29:55.896223"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3514ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1219"], ["description", "I-am-the-goal-description_4786"], ["version", 1], ["created_at", "2015-04-03 12:29:59.413098"], ["updated_at", "2015-04-03 12:29:59.413098"], ["tracking", "150403-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task3766"], ["description", "I-am-the-task-description_4820"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.419537"], ["updated_at", "2015-04-03 12:29:59.419537"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task6123"], ["description", "I-am-the-task-description_5222"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.423735"], ["updated_at", "2015-04-03 12:29:59.423735"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:59.429778"], ["updated_at", "2015-04-03 12:29:59.429778"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7869"], ["description", "I-am-the-goal-description_7739"], ["version", 1], ["created_at", "2015-04-03 12:29:59.438410"], ["updated_at", "2015-04-03 12:29:59.438410"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task8090"], ["description", "I-am-the-task-description_7009"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.442293"], ["updated_at", "2015-04-03 12:29:59.442293"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task1850"], ["description", "I-am-the-task-description_1151"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.446321"], ["updated_at", "2015-04-03 12:29:59.446321"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:59.452425"], ["updated_at", "2015-04-03 12:29:59.452425"]]  (1.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 7ms (ActiveRecord: 2.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_882"], ["description", "I-am-the-goal-description_6278"], ["version", 1], ["created_at", "2015-04-03 12:29:59.461489"], ["updated_at", "2015-04-03 12:29:59.461489"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task5795"], ["description", "I-am-the-task-description_1849"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.465387"], ["updated_at", "2015-04-03 12:29:59.465387"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1722"], ["description", "I-am-the-task-description_525"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.469293"], ["updated_at", "2015-04-03 12:29:59.469293"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_378"], ["description", "I-am-the-goal-description_8900"], ["version", 1], ["created_at", "2015-04-03 12:29:59.480910"], ["updated_at", "2015-04-03 12:29:59.480910"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task6255"], ["description", "I-am-the-task-description_48"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.484709"], ["updated_at", "2015-04-03 12:29:59.484709"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task5549"], ["description", "I-am-the-task-description_2349"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.488310"], ["updated_at", "2015-04-03 12:29:59.488310"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:59.491985"], ["updated_at", "2015-04-03 12:29:59.491985"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2897"], ["description", "I-am-the-goal-description_1155"], ["version", 1], ["created_at", "2015-04-03 12:29:59.502912"], ["updated_at", "2015-04-03 12:29:59.502912"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task4695"], ["description", "I-am-the-task-description_6108"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.508622"], ["updated_at", "2015-04-03 12:29:59.508622"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task4491"], ["description", "I-am-the-task-description_636"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.512499"], ["updated_at", "2015-04-03 12:29:59.512499"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:59.516179"], ["updated_at", "2015-04-03 12:29:59.516179"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_82"], ["description", "I-am-the-goal-description_3482"], ["version", 1], ["created_at", "2015-04-03 12:29:59.527084"], ["updated_at", "2015-04-03 12:29:59.527084"], ["tracking", "150403-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task7166"], ["description", "I-am-the-task-description_9489"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.531459"], ["updated_at", "2015-04-03 12:29:59.531459"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task4597"], ["description", "I-am-the-task-description_144"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.535538"], ["updated_at", "2015-04-03 12:29:59.535538"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:59.539751"], ["updated_at", "2015-04-03 12:29:59.539751"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4732"], ["description", "I-am-the-goal-description_8103"], ["version", 1], ["created_at", "2015-04-03 12:29:59.611789"], ["updated_at", "2015-04-03 12:29:59.611789"], ["tracking", "150403-25"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task2505"], ["description", "I-am-the-task-description_84"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.617377"], ["updated_at", "2015-04-03 12:29:59.617377"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task5360"], ["description", "I-am-the-task-description_8046"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.621818"], ["updated_at", "2015-04-03 12:29:59.621818"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:59.626117"], ["updated_at", "2015-04-03 12:29:59.626117"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6733"], ["description", "I-am-the-goal-description_373"], ["version", 1], ["created_at", "2015-04-03 12:29:59.639803"], ["updated_at", "2015-04-03 12:29:59.639803"], ["tracking", "150403-26"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task4549"], ["description", "I-am-the-task-description_5061"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.644094"], ["updated_at", "2015-04-03 12:29:59.644094"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task2551"], ["description", "I-am-the-task-description_8071"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.648603"], ["updated_at", "2015-04-03 12:29:59.648603"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:59.652577"], ["updated_at", "2015-04-03 12:29:59.652577"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3885"], ["description", "I-am-the-goal-description_3395"], ["version", 1], ["created_at", "2015-04-03 12:29:59.666245"], ["updated_at", "2015-04-03 12:29:59.666245"], ["tracking", "150403-27"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task2465"], ["description", "I-am-the-task-description_2811"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.670615"], ["updated_at", "2015-04-03 12:29:59.670615"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task6153"], ["description", "I-am-the-task-description_7808"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:29:59.675297"], ["updated_at", "2015-04-03 12:29:59.675297"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:29:59.679116"], ["updated_at", "2015-04-03 12:29:59.679116"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:29:59.685279"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5964"], ["description", "I-am-the-goal-description_7458"], ["version", 1], ["created_at", "2015-04-03 12:30:21.420001"], ["updated_at", "2015-04-03 12:30:21.420001"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9339"], ["description", "I-am-the-task-description_7920"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.480095"], ["updated_at", "2015-04-03 12:30:21.480095"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2039"], ["description", "I-am-the-task-description_4679"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.484298"], ["updated_at", "2015-04-03 12:30:21.484298"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:30:21.567502"], ["task_id", 1], ["created_at", "2015-04-03 12:30:21.575118"], ["updated_at", "2015-04-03 12:30:21.575118"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:30:21.576949"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 89ms (ActiveRecord: 2.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5884"], ["description", "I-am-the-goal-description_6411"], ["version", 1], ["created_at", "2015-04-03 12:30:21.587152"], ["updated_at", "2015-04-03 12:30:21.587152"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task8804"], ["description", "I-am-the-task-description_6433"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.591064"], ["updated_at", "2015-04-03 12:30:21.591064"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task1831"], ["description", "I-am-the-task-description_9951"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.594795"], ["updated_at", "2015-04-03 12:30:21.594795"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:30:21.601090"], ["task_id", 3], ["created_at", "2015-04-03 12:30:21.602695"], ["updated_at", "2015-04-03 12:30:21.602695"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:30:21.604706"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1768"], ["description", "I-am-the-goal-description_7505"], ["version", 1], ["created_at", "2015-04-03 12:30:21.613887"], ["updated_at", "2015-04-03 12:30:21.613887"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task3476"], ["description", "I-am-the-task-description_3723"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.618081"], ["updated_at", "2015-04-03 12:30:21.618081"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task5395"], ["description", "I-am-the-task-description_9774"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.622210"], ["updated_at", "2015-04-03 12:30:21.622210"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:30:21.629636"], ["task_id", 5], ["created_at", "2015-04-03 12:30:21.630839"], ["updated_at", "2015-04-03 12:30:21.630839"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:30:21.632382"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1107"], ["description", "I-am-the-goal-description_604"], ["version", 1], ["created_at", "2015-04-03 12:30:21.642108"], ["updated_at", "2015-04-03 12:30:21.642108"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task7131"], ["description", "I-am-the-task-description_3432"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.646422"], ["updated_at", "2015-04-03 12:30:21.646422"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task9385"], ["description", "I-am-the-task-description_710"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.650212"], ["updated_at", "2015-04-03 12:30:21.650212"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:30:21.656606"], ["task_id", 7], ["created_at", "2015-04-03 12:30:21.657853"], ["updated_at", "2015-04-03 12:30:21.657853"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:30:21.659522"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5040"], ["description", "I-am-the-goal-description_317"], ["version", 1], ["created_at", "2015-04-03 12:30:21.666107"], ["updated_at", "2015-04-03 12:30:21.666107"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task7315"], ["description", "I-am-the-task-description_6478"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.670525"], ["updated_at", "2015-04-03 12:30:21.670525"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task2600"], ["description", "I-am-the-task-description_8763"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.674466"], ["updated_at", "2015-04-03 12:30:21.674466"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 69ms (Views: 17.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5549"], ["description", "I-am-the-goal-description_1126"], ["version", 1], ["created_at", "2015-04-03 12:30:21.751060"], ["updated_at", "2015-04-03 12:30:21.751060"], ["tracking", "150403-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task5834"], ["description", "I-am-the-task-description_3029"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.755805"], ["updated_at", "2015-04-03 12:30:21.755805"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task3596"], ["description", "I-am-the-task-description_4925"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.759746"], ["updated_at", "2015-04-03 12:30:21.759746"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3405"], ["description", "I-am-the-goal-description_8072"], ["version", 1], ["created_at", "2015-04-03 12:30:21.799160"], ["updated_at", "2015-04-03 12:30:21.799160"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task3828"], ["description", "I-am-the-task-description_6389"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.803545"], ["updated_at", "2015-04-03 12:30:21.803545"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_738"], ["description", "I-am-the-goal-description_701"], ["version", 1], ["created_at", "2015-04-03 12:30:21.807303"], ["updated_at", "2015-04-03 12:30:21.807303"], ["tracking", "150403-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task8551"], ["description", "I-am-the-task-description_9828"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.811272"], ["updated_at", "2015-04-03 12:30:21.811272"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_298"], ["description", "I-am-the-goal-description_5438"], ["version", 1], ["created_at", "2015-04-03 12:30:21.820401"], ["updated_at", "2015-04-03 12:30:21.820401"], ["tracking", "150403-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task8393"], ["description", "I-am-the-task-description_973"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.825297"], ["updated_at", "2015-04-03 12:30:21.825297"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task5228"], ["description", "I-am-the-task-description_7113"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.829234"], ["updated_at", "2015-04-03 12:30:21.829234"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8980"], ["description", "I-am-the-goal-description_7723"], ["version", 1], ["created_at", "2015-04-03 12:30:21.843455"], ["updated_at", "2015-04-03 12:30:21.843455"], ["tracking", "150403-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task4227"], ["description", "I-am-the-task-description_116"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.847330"], ["updated_at", "2015-04-03 12:30:21.847330"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3529"], ["description", "I-am-the-goal-description_8357"], ["version", 1], ["created_at", "2015-04-03 12:30:21.851083"], ["updated_at", "2015-04-03 12:30:21.851083"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task6343"], ["description", "I-am-the-task-description_9841"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.855180"], ["updated_at", "2015-04-03 12:30:21.855180"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4512"], ["description", "I-am-the-goal-description_637"], ["version", 1], ["created_at", "2015-04-03 12:30:21.866154"], ["updated_at", "2015-04-03 12:30:21.866154"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task5081"], ["description", "I-am-the-task-description_5372"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.870775"], ["updated_at", "2015-04-03 12:30:21.870775"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task5267"], ["description", "I-am-the-task-description_7686"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.875100"], ["updated_at", "2015-04-03 12:30:21.875100"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1288"], ["description", "I-am-the-goal-description_433"], ["version", 1], ["created_at", "2015-04-03 12:30:21.890690"], ["updated_at", "2015-04-03 12:30:21.890690"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task67"], ["description", "I-am-the-task-description_5817"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.894812"], ["updated_at", "2015-04-03 12:30:21.894812"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2709"], ["description", "I-am-the-goal-description_1363"], ["version", 1], ["created_at", "2015-04-03 12:30:21.898508"], ["updated_at", "2015-04-03 12:30:21.898508"], ["tracking", "150403-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task8268"], ["description", "I-am-the-task-description_5353"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.902914"], ["updated_at", "2015-04-03 12:30:21.902914"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5551"], ["description", "I-am-the-goal-description_3935"], ["version", 1], ["created_at", "2015-04-03 12:30:21.913860"], ["updated_at", "2015-04-03 12:30:21.913860"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task3534"], ["description", "I-am-the-task-description_3296"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.918047"], ["updated_at", "2015-04-03 12:30:21.918047"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task147"], ["description", "I-am-the-task-description_2213"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.922003"], ["updated_at", "2015-04-03 12:30:21.922003"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4565"], ["description", "I-am-the-goal-description_1070"], ["version", 1], ["created_at", "2015-04-03 12:30:21.934578"], ["updated_at", "2015-04-03 12:30:21.934578"], ["tracking", "150403-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task6116"], ["description", "I-am-the-task-description_2450"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.938597"], ["updated_at", "2015-04-03 12:30:21.938597"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task4691"], ["description", "I-am-the-task-description_5410"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.942544"], ["updated_at", "2015-04-03 12:30:21.942544"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8010"], ["description", "I-am-the-goal-description_6948"], ["version", 1], ["created_at", "2015-04-03 12:30:21.954456"], ["updated_at", "2015-04-03 12:30:21.954456"], ["tracking", "150403-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task4752"], ["description", "I-am-the-task-description_9172"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.960356"], ["updated_at", "2015-04-03 12:30:21.960356"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task5543"], ["description", "I-am-the-task-description_8238"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.964450"], ["updated_at", "2015-04-03 12:30:21.964450"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1215"], ["description", "I-am-the-goal-description_5643"], ["version", 1], ["created_at", "2015-04-03 12:30:21.977573"], ["updated_at", "2015-04-03 12:30:21.977573"], ["tracking", "150403-18"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task8800"], ["description", "I-am-the-task-description_7962"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.981566"], ["updated_at", "2015-04-03 12:30:21.981566"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task9914"], ["description", "I-am-the-task-description_7830"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:21.985519"], ["updated_at", "2015-04-03 12:30:21.985519"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:30:22.046213"], ["updated_at", "2015-04-03 12:30:22.046213"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3427ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7"], ["description", "I-am-the-goal-description_3193"], ["version", 1], ["created_at", "2015-04-03 12:30:25.475970"], ["updated_at", "2015-04-03 12:30:25.475970"], ["tracking", "150403-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task3543"], ["description", "I-am-the-task-description_8907"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.482333"], ["updated_at", "2015-04-03 12:30:25.482333"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task6233"], ["description", "I-am-the-task-description_4999"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.486579"], ["updated_at", "2015-04-03 12:30:25.486579"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:30:25.493569"], ["updated_at", "2015-04-03 12:30:25.493569"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4233"], ["description", "I-am-the-goal-description_1318"], ["version", 1], ["created_at", "2015-04-03 12:30:25.505858"], ["updated_at", "2015-04-03 12:30:25.505858"], ["tracking", "150403-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task1352"], ["description", "I-am-the-task-description_5889"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.509965"], ["updated_at", "2015-04-03 12:30:25.509965"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task6039"], ["description", "I-am-the-task-description_3286"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.513780"], ["updated_at", "2015-04-03 12:30:25.513780"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:30:25.521454"], ["updated_at", "2015-04-03 12:30:25.521454"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 5ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_283"], ["description", "I-am-the-goal-description_4111"], ["version", 1], ["created_at", "2015-04-03 12:30:25.529141"], ["updated_at", "2015-04-03 12:30:25.529141"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task1922"], ["description", "I-am-the-task-description_6672"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.533044"], ["updated_at", "2015-04-03 12:30:25.533044"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task6521"], ["description", "I-am-the-task-description_6775"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.537396"], ["updated_at", "2015-04-03 12:30:25.537396"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5605"], ["description", "I-am-the-goal-description_9745"], ["version", 1], ["created_at", "2015-04-03 12:30:25.548553"], ["updated_at", "2015-04-03 12:30:25.548553"], ["tracking", "150403-22"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task7303"], ["description", "I-am-the-task-description_6386"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.552595"], ["updated_at", "2015-04-03 12:30:25.552595"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task9807"], ["description", "I-am-the-task-description_9548"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.556473"], ["updated_at", "2015-04-03 12:30:25.556473"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:30:25.560304"], ["updated_at", "2015-04-03 12:30:25.560304"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.2ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1694"], ["description", "I-am-the-goal-description_6156"], ["version", 1], ["created_at", "2015-04-03 12:30:25.574426"], ["updated_at", "2015-04-03 12:30:25.574426"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task4509"], ["description", "I-am-the-task-description_1077"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.578219"], ["updated_at", "2015-04-03 12:30:25.578219"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task8947"], ["description", "I-am-the-task-description_1907"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.581919"], ["updated_at", "2015-04-03 12:30:25.581919"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:30:25.585767"], ["updated_at", "2015-04-03 12:30:25.585767"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1281"], ["description", "I-am-the-goal-description_1801"], ["version", 1], ["created_at", "2015-04-03 12:30:25.597755"], ["updated_at", "2015-04-03 12:30:25.597755"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task2486"], ["description", "I-am-the-task-description_9491"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.602108"], ["updated_at", "2015-04-03 12:30:25.602108"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task8126"], ["description", "I-am-the-task-description_1472"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.605953"], ["updated_at", "2015-04-03 12:30:25.605953"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:30:25.610282"], ["updated_at", "2015-04-03 12:30:25.610282"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5606"], ["description", "I-am-the-goal-description_4368"], ["version", 1], ["created_at", "2015-04-03 12:30:25.679821"], ["updated_at", "2015-04-03 12:30:25.679821"], ["tracking", "150403-25"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task4805"], ["description", "I-am-the-task-description_5644"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.685106"], ["updated_at", "2015-04-03 12:30:25.685106"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task9903"], ["description", "I-am-the-task-description_8974"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.689510"], ["updated_at", "2015-04-03 12:30:25.689510"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:30:25.694153"], ["updated_at", "2015-04-03 12:30:25.694153"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8273"], ["description", "I-am-the-goal-description_2184"], ["version", 1], ["created_at", "2015-04-03 12:30:25.708051"], ["updated_at", "2015-04-03 12:30:25.708051"], ["tracking", "150403-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task3694"], ["description", "I-am-the-task-description_2985"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.712339"], ["updated_at", "2015-04-03 12:30:25.712339"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task2020"], ["description", "I-am-the-task-description_169"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.716525"], ["updated_at", "2015-04-03 12:30:25.716525"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:30:25.722318"], ["updated_at", "2015-04-03 12:30:25.722318"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6888"], ["description", "I-am-the-goal-description_100"], ["version", 1], ["created_at", "2015-04-03 12:30:25.734354"], ["updated_at", "2015-04-03 12:30:25.734354"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task4937"], ["description", "I-am-the-task-description_4416"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.738257"], ["updated_at", "2015-04-03 12:30:25.738257"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task3648"], ["description", "I-am-the-task-description_5599"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:30:25.742028"], ["updated_at", "2015-04-03 12:30:25.742028"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:30:25.745795"], ["updated_at", "2015-04-03 12:30:25.745795"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:30:25.751812"], ["id", 57]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8862"], ["description", "I-am-the-goal-description_2707"], ["version", 1], ["created_at", "2015-04-03 12:31:06.267480"], ["updated_at", "2015-04-03 12:31:06.267480"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8400"], ["description", "I-am-the-goal-description_940"], ["version", 1], ["created_at", "2015-04-03 12:31:06.316339"], ["updated_at", "2015-04-03 12:31:06.316339"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 24ms (Views: 15.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3182"], ["description", "I-am-the-goal-description_4972"], ["version", 1], ["created_at", "2015-04-03 12:31:06.427926"], ["updated_at", "2015-04-03 12:31:06.427926"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_200"], ["description", "I-am-the-goal-description_9662"], ["version", 1], ["created_at", "2015-04-03 12:31:06.432114"], ["updated_at", "2015-04-03 12:31:06.432114"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 11ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_959"], ["description", "I-am-the-goal-description_9432"], ["version", 1], ["created_at", "2015-04-03 12:31:06.457885"], ["updated_at", "2015-04-03 12:31:06.457885"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8890"], ["description", "I-am-the-goal-description_2235"], ["version", 1], ["created_at", "2015-04-03 12:31:06.462065"], ["updated_at", "2015-04-03 12:31:06.462065"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3441"], ["description", "I-am-the-goal-description_2398"], ["version", 1], ["created_at", "2015-04-03 12:37:18.019446"], ["updated_at", "2015-04-03 12:37:18.019446"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_173"], ["description", "I-am-the-goal-description_6912"], ["version", 1], ["created_at", "2015-04-03 12:37:18.028909"], ["updated_at", "2015-04-03 12:37:18.028909"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 65ms (Views: 58.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9217"], ["description", "I-am-the-goal-description_5136"], ["version", 1], ["created_at", "2015-04-03 12:37:18.190877"], ["updated_at", "2015-04-03 12:37:18.190877"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1811"], ["description", "I-am-the-goal-description_2961"], ["version", 1], ["created_at", "2015-04-03 12:37:18.195787"], ["updated_at", "2015-04-03 12:37:18.195787"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4315"], ["description", "I-am-the-goal-description_6913"], ["version", 1], ["created_at", "2015-04-03 12:37:18.220035"], ["updated_at", "2015-04-03 12:37:18.220035"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2462"], ["description", "I-am-the-goal-description_9055"], ["version", 1], ["created_at", "2015-04-03 12:37:18.223943"], ["updated_at", "2015-04-03 12:37:18.223943"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9044"], ["description", "I-am-the-goal-description_2562"], ["version", 1], ["created_at", "2015-04-03 12:37:18.244555"], ["updated_at", "2015-04-03 12:37:18.244555"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task1700"], ["description", "I-am-the-task-description_1479"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.255215"], ["updated_at", "2015-04-03 12:37:18.255215"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 12:37:18.268414"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 12:37:18.269713"], ["updated_at", "2015-04-03 12:37:18.269713"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 12:37:18.271929"], ["id", 1]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 12:37:18 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 12:37:18 UTC", "updated_at"=>"2015-04-03 12:37:18 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 12:37:18.283904"], ["created_at", "2015-04-03 12:37:18.284511"], ["updated_at", "2015-04-03 12:37:18.284511"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3086"], ["description", "I-am-the-goal-description_8704"], ["version", 1], ["created_at", "2015-04-03 12:37:18.301167"], ["updated_at", "2015-04-03 12:37:18.301167"], ["tracking", "150403-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task9902"], ["description", "I-am-the-task-description_4530"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.351801"], ["updated_at", "2015-04-03 12:37:18.351801"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task8901"], ["description", "I-am-the-task-description_1684"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.356151"], ["updated_at", "2015-04-03 12:37:18.356151"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:37:18.364795"], ["task_id", 2], ["created_at", "2015-04-03 12:37:18.366236"], ["updated_at", "2015-04-03 12:37:18.366236"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:37:18.368312"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9545"], ["description", "I-am-the-goal-description_4734"], ["version", 1], ["created_at", "2015-04-03 12:37:18.376054"], ["updated_at", "2015-04-03 12:37:18.376054"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task5282"], ["description", "I-am-the-task-description_6682"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.381092"], ["updated_at", "2015-04-03 12:37:18.381092"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task8818"], ["description", "I-am-the-task-description_8990"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.385807"], ["updated_at", "2015-04-03 12:37:18.385807"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:37:18.393043"], ["task_id", 4], ["created_at", "2015-04-03 12:37:18.394803"], ["updated_at", "2015-04-03 12:37:18.394803"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:37:18.397306"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8320"], ["description", "I-am-the-goal-description_4937"], ["version", 1], ["created_at", "2015-04-03 12:37:18.405411"], ["updated_at", "2015-04-03 12:37:18.405411"], ["tracking", "150403-6"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task8035"], ["description", "I-am-the-task-description_9109"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.409830"], ["updated_at", "2015-04-03 12:37:18.409830"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task9783"], ["description", "I-am-the-task-description_3070"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.413729"], ["updated_at", "2015-04-03 12:37:18.413729"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:37:18.421269"], ["task_id", 6], ["created_at", "2015-04-03 12:37:18.422497"], ["updated_at", "2015-04-03 12:37:18.422497"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:37:18.424167"], ["id", 6]]  (1.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 2.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6966"], ["description", "I-am-the-goal-description_6848"], ["version", 1], ["created_at", "2015-04-03 12:37:18.433834"], ["updated_at", "2015-04-03 12:37:18.433834"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task4523"], ["description", "I-am-the-task-description_7252"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.438163"], ["updated_at", "2015-04-03 12:37:18.438163"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task4988"], ["description", "I-am-the-task-description_6757"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.442036"], ["updated_at", "2015-04-03 12:37:18.442036"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:37:18.448278"], ["task_id", 8], ["created_at", "2015-04-03 12:37:18.449511"], ["updated_at", "2015-04-03 12:37:18.449511"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:37:18.451105"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5127"], ["description", "I-am-the-goal-description_7343"], ["version", 1], ["created_at", "2015-04-03 12:37:18.457574"], ["updated_at", "2015-04-03 12:37:18.457574"], ["tracking", "150403-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3505"], ["description", "I-am-the-task-description_524"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.462476"], ["updated_at", "2015-04-03 12:37:18.462476"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task5093"], ["description", "I-am-the-task-description_9569"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.467551"], ["updated_at", "2015-04-03 12:37:18.467551"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.7ms) Completed 200 OK in 8ms (Views: 4.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5735"], ["description", "I-am-the-goal-description_7226"], ["version", 1], ["created_at", "2015-04-03 12:37:18.482995"], ["updated_at", "2015-04-03 12:37:18.482995"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task7866"], ["description", "I-am-the-task-description_6448"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.486808"], ["updated_at", "2015-04-03 12:37:18.486808"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task5949"], ["description", "I-am-the-task-description_852"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.490573"], ["updated_at", "2015-04-03 12:37:18.490573"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (1.1ms) commit transaction  (0.2ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4795"], ["description", "I-am-the-goal-description_1850"], ["version", 1], ["created_at", "2015-04-03 12:37:18.533099"], ["updated_at", "2015-04-03 12:37:18.533099"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task3189"], ["description", "I-am-the-task-description_872"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.536953"], ["updated_at", "2015-04-03 12:37:18.536953"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6385"], ["description", "I-am-the-goal-description_8789"], ["version", 1], ["created_at", "2015-04-03 12:37:18.540561"], ["updated_at", "2015-04-03 12:37:18.540561"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task4312"], ["description", "I-am-the-task-description_4445"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.545095"], ["updated_at", "2015-04-03 12:37:18.545095"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2857"], ["description", "I-am-the-goal-description_6647"], ["version", 1], ["created_at", "2015-04-03 12:37:18.554591"], ["updated_at", "2015-04-03 12:37:18.554591"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task2068"], ["description", "I-am-the-task-description_8890"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.558667"], ["updated_at", "2015-04-03 12:37:18.558667"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task1493"], ["description", "I-am-the-task-description_2089"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.562464"], ["updated_at", "2015-04-03 12:37:18.562464"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7967"], ["description", "I-am-the-goal-description_6648"], ["version", 1], ["created_at", "2015-04-03 12:37:18.578567"], ["updated_at", "2015-04-03 12:37:18.578567"], ["tracking", "150403-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task7666"], ["description", "I-am-the-task-description_7995"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.583002"], ["updated_at", "2015-04-03 12:37:18.583002"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9389"], ["description", "I-am-the-goal-description_6477"], ["version", 1], ["created_at", "2015-04-03 12:37:18.587761"], ["updated_at", "2015-04-03 12:37:18.587761"], ["tracking", "150403-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task4765"], ["description", "I-am-the-task-description_3808"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.592103"], ["updated_at", "2015-04-03 12:37:18.592103"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6448"], ["description", "I-am-the-goal-description_1420"], ["version", 1], ["created_at", "2015-04-03 12:37:18.604073"], ["updated_at", "2015-04-03 12:37:18.604073"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task2019"], ["description", "I-am-the-task-description_9824"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.608691"], ["updated_at", "2015-04-03 12:37:18.608691"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task6479"], ["description", "I-am-the-task-description_786"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.613084"], ["updated_at", "2015-04-03 12:37:18.613084"]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1238"], ["description", "I-am-the-goal-description_8224"], ["version", 1], ["created_at", "2015-04-03 12:37:18.628219"], ["updated_at", "2015-04-03 12:37:18.628219"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task4818"], ["description", "I-am-the-task-description_4964"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.632463"], ["updated_at", "2015-04-03 12:37:18.632463"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1694"], ["description", "I-am-the-goal-description_2746"], ["version", 1], ["created_at", "2015-04-03 12:37:18.636603"], ["updated_at", "2015-04-03 12:37:18.636603"], ["tracking", "150403-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task3422"], ["description", "I-am-the-task-description_7774"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.640746"], ["updated_at", "2015-04-03 12:37:18.640746"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8318"], ["description", "I-am-the-goal-description_8631"], ["version", 1], ["created_at", "2015-04-03 12:37:18.651621"], ["updated_at", "2015-04-03 12:37:18.651621"], ["tracking", "150403-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task1602"], ["description", "I-am-the-task-description_920"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.655697"], ["updated_at", "2015-04-03 12:37:18.655697"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task2430"], ["description", "I-am-the-task-description_6909"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.659554"], ["updated_at", "2015-04-03 12:37:18.659554"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5861"], ["description", "I-am-the-goal-description_1026"], ["version", 1], ["created_at", "2015-04-03 12:37:18.672350"], ["updated_at", "2015-04-03 12:37:18.672350"], ["tracking", "150403-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task7588"], ["description", "I-am-the-task-description_2182"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.676691"], ["updated_at", "2015-04-03 12:37:18.676691"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task2434"], ["description", "I-am-the-task-description_7792"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.681634"], ["updated_at", "2015-04-03 12:37:18.681634"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_28"], ["description", "I-am-the-goal-description_2499"], ["version", 1], ["created_at", "2015-04-03 12:37:18.692668"], ["updated_at", "2015-04-03 12:37:18.692668"], ["tracking", "150403-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task1074"], ["description", "I-am-the-task-description_1076"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.698831"], ["updated_at", "2015-04-03 12:37:18.698831"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task2315"], ["description", "I-am-the-task-description_807"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.703206"], ["updated_at", "2015-04-03 12:37:18.703206"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7945"], ["description", "I-am-the-goal-description_4839"], ["version", 1], ["created_at", "2015-04-03 12:37:18.715385"], ["updated_at", "2015-04-03 12:37:18.715385"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task1338"], ["description", "I-am-the-task-description_8102"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.719617"], ["updated_at", "2015-04-03 12:37:18.719617"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task7250"], ["description", "I-am-the-task-description_321"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:18.723530"], ["updated_at", "2015-04-03 12:37:18.723530"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:37:18.735004"], ["updated_at", "2015-04-03 12:37:18.735004"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3534ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8511"], ["description", "I-am-the-goal-description_1670"], ["version", 1], ["created_at", "2015-04-03 12:37:22.270864"], ["updated_at", "2015-04-03 12:37:22.270864"], ["tracking", "150403-22"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task1845"], ["description", "I-am-the-task-description_7687"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.277561"], ["updated_at", "2015-04-03 12:37:22.277561"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task8057"], ["description", "I-am-the-task-description_4763"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.282258"], ["updated_at", "2015-04-03 12:37:22.282258"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:37:22.290577"], ["updated_at", "2015-04-03 12:37:22.290577"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3422"], ["description", "I-am-the-goal-description_9140"], ["version", 1], ["created_at", "2015-04-03 12:37:22.303795"], ["updated_at", "2015-04-03 12:37:22.303795"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task5544"], ["description", "I-am-the-task-description_4590"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.310642"], ["updated_at", "2015-04-03 12:37:22.310642"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task2442"], ["description", "I-am-the-task-description_8826"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.315739"], ["updated_at", "2015-04-03 12:37:22.315739"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:37:22.322124"], ["updated_at", "2015-04-03 12:37:22.322124"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6381"], ["description", "I-am-the-goal-description_7472"], ["version", 1], ["created_at", "2015-04-03 12:37:22.330147"], ["updated_at", "2015-04-03 12:37:22.330147"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task5914"], ["description", "I-am-the-task-description_5819"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.334044"], ["updated_at", "2015-04-03 12:37:22.334044"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task1595"], ["description", "I-am-the-task-description_7250"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.337861"], ["updated_at", "2015-04-03 12:37:22.337861"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8807"], ["description", "I-am-the-goal-description_4076"], ["version", 1], ["created_at", "2015-04-03 12:37:22.349151"], ["updated_at", "2015-04-03 12:37:22.349151"], ["tracking", "150403-25"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task3318"], ["description", "I-am-the-task-description_7809"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.353070"], ["updated_at", "2015-04-03 12:37:22.353070"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task1781"], ["description", "I-am-the-task-description_3388"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.356840"], ["updated_at", "2015-04-03 12:37:22.356840"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:37:22.360525"], ["updated_at", "2015-04-03 12:37:22.360525"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6102"], ["description", "I-am-the-goal-description_4019"], ["version", 1], ["created_at", "2015-04-03 12:37:22.371288"], ["updated_at", "2015-04-03 12:37:22.371288"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task1041"], ["description", "I-am-the-task-description_9248"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.377029"], ["updated_at", "2015-04-03 12:37:22.377029"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task4393"], ["description", "I-am-the-task-description_6883"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.380792"], ["updated_at", "2015-04-03 12:37:22.380792"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:37:22.384456"], ["updated_at", "2015-04-03 12:37:22.384456"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5490"], ["description", "I-am-the-goal-description_1649"], ["version", 1], ["created_at", "2015-04-03 12:37:22.395800"], ["updated_at", "2015-04-03 12:37:22.395800"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task6661"], ["description", "I-am-the-task-description_9959"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.399940"], ["updated_at", "2015-04-03 12:37:22.399940"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task9581"], ["description", "I-am-the-task-description_7970"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.403866"], ["updated_at", "2015-04-03 12:37:22.403866"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:37:22.408066"], ["updated_at", "2015-04-03 12:37:22.408066"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7789"], ["description", "I-am-the-goal-description_4243"], ["version", 1], ["created_at", "2015-04-03 12:37:22.430605"], ["updated_at", "2015-04-03 12:37:22.430605"], ["tracking", "150403-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task6618"], ["description", "I-am-the-task-description_3186"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.434396"], ["updated_at", "2015-04-03 12:37:22.434396"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task9681"], ["description", "I-am-the-task-description_1696"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.438186"], ["updated_at", "2015-04-03 12:37:22.438186"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:37:22.441936"], ["updated_at", "2015-04-03 12:37:22.441936"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6578"], ["description", "I-am-the-goal-description_2781"], ["version", 1], ["created_at", "2015-04-03 12:37:22.455617"], ["updated_at", "2015-04-03 12:37:22.455617"], ["tracking", "150403-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task3657"], ["description", "I-am-the-task-description_4039"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.459637"], ["updated_at", "2015-04-03 12:37:22.459637"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task2714"], ["description", "I-am-the-task-description_5751"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.463535"], ["updated_at", "2015-04-03 12:37:22.463535"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:37:22.467925"], ["updated_at", "2015-04-03 12:37:22.467925"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8382"], ["description", "I-am-the-goal-description_2778"], ["version", 1], ["created_at", "2015-04-03 12:37:22.481946"], ["updated_at", "2015-04-03 12:37:22.481946"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 34], ["title", "I-am-a-task4562"], ["description", "I-am-the-task-description_8794"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.485758"], ["updated_at", "2015-04-03 12:37:22.485758"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 34], ["title", "I-am-a-task6407"], ["description", "I-am-the-task-description_9500"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.490165"], ["updated_at", "2015-04-03 12:37:22.490165"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:37:22.494046"], ["updated_at", "2015-04-03 12:37:22.494046"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:37:22.501173"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1293"], ["description", "I-am-the-goal-description_5419"], ["version", 1], ["created_at", "2015-04-03 12:37:22.561045"], ["updated_at", "2015-04-03 12:37:22.561045"], ["tracking", "150403-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1280"], ["description", "I-am-the-goal-description_7407"], ["version", 1], ["created_at", "2015-04-03 12:37:22.565858"], ["updated_at", "2015-04-03 12:37:22.565858"], ["tracking", "150403-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task750"], ["description", "I-am-the-task-description_2671"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.569651"], ["updated_at", "2015-04-03 12:37:22.569651"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2584"], ["description", "I-am-the-goal-description_2148"], ["version", 1], ["created_at", "2015-04-03 12:37:22.573558"], ["updated_at", "2015-04-03 12:37:22.573558"], ["tracking", "150403-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task6198"], ["description", "I-am-the-task-description_270"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.577986"], ["updated_at", "2015-04-03 12:37:22.577986"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5627"], ["description", "I-am-the-goal-description_8997"], ["version", 1], ["created_at", "2015-04-03 12:37:22.580965"], ["updated_at", "2015-04-03 12:37:22.580965"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task7437"], ["description", "I-am-the-task-description_9761"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.585353"], ["updated_at", "2015-04-03 12:37:22.585353"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task652"], ["description", "I-am-the-task-description_8763"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.589770"], ["updated_at", "2015-04-03 12:37:22.589770"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task652"], ["description", "I-am-the-task-description_717"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.594004"], ["updated_at", "2015-04-03 12:37:22.594004"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task2140"], ["description", "I-am-the-task-description_5530"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.598187"], ["updated_at", "2015-04-03 12:37:22.598187"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_232"], ["description", "I-am-the-goal-description_7091"], ["version", 1], ["created_at", "2015-04-03 12:37:22.605926"], ["updated_at", "2015-04-03 12:37:22.605926"], ["tracking", "150403-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5343"], ["description", "I-am-the-goal-description_7643"], ["version", 1], ["created_at", "2015-04-03 12:37:22.610964"], ["updated_at", "2015-04-03 12:37:22.610964"], ["tracking", "150403-36"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task5649"], ["description", "I-am-the-task-description_4318"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.614931"], ["updated_at", "2015-04-03 12:37:22.614931"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5478"], ["description", "I-am-the-goal-description_4163"], ["version", 1], ["created_at", "2015-04-03 12:37:22.618787"], ["updated_at", "2015-04-03 12:37:22.618787"], ["tracking", "150403-37"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task3826"], ["description", "I-am-the-task-description_6423"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.622566"], ["updated_at", "2015-04-03 12:37:22.622566"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5457"], ["description", "I-am-the-goal-description_3862"], ["version", 1], ["created_at", "2015-04-03 12:37:22.625951"], ["updated_at", "2015-04-03 12:37:22.625951"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task3663"], ["description", "I-am-the-task-description_1723"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.630473"], ["updated_at", "2015-04-03 12:37:22.630473"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task9979"], ["description", "I-am-the-task-description_9238"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.634607"], ["updated_at", "2015-04-03 12:37:22.634607"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task1052"], ["description", "I-am-the-task-description_8413"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.639382"], ["updated_at", "2015-04-03 12:37:22.639382"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task9883"], ["description", "I-am-the-task-description_9790"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.643646"], ["updated_at", "2015-04-03 12:37:22.643646"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8306"], ["description", "I-am-the-goal-description_6600"], ["version", 1], ["created_at", "2015-04-03 12:37:22.647073"], ["updated_at", "2015-04-03 12:37:22.647073"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6621"], ["description", "I-am-the-goal-description_2072"], ["version", 1], ["created_at", "2015-04-03 12:37:22.654599"], ["updated_at", "2015-04-03 12:37:22.654599"], ["tracking", "150403-40"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9327"], ["description", "I-am-the-goal-description_5948"], ["version", 1], ["created_at", "2015-04-03 12:37:22.661439"], ["updated_at", "2015-04-03 12:37:22.661439"], ["tracking", "150403-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task1848"], ["description", "I-am-the-task-description_5133"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.665258"], ["updated_at", "2015-04-03 12:37:22.665258"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3710"], ["description", "I-am-the-goal-description_3514"], ["version", 1], ["created_at", "2015-04-03 12:37:22.669051"], ["updated_at", "2015-04-03 12:37:22.669051"], ["tracking", "150403-42"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task2985"], ["description", "I-am-the-task-description_8704"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.673111"], ["updated_at", "2015-04-03 12:37:22.673111"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5747"], ["description", "I-am-the-goal-description_6881"], ["version", 1], ["created_at", "2015-04-03 12:37:22.676279"], ["updated_at", "2015-04-03 12:37:22.676279"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 47], ["title", "I-am-a-task1826"], ["description", "I-am-the-task-description_8410"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.680650"], ["updated_at", "2015-04-03 12:37:22.680650"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 47], ["title", "I-am-a-task7042"], ["description", "I-am-the-task-description_9036"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.685254"], ["updated_at", "2015-04-03 12:37:22.685254"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task2910"], ["description", "I-am-the-task-description_5697"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.689372"], ["updated_at", "2015-04-03 12:37:22.689372"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task9434"], ["description", "I-am-the-task-description_5216"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.693828"], ["updated_at", "2015-04-03 12:37:22.693828"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task9042"], ["description", "I-am-the-task-description_2855"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.698520"], ["updated_at", "2015-04-03 12:37:22.698520"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9847"], ["description", "I-am-the-goal-description_6433"], ["version", 1], ["created_at", "2015-04-03 12:37:22.704962"], ["updated_at", "2015-04-03 12:37:22.704962"], ["tracking", "150403-44"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4198"], ["description", "I-am-the-goal-description_5892"], ["version", 1], ["created_at", "2015-04-03 12:37:22.712315"], ["updated_at", "2015-04-03 12:37:22.712315"], ["tracking", "150403-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 49], ["title", "I-am-a-task6159"], ["description", "I-am-the-task-description_3366"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.716395"], ["updated_at", "2015-04-03 12:37:22.716395"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1459"], ["description", "I-am-the-goal-description_449"], ["version", 1], ["created_at", "2015-04-03 12:37:22.720545"], ["updated_at", "2015-04-03 12:37:22.720545"], ["tracking", "150403-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 50], ["title", "I-am-a-task878"], ["description", "I-am-the-task-description_153"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.724536"], ["updated_at", "2015-04-03 12:37:22.724536"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4634"], ["description", "I-am-the-goal-description_4884"], ["version", 1], ["created_at", "2015-04-03 12:37:22.727398"], ["updated_at", "2015-04-03 12:37:22.727398"], ["tracking", "150403-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 51], ["title", "I-am-a-task773"], ["description", "I-am-the-task-description_7814"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.731782"], ["updated_at", "2015-04-03 12:37:22.731782"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 51], ["title", "I-am-a-task2397"], ["description", "I-am-the-task-description_9197"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.736464"], ["updated_at", "2015-04-03 12:37:22.736464"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 48], ["title", "I-am-a-task7018"], ["description", "I-am-the-task-description_2450"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.740684"], ["updated_at", "2015-04-03 12:37:22.740684"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 48], ["title", "I-am-a-task3300"], ["description", "I-am-the-task-description_9364"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.745137"], ["updated_at", "2015-04-03 12:37:22.745137"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 48], ["title", "I-am-a-task6492"], ["description", "I-am-the-task-description_7704"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.749866"], ["updated_at", "2015-04-03 12:37:22.749866"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.4ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9831"], ["description", "I-am-the-goal-description_2990"], ["version", 1], ["created_at", "2015-04-03 12:37:22.758131"], ["updated_at", "2015-04-03 12:37:22.758131"], ["tracking", "150403-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task9938"], ["description", "I-am-the-task-description_1251"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.762283"], ["updated_at", "2015-04-03 12:37:22.762283"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1425"], ["description", "I-am-the-goal-description_9540"], ["version", 1], ["created_at", "2015-04-03 12:37:22.767446"], ["updated_at", "2015-04-03 12:37:22.767446"], ["tracking", "150403-49"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task4257"], ["description", "I-am-the-task-description_1683"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.771625"], ["updated_at", "2015-04-03 12:37:22.771625"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9286"], ["description", "I-am-the-goal-description_8575"], ["version", 1], ["created_at", "2015-04-03 12:37:22.776771"], ["updated_at", "2015-04-03 12:37:22.776771"], ["tracking", "150403-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task7425"], ["description", "I-am-the-task-description_5890"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.780536"], ["updated_at", "2015-04-03 12:37:22.780536"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_789"], ["description", "I-am-the-goal-description_6426"], ["version", 1], ["created_at", "2015-04-03 12:37:22.786056"], ["updated_at", "2015-04-03 12:37:22.786056"], ["tracking", "150403-51"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task2669"], ["description", "I-am-the-task-description_8973"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:37:22.789794"], ["updated_at", "2015-04-03 12:37:22.789794"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4810"], ["description", "I-am-the-goal-description_4268"], ["version", 1], ["created_at", "2015-04-03 12:37:22.795347"], ["updated_at", "2015-04-03 12:37:22.795347"], ["tracking", "150403-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 12:37:22.799373"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 12:37:22.801667"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7003"], ["description", "I-am-the-goal-description_6023"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5280"], ["description", "I-am-the-goal-description_7312"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6045"], ["description", "I-am-the-goal-description_2184"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_736"], ["description", "I-am-the-goal-description_9415"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2563"], ["description", "I-am-the-goal-description_8414"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 61], ["title", "I-am-a-task5565"], ["description", "I-am-the-task-description_6892"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3516"], ["description", "I-am-the-goal-description_4063"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 62], ["title", "I-am-a-task8747"], ["description", "I-am-the-task-description_3484"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1505"], ["description", "I-am-the-goal-description_7107"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 63], ["title", "I-am-a-task9846"], ["description", "I-am-the-task-description_5816"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1283"], ["description", "I-am-the-goal-description_4621"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 64], ["title", "I-am-a-task5804"], ["description", "I-am-the-task-description_7022"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4029"], ["description", "I-am-the-goal-description_7862"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 65], ["title", "I-am-a-task6549"], ["description", "I-am-the-task-description_4892"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7266"], ["description", "I-am-the-goal-description_4039"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8270"], ["description", "I-am-the-goal-description_343"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7508"], ["description", "I-am-the-goal-description_4688"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6287"], ["description", "I-am-the-goal-description_2553"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:37:36 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.9ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4002.9ms) Completed 200 OK in 13209ms (Views: 13179.6ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 14:37:49 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 14:37:49 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 14:37:49 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (16.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (23.9ms) Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.3ms)  (1.4ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4856"], ["description", "I-am-the-goal-description_2637"], ["version", 1], ["created_at", "2015-04-03 12:37:49.961258"], ["updated_at", "2015-04-03 12:37:49.961258"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6461"], ["description", "I-am-the-task-description_7698"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:50.051519"], ["updated_at", "2015-04-03 12:37:50.051519"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task98"], ["description", "I-am-the-task-description_1913"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:50.057165"], ["updated_at", "2015-04-03 12:37:50.057165"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5057"], ["description", "I-am-the-task-description_5281"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:50.061787"], ["updated_at", "2015-04-03 12:37:50.061787"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:37:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:37:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (103.6ms) Completed 200 OK in 122ms (Views: 107.7ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_763"], ["description", "I-am-the-goal-description_4446"], ["version", 1], ["created_at", "2015-04-03 12:37:50.451482"], ["updated_at", "2015-04-03 12:37:50.451482"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:37:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:37:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:37:50 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (5.9ms) Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2329"], ["description", "I-am-the-goal-description_1867"], ["version", 1], ["created_at", "2015-04-03 12:37:50.837046"], ["updated_at", "2015-04-03 12:37:50.837046"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:37:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:37:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:37:51 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:54414/flyboy/goals Completed 302 Found in 5ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:37:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1340"], ["description", "I-am-the-goal-description_8349"], ["version", 1], ["created_at", "2015-04-03 12:37:51.244094"], ["updated_at", "2015-04-03 12:37:51.244094"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:37:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.8ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:37:51 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (2.9ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9119"], ["description", "I-am-the-goal-description_3596"], ["version", 1], ["created_at", "2015-04-03 12:37:51.563019"], ["updated_at", "2015-04-03 12:37:51.563019"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:37:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:37:51 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (2.8ms) Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_557"], ["description", "I-am-the-goal-description_9410"], ["version", 1], ["created_at", "2015-04-03 12:37:51.836616"], ["updated_at", "2015-04-03 12:37:51.836616"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8306"], ["description", "I-am-the-task-description_7136"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:51.840612"], ["updated_at", "2015-04-03 12:37:51.840612"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:37:51 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.7ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (328.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (354.0ms) Completed 200 OK in 360ms (Views: 356.4ms | ActiveRecord: 0.9ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 14:37:52 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) 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-03 12:37:52.475394"], ["created_at", "2015-04-03 12:37:52.476285"], ["updated_at", "2015-04-03 12:37:52.476285"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 12:37:52.479217"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54414/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:37:52 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.3ms) Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 0.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4658"], ["description", "I-am-the-goal-description_5926"], ["version", 1], ["created_at", "2015-04-03 12:37:52.589803"], ["updated_at", "2015-04-03 12:37:52.589803"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:37:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:37:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 14:37:52 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (169.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (176.5ms) Completed 200 OK in 180ms (Views: 179.4ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:53 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 12:37:53.098614"], ["updated_at", "2015-04-03 12:37:53.098614"]]  (1.6ms) commit transaction Redirected to http://127.0.0.1:54414/flyboy/tasks/1 Completed 302 Found in 6ms (ActiveRecord: 2.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:37:53 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.7ms) Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9943"], ["description", "I-am-the-goal-description_2828"], ["version", 1], ["created_at", "2015-04-03 12:37:53.243160"], ["updated_at", "2015-04-03 12:37:53.243160"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5844"], ["description", "I-am-the-task-description_517"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:53.246982"], ["updated_at", "2015-04-03 12:37:53.246982"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:37:53 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.8ms) Completed 200 OK in 21ms (Views: 17.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1117"], ["description", "I-am-the-goal-description_3991"], ["version", 1], ["created_at", "2015-04-03 12:37:53.576784"], ["updated_at", "2015-04-03 12:37:53.576784"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5337"], ["description", "I-am-the-task-description_7982"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:53.581128"], ["updated_at", "2015-04-03 12:37:53.581128"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:37:53 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.5ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 14:37:53 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (89.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (93.0ms) Completed 200 OK in 97ms (Views: 95.7ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7982", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 12:37:54.072565"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54414/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.2ms) Completed 200 OK in 71ms (Views: 67.9ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1505"], ["description", "I-am-the-goal-description_1823"], ["version", 1], ["created_at", "2015-04-03 12:37:54.231269"], ["updated_at", "2015-04-03 12:37:54.231269"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task4414"], ["description", "I-am-the-task-description_1600"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:54.235134"], ["updated_at", "2015-04-03 12:37:54.235134"]]  (1.2ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (16.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.2ms) Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54414/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.9ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1403"], ["description", "I-am-the-goal-description_1401"], ["version", 1], ["created_at", "2015-04-03 12:37:54.618331"], ["updated_at", "2015-04-03 12:37:54.618331"], ["tracking", "150403-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1812"], ["description", "I-am-the-task-description_9414"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:54.623903"], ["updated_at", "2015-04-03 12:37:54.623903"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:37:54.759466"], ["task_id", 1], ["created_at", "2015-04-03 12:37:54.760801"], ["updated_at", "2015-04-03 12:37:54.760801"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:37:54.762427"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:54414/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4411"], ["description", "I-am-the-goal-description_5650"], ["version", 1], ["created_at", "2015-04-03 12:37:54.905200"], ["updated_at", "2015-04-03 12:37:54.905200"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7111"], ["description", "I-am-the-task-description_1049"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:54.911130"], ["updated_at", "2015-04-03 12:37:54.911130"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 14:37:55 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:37:55.043153"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54414/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3977"], ["description", "I-am-the-goal-description_5055"], ["version", 1], ["created_at", "2015-04-03 12:37:55.243380"], ["updated_at", "2015-04-03 12:37:55.243380"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task3445"], ["description", "I-am-the-task-description_8200"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:55.247530"], ["updated_at", "2015-04-03 12:37:55.247530"]]  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9175"], ["description", "I-am-the-goal-description_3965"], ["version", 1], ["created_at", "2015-04-03 12:37:55.251705"], ["updated_at", "2015-04-03 12:37:55.251705"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task187"], ["description", "I-am-the-task-description_7147"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:55.255217"], ["updated_at", "2015-04-03 12:37:55.255217"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8602"], ["description", "I-am-the-goal-description_7874"], ["version", 1], ["created_at", "2015-04-03 12:37:55.258471"], ["updated_at", "2015-04-03 12:37:55.258471"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task8381"], ["description", "I-am-the-task-description_3305"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:55.262316"], ["updated_at", "2015-04-03 12:37:55.262316"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 14:37:55 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (5.4ms) Completed 200 OK in 67ms (Views: 5.2ms | ActiveRecord: 0.4ms)  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7450"], ["description", "I-am-the-goal-description_197"], ["version", 1], ["created_at", "2015-04-03 12:37:55.528500"], ["updated_at", "2015-04-03 12:37:55.528500"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task271"], ["description", "I-am-the-task-description_5691"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:55.533294"], ["updated_at", "2015-04-03 12:37:55.533294"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5243"], ["description", "I-am-the-goal-description_7952"], ["version", 1], ["created_at", "2015-04-03 12:37:55.539100"], ["updated_at", "2015-04-03 12:37:55.539100"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task1352"], ["description", "I-am-the-task-description_6642"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:55.544914"], ["updated_at", "2015-04-03 12:37:55.544914"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3057"], ["description", "I-am-the-goal-description_5497"], ["version", 1], ["created_at", "2015-04-03 12:37:55.549024"], ["updated_at", "2015-04-03 12:37:55.549024"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1812"], ["description", "I-am-the-task-description_7951"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:55.552658"], ["updated_at", "2015-04-03 12:37:55.552658"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.9ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 14:37:55 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9820"], ["description", "I-am-the-goal-description_3248"], ["version", 1], ["created_at", "2015-04-03 12:37:55.820260"], ["updated_at", "2015-04-03 12:37:55.820260"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2564"], ["description", "I-am-the-task-description_3634"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:55.824364"], ["updated_at", "2015-04-03 12:37:55.824364"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4178"], ["description", "I-am-the-goal-description_2736"], ["version", 1], ["created_at", "2015-04-03 12:37:55.829732"], ["updated_at", "2015-04-03 12:37:55.829732"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task2345"], ["description", "I-am-the-task-description_2106"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:55.833264"], ["updated_at", "2015-04-03 12:37:55.833264"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4556"], ["description", "I-am-the-goal-description_2758"], ["version", 1], ["created_at", "2015-04-03 12:37:55.836988"], ["updated_at", "2015-04-03 12:37:55.836988"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task7608"], ["description", "I-am-the-task-description_9629"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:37:55.840461"], ["updated_at", "2015-04-03 12:37:55.840461"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:37:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 14:37:55 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.7ms) Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.5ms)  (1.4ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4851"], ["description", "I-am-the-goal-description_6003"], ["version", 1], ["created_at", "2015-04-03 12:40:43.370196"], ["updated_at", "2015-04-03 12:40:43.370196"], ["tracking", "150403-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_6281"], ["description", "I-am-the-goal-description_7832"], ["version", 1], ["created_at", "2015-04-03 12:40:43.382340"], ["updated_at", "2015-04-03 12:40:43.382340"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 70ms (Views: 62.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1394"], ["description", "I-am-the-goal-description_9281"], ["version", 1], ["created_at", "2015-04-03 12:40:43.541856"], ["updated_at", "2015-04-03 12:40:43.541856"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9594"], ["description", "I-am-the-goal-description_3956"], ["version", 1], ["created_at", "2015-04-03 12:40:43.545903"], ["updated_at", "2015-04-03 12:40:43.545903"], ["tracking", "150403-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7963"], ["description", "I-am-the-goal-description_9550"], ["version", 1], ["created_at", "2015-04-03 12:40:43.571785"], ["updated_at", "2015-04-03 12:40:43.571785"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7513"], ["description", "I-am-the-goal-description_2992"], ["version", 1], ["created_at", "2015-04-03 12:40:43.576186"], ["updated_at", "2015-04-03 12:40:43.576186"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3823"], ["description", "I-am-the-goal-description_3028"], ["version", 1], ["created_at", "2015-04-03 12:40:43.597194"], ["updated_at", "2015-04-03 12:40:43.597194"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task741"], ["description", "I-am-the-task-description_7531"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.609600"], ["updated_at", "2015-04-03 12:40:43.609600"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 12:40:43.620635"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 12:40:43.621701"], ["updated_at", "2015-04-03 12:40:43.621701"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 12:40:43.623812"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 12:40:43 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 12:40:43 UTC", "updated_at"=>"2015-04-03 12:40:43 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.5ms) 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-03 12:40:43.635172"], ["created_at", "2015-04-03 12:40:43.635900"], ["updated_at", "2015-04-03 12:40:43.635900"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 18ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3039"], ["description", "I-am-the-goal-description_1625"], ["version", 1], ["created_at", "2015-04-03 12:40:43.654755"], ["updated_at", "2015-04-03 12:40:43.654755"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task3155"], ["description", "I-am-the-task-description_4687"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.705552"], ["updated_at", "2015-04-03 12:40:43.705552"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task9448"], ["description", "I-am-the-task-description_7223"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.709533"], ["updated_at", "2015-04-03 12:40:43.709533"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (1.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-03 12:40:43.718747"], ["task_id", 2], ["created_at", "2015-04-03 12:40:43.720268"], ["updated_at", "2015-04-03 12:40:43.720268"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:40:43.723980"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4775"], ["description", "I-am-the-goal-description_1289"], ["version", 1], ["created_at", "2015-04-03 12:40:43.735237"], ["updated_at", "2015-04-03 12:40:43.735237"], ["tracking", "150403-5"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task6452"], ["description", "I-am-the-task-description_4716"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.742269"], ["updated_at", "2015-04-03 12:40:43.742269"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task27"], ["description", "I-am-the-task-description_6855"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.747879"], ["updated_at", "2015-04-03 12:40:43.747879"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:40:43.758748"], ["task_id", 4], ["created_at", "2015-04-03 12:40:43.760891"], ["updated_at", "2015-04-03 12:40:43.760891"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:40:43.764015"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 2.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_532"], ["description", "I-am-the-goal-description_5825"], ["version", 1], ["created_at", "2015-04-03 12:40:43.774951"], ["updated_at", "2015-04-03 12:40:43.774951"], ["tracking", "150403-6"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task8894"], ["description", "I-am-the-task-description_4475"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.780754"], ["updated_at", "2015-04-03 12:40:43.780754"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task338"], ["description", "I-am-the-task-description_773"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.785388"], ["updated_at", "2015-04-03 12:40:43.785388"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.6ms) 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-03 12:40:43.794476"], ["task_id", 6], ["created_at", "2015-04-03 12:40:43.795835"], ["updated_at", "2015-04-03 12:40:43.795835"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:40:43.798277"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7471"], ["description", "I-am-the-goal-description_7220"], ["version", 1], ["created_at", "2015-04-03 12:40:43.806943"], ["updated_at", "2015-04-03 12:40:43.806943"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task8259"], ["description", "I-am-the-task-description_2590"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.810984"], ["updated_at", "2015-04-03 12:40:43.810984"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task4516"], ["description", "I-am-the-task-description_1089"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.815225"], ["updated_at", "2015-04-03 12:40:43.815225"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:40:43.821749"], ["task_id", 8], ["created_at", "2015-04-03 12:40:43.823012"], ["updated_at", "2015-04-03 12:40:43.823012"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:40:43.824607"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6453"], ["description", "I-am-the-goal-description_8049"], ["version", 1], ["created_at", "2015-04-03 12:40:43.830399"], ["updated_at", "2015-04-03 12:40:43.830399"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task3738"], ["description", "I-am-the-task-description_5888"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.834661"], ["updated_at", "2015-04-03 12:40:43.834661"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task8919"], ["description", "I-am-the-task-description_8667"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.838816"], ["updated_at", "2015-04-03 12:40:43.838816"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 7ms (Views: 3.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3921"], ["description", "I-am-the-goal-description_1234"], ["version", 1], ["created_at", "2015-04-03 12:40:43.853179"], ["updated_at", "2015-04-03 12:40:43.853179"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task4742"], ["description", "I-am-the-task-description_1642"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.857236"], ["updated_at", "2015-04-03 12:40:43.857236"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task1793"], ["description", "I-am-the-task-description_5282"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.861762"], ["updated_at", "2015-04-03 12:40:43.861762"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5923"], ["description", "I-am-the-goal-description_3082"], ["version", 1], ["created_at", "2015-04-03 12:40:43.903901"], ["updated_at", "2015-04-03 12:40:43.903901"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task1969"], ["description", "I-am-the-task-description_5051"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.907899"], ["updated_at", "2015-04-03 12:40:43.907899"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3540"], ["description", "I-am-the-goal-description_769"], ["version", 1], ["created_at", "2015-04-03 12:40:43.912383"], ["updated_at", "2015-04-03 12:40:43.912383"], ["tracking", "150403-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task4677"], ["description", "I-am-the-task-description_7375"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.916500"], ["updated_at", "2015-04-03 12:40:43.916500"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5632"], ["description", "I-am-the-goal-description_1508"], ["version", 1], ["created_at", "2015-04-03 12:40:43.927012"], ["updated_at", "2015-04-03 12:40:43.927012"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task7367"], ["description", "I-am-the-task-description_3336"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.931193"], ["updated_at", "2015-04-03 12:40:43.931193"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task9588"], ["description", "I-am-the-task-description_9749"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.935324"], ["updated_at", "2015-04-03 12:40:43.935324"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5789"], ["description", "I-am-the-goal-description_1172"], ["version", 1], ["created_at", "2015-04-03 12:40:43.951124"], ["updated_at", "2015-04-03 12:40:43.951124"], ["tracking", "150403-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task936"], ["description", "I-am-the-task-description_3687"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.955959"], ["updated_at", "2015-04-03 12:40:43.955959"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8762"], ["description", "I-am-the-goal-description_1926"], ["version", 1], ["created_at", "2015-04-03 12:40:43.960461"], ["updated_at", "2015-04-03 12:40:43.960461"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task600"], ["description", "I-am-the-task-description_739"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.965661"], ["updated_at", "2015-04-03 12:40:43.965661"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7351"], ["description", "I-am-the-goal-description_9539"], ["version", 1], ["created_at", "2015-04-03 12:40:43.977176"], ["updated_at", "2015-04-03 12:40:43.977176"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task5973"], ["description", "I-am-the-task-description_2906"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.981482"], ["updated_at", "2015-04-03 12:40:43.981482"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task8649"], ["description", "I-am-the-task-description_2888"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:43.985580"], ["updated_at", "2015-04-03 12:40:43.985580"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9926"], ["description", "I-am-the-goal-description_6832"], ["version", 1], ["created_at", "2015-04-03 12:40:44.001488"], ["updated_at", "2015-04-03 12:40:44.001488"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task9570"], ["description", "I-am-the-task-description_3633"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.006407"], ["updated_at", "2015-04-03 12:40:44.006407"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5421"], ["description", "I-am-the-goal-description_9373"], ["version", 1], ["created_at", "2015-04-03 12:40:44.010871"], ["updated_at", "2015-04-03 12:40:44.010871"], ["tracking", "150403-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task9864"], ["description", "I-am-the-task-description_781"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.016948"], ["updated_at", "2015-04-03 12:40:44.016948"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3837"], ["description", "I-am-the-goal-description_1189"], ["version", 1], ["created_at", "2015-04-03 12:40:44.027109"], ["updated_at", "2015-04-03 12:40:44.027109"], ["tracking", "150403-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task9933"], ["description", "I-am-the-task-description_6851"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.031579"], ["updated_at", "2015-04-03 12:40:44.031579"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task7189"], ["description", "I-am-the-task-description_6313"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.035551"], ["updated_at", "2015-04-03 12:40:44.035551"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_887"], ["description", "I-am-the-goal-description_3463"], ["version", 1], ["created_at", "2015-04-03 12:40:44.049412"], ["updated_at", "2015-04-03 12:40:44.049412"], ["tracking", "150403-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task5357"], ["description", "I-am-the-task-description_2986"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.053673"], ["updated_at", "2015-04-03 12:40:44.053673"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task6717"], ["description", "I-am-the-task-description_9529"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.057972"], ["updated_at", "2015-04-03 12:40:44.057972"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9960"], ["description", "I-am-the-goal-description_1914"], ["version", 1], ["created_at", "2015-04-03 12:40:44.070768"], ["updated_at", "2015-04-03 12:40:44.070768"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task6257"], ["description", "I-am-the-task-description_5183"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.075248"], ["updated_at", "2015-04-03 12:40:44.075248"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task5817"], ["description", "I-am-the-task-description_5254"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.079273"], ["updated_at", "2015-04-03 12:40:44.079273"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8688"], ["description", "I-am-the-goal-description_9051"], ["version", 1], ["created_at", "2015-04-03 12:40:44.092262"], ["updated_at", "2015-04-03 12:40:44.092262"], ["tracking", "150403-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task9219"], ["description", "I-am-the-task-description_8199"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.096539"], ["updated_at", "2015-04-03 12:40:44.096539"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task7425"], ["description", "I-am-the-task-description_2613"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:44.100400"], ["updated_at", "2015-04-03 12:40:44.100400"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:40:44.112229"], ["updated_at", "2015-04-03 12:40:44.112229"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 4251ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6628"], ["description", "I-am-the-goal-description_3648"], ["version", 1], ["created_at", "2015-04-03 12:40:48.366981"], ["updated_at", "2015-04-03 12:40:48.366981"], ["tracking", "150403-22"]]  (2.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task55"], ["description", "I-am-the-task-description_967"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.375562"], ["updated_at", "2015-04-03 12:40:48.375562"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task5450"], ["description", "I-am-the-task-description_1557"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.383855"], ["updated_at", "2015-04-03 12:40:48.383855"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:40:48.393886"], ["updated_at", "2015-04-03 12:40:48.393886"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2383"], ["description", "I-am-the-goal-description_9049"], ["version", 1], ["created_at", "2015-04-03 12:40:48.404074"], ["updated_at", "2015-04-03 12:40:48.404074"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task1045"], ["description", "I-am-the-task-description_9330"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.408420"], ["updated_at", "2015-04-03 12:40:48.408420"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task157"], ["description", "I-am-the-task-description_5384"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.414474"], ["updated_at", "2015-04-03 12:40:48.414474"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:40:48.424906"], ["updated_at", "2015-04-03 12:40:48.424906"]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 9ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8229"], ["description", "I-am-the-goal-description_2746"], ["version", 1], ["created_at", "2015-04-03 12:40:48.437286"], ["updated_at", "2015-04-03 12:40:48.437286"], ["tracking", "150403-24"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task3281"], ["description", "I-am-the-task-description_6786"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.445130"], ["updated_at", "2015-04-03 12:40:48.445130"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 28], ["title", "I-am-a-task4956"], ["description", "I-am-the-task-description_9063"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.449657"], ["updated_at", "2015-04-03 12:40:48.449657"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4148"], ["description", "I-am-the-goal-description_4784"], ["version", 1], ["created_at", "2015-04-03 12:40:48.463150"], ["updated_at", "2015-04-03 12:40:48.463150"], ["tracking", "150403-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task741"], ["description", "I-am-the-task-description_5130"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.469202"], ["updated_at", "2015-04-03 12:40:48.469202"]]  (1.4ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "I-am-a-task8097"], ["description", "I-am-the-task-description_4575"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.476550"], ["updated_at", "2015-04-03 12:40:48.476550"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:40:48.483995"], ["updated_at", "2015-04-03 12:40:48.483995"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_969"], ["description", "I-am-the-goal-description_6021"], ["version", 1], ["created_at", "2015-04-03 12:40:48.500681"], ["updated_at", "2015-04-03 12:40:48.500681"], ["tracking", "150403-26"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task4152"], ["description", "I-am-the-task-description_6934"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.505029"], ["updated_at", "2015-04-03 12:40:48.505029"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "I-am-a-task9730"], ["description", "I-am-the-task-description_1415"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.509642"], ["updated_at", "2015-04-03 12:40:48.509642"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:40:48.515952"], ["updated_at", "2015-04-03 12:40:48.515952"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 10ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3798"], ["description", "I-am-the-goal-description_115"], ["version", 1], ["created_at", "2015-04-03 12:40:48.538713"], ["updated_at", "2015-04-03 12:40:48.538713"], ["tracking", "150403-27"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task7978"], ["description", "I-am-the-task-description_5449"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.548781"], ["updated_at", "2015-04-03 12:40:48.548781"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "I-am-a-task292"], ["description", "I-am-the-task-description_4944"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.553275"], ["updated_at", "2015-04-03 12:40:48.553275"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:40:48.557947"], ["updated_at", "2015-04-03 12:40:48.557947"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.2ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 0.6ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1432"], ["description", "I-am-the-goal-description_6569"], ["version", 1], ["created_at", "2015-04-03 12:40:48.591161"], ["updated_at", "2015-04-03 12:40:48.591161"], ["tracking", "150403-28"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task7830"], ["description", "I-am-the-task-description_7011"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.596879"], ["updated_at", "2015-04-03 12:40:48.596879"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 32], ["title", "I-am-a-task2459"], ["description", "I-am-the-task-description_1822"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.600743"], ["updated_at", "2015-04-03 12:40:48.600743"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:40:48.604423"], ["updated_at", "2015-04-03 12:40:48.604423"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 1.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6372"], ["description", "I-am-the-goal-description_283"], ["version", 1], ["created_at", "2015-04-03 12:40:48.625210"], ["updated_at", "2015-04-03 12:40:48.625210"], ["tracking", "150403-29"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task4058"], ["description", "I-am-the-task-description_7213"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.631705"], ["updated_at", "2015-04-03 12:40:48.631705"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 33], ["title", "I-am-a-task6296"], ["description", "I-am-the-task-description_2412"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.637715"], ["updated_at", "2015-04-03 12:40:48.637715"]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:40:48.645011"], ["updated_at", "2015-04-03 12:40:48.645011"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3796"], ["description", "I-am-the-goal-description_5375"], ["version", 1], ["created_at", "2015-04-03 12:40:48.658056"], ["updated_at", "2015-04-03 12:40:48.658056"], ["tracking", "150403-30"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 34], ["title", "I-am-a-task8447"], ["description", "I-am-the-task-description_9136"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.663463"], ["updated_at", "2015-04-03 12:40:48.663463"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 34], ["title", "I-am-a-task4738"], ["description", "I-am-the-task-description_7057"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.669323"], ["updated_at", "2015-04-03 12:40:48.669323"]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:40:48.676672"], ["updated_at", "2015-04-03 12:40:48.676672"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:40:48.686851"], ["id", 58]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 2.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7274"], ["description", "I-am-the-goal-description_3140"], ["version", 1], ["created_at", "2015-04-03 12:40:48.759351"], ["updated_at", "2015-04-03 12:40:48.759351"], ["tracking", "150403-31"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1321"], ["description", "I-am-the-goal-description_1569"], ["version", 1], ["created_at", "2015-04-03 12:40:48.764268"], ["updated_at", "2015-04-03 12:40:48.764268"], ["tracking", "150403-32"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 36], ["title", "I-am-a-task6473"], ["description", "I-am-the-task-description_9527"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.768333"], ["updated_at", "2015-04-03 12:40:48.768333"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2585"], ["description", "I-am-the-goal-description_3079"], ["version", 1], ["created_at", "2015-04-03 12:40:48.774245"], ["updated_at", "2015-04-03 12:40:48.774245"], ["tracking", "150403-33"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 37], ["title", "I-am-a-task4590"], ["description", "I-am-the-task-description_6110"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.779720"], ["updated_at", "2015-04-03 12:40:48.779720"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1530"], ["description", "I-am-the-goal-description_1728"], ["version", 1], ["created_at", "2015-04-03 12:40:48.785025"], ["updated_at", "2015-04-03 12:40:48.785025"], ["tracking", "150403-34"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task6286"], ["description", "I-am-the-task-description_2152"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.793325"], ["updated_at", "2015-04-03 12:40:48.793325"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 38], ["title", "I-am-a-task4776"], ["description", "I-am-the-task-description_6729"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.800688"], ["updated_at", "2015-04-03 12:40:48.800688"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task3483"], ["description", "I-am-the-task-description_9421"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.807063"], ["updated_at", "2015-04-03 12:40:48.807063"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 35], ["title", "I-am-a-task6277"], ["description", "I-am-the-task-description_585"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.815130"], ["updated_at", "2015-04-03 12:40:48.815130"]]  (0.9ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_341"], ["description", "I-am-the-goal-description_2840"], ["version", 1], ["created_at", "2015-04-03 12:40:48.823110"], ["updated_at", "2015-04-03 12:40:48.823110"], ["tracking", "150403-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_107"], ["description", "I-am-the-goal-description_2585"], ["version", 1], ["created_at", "2015-04-03 12:40:48.827876"], ["updated_at", "2015-04-03 12:40:48.827876"], ["tracking", "150403-36"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 40], ["title", "I-am-a-task111"], ["description", "I-am-the-task-description_9014"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.833433"], ["updated_at", "2015-04-03 12:40:48.833433"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8712"], ["description", "I-am-the-goal-description_7070"], ["version", 1], ["created_at", "2015-04-03 12:40:48.837449"], ["updated_at", "2015-04-03 12:40:48.837449"], ["tracking", "150403-37"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 41], ["title", "I-am-a-task1701"], ["description", "I-am-the-task-description_2308"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.841992"], ["updated_at", "2015-04-03 12:40:48.841992"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1138"], ["description", "I-am-the-goal-description_9137"], ["version", 1], ["created_at", "2015-04-03 12:40:48.845137"], ["updated_at", "2015-04-03 12:40:48.845137"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task1416"], ["description", "I-am-the-task-description_4375"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.850181"], ["updated_at", "2015-04-03 12:40:48.850181"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 42], ["title", "I-am-a-task9199"], ["description", "I-am-the-task-description_4441"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.855069"], ["updated_at", "2015-04-03 12:40:48.855069"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task5702"], ["description", "I-am-the-task-description_9334"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.859926"], ["updated_at", "2015-04-03 12:40:48.859926"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 39], ["title", "I-am-a-task3719"], ["description", "I-am-the-task-description_1220"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.864727"], ["updated_at", "2015-04-03 12:40:48.864727"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7480"], ["description", "I-am-the-goal-description_4315"], ["version", 1], ["created_at", "2015-04-03 12:40:48.868897"], ["updated_at", "2015-04-03 12:40:48.868897"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8862"], ["description", "I-am-the-goal-description_4766"], ["version", 1], ["created_at", "2015-04-03 12:40:48.876643"], ["updated_at", "2015-04-03 12:40:48.876643"], ["tracking", "150403-40"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_40"], ["description", "I-am-the-goal-description_1519"], ["version", 1], ["created_at", "2015-04-03 12:40:48.882417"], ["updated_at", "2015-04-03 12:40:48.882417"], ["tracking", "150403-41"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 45], ["title", "I-am-a-task9564"], ["description", "I-am-the-task-description_8875"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.887034"], ["updated_at", "2015-04-03 12:40:48.887034"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4690"], ["description", "I-am-the-goal-description_3419"], ["version", 1], ["created_at", "2015-04-03 12:40:48.891648"], ["updated_at", "2015-04-03 12:40:48.891648"], ["tracking", "150403-42"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 46], ["title", "I-am-a-task1045"], ["description", "I-am-the-task-description_5886"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.895796"], ["updated_at", "2015-04-03 12:40:48.895796"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8704"], ["description", "I-am-the-goal-description_549"], ["version", 1], ["created_at", "2015-04-03 12:40:48.898782"], ["updated_at", "2015-04-03 12:40:48.898782"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 47], ["title", "I-am-a-task4771"], ["description", "I-am-the-task-description_1665"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.904313"], ["updated_at", "2015-04-03 12:40:48.904313"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 47], ["title", "I-am-a-task5841"], ["description", "I-am-the-task-description_4606"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.908737"], ["updated_at", "2015-04-03 12:40:48.908737"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task7013"], ["description", "I-am-the-task-description_371"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.913984"], ["updated_at", "2015-04-03 12:40:48.913984"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task6599"], ["description", "I-am-the-task-description_5507"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.918670"], ["updated_at", "2015-04-03 12:40:48.918670"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 44], ["title", "I-am-a-task6087"], ["description", "I-am-the-task-description_5222"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.923313"], ["updated_at", "2015-04-03 12:40:48.923313"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8283"], ["description", "I-am-the-goal-description_4086"], ["version", 1], ["created_at", "2015-04-03 12:40:48.930800"], ["updated_at", "2015-04-03 12:40:48.930800"], ["tracking", "150403-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8939"], ["description", "I-am-the-goal-description_2289"], ["version", 1], ["created_at", "2015-04-03 12:40:48.937141"], ["updated_at", "2015-04-03 12:40:48.937141"], ["tracking", "150403-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 49], ["title", "I-am-a-task7285"], ["description", "I-am-the-task-description_1141"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.944321"], ["updated_at", "2015-04-03 12:40:48.944321"]]  (1.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5884"], ["description", "I-am-the-goal-description_6195"], ["version", 1], ["created_at", "2015-04-03 12:40:48.953048"], ["updated_at", "2015-04-03 12:40:48.953048"], ["tracking", "150403-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 50], ["title", "I-am-a-task472"], ["description", "I-am-the-task-description_9647"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.956859"], ["updated_at", "2015-04-03 12:40:48.956859"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6354"], ["description", "I-am-the-goal-description_8473"], ["version", 1], ["created_at", "2015-04-03 12:40:48.960546"], ["updated_at", "2015-04-03 12:40:48.960546"], ["tracking", "150403-47"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 51], ["title", "I-am-a-task1994"], ["description", "I-am-the-task-description_5232"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.967790"], ["updated_at", "2015-04-03 12:40:48.967790"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 51], ["title", "I-am-a-task7018"], ["description", "I-am-the-task-description_7691"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.971994"], ["updated_at", "2015-04-03 12:40:48.971994"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 48], ["title", "I-am-a-task1066"], ["description", "I-am-the-task-description_8310"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.976565"], ["updated_at", "2015-04-03 12:40:48.976565"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 48], ["title", "I-am-a-task2588"], ["description", "I-am-the-task-description_7884"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.980810"], ["updated_at", "2015-04-03 12:40:48.980810"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 48], ["title", "I-am-a-task3907"], ["description", "I-am-the-task-description_5226"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.986044"], ["updated_at", "2015-04-03 12:40:48.986044"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4530"], ["description", "I-am-the-goal-description_8175"], ["version", 1], ["created_at", "2015-04-03 12:40:48.993282"], ["updated_at", "2015-04-03 12:40:48.993282"], ["tracking", "150403-48"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 52], ["title", "I-am-a-task7820"], ["description", "I-am-the-task-description_493"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:48.997222"], ["updated_at", "2015-04-03 12:40:48.997222"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9269"], ["description", "I-am-the-goal-description_3566"], ["version", 1], ["created_at", "2015-04-03 12:40:49.004213"], ["updated_at", "2015-04-03 12:40:49.004213"], ["tracking", "150403-49"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 53], ["title", "I-am-a-task5073"], ["description", "I-am-the-task-description_9739"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:49.008519"], ["updated_at", "2015-04-03 12:40:49.008519"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4050"], ["description", "I-am-the-goal-description_3390"], ["version", 1], ["created_at", "2015-04-03 12:40:49.016229"], ["updated_at", "2015-04-03 12:40:49.016229"], ["tracking", "150403-50"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 54], ["title", "I-am-a-task4708"], ["description", "I-am-the-task-description_80"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:40:49.023832"], ["updated_at", "2015-04-03 12:40:49.023832"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5526"], ["description", "I-am-the-goal-description_7142"], ["version", 1], ["created_at", "2015-04-03 12:40:49.030674"], ["updated_at", "2015-04-03 12:40:49.030674"], ["tracking", "150403-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 55], ["title", "I-am-a-task3192"], ["description", "I-am-the-task-description_5461"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:40:49.035727"], ["updated_at", "2015-04-03 12:40:49.035727"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3722"], ["description", "I-am-the-goal-description_9759"], ["version", 1], ["created_at", "2015-04-03 12:40:49.041399"], ["updated_at", "2015-04-03 12:40:49.041399"], ["tracking", "150403-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 12:40:49.044539"], ["id", 56]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 12:40:49.047382"], ["id", 56]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1042"], ["description", "I-am-the-goal-description_7592"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7906"], ["description", "I-am-the-goal-description_9642"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_552"], ["description", "I-am-the-goal-description_8870"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3024"], ["description", "I-am-the-goal-description_8479"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9473"], ["description", "I-am-the-goal-description_7250"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 61], ["title", "I-am-a-task8813"], ["description", "I-am-the-task-description_9249"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3814"], ["description", "I-am-the-goal-description_7198"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 62], ["title", "I-am-a-task3340"], ["description", "I-am-the-task-description_2339"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9280"], ["description", "I-am-the-goal-description_9683"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 63], ["title", "I-am-a-task4035"], ["description", "I-am-the-task-description_3840"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6125"], ["description", "I-am-the-goal-description_9069"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 64], ["title", "I-am-a-task4712"], ["description", "I-am-the-task-description_5053"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3515"], ["description", "I-am-the-goal-description_3015"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 65], ["title", "I-am-a-task8151"], ["description", "I-am-the-task-description_7822"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8361"], ["description", "I-am-the-goal-description_4524"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1574"], ["description", "I-am-the-goal-description_359"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_972"], ["description", "I-am-the-goal-description_8417"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7338"], ["description", "I-am-the-goal-description_2763"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:41:03 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4919.3ms) Completed 200 OK in 4993ms (Views: 4956.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 14:41:09 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 14:41:09 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 14:41:09 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (503.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (509.0ms) Completed 200 OK in 575ms (Views: 512.1ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:41:09 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-03 12:41:09.891625"], ["updated_at", "2015-04-03 12:41:09.891625"], ["tracking", "150403-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/goals/1 Completed 302 Found in 16ms (ActiveRecord: 3.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:09 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (75.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (179.8ms) Completed 200 OK in 201ms (Views: 182.3ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8709"], ["description", "I-am-the-goal-description_7607"], ["version", 1], ["created_at", "2015-04-03 12:41:10.242222"], ["updated_at", "2015-04-03 12:41:10.242222"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task808"], ["description", "I-am-the-task-description_7041"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:10.251243"], ["updated_at", "2015-04-03 12:41:10.251243"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task5677"], ["description", "I-am-the-task-description_9120"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:10.257386"], ["updated_at", "2015-04-03 12:41:10.257386"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task707"], ["description", "I-am-the-task-description_7794"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:10.265464"], ["updated_at", "2015-04-03 12:41:10.265464"]]  (1.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:41:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.4ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3177"], ["description", "I-am-the-goal-description_8370"], ["version", 1], ["created_at", "2015-04-03 12:41:10.558833"], ["updated_at", "2015-04-03 12:41:10.558833"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:41:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:41:10 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (76.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (80.8ms) Completed 200 OK in 85ms (Views: 84.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:10 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_8370", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 12:41:10.967729"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 1.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3665"], ["description", "I-am-the-goal-description_184"], ["version", 1], ["created_at", "2015-04-03 12:41:11.116113"], ["updated_at", "2015-04-03 12:41:11.116113"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:41:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:11 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.7ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:11 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/goals Completed 302 Found in 5ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:41:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.8ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.2ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4076"], ["description", "I-am-the-goal-description_4559"], ["version", 1], ["created_at", "2015-04-03 12:41:11.534628"], ["updated_at", "2015-04-03 12:41:11.534628"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:11 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.1ms) Completed 200 OK in 9ms (Views: 5.6ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:41:11 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (89.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (89.9ms) Completed 200 OK in 92ms (Views: 90.7ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:11 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_4076", "description"=>"I-am-the-goal-description_4559", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 12:41:11.937199"], ["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 2.6ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:41:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms)  (3.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.9ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2578"], ["description", "I-am-the-goal-description_844"], ["version", 1], ["created_at", "2015-04-03 12:41:12.090878"], ["updated_at", "2015-04-03 12:41:12.090878"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.7ms) Completed 200 OK in 14ms (Views: 10.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:41:12 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (74.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (74.9ms) Completed 200 OK in 76ms (Views: 75.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:12 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_2578", "description"=>"I-am-the-goal-description_844", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 12:41:12.455822"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3100"], ["description", "I-am-the-goal-description_837"], ["version", 1], ["created_at", "2015-04-03 12:41:12.598341"], ["updated_at", "2015-04-03 12:41:12.598341"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task2426"], ["description", "I-am-the-task-description_6390"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:12.602798"], ["updated_at", "2015-04-03 12:41:12.602798"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:12 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.8ms) Completed 200 OK in 18ms (Views: 14.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:41:12 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (59.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (11.5ms) Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (48.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (132.1ms) Completed 200 OK in 138ms (Views: 134.0ms | ActiveRecord: 1.2ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 14:41:12 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 12:41:13.003716"], ["created_at", "2015-04-03 12:41:13.005148"], ["updated_at", "2015-04-03 12:41:13.005148"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 12:41:13.007795"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:41:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.9ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (84.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (90.4ms) Completed 200 OK in 96ms (Views: 91.6ms | ActiveRecord: 0.7ms)  (0.4ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9450"], ["description", "I-am-the-goal-description_4344"], ["version", 1], ["created_at", "2015-04-03 12:41:13.247380"], ["updated_at", "2015-04-03 12:41:13.247380"], ["tracking", "150403-1"]]  (1.4ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:41:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:41:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 14:41:13 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (204.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (211.8ms) Completed 200 OK in 217ms (Views: 215.9ms | ActiveRecord: 0.0ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:13 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["created_at", "2015-04-03 12:41:13.861346"], ["updated_at", "2015-04-03 12:41:13.861346"]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 2.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:41:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (3.0ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (18.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.0ms) Completed 200 OK in 32ms (Views: 25.9ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4067"], ["description", "I-am-the-goal-description_1935"], ["version", 1], ["created_at", "2015-04-03 12:41:14.016427"], ["updated_at", "2015-04-03 12:41:14.016427"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task1012"], ["description", "I-am-the-task-description_4948"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:14.023160"], ["updated_at", "2015-04-03 12:41:14.023160"]]  (1.2ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:41:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (88.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (94.4ms) Completed 200 OK in 100ms (Views: 95.2ms | ActiveRecord: 0.5ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6822"], ["description", "I-am-the-goal-description_2915"], ["version", 1], ["created_at", "2015-04-03 12:41:14.445155"], ["updated_at", "2015-04-03 12:41:14.445155"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8163"], ["description", "I-am-the-task-description_8243"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:14.451529"], ["updated_at", "2015-04-03 12:41:14.451529"]]  (1.3ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:41:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.3ms) Completed 200 OK in 20ms (Views: 16.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 14:41:14 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (172.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (177.7ms) Completed 200 OK in 185ms (Views: 180.9ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:41:14 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8243", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 12:41:14.952210"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:41:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.7ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (15.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.0ms) Completed 200 OK in 26ms (Views: 21.0ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.0ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7424"], ["description", "I-am-the-goal-description_2252"], ["version", 1], ["created_at", "2015-04-03 12:41:15.113218"], ["updated_at", "2015-04-03 12:41:15.113218"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9679"], ["description", "I-am-the-task-description_2196"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:15.118102"], ["updated_at", "2015-04-03 12:41:15.118102"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:41:15 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.5ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (69.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.4ms) Completed 200 OK in 79ms (Views: 76.2ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:41:15 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.6ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8088"], ["description", "I-am-the-goal-description_2756"], ["version", 1], ["created_at", "2015-04-03 12:41:15.640542"], ["updated_at", "2015-04-03 12:41:15.640542"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7280"], ["description", "I-am-the-task-description_37"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:15.644779"], ["updated_at", "2015-04-03 12:41:15.644779"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 14:41:15 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction 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-03 12:41:15.783184"], ["task_id", 1], ["created_at", "2015-04-03 12:41:15.784592"], ["updated_at", "2015-04-03 12:41:15.784592"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:41:15.786757"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/tasks Completed 302 Found in 12ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.3ms)  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4684"], ["description", "I-am-the-goal-description_2089"], ["version", 1], ["created_at", "2015-04-03 12:41:15.937559"], ["updated_at", "2015-04-03 12:41:15.937559"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task686"], ["description", "I-am-the-task-description_5384"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:15.941479"], ["updated_at", "2015-04-03 12:41:15.941479"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 14:41:16 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:41:16.082653"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:54525/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:16 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.0ms) Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.6ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4878"], ["description", "I-am-the-goal-description_246"], ["version", 1], ["created_at", "2015-04-03 12:41:16.224796"], ["updated_at", "2015-04-03 12:41:16.224796"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task9889"], ["description", "I-am-the-task-description_9236"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:16.229612"], ["updated_at", "2015-04-03 12:41:16.229612"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6982"], ["description", "I-am-the-goal-description_8095"], ["version", 1], ["created_at", "2015-04-03 12:41:16.233036"], ["updated_at", "2015-04-03 12:41:16.233036"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task2419"], ["description", "I-am-the-task-description_1089"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:16.237209"], ["updated_at", "2015-04-03 12:41:16.237209"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1508"], ["description", "I-am-the-goal-description_4537"], ["version", 1], ["created_at", "2015-04-03 12:41:16.240699"], ["updated_at", "2015-04-03 12:41:16.240699"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task6025"], ["description", "I-am-the-task-description_1471"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:16.244724"], ["updated_at", "2015-04-03 12:41:16.244724"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:16 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 14:41:16 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.7ms) Completed 200 OK in 133ms (Views: 3.4ms | ActiveRecord: 0.5ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7016"], ["description", "I-am-the-goal-description_8080"], ["version", 1], ["created_at", "2015-04-03 12:41:16.619268"], ["updated_at", "2015-04-03 12:41:16.619268"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7759"], ["description", "I-am-the-task-description_7793"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:16.623159"], ["updated_at", "2015-04-03 12:41:16.623159"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6134"], ["description", "I-am-the-goal-description_5793"], ["version", 1], ["created_at", "2015-04-03 12:41:16.626579"], ["updated_at", "2015-04-03 12:41:16.626579"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task2446"], ["description", "I-am-the-task-description_886"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:16.630321"], ["updated_at", "2015-04-03 12:41:16.630321"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_766"], ["description", "I-am-the-goal-description_9323"], ["version", 1], ["created_at", "2015-04-03 12:41:16.633516"], ["updated_at", "2015-04-03 12:41:16.633516"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task5764"], ["description", "I-am-the-task-description_401"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:16.637078"], ["updated_at", "2015-04-03 12:41:16.637078"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:16 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 14:41:16 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.6ms) Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7782"], ["description", "I-am-the-goal-description_1891"], ["version", 1], ["created_at", "2015-04-03 12:41:16.904533"], ["updated_at", "2015-04-03 12:41:16.904533"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6960"], ["description", "I-am-the-task-description_9224"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:16.908441"], ["updated_at", "2015-04-03 12:41:16.908441"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9237"], ["description", "I-am-the-goal-description_617"], ["version", 1], ["created_at", "2015-04-03 12:41:16.911936"], ["updated_at", "2015-04-03 12:41:16.911936"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task3509"], ["description", "I-am-the-task-description_3088"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:16.915437"], ["updated_at", "2015-04-03 12:41:16.915437"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6608"], ["description", "I-am-the-goal-description_8604"], ["version", 1], ["created_at", "2015-04-03 12:41:16.918504"], ["updated_at", "2015-04-03 12:41:16.918504"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task4520"], ["description", "I-am-the-task-description_954"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:16.921956"], ["updated_at", "2015-04-03 12:41:16.921956"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:41:16 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 14:41:17 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.1ms) Completed 200 OK in 77ms (Views: 76.0ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2903"], ["description", "I-am-the-goal-description_2950"], ["version", 1], ["created_at", "2015-04-03 12:41:26.675128"], ["updated_at", "2015-04-03 12:41:26.675128"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task6748"], ["description", "I-am-the-task-description_8925"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.737779"], ["updated_at", "2015-04-03 12:41:26.737779"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task8642"], ["description", "I-am-the-task-description_1730"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.741970"], ["updated_at", "2015-04-03 12:41:26.741970"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:41:26.826650"], ["task_id", 1], ["created_at", "2015-04-03 12:41:26.834146"], ["updated_at", "2015-04-03 12:41:26.834146"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:41:26.835950"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 91ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4846"], ["description", "I-am-the-goal-description_5628"], ["version", 1], ["created_at", "2015-04-03 12:41:26.847576"], ["updated_at", "2015-04-03 12:41:26.847576"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task4074"], ["description", "I-am-the-task-description_9134"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.851449"], ["updated_at", "2015-04-03 12:41:26.851449"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 2], ["title", "I-am-a-task3432"], ["description", "I-am-the-task-description_8591"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.855264"], ["updated_at", "2015-04-03 12:41:26.855264"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:41:26.862104"], ["task_id", 3], ["created_at", "2015-04-03 12:41:26.863692"], ["updated_at", "2015-04-03 12:41:26.863692"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:41:26.865730"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8623"], ["description", "I-am-the-goal-description_3340"], ["version", 1], ["created_at", "2015-04-03 12:41:26.875179"], ["updated_at", "2015-04-03 12:41:26.875179"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task9488"], ["description", "I-am-the-task-description_535"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.879377"], ["updated_at", "2015-04-03 12:41:26.879377"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 3], ["title", "I-am-a-task1151"], ["description", "I-am-the-task-description_6785"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.883252"], ["updated_at", "2015-04-03 12:41:26.883252"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:41:26.890684"], ["task_id", 5], ["created_at", "2015-04-03 12:41:26.891908"], ["updated_at", "2015-04-03 12:41:26.891908"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:41:26.893497"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5440"], ["description", "I-am-the-goal-description_1421"], ["version", 1], ["created_at", "2015-04-03 12:41:26.901488"], ["updated_at", "2015-04-03 12:41:26.901488"], ["tracking", "150403-4"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task6287"], ["description", "I-am-the-task-description_8289"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.905508"], ["updated_at", "2015-04-03 12:41:26.905508"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 4], ["title", "I-am-a-task5367"], ["description", "I-am-the-task-description_2897"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.909397"], ["updated_at", "2015-04-03 12:41:26.909397"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:41:26.915427"], ["task_id", 7], ["created_at", "2015-04-03 12:41:26.916710"], ["updated_at", "2015-04-03 12:41:26.916710"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:41:26.918336"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_11"], ["description", "I-am-the-goal-description_7025"], ["version", 1], ["created_at", "2015-04-03 12:41:26.925079"], ["updated_at", "2015-04-03 12:41:26.925079"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task6035"], ["description", "I-am-the-task-description_1612"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.929802"], ["updated_at", "2015-04-03 12:41:26.929802"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 5], ["title", "I-am-a-task6002"], ["description", "I-am-the-task-description_8193"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:26.936105"], ["updated_at", "2015-04-03 12:41:26.936105"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.5ms) Completed 200 OK in 88ms (Views: 29.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7332"], ["description", "I-am-the-goal-description_233"], ["version", 1], ["created_at", "2015-04-03 12:41:27.032994"], ["updated_at", "2015-04-03 12:41:27.032994"], ["tracking", "150403-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task6386"], ["description", "I-am-the-task-description_6868"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.037486"], ["updated_at", "2015-04-03 12:41:27.037486"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 6], ["title", "I-am-a-task2815"], ["description", "I-am-the-task-description_8432"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.041746"], ["updated_at", "2015-04-03 12:41:27.041746"]]  (0.8ms) commit transaction Flyboy::Task Load (1.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7450"], ["description", "I-am-the-goal-description_6965"], ["version", 1], ["created_at", "2015-04-03 12:41:27.092236"], ["updated_at", "2015-04-03 12:41:27.092236"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 7], ["title", "I-am-a-task2219"], ["description", "I-am-the-task-description_3651"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.097164"], ["updated_at", "2015-04-03 12:41:27.097164"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_0"], ["description", "I-am-the-goal-description_5640"], ["version", 1], ["created_at", "2015-04-03 12:41:27.102092"], ["updated_at", "2015-04-03 12:41:27.102092"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 8], ["title", "I-am-a-task3927"], ["description", "I-am-the-task-description_6801"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.106414"], ["updated_at", "2015-04-03 12:41:27.106414"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5343"], ["description", "I-am-the-goal-description_2341"], ["version", 1], ["created_at", "2015-04-03 12:41:27.115521"], ["updated_at", "2015-04-03 12:41:27.115521"], ["tracking", "150403-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task6948"], ["description", "I-am-the-task-description_4749"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.120043"], ["updated_at", "2015-04-03 12:41:27.120043"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 9], ["title", "I-am-a-task6352"], ["description", "I-am-the-task-description_6726"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.124795"], ["updated_at", "2015-04-03 12:41:27.124795"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (22.3ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.8ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4529"], ["description", "I-am-the-goal-description_7187"], ["version", 1], ["created_at", "2015-04-03 12:41:27.165593"], ["updated_at", "2015-04-03 12:41:27.165593"], ["tracking", "150403-10"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 10], ["title", "I-am-a-task8978"], ["description", "I-am-the-task-description_9064"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.170215"], ["updated_at", "2015-04-03 12:41:27.170215"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6187"], ["description", "I-am-the-goal-description_5655"], ["version", 1], ["created_at", "2015-04-03 12:41:27.174599"], ["updated_at", "2015-04-03 12:41:27.174599"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 11], ["title", "I-am-a-task2913"], ["description", "I-am-the-task-description_1938"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.178587"], ["updated_at", "2015-04-03 12:41:27.178587"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3832"], ["description", "I-am-the-goal-description_3771"], ["version", 1], ["created_at", "2015-04-03 12:41:27.188913"], ["updated_at", "2015-04-03 12:41:27.188913"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task5749"], ["description", "I-am-the-task-description_595"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.192978"], ["updated_at", "2015-04-03 12:41:27.192978"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 12], ["title", "I-am-a-task9820"], ["description", "I-am-the-task-description_7888"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.196922"], ["updated_at", "2015-04-03 12:41:27.196922"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3426"], ["description", "I-am-the-goal-description_4928"], ["version", 1], ["created_at", "2015-04-03 12:41:27.211301"], ["updated_at", "2015-04-03 12:41:27.211301"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 13], ["title", "I-am-a-task6159"], ["description", "I-am-the-task-description_4031"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.215307"], ["updated_at", "2015-04-03 12:41:27.215307"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6230"], ["description", "I-am-the-goal-description_2186"], ["version", 1], ["created_at", "2015-04-03 12:41:27.219122"], ["updated_at", "2015-04-03 12:41:27.219122"], ["tracking", "150403-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 14], ["title", "I-am-a-task359"], ["description", "I-am-the-task-description_8447"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.223067"], ["updated_at", "2015-04-03 12:41:27.223067"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9915"], ["description", "I-am-the-goal-description_6619"], ["version", 1], ["created_at", "2015-04-03 12:41:27.232858"], ["updated_at", "2015-04-03 12:41:27.232858"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task3496"], ["description", "I-am-the-task-description_5946"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.237340"], ["updated_at", "2015-04-03 12:41:27.237340"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 15], ["title", "I-am-a-task3874"], ["description", "I-am-the-task-description_1606"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.241844"], ["updated_at", "2015-04-03 12:41:27.241844"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3705"], ["description", "I-am-the-goal-description_3183"], ["version", 1], ["created_at", "2015-04-03 12:41:27.254723"], ["updated_at", "2015-04-03 12:41:27.254723"], ["tracking", "150403-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task8646"], ["description", "I-am-the-task-description_2161"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.258597"], ["updated_at", "2015-04-03 12:41:27.258597"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 16], ["title", "I-am-a-task836"], ["description", "I-am-the-task-description_4906"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.262421"], ["updated_at", "2015-04-03 12:41:27.262421"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6900"], ["description", "I-am-the-goal-description_8674"], ["version", 1], ["created_at", "2015-04-03 12:41:27.273301"], ["updated_at", "2015-04-03 12:41:27.273301"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task6220"], ["description", "I-am-the-task-description_9798"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.277226"], ["updated_at", "2015-04-03 12:41:27.277226"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 17], ["title", "I-am-a-task9630"], ["description", "I-am-the-task-description_4562"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.281045"], ["updated_at", "2015-04-03 12:41:27.281045"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9459"], ["description", "I-am-the-goal-description_486"], ["version", 1], ["created_at", "2015-04-03 12:41:27.294221"], ["updated_at", "2015-04-03 12:41:27.294221"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task1477"], ["description", "I-am-the-task-description_9421"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.298068"], ["updated_at", "2015-04-03 12:41:27.298068"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "I-am-a-task846"], ["description", "I-am-the-task-description_8138"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:27.302055"], ["updated_at", "2015-04-03 12:41:27.302055"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:41:27.356163"], ["updated_at", "2015-04-03 12:41:27.356163"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3549ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5002"], ["description", "I-am-the-goal-description_2572"], ["version", 1], ["created_at", "2015-04-03 12:41:30.907855"], ["updated_at", "2015-04-03 12:41:30.907855"], ["tracking", "150403-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task9057"], ["description", "I-am-the-task-description_1991"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:30.914149"], ["updated_at", "2015-04-03 12:41:30.914149"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "I-am-a-task3855"], ["description", "I-am-the-task-description_8055"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:30.918494"], ["updated_at", "2015-04-03 12:41:30.918494"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:41:30.924658"], ["updated_at", "2015-04-03 12:41:30.924658"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7364"], ["description", "I-am-the-goal-description_4263"], ["version", 1], ["created_at", "2015-04-03 12:41:30.933252"], ["updated_at", "2015-04-03 12:41:30.933252"], ["tracking", "150403-20"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task6613"], ["description", "I-am-the-task-description_1344"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:30.937203"], ["updated_at", "2015-04-03 12:41:30.937203"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "I-am-a-task9393"], ["description", "I-am-the-task-description_6781"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:30.941646"], ["updated_at", "2015-04-03 12:41:30.941646"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:41:30.948287"], ["updated_at", "2015-04-03 12:41:30.948287"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4804"], ["description", "I-am-the-goal-description_2907"], ["version", 1], ["created_at", "2015-04-03 12:41:30.956735"], ["updated_at", "2015-04-03 12:41:30.956735"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task6415"], ["description", "I-am-the-task-description_4746"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:30.961511"], ["updated_at", "2015-04-03 12:41:30.961511"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 21], ["title", "I-am-a-task605"], ["description", "I-am-the-task-description_608"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:30.965907"], ["updated_at", "2015-04-03 12:41:30.965907"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1054"], ["description", "I-am-the-goal-description_2907"], ["version", 1], ["created_at", "2015-04-03 12:41:30.980731"], ["updated_at", "2015-04-03 12:41:30.980731"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task6999"], ["description", "I-am-the-task-description_5218"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:30.984712"], ["updated_at", "2015-04-03 12:41:30.984712"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 22], ["title", "I-am-a-task1185"], ["description", "I-am-the-task-description_9745"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:30.988576"], ["updated_at", "2015-04-03 12:41:30.988576"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:41:30.993114"], ["updated_at", "2015-04-03 12:41:30.993114"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6434"], ["description", "I-am-the-goal-description_5902"], ["version", 1], ["created_at", "2015-04-03 12:41:31.004227"], ["updated_at", "2015-04-03 12:41:31.004227"], ["tracking", "150403-23"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task4084"], ["description", "I-am-the-task-description_7564"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.010141"], ["updated_at", "2015-04-03 12:41:31.010141"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 23], ["title", "I-am-a-task9316"], ["description", "I-am-the-task-description_8893"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.014250"], ["updated_at", "2015-04-03 12:41:31.014250"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:41:31.018518"], ["updated_at", "2015-04-03 12:41:31.018518"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_940"], ["description", "I-am-the-goal-description_4825"], ["version", 1], ["created_at", "2015-04-03 12:41:31.030007"], ["updated_at", "2015-04-03 12:41:31.030007"], ["tracking", "150403-24"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task7134"], ["description", "I-am-the-task-description_6241"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.034164"], ["updated_at", "2015-04-03 12:41:31.034164"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 24], ["title", "I-am-a-task1465"], ["description", "I-am-the-task-description_171"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.037906"], ["updated_at", "2015-04-03 12:41:31.037906"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:41:31.041662"], ["updated_at", "2015-04-03 12:41:31.041662"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1448"], ["description", "I-am-the-goal-description_8562"], ["version", 1], ["created_at", "2015-04-03 12:41:31.112663"], ["updated_at", "2015-04-03 12:41:31.112663"], ["tracking", "150403-25"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task8251"], ["description", "I-am-the-task-description_6508"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.117469"], ["updated_at", "2015-04-03 12:41:31.117469"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 25], ["title", "I-am-a-task6074"], ["description", "I-am-the-task-description_2343"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.121468"], ["updated_at", "2015-04-03 12:41:31.121468"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:41:31.125695"], ["updated_at", "2015-04-03 12:41:31.125695"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1608"], ["description", "I-am-the-goal-description_1379"], ["version", 1], ["created_at", "2015-04-03 12:41:31.139994"], ["updated_at", "2015-04-03 12:41:31.139994"], ["tracking", "150403-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task3836"], ["description", "I-am-the-task-description_7216"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.144595"], ["updated_at", "2015-04-03 12:41:31.144595"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 26], ["title", "I-am-a-task3686"], ["description", "I-am-the-task-description_1078"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.148853"], ["updated_at", "2015-04-03 12:41:31.148853"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:41:31.153244"], ["updated_at", "2015-04-03 12:41:31.153244"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2449"], ["description", "I-am-the-goal-description_2531"], ["version", 1], ["created_at", "2015-04-03 12:41:31.166875"], ["updated_at", "2015-04-03 12:41:31.166875"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task8348"], ["description", "I-am-the-task-description_1"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.170833"], ["updated_at", "2015-04-03 12:41:31.170833"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 27], ["title", "I-am-a-task304"], ["description", "I-am-the-task-description_2644"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "t"], ["cost", 1], ["created_at", "2015-04-03 12:41:31.174751"], ["updated_at", "2015-04-03 12:41:31.174751"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["created_at", "2015-04-03 12:41:31.178661"], ["updated_at", "2015-04-03 12:41:31.178661"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:41:31.184965"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2149"], ["description", "I-am-the-goal-description_6034"], ["version", 1], ["created_at", "2015-04-03 12:44:11.787519"], ["updated_at", "2015-04-03 12:44:11.787519"], ["tracking", "150403-1"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "reminder", "term", "done", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-a-task7703"], ["description", "I-am-the-task-description_2406"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["done", "f"], ["cost", 1], ["created_at", "2015-04-03 12:44:11.800674"], ["updated_at", "2015-04-03 12:44:11.800674"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3626"], ["description", "I-am-the-goal-description_4866"], ["version", 1], ["created_at", "2015-04-03 12:44:11.807328"], ["updated_at", "2015-04-03 12:44:11.807328"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6062"], ["description", "I-am-the-goal-description_1702"], ["version", 1], ["created_at", "2015-04-03 12:44:11.814451"], ["updated_at", "2015-04-03 12:44:11.814451"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2660"], ["description", "I-am-the-goal-description_4200"], ["version", 1], ["created_at", "2015-04-03 12:44:11.823049"], ["updated_at", "2015-04-03 12:44:11.823049"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2620"], ["description", "I-am-the-goal-description_8073"], ["version", 1], ["created_at", "2015-04-03 12:44:11.828927"], ["updated_at", "2015-04-03 12:44:11.828927"], ["tracking", "150403-5"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6160"], ["description", "I-am-the-goal-description_4317"], ["version", 1], ["created_at", "2015-04-03 12:46:46.484496"], ["updated_at", "2015-04-03 12:46:46.484496"], ["tracking", "150403-1"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2755"], ["description", "I-am-the-task-description_3682"], ["cost", 1], ["created_at", "2015-04-03 12:46:46.496328"], ["updated_at", "2015-04-03 12:46:46.496328"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6338"], ["description", "I-am-the-goal-description_5591"], ["version", 1], ["created_at", "2015-04-03 12:46:46.502676"], ["updated_at", "2015-04-03 12:46:46.502676"], ["tracking", "150403-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7701"], ["description", "I-am-the-goal-description_1134"], ["version", 1], ["created_at", "2015-04-03 12:46:46.511354"], ["updated_at", "2015-04-03 12:46:46.511354"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6753"], ["description", "I-am-the-goal-description_5575"], ["version", 1], ["created_at", "2015-04-03 12:46:46.522459"], ["updated_at", "2015-04-03 12:46:46.522459"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6716"], ["description", "I-am-the-goal-description_7482"], ["version", 1], ["created_at", "2015-04-03 12:46:46.528566"], ["updated_at", "2015-04-03 12:46:46.528566"], ["tracking", "150403-5"]]  (0.7ms) commit transaction  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5184"], ["description", "I-am-the-goal-description_2994"], ["version", 1], ["created_at", "2015-04-03 12:47:44.699921"], ["updated_at", "2015-04-03 12:47:44.699921"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3238"], ["description", "I-am-the-task-description_9642"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.767756"], ["updated_at", "2015-04-03 12:47:44.767756"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8539"], ["description", "I-am-the-task-description_64"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.772427"], ["updated_at", "2015-04-03 12:47:44.772427"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:47:44.861354"], ["task_id", 1], ["created_at", "2015-04-03 12:47:44.869863"], ["updated_at", "2015-04-03 12:47:44.869863"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:47:44.872256"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 98ms (ActiveRecord: 4.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9291"], ["description", "I-am-the-goal-description_238"], ["version", 1], ["created_at", "2015-04-03 12:47:44.886271"], ["updated_at", "2015-04-03 12:47:44.886271"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4237"], ["description", "I-am-the-task-description_9797"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.890693"], ["updated_at", "2015-04-03 12:47:44.890693"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5263"], ["description", "I-am-the-task-description_9924"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.894759"], ["updated_at", "2015-04-03 12:47:44.894759"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:47:44.901192"], ["task_id", 3], ["created_at", "2015-04-03 12:47:44.902450"], ["updated_at", "2015-04-03 12:47:44.902450"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:47:44.904095"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1163"], ["description", "I-am-the-goal-description_5712"], ["version", 1], ["created_at", "2015-04-03 12:47:44.912854"], ["updated_at", "2015-04-03 12:47:44.912854"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9262"], ["description", "I-am-the-task-description_4475"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.917082"], ["updated_at", "2015-04-03 12:47:44.917082"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8039"], ["description", "I-am-the-task-description_7720"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.921150"], ["updated_at", "2015-04-03 12:47:44.921150"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:47:44.928908"], ["task_id", 5], ["created_at", "2015-04-03 12:47:44.930205"], ["updated_at", "2015-04-03 12:47:44.930205"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:47:44.931803"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_195"], ["description", "I-am-the-goal-description_6630"], ["version", 1], ["created_at", "2015-04-03 12:47:44.940142"], ["updated_at", "2015-04-03 12:47:44.940142"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task1673"], ["description", "I-am-the-task-description_8373"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.944800"], ["updated_at", "2015-04-03 12:47:44.944800"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task8995"], ["description", "I-am-the-task-description_5162"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.948916"], ["updated_at", "2015-04-03 12:47:44.948916"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:47:44.955264"], ["task_id", 7], ["created_at", "2015-04-03 12:47:44.956513"], ["updated_at", "2015-04-03 12:47:44.956513"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:47:44.958120"], ["id", 7]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3488"], ["description", "I-am-the-goal-description_2806"], ["version", 1], ["created_at", "2015-04-03 12:47:44.964090"], ["updated_at", "2015-04-03 12:47:44.964090"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task7636"], ["description", "I-am-the-task-description_8955"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.968553"], ["updated_at", "2015-04-03 12:47:44.968553"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task1709"], ["description", "I-am-the-task-description_3722"], ["cost", 1], ["created_at", "2015-04-03 12:47:44.972874"], ["updated_at", "2015-04-03 12:47:44.972874"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 67ms (Views: 16.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7929"], ["description", "I-am-the-goal-description_4518"], ["version", 1], ["created_at", "2015-04-03 12:47:45.048166"], ["updated_at", "2015-04-03 12:47:45.048166"], ["tracking", "150403-6"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task8437"], ["description", "I-am-the-task-description_46"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.052921"], ["updated_at", "2015-04-03 12:47:45.052921"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task520"], ["description", "I-am-the-task-description_1892"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.057547"], ["updated_at", "2015-04-03 12:47:45.057547"]]  (0.9ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2495"], ["description", "I-am-the-goal-description_3492"], ["version", 1], ["created_at", "2015-04-03 12:47:45.098035"], ["updated_at", "2015-04-03 12:47:45.098035"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task3123"], ["description", "I-am-the-task-description_564"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.101895"], ["updated_at", "2015-04-03 12:47:45.101895"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7716"], ["description", "I-am-the-goal-description_345"], ["version", 1], ["created_at", "2015-04-03 12:47:45.105885"], ["updated_at", "2015-04-03 12:47:45.105885"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7468"], ["description", "I-am-the-task-description_7186"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.110110"], ["updated_at", "2015-04-03 12:47:45.110110"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6262"], ["description", "I-am-the-goal-description_8976"], ["version", 1], ["created_at", "2015-04-03 12:47:45.118529"], ["updated_at", "2015-04-03 12:47:45.118529"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1827"], ["description", "I-am-the-task-description_7232"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.123049"], ["updated_at", "2015-04-03 12:47:45.123049"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2595"], ["description", "I-am-the-task-description_9981"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.127017"], ["updated_at", "2015-04-03 12:47:45.127017"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3045"], ["description", "I-am-the-goal-description_688"], ["version", 1], ["created_at", "2015-04-03 12:47:45.141636"], ["updated_at", "2015-04-03 12:47:45.141636"], ["tracking", "150403-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task3427"], ["description", "I-am-the-task-description_3966"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.146109"], ["updated_at", "2015-04-03 12:47:45.146109"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2393"], ["description", "I-am-the-goal-description_4186"], ["version", 1], ["created_at", "2015-04-03 12:47:45.150008"], ["updated_at", "2015-04-03 12:47:45.150008"], ["tracking", "150403-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9965"], ["description", "I-am-the-task-description_5084"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.154265"], ["updated_at", "2015-04-03 12:47:45.154265"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4308"], ["description", "I-am-the-goal-description_623"], ["version", 1], ["created_at", "2015-04-03 12:47:45.163700"], ["updated_at", "2015-04-03 12:47:45.163700"], ["tracking", "150403-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6875"], ["description", "I-am-the-task-description_3772"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.169306"], ["updated_at", "2015-04-03 12:47:45.169306"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4679"], ["description", "I-am-the-task-description_7127"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.174245"], ["updated_at", "2015-04-03 12:47:45.174245"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1064"], ["description", "I-am-the-goal-description_4397"], ["version", 1], ["created_at", "2015-04-03 12:47:45.189545"], ["updated_at", "2015-04-03 12:47:45.189545"], ["tracking", "150403-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4529"], ["description", "I-am-the-task-description_4503"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.194069"], ["updated_at", "2015-04-03 12:47:45.194069"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7499"], ["description", "I-am-the-goal-description_8243"], ["version", 1], ["created_at", "2015-04-03 12:47:45.198139"], ["updated_at", "2015-04-03 12:47:45.198139"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8453"], ["description", "I-am-the-task-description_4085"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.202482"], ["updated_at", "2015-04-03 12:47:45.202482"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3537"], ["description", "I-am-the-goal-description_2014"], ["version", 1], ["created_at", "2015-04-03 12:47:45.212023"], ["updated_at", "2015-04-03 12:47:45.212023"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7613"], ["description", "I-am-the-task-description_1208"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.216090"], ["updated_at", "2015-04-03 12:47:45.216090"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4405"], ["description", "I-am-the-task-description_2237"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.220190"], ["updated_at", "2015-04-03 12:47:45.220190"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1985"], ["description", "I-am-the-goal-description_429"], ["version", 1], ["created_at", "2015-04-03 12:47:45.233223"], ["updated_at", "2015-04-03 12:47:45.233223"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4428"], ["description", "I-am-the-task-description_3181"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.237079"], ["updated_at", "2015-04-03 12:47:45.237079"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9123"], ["description", "I-am-the-task-description_9031"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.241145"], ["updated_at", "2015-04-03 12:47:45.241145"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_713"], ["description", "I-am-the-goal-description_6798"], ["version", 1], ["created_at", "2015-04-03 12:47:45.248479"], ["updated_at", "2015-04-03 12:47:45.248479"], ["tracking", "150403-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6141"], ["description", "I-am-the-task-description_1904"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.252406"], ["updated_at", "2015-04-03 12:47:45.252406"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9881"], ["description", "I-am-the-task-description_8242"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.256552"], ["updated_at", "2015-04-03 12:47:45.256552"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 3.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8655"], ["description", "I-am-the-goal-description_3585"], ["version", 1], ["created_at", "2015-04-03 12:47:45.268846"], ["updated_at", "2015-04-03 12:47:45.268846"], ["tracking", "150403-18"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6515"], ["description", "I-am-the-task-description_1162"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.273210"], ["updated_at", "2015-04-03 12:47:45.273210"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7331"], ["description", "I-am-the-task-description_2436"], ["cost", 1], ["created_at", "2015-04-03 12:47:45.278012"], ["updated_at", "2015-04-03 12:47:45.278012"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:47:45.335901"], ["updated_at", "2015-04-03 12:47:45.335901"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3466ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2924"], ["description", "I-am-the-goal-description_5381"], ["version", 1], ["created_at", "2015-04-03 12:47:48.804220"], ["updated_at", "2015-04-03 12:47:48.804220"], ["tracking", "150403-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1958"], ["description", "I-am-the-task-description_5403"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.809936"], ["updated_at", "2015-04-03 12:47:48.809936"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5920"], ["description", "I-am-the-task-description_3951"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.813926"], ["updated_at", "2015-04-03 12:47:48.813926"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:47:48.821051"], ["updated_at", "2015-04-03 12:47:48.821051"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1094"], ["description", "I-am-the-goal-description_8104"], ["version", 1], ["created_at", "2015-04-03 12:47:48.831492"], ["updated_at", "2015-04-03 12:47:48.831492"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5424"], ["description", "I-am-the-task-description_3212"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.835392"], ["updated_at", "2015-04-03 12:47:48.835392"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task328"], ["description", "I-am-the-task-description_3738"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.839303"], ["updated_at", "2015-04-03 12:47:48.839303"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:47:48.846776"], ["updated_at", "2015-04-03 12:47:48.846776"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1969"], ["description", "I-am-the-goal-description_5428"], ["version", 1], ["created_at", "2015-04-03 12:47:48.854239"], ["updated_at", "2015-04-03 12:47:48.854239"], ["tracking", "150403-21"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9291"], ["description", "I-am-the-task-description_4486"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.858965"], ["updated_at", "2015-04-03 12:47:48.858965"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6798"], ["description", "I-am-the-task-description_6196"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.863767"], ["updated_at", "2015-04-03 12:47:48.863767"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9293"], ["description", "I-am-the-goal-description_8197"], ["version", 1], ["created_at", "2015-04-03 12:47:48.878058"], ["updated_at", "2015-04-03 12:47:48.878058"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4500"], ["description", "I-am-the-task-description_7801"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.881929"], ["updated_at", "2015-04-03 12:47:48.881929"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3098"], ["description", "I-am-the-task-description_419"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.886511"], ["updated_at", "2015-04-03 12:47:48.886511"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:47:48.890393"], ["updated_at", "2015-04-03 12:47:48.890393"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7685"], ["description", "I-am-the-goal-description_4649"], ["version", 1], ["created_at", "2015-04-03 12:47:48.903054"], ["updated_at", "2015-04-03 12:47:48.903054"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task8807"], ["description", "I-am-the-task-description_8839"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.906915"], ["updated_at", "2015-04-03 12:47:48.906915"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task8189"], ["description", "I-am-the-task-description_715"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.911439"], ["updated_at", "2015-04-03 12:47:48.911439"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:47:48.915797"], ["updated_at", "2015-04-03 12:47:48.915797"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_176"], ["description", "I-am-the-goal-description_4225"], ["version", 1], ["created_at", "2015-04-03 12:47:48.927338"], ["updated_at", "2015-04-03 12:47:48.927338"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5383"], ["description", "I-am-the-task-description_415"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.931579"], ["updated_at", "2015-04-03 12:47:48.931579"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3885"], ["description", "I-am-the-task-description_6361"], ["cost", 1], ["created_at", "2015-04-03 12:47:48.935615"], ["updated_at", "2015-04-03 12:47:48.935615"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:47:48.939466"], ["updated_at", "2015-04-03 12:47:48.939466"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6221"], ["description", "I-am-the-goal-description_3182"], ["version", 1], ["created_at", "2015-04-03 12:47:49.009772"], ["updated_at", "2015-04-03 12:47:49.009772"], ["tracking", "150403-25"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3991"], ["description", "I-am-the-task-description_4427"], ["cost", 1], ["created_at", "2015-04-03 12:47:49.014351"], ["updated_at", "2015-04-03 12:47:49.014351"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9243"], ["description", "I-am-the-task-description_5"], ["cost", 1], ["created_at", "2015-04-03 12:47:49.018453"], ["updated_at", "2015-04-03 12:47:49.018453"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:47:49.022635"], ["updated_at", "2015-04-03 12:47:49.022635"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7088"], ["description", "I-am-the-goal-description_916"], ["version", 1], ["created_at", "2015-04-03 12:47:49.038552"], ["updated_at", "2015-04-03 12:47:49.038552"], ["tracking", "150403-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9838"], ["description", "I-am-the-task-description_7332"], ["cost", 1], ["created_at", "2015-04-03 12:47:49.043491"], ["updated_at", "2015-04-03 12:47:49.043491"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3053"], ["description", "I-am-the-task-description_6339"], ["cost", 1], ["created_at", "2015-04-03 12:47:49.048496"], ["updated_at", "2015-04-03 12:47:49.048496"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:47:49.053066"], ["updated_at", "2015-04-03 12:47:49.053066"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7745"], ["description", "I-am-the-goal-description_7993"], ["version", 1], ["created_at", "2015-04-03 12:47:49.064886"], ["updated_at", "2015-04-03 12:47:49.064886"], ["tracking", "150403-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8280"], ["description", "I-am-the-task-description_2144"], ["cost", 1], ["created_at", "2015-04-03 12:47:49.068918"], ["updated_at", "2015-04-03 12:47:49.068918"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9827"], ["description", "I-am-the-task-description_4301"], ["cost", 1], ["created_at", "2015-04-03 12:47:49.073056"], ["updated_at", "2015-04-03 12:47:49.073056"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:47:49.077221"], ["updated_at", "2015-04-03 12:47:49.077221"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:47:49.083689"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3988"], ["description", "I-am-the-goal-description_2485"], ["version", 1], ["created_at", "2015-04-03 12:48:23.324709"], ["updated_at", "2015-04-03 12:48:23.324709"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2046"], ["description", "I-am-the-task-description_2242"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.391516"], ["updated_at", "2015-04-03 12:48:23.391516"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6416"], ["description", "I-am-the-task-description_1699"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.396142"], ["updated_at", "2015-04-03 12:48:23.396142"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.6ms) 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-03 12:48:23.485033"], ["task_id", 1], ["created_at", "2015-04-03 12:48:23.494013"], ["updated_at", "2015-04-03 12:48:23.494013"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:48:23.496695"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 99ms (ActiveRecord: 4.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_292"], ["description", "I-am-the-goal-description_4199"], ["version", 1], ["created_at", "2015-04-03 12:48:23.512371"], ["updated_at", "2015-04-03 12:48:23.512371"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9850"], ["description", "I-am-the-task-description_6647"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.516517"], ["updated_at", "2015-04-03 12:48:23.516517"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7907"], ["description", "I-am-the-task-description_7480"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.520714"], ["updated_at", "2015-04-03 12:48:23.520714"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:48:23.526912"], ["task_id", 3], ["created_at", "2015-04-03 12:48:23.528942"], ["updated_at", "2015-04-03 12:48:23.528942"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:48:23.530727"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6256"], ["description", "I-am-the-goal-description_9377"], ["version", 1], ["created_at", "2015-04-03 12:48:23.539495"], ["updated_at", "2015-04-03 12:48:23.539495"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2607"], ["description", "I-am-the-task-description_3361"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.544110"], ["updated_at", "2015-04-03 12:48:23.544110"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2275"], ["description", "I-am-the-task-description_3606"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.548359"], ["updated_at", "2015-04-03 12:48:23.548359"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:48:23.556124"], ["task_id", 5], ["created_at", "2015-04-03 12:48:23.557343"], ["updated_at", "2015-04-03 12:48:23.557343"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:48:23.558929"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3205"], ["description", "I-am-the-goal-description_4360"], ["version", 1], ["created_at", "2015-04-03 12:48:23.567289"], ["updated_at", "2015-04-03 12:48:23.567289"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task5460"], ["description", "I-am-the-task-description_56"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.571596"], ["updated_at", "2015-04-03 12:48:23.571596"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task7503"], ["description", "I-am-the-task-description_4269"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.576018"], ["updated_at", "2015-04-03 12:48:23.576018"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:48:23.582377"], ["task_id", 7], ["created_at", "2015-04-03 12:48:23.583817"], ["updated_at", "2015-04-03 12:48:23.583817"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:48:23.585488"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7342"], ["description", "I-am-the-goal-description_9226"], ["version", 1], ["created_at", "2015-04-03 12:48:23.591400"], ["updated_at", "2015-04-03 12:48:23.591400"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task584"], ["description", "I-am-the-task-description_9618"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.596228"], ["updated_at", "2015-04-03 12:48:23.596228"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task1312"], ["description", "I-am-the-task-description_2070"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.602564"], ["updated_at", "2015-04-03 12:48:23.602564"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 67ms (Views: 15.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9400"], ["description", "I-am-the-goal-description_8022"], ["version", 1], ["created_at", "2015-04-03 12:48:23.676830"], ["updated_at", "2015-04-03 12:48:23.676830"], ["tracking", "150403-6"]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task2015"], ["description", "I-am-the-task-description_6369"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.681122"], ["updated_at", "2015-04-03 12:48:23.681122"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task3082"], ["description", "I-am-the-task-description_7009"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.685281"], ["updated_at", "2015-04-03 12:48:23.685281"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.5ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9098"], ["description", "I-am-the-goal-description_4473"], ["version", 1], ["created_at", "2015-04-03 12:48:23.725650"], ["updated_at", "2015-04-03 12:48:23.725650"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task9532"], ["description", "I-am-the-task-description_8082"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.730137"], ["updated_at", "2015-04-03 12:48:23.730137"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8824"], ["description", "I-am-the-goal-description_6638"], ["version", 1], ["created_at", "2015-04-03 12:48:23.734204"], ["updated_at", "2015-04-03 12:48:23.734204"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6199"], ["description", "I-am-the-task-description_8151"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.738461"], ["updated_at", "2015-04-03 12:48:23.738461"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3803"], ["description", "I-am-the-goal-description_3125"], ["version", 1], ["created_at", "2015-04-03 12:48:23.747588"], ["updated_at", "2015-04-03 12:48:23.747588"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task157"], ["description", "I-am-the-task-description_9703"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.751743"], ["updated_at", "2015-04-03 12:48:23.751743"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6923"], ["description", "I-am-the-task-description_2512"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.755884"], ["updated_at", "2015-04-03 12:48:23.755884"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4382"], ["description", "I-am-the-goal-description_2106"], ["version", 1], ["created_at", "2015-04-03 12:48:23.771665"], ["updated_at", "2015-04-03 12:48:23.771665"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task6019"], ["description", "I-am-the-task-description_7616"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.776046"], ["updated_at", "2015-04-03 12:48:23.776046"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_858"], ["description", "I-am-the-goal-description_1479"], ["version", 1], ["created_at", "2015-04-03 12:48:23.780082"], ["updated_at", "2015-04-03 12:48:23.780082"], ["tracking", "150403-11"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4829"], ["description", "I-am-the-task-description_4419"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.785900"], ["updated_at", "2015-04-03 12:48:23.785900"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1430"], ["description", "I-am-the-goal-description_6464"], ["version", 1], ["created_at", "2015-04-03 12:48:23.800661"], ["updated_at", "2015-04-03 12:48:23.800661"], ["tracking", "150403-12"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9246"], ["description", "I-am-the-task-description_5048"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.806619"], ["updated_at", "2015-04-03 12:48:23.806619"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1807"], ["description", "I-am-the-task-description_3359"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.811538"], ["updated_at", "2015-04-03 12:48:23.811538"]]  (0.7ms) commit transaction Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.7ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.5ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7591"], ["description", "I-am-the-goal-description_3871"], ["version", 1], ["created_at", "2015-04-03 12:48:23.839695"], ["updated_at", "2015-04-03 12:48:23.839695"], ["tracking", "150403-13"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9971"], ["description", "I-am-the-task-description_5836"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.847360"], ["updated_at", "2015-04-03 12:48:23.847360"]]  (1.5ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_207"], ["description", "I-am-the-goal-description_5356"], ["version", 1], ["created_at", "2015-04-03 12:48:23.858514"], ["updated_at", "2015-04-03 12:48:23.858514"], ["tracking", "150403-14"]]  (7.6ms) commit transaction  (0.2ms) begin transaction SQL (1.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8438"], ["description", "I-am-the-task-description_8644"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.887035"], ["updated_at", "2015-04-03 12:48:23.887035"]]  (2.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (1.1ms) Completed 200 OK in 10ms (Views: 6.7ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8494"], ["description", "I-am-the-goal-description_1088"], ["version", 1], ["created_at", "2015-04-03 12:48:23.934042"], ["updated_at", "2015-04-03 12:48:23.934042"], ["tracking", "150403-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8686"], ["description", "I-am-the-task-description_834"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.938284"], ["updated_at", "2015-04-03 12:48:23.938284"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3178"], ["description", "I-am-the-task-description_457"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.942439"], ["updated_at", "2015-04-03 12:48:23.942439"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (3.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.9ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.8ms) Completed 200 OK in 26ms (Views: 5.8ms | ActiveRecord: 4.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9570"], ["description", "I-am-the-goal-description_1649"], ["version", 1], ["created_at", "2015-04-03 12:48:23.978223"], ["updated_at", "2015-04-03 12:48:23.978223"], ["tracking", "150403-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6811"], ["description", "I-am-the-task-description_3131"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.982688"], ["updated_at", "2015-04-03 12:48:23.982688"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4885"], ["description", "I-am-the-task-description_7262"], ["cost", 1], ["created_at", "2015-04-03 12:48:23.989181"], ["updated_at", "2015-04-03 12:48:23.989181"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_167"], ["description", "I-am-the-goal-description_5489"], ["version", 1], ["created_at", "2015-04-03 12:48:24.005082"], ["updated_at", "2015-04-03 12:48:24.005082"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7078"], ["description", "I-am-the-task-description_5331"], ["cost", 1], ["created_at", "2015-04-03 12:48:24.009289"], ["updated_at", "2015-04-03 12:48:24.009289"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2615"], ["description", "I-am-the-task-description_7568"], ["cost", 1], ["created_at", "2015-04-03 12:48:24.015235"], ["updated_at", "2015-04-03 12:48:24.015235"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8583"], ["description", "I-am-the-goal-description_8429"], ["version", 1], ["created_at", "2015-04-03 12:48:24.030657"], ["updated_at", "2015-04-03 12:48:24.030657"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3450"], ["description", "I-am-the-task-description_7818"], ["cost", 1], ["created_at", "2015-04-03 12:48:24.035227"], ["updated_at", "2015-04-03 12:48:24.035227"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task9154"], ["description", "I-am-the-task-description_5469"], ["cost", 1], ["created_at", "2015-04-03 12:48:24.040318"], ["updated_at", "2015-04-03 12:48:24.040318"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:48:24.107670"], ["updated_at", "2015-04-03 12:48:24.107670"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3908ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6212"], ["description", "I-am-the-goal-description_4276"], ["version", 1], ["created_at", "2015-04-03 12:48:28.019803"], ["updated_at", "2015-04-03 12:48:28.019803"], ["tracking", "150403-19"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1931"], ["description", "I-am-the-task-description_8893"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.030062"], ["updated_at", "2015-04-03 12:48:28.030062"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6460"], ["description", "I-am-the-task-description_2794"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.035663"], ["updated_at", "2015-04-03 12:48:28.035663"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:48:28.044720"], ["updated_at", "2015-04-03 12:48:28.044720"]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 10ms (ActiveRecord: 2.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9924"], ["description", "I-am-the-goal-description_8066"], ["version", 1], ["created_at", "2015-04-03 12:48:28.057329"], ["updated_at", "2015-04-03 12:48:28.057329"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6065"], ["description", "I-am-the-task-description_8731"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.062078"], ["updated_at", "2015-04-03 12:48:28.062078"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2437"], ["description", "I-am-the-task-description_4746"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.066793"], ["updated_at", "2015-04-03 12:48:28.066793"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:48:28.073101"], ["updated_at", "2015-04-03 12:48:28.073101"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7491"], ["description", "I-am-the-goal-description_9689"], ["version", 1], ["created_at", "2015-04-03 12:48:28.080633"], ["updated_at", "2015-04-03 12:48:28.080633"], ["tracking", "150403-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task3130"], ["description", "I-am-the-task-description_954"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.084573"], ["updated_at", "2015-04-03 12:48:28.084573"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task1957"], ["description", "I-am-the-task-description_4459"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.089334"], ["updated_at", "2015-04-03 12:48:28.089334"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9662"], ["description", "I-am-the-goal-description_2518"], ["version", 1], ["created_at", "2015-04-03 12:48:28.099986"], ["updated_at", "2015-04-03 12:48:28.099986"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3999"], ["description", "I-am-the-task-description_6879"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.103833"], ["updated_at", "2015-04-03 12:48:28.103833"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task6627"], ["description", "I-am-the-task-description_3463"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.107773"], ["updated_at", "2015-04-03 12:48:28.107773"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:48:28.111453"], ["updated_at", "2015-04-03 12:48:28.111453"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"42"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1103"], ["description", "I-am-the-goal-description_4056"], ["version", 1], ["created_at", "2015-04-03 12:48:28.125440"], ["updated_at", "2015-04-03 12:48:28.125440"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7089"], ["description", "I-am-the-task-description_8521"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.129363"], ["updated_at", "2015-04-03 12:48:28.129363"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9526"], ["description", "I-am-the-task-description_967"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.133398"], ["updated_at", "2015-04-03 12:48:28.133398"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:48:28.137073"], ["updated_at", "2015-04-03 12:48:28.137073"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7716"], ["description", "I-am-the-goal-description_2270"], ["version", 1], ["created_at", "2015-04-03 12:48:28.148698"], ["updated_at", "2015-04-03 12:48:28.148698"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5966"], ["description", "I-am-the-task-description_8365"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.152843"], ["updated_at", "2015-04-03 12:48:28.152843"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7617"], ["description", "I-am-the-task-description_1321"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.156913"], ["updated_at", "2015-04-03 12:48:28.156913"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:48:28.160648"], ["updated_at", "2015-04-03 12:48:28.160648"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5038"], ["description", "I-am-the-goal-description_2898"], ["version", 1], ["created_at", "2015-04-03 12:48:28.228991"], ["updated_at", "2015-04-03 12:48:28.228991"], ["tracking", "150403-25"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5937"], ["description", "I-am-the-task-description_1302"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.233720"], ["updated_at", "2015-04-03 12:48:28.233720"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9745"], ["description", "I-am-the-task-description_230"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.238082"], ["updated_at", "2015-04-03 12:48:28.238082"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:48:28.243019"], ["updated_at", "2015-04-03 12:48:28.243019"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8032"], ["description", "I-am-the-goal-description_5787"], ["version", 1], ["created_at", "2015-04-03 12:48:28.256708"], ["updated_at", "2015-04-03 12:48:28.256708"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4522"], ["description", "I-am-the-task-description_8867"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.260728"], ["updated_at", "2015-04-03 12:48:28.260728"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5320"], ["description", "I-am-the-task-description_9371"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.264709"], ["updated_at", "2015-04-03 12:48:28.264709"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:48:28.268680"], ["updated_at", "2015-04-03 12:48:28.268680"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3025"], ["description", "I-am-the-goal-description_6942"], ["version", 1], ["created_at", "2015-04-03 12:48:28.281088"], ["updated_at", "2015-04-03 12:48:28.281088"], ["tracking", "150403-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4870"], ["description", "I-am-the-task-description_4914"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.285307"], ["updated_at", "2015-04-03 12:48:28.285307"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7409"], ["description", "I-am-the-task-description_7263"], ["cost", 1], ["created_at", "2015-04-03 12:48:28.289224"], ["updated_at", "2015-04-03 12:48:28.289224"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:48:28.293446"], ["updated_at", "2015-04-03 12:48:28.293446"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:48:28.300035"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2634"], ["description", "I-am-the-goal-description_6705"], ["version", 1], ["created_at", "2015-04-03 12:49:14.114849"], ["updated_at", "2015-04-03 12:49:14.114849"], ["tracking", "150403-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5428"], ["description", "I-am-the-goal-description_7890"], ["version", 1], ["created_at", "2015-04-03 12:49:14.125841"], ["updated_at", "2015-04-03 12:49:14.125841"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 64ms (Views: 57.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1811"], ["description", "I-am-the-goal-description_8627"], ["version", 1], ["created_at", "2015-04-03 12:49:14.276700"], ["updated_at", "2015-04-03 12:49:14.276700"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9614"], ["description", "I-am-the-goal-description_7424"], ["version", 1], ["created_at", "2015-04-03 12:49:14.281505"], ["updated_at", "2015-04-03 12:49:14.281505"], ["tracking", "150403-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6632"], ["description", "I-am-the-goal-description_2337"], ["version", 1], ["created_at", "2015-04-03 12:49:14.307577"], ["updated_at", "2015-04-03 12:49:14.307577"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_415"], ["description", "I-am-the-goal-description_7999"], ["version", 1], ["created_at", "2015-04-03 12:49:14.311910"], ["updated_at", "2015-04-03 12:49:14.311910"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_516"], ["description", "I-am-the-goal-description_8975"], ["version", 1], ["created_at", "2015-04-03 12:49:14.335169"], ["updated_at", "2015-04-03 12:49:14.335169"], ["tracking", "150403-3"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task4831"], ["description", "I-am-the-task-description_5048"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.347457"], ["updated_at", "2015-04-03 12:49:14.347457"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 12:49:14.358059"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 12:49:14.358998"], ["updated_at", "2015-04-03 12:49:14.358998"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 12:49:14.361250"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 12:49:14 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 12:49:14 UTC", "updated_at"=>"2015-04-03 12:49:14 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 12:49:14.371884"], ["created_at", "2015-04-03 12:49:14.372572"], ["updated_at", "2015-04-03 12:49:14.372572"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 15ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6699"], ["description", "I-am-the-goal-description_6736"], ["version", 1], ["created_at", "2015-04-03 12:49:14.435308"], ["updated_at", "2015-04-03 12:49:14.435308"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task8612"], ["description", "I-am-the-task-description_9927"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.439408"], ["updated_at", "2015-04-03 12:49:14.439408"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task3512"], ["description", "I-am-the-task-description_853"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.443605"], ["updated_at", "2015-04-03 12:49:14.443605"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:49:14.450730"], ["task_id", 2], ["created_at", "2015-04-03 12:49:14.451976"], ["updated_at", "2015-04-03 12:49:14.451976"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:49:14.453642"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5265"], ["description", "I-am-the-goal-description_6539"], ["version", 1], ["created_at", "2015-04-03 12:49:14.460289"], ["updated_at", "2015-04-03 12:49:14.460289"], ["tracking", "150403-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6283"], ["description", "I-am-the-task-description_5525"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.464441"], ["updated_at", "2015-04-03 12:49:14.464441"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5768"], ["description", "I-am-the-task-description_8973"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.468889"], ["updated_at", "2015-04-03 12:49:14.468889"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:49:14.476561"], ["task_id", 4], ["created_at", "2015-04-03 12:49:14.477798"], ["updated_at", "2015-04-03 12:49:14.477798"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:49:14.479820"], ["id", 4]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1435"], ["description", "I-am-the-goal-description_1624"], ["version", 1], ["created_at", "2015-04-03 12:49:14.487754"], ["updated_at", "2015-04-03 12:49:14.487754"], ["tracking", "150403-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task177"], ["description", "I-am-the-task-description_2704"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.492806"], ["updated_at", "2015-04-03 12:49:14.492806"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task6104"], ["description", "I-am-the-task-description_3990"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.497392"], ["updated_at", "2015-04-03 12:49:14.497392"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:49:14.504733"], ["task_id", 6], ["created_at", "2015-04-03 12:49:14.506248"], ["updated_at", "2015-04-03 12:49:14.506248"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:49:14.508652"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2949"], ["description", "I-am-the-goal-description_9099"], ["version", 1], ["created_at", "2015-04-03 12:49:14.518649"], ["updated_at", "2015-04-03 12:49:14.518649"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.5ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6137"], ["description", "I-am-the-task-description_5784"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.524900"], ["updated_at", "2015-04-03 12:49:14.524900"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7195"], ["description", "I-am-the-task-description_4316"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.529213"], ["updated_at", "2015-04-03 12:49:14.529213"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:49:14.535260"], ["task_id", 8], ["created_at", "2015-04-03 12:49:14.536444"], ["updated_at", "2015-04-03 12:49:14.536444"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:49:14.538053"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_104"], ["description", "I-am-the-goal-description_7404"], ["version", 1], ["created_at", "2015-04-03 12:49:14.544201"], ["updated_at", "2015-04-03 12:49:14.544201"], ["tracking", "150403-8"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7065"], ["description", "I-am-the-task-description_9377"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.548178"], ["updated_at", "2015-04-03 12:49:14.548178"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4360"], ["description", "I-am-the-task-description_5390"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.552197"], ["updated_at", "2015-04-03 12:49:14.552197"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5496"], ["description", "I-am-the-goal-description_1695"], ["version", 1], ["created_at", "2015-04-03 12:49:14.566124"], ["updated_at", "2015-04-03 12:49:14.566124"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6855"], ["description", "I-am-the-task-description_2664"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.569895"], ["updated_at", "2015-04-03 12:49:14.569895"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4851"], ["description", "I-am-the-task-description_8158"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.573829"], ["updated_at", "2015-04-03 12:49:14.573829"]]  (0.7ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.5ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2163"], ["description", "I-am-the-goal-description_4317"], ["version", 1], ["created_at", "2015-04-03 12:49:14.616634"], ["updated_at", "2015-04-03 12:49:14.616634"], ["tracking", "150403-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7542"], ["description", "I-am-the-task-description_6045"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.620722"], ["updated_at", "2015-04-03 12:49:14.620722"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8269"], ["description", "I-am-the-goal-description_2992"], ["version", 1], ["created_at", "2015-04-03 12:49:14.625105"], ["updated_at", "2015-04-03 12:49:14.625105"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task2030"], ["description", "I-am-the-task-description_7886"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.629070"], ["updated_at", "2015-04-03 12:49:14.629070"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3688"], ["description", "I-am-the-goal-description_3050"], ["version", 1], ["created_at", "2015-04-03 12:49:14.638255"], ["updated_at", "2015-04-03 12:49:14.638255"], ["tracking", "150403-12"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3151"], ["description", "I-am-the-task-description_1398"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.642228"], ["updated_at", "2015-04-03 12:49:14.642228"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5313"], ["description", "I-am-the-task-description_4600"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.646341"], ["updated_at", "2015-04-03 12:49:14.646341"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4084"], ["description", "I-am-the-goal-description_1966"], ["version", 1], ["created_at", "2015-04-03 12:49:14.661302"], ["updated_at", "2015-04-03 12:49:14.661302"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6606"], ["description", "I-am-the-task-description_5916"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.665619"], ["updated_at", "2015-04-03 12:49:14.665619"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6931"], ["description", "I-am-the-goal-description_9223"], ["version", 1], ["created_at", "2015-04-03 12:49:14.669468"], ["updated_at", "2015-04-03 12:49:14.669468"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3868"], ["description", "I-am-the-task-description_8960"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.673803"], ["updated_at", "2015-04-03 12:49:14.673803"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2768"], ["description", "I-am-the-goal-description_999"], ["version", 1], ["created_at", "2015-04-03 12:49:14.683349"], ["updated_at", "2015-04-03 12:49:14.683349"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8510"], ["description", "I-am-the-task-description_6160"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.687292"], ["updated_at", "2015-04-03 12:49:14.687292"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7601"], ["description", "I-am-the-task-description_1873"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.693152"], ["updated_at", "2015-04-03 12:49:14.693152"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7326"], ["description", "I-am-the-goal-description_6477"], ["version", 1], ["created_at", "2015-04-03 12:49:14.708998"], ["updated_at", "2015-04-03 12:49:14.708998"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1249"], ["description", "I-am-the-task-description_7874"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.713440"], ["updated_at", "2015-04-03 12:49:14.713440"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2702"], ["description", "I-am-the-goal-description_7138"], ["version", 1], ["created_at", "2015-04-03 12:49:14.717312"], ["updated_at", "2015-04-03 12:49:14.717312"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9622"], ["description", "I-am-the-task-description_430"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.721064"], ["updated_at", "2015-04-03 12:49:14.721064"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5430"], ["description", "I-am-the-goal-description_4656"], ["version", 1], ["created_at", "2015-04-03 12:49:14.730831"], ["updated_at", "2015-04-03 12:49:14.730831"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task117"], ["description", "I-am-the-task-description_9371"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.734782"], ["updated_at", "2015-04-03 12:49:14.734782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task5640"], ["description", "I-am-the-task-description_1505"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.740321"], ["updated_at", "2015-04-03 12:49:14.740321"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9804"], ["description", "I-am-the-goal-description_3448"], ["version", 1], ["created_at", "2015-04-03 12:49:14.753333"], ["updated_at", "2015-04-03 12:49:14.753333"], ["tracking", "150403-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9181"], ["description", "I-am-the-task-description_5611"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.757350"], ["updated_at", "2015-04-03 12:49:14.757350"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4827"], ["description", "I-am-the-task-description_2256"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.761432"], ["updated_at", "2015-04-03 12:49:14.761432"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2423"], ["description", "I-am-the-goal-description_3648"], ["version", 1], ["created_at", "2015-04-03 12:49:14.774792"], ["updated_at", "2015-04-03 12:49:14.774792"], ["tracking", "150403-20"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2248"], ["description", "I-am-the-task-description_7928"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.781974"], ["updated_at", "2015-04-03 12:49:14.781974"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8039"], ["description", "I-am-the-task-description_2520"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.786473"], ["updated_at", "2015-04-03 12:49:14.786473"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_979"], ["description", "I-am-the-goal-description_6292"], ["version", 1], ["created_at", "2015-04-03 12:49:14.800124"], ["updated_at", "2015-04-03 12:49:14.800124"], ["tracking", "150403-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2130"], ["description", "I-am-the-task-description_8781"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.804749"], ["updated_at", "2015-04-03 12:49:14.804749"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8720"], ["description", "I-am-the-task-description_3564"], ["cost", 1], ["created_at", "2015-04-03 12:49:14.809668"], ["updated_at", "2015-04-03 12:49:14.809668"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:49:14.820273"], ["updated_at", "2015-04-03 12:49:14.820273"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3981ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5738"], ["description", "I-am-the-goal-description_6750"], ["version", 1], ["created_at", "2015-04-03 12:49:18.805266"], ["updated_at", "2015-04-03 12:49:18.805266"], ["tracking", "150403-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9054"], ["description", "I-am-the-task-description_9077"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.810198"], ["updated_at", "2015-04-03 12:49:18.810198"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5349"], ["description", "I-am-the-task-description_3946"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.814381"], ["updated_at", "2015-04-03 12:49:18.814381"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:49:18.823585"], ["updated_at", "2015-04-03 12:49:18.823585"]]  (1.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 12ms (ActiveRecord: 2.8ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6804"], ["description", "I-am-the-goal-description_7397"], ["version", 1], ["created_at", "2015-04-03 12:49:18.841865"], ["updated_at", "2015-04-03 12:49:18.841865"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6952"], ["description", "I-am-the-task-description_1593"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.847578"], ["updated_at", "2015-04-03 12:49:18.847578"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3417"], ["description", "I-am-the-task-description_1740"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.854159"], ["updated_at", "2015-04-03 12:49:18.854159"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:49:18.860680"], ["updated_at", "2015-04-03 12:49:18.860680"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2948"], ["description", "I-am-the-goal-description_6395"], ["version", 1], ["created_at", "2015-04-03 12:49:18.869544"], ["updated_at", "2015-04-03 12:49:18.869544"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1759"], ["description", "I-am-the-task-description_5987"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.874082"], ["updated_at", "2015-04-03 12:49:18.874082"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6179"], ["description", "I-am-the-task-description_3758"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.878726"], ["updated_at", "2015-04-03 12:49:18.878726"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4362"], ["description", "I-am-the-goal-description_5914"], ["version", 1], ["created_at", "2015-04-03 12:49:18.890624"], ["updated_at", "2015-04-03 12:49:18.890624"], ["tracking", "150403-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7456"], ["description", "I-am-the-task-description_8726"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.894499"], ["updated_at", "2015-04-03 12:49:18.894499"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3877"], ["description", "I-am-the-task-description_1484"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.898792"], ["updated_at", "2015-04-03 12:49:18.898792"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:49:18.903306"], ["updated_at", "2015-04-03 12:49:18.903306"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4610"], ["description", "I-am-the-goal-description_771"], ["version", 1], ["created_at", "2015-04-03 12:49:18.914079"], ["updated_at", "2015-04-03 12:49:18.914079"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9799"], ["description", "I-am-the-task-description_7900"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.918360"], ["updated_at", "2015-04-03 12:49:18.918360"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task2917"], ["description", "I-am-the-task-description_8326"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.923058"], ["updated_at", "2015-04-03 12:49:18.923058"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:49:18.928317"], ["updated_at", "2015-04-03 12:49:18.928317"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5742"], ["description", "I-am-the-goal-description_6873"], ["version", 1], ["created_at", "2015-04-03 12:49:18.941795"], ["updated_at", "2015-04-03 12:49:18.941795"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task329"], ["description", "I-am-the-task-description_7014"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.946725"], ["updated_at", "2015-04-03 12:49:18.946725"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5506"], ["description", "I-am-the-task-description_5178"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.951898"], ["updated_at", "2015-04-03 12:49:18.951898"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:49:18.956281"], ["updated_at", "2015-04-03 12:49:18.956281"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6458"], ["description", "I-am-the-goal-description_8335"], ["version", 1], ["created_at", "2015-04-03 12:49:18.977773"], ["updated_at", "2015-04-03 12:49:18.977773"], ["tracking", "150403-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task2646"], ["description", "I-am-the-task-description_4292"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.981597"], ["updated_at", "2015-04-03 12:49:18.981597"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8686"], ["description", "I-am-the-task-description_7694"], ["cost", 1], ["created_at", "2015-04-03 12:49:18.985724"], ["updated_at", "2015-04-03 12:49:18.985724"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:49:18.989864"], ["updated_at", "2015-04-03 12:49:18.989864"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4072"], ["description", "I-am-the-goal-description_6288"], ["version", 1], ["created_at", "2015-04-03 12:49:19.003830"], ["updated_at", "2015-04-03 12:49:19.003830"], ["tracking", "150403-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5470"], ["description", "I-am-the-task-description_6722"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.008109"], ["updated_at", "2015-04-03 12:49:19.008109"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3174"], ["description", "I-am-the-task-description_4057"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.012477"], ["updated_at", "2015-04-03 12:49:19.012477"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:49:19.016613"], ["updated_at", "2015-04-03 12:49:19.016613"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9142"], ["description", "I-am-the-goal-description_3102"], ["version", 1], ["created_at", "2015-04-03 12:49:19.085702"], ["updated_at", "2015-04-03 12:49:19.085702"], ["tracking", "150403-30"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task3573"], ["description", "I-am-the-task-description_4674"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.092636"], ["updated_at", "2015-04-03 12:49:19.092636"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2371"], ["description", "I-am-the-task-description_1555"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.097014"], ["updated_at", "2015-04-03 12:49:19.097014"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:49:19.101280"], ["updated_at", "2015-04-03 12:49:19.101280"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:49:19.107618"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8831"], ["description", "I-am-the-goal-description_2738"], ["version", 1], ["created_at", "2015-04-03 12:49:19.114614"], ["updated_at", "2015-04-03 12:49:19.114614"], ["tracking", "150403-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_518"], ["description", "I-am-the-goal-description_4101"], ["version", 1], ["created_at", "2015-04-03 12:49:19.120033"], ["updated_at", "2015-04-03 12:49:19.120033"], ["tracking", "150403-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 36], ["title", "I-am-a-task6880"], ["description", "I-am-the-task-description_3786"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.123904"], ["updated_at", "2015-04-03 12:49:19.123904"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1211"], ["description", "I-am-the-goal-description_882"], ["version", 1], ["created_at", "2015-04-03 12:49:19.128790"], ["updated_at", "2015-04-03 12:49:19.128790"], ["tracking", "150403-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 37], ["title", "I-am-a-task5100"], ["description", "I-am-the-task-description_6962"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.132641"], ["updated_at", "2015-04-03 12:49:19.132641"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4799"], ["description", "I-am-the-goal-description_3028"], ["version", 1], ["created_at", "2015-04-03 12:49:19.136080"], ["updated_at", "2015-04-03 12:49:19.136080"], ["tracking", "150403-34"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 38], ["title", "I-am-a-task2980"], ["description", "I-am-the-task-description_7751"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.141159"], ["updated_at", "2015-04-03 12:49:19.141159"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 38], ["title", "I-am-a-task1390"], ["description", "I-am-the-task-description_2505"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.146562"], ["updated_at", "2015-04-03 12:49:19.146562"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task3614"], ["description", "I-am-the-task-description_4433"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.151201"], ["updated_at", "2015-04-03 12:49:19.151201"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 35], ["title", "I-am-a-task4714"], ["description", "I-am-the-task-description_8672"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.155893"], ["updated_at", "2015-04-03 12:49:19.155893"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5157"], ["description", "I-am-the-goal-description_8003"], ["version", 1], ["created_at", "2015-04-03 12:49:19.163443"], ["updated_at", "2015-04-03 12:49:19.163443"], ["tracking", "150403-35"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9780"], ["description", "I-am-the-goal-description_3624"], ["version", 1], ["created_at", "2015-04-03 12:49:19.168926"], ["updated_at", "2015-04-03 12:49:19.168926"], ["tracking", "150403-36"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 40], ["title", "I-am-a-task1785"], ["description", "I-am-the-task-description_1207"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.172798"], ["updated_at", "2015-04-03 12:49:19.172798"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8403"], ["description", "I-am-the-goal-description_5173"], ["version", 1], ["created_at", "2015-04-03 12:49:19.177253"], ["updated_at", "2015-04-03 12:49:19.177253"], ["tracking", "150403-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 41], ["title", "I-am-a-task1632"], ["description", "I-am-the-task-description_3580"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.181456"], ["updated_at", "2015-04-03 12:49:19.181456"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_312"], ["description", "I-am-the-goal-description_7507"], ["version", 1], ["created_at", "2015-04-03 12:49:19.184809"], ["updated_at", "2015-04-03 12:49:19.184809"], ["tracking", "150403-38"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 42], ["title", "I-am-a-task5689"], ["description", "I-am-the-task-description_9890"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.189411"], ["updated_at", "2015-04-03 12:49:19.189411"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 42], ["title", "I-am-a-task4933"], ["description", "I-am-the-task-description_6509"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.194511"], ["updated_at", "2015-04-03 12:49:19.194511"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task6060"], ["description", "I-am-the-task-description_1512"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.199795"], ["updated_at", "2015-04-03 12:49:19.199795"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 39], ["title", "I-am-a-task6440"], ["description", "I-am-the-task-description_8895"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.204792"], ["updated_at", "2015-04-03 12:49:19.204792"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2416"], ["description", "I-am-the-goal-description_7083"], ["version", 1], ["created_at", "2015-04-03 12:49:19.208570"], ["updated_at", "2015-04-03 12:49:19.208570"], ["tracking", "150403-39"]]  (0.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7737"], ["description", "I-am-the-goal-description_7244"], ["version", 1], ["created_at", "2015-04-03 12:49:19.216713"], ["updated_at", "2015-04-03 12:49:19.216713"], ["tracking", "150403-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1443"], ["description", "I-am-the-goal-description_4024"], ["version", 1], ["created_at", "2015-04-03 12:49:19.221551"], ["updated_at", "2015-04-03 12:49:19.221551"], ["tracking", "150403-41"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 45], ["title", "I-am-a-task9625"], ["description", "I-am-the-task-description_6865"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.225584"], ["updated_at", "2015-04-03 12:49:19.225584"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7053"], ["description", "I-am-the-goal-description_2896"], ["version", 1], ["created_at", "2015-04-03 12:49:19.230304"], ["updated_at", "2015-04-03 12:49:19.230304"], ["tracking", "150403-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 46], ["title", "I-am-a-task9847"], ["description", "I-am-the-task-description_6902"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.234654"], ["updated_at", "2015-04-03 12:49:19.234654"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3313"], ["description", "I-am-the-goal-description_1683"], ["version", 1], ["created_at", "2015-04-03 12:49:19.238128"], ["updated_at", "2015-04-03 12:49:19.238128"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 47], ["title", "I-am-a-task5320"], ["description", "I-am-the-task-description_1458"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.242943"], ["updated_at", "2015-04-03 12:49:19.242943"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 47], ["title", "I-am-a-task1308"], ["description", "I-am-the-task-description_493"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.248878"], ["updated_at", "2015-04-03 12:49:19.248878"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task2099"], ["description", "I-am-the-task-description_5729"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.253901"], ["updated_at", "2015-04-03 12:49:19.253901"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 44], ["title", "I-am-a-task2423"], ["description", "I-am-the-task-description_584"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.258802"], ["updated_at", "2015-04-03 12:49:19.258802"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 44], ["title", "I-am-a-task6489"], ["description", "I-am-the-task-description_7220"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.263494"], ["updated_at", "2015-04-03 12:49:19.263494"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7131"], ["description", "I-am-the-goal-description_2934"], ["version", 1], ["created_at", "2015-04-03 12:49:19.270413"], ["updated_at", "2015-04-03 12:49:19.270413"], ["tracking", "150403-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7059"], ["description", "I-am-the-goal-description_4138"], ["version", 1], ["created_at", "2015-04-03 12:49:19.275356"], ["updated_at", "2015-04-03 12:49:19.275356"], ["tracking", "150403-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 49], ["title", "I-am-a-task3617"], ["description", "I-am-the-task-description_6284"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.279633"], ["updated_at", "2015-04-03 12:49:19.279633"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3686"], ["description", "I-am-the-goal-description_5802"], ["version", 1], ["created_at", "2015-04-03 12:49:19.284018"], ["updated_at", "2015-04-03 12:49:19.284018"], ["tracking", "150403-46"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 50], ["title", "I-am-a-task4558"], ["description", "I-am-the-task-description_5210"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.288344"], ["updated_at", "2015-04-03 12:49:19.288344"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3238"], ["description", "I-am-the-goal-description_9247"], ["version", 1], ["created_at", "2015-04-03 12:49:19.292258"], ["updated_at", "2015-04-03 12:49:19.292258"], ["tracking", "150403-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 51], ["title", "I-am-a-task1635"], ["description", "I-am-the-task-description_214"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.297408"], ["updated_at", "2015-04-03 12:49:19.297408"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 51], ["title", "I-am-a-task5556"], ["description", "I-am-the-task-description_375"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.302153"], ["updated_at", "2015-04-03 12:49:19.302153"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task7508"], ["description", "I-am-the-task-description_1187"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.307255"], ["updated_at", "2015-04-03 12:49:19.307255"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task7430"], ["description", "I-am-the-task-description_1098"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.311971"], ["updated_at", "2015-04-03 12:49:19.311971"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task9206"], ["description", "I-am-the-task-description_9308"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.316376"], ["updated_at", "2015-04-03 12:49:19.316376"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9218"], ["description", "I-am-the-goal-description_3182"], ["version", 1], ["created_at", "2015-04-03 12:49:19.322986"], ["updated_at", "2015-04-03 12:49:19.322986"], ["tracking", "150403-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task549"], ["description", "I-am-the-task-description_1458"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.328386"], ["updated_at", "2015-04-03 12:49:19.328386"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4885"], ["description", "I-am-the-goal-description_8406"], ["version", 1], ["created_at", "2015-04-03 12:49:19.334334"], ["updated_at", "2015-04-03 12:49:19.334334"], ["tracking", "150403-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task5884"], ["description", "I-am-the-task-description_5060"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.338632"], ["updated_at", "2015-04-03 12:49:19.338632"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_799"], ["description", "I-am-the-goal-description_4071"], ["version", 1], ["created_at", "2015-04-03 12:49:19.344183"], ["updated_at", "2015-04-03 12:49:19.344183"], ["tracking", "150403-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 54], ["title", "I-am-a-task1232"], ["description", "I-am-the-task-description_6897"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.348365"], ["updated_at", "2015-04-03 12:49:19.348365"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_487"], ["description", "I-am-the-goal-description_387"], ["version", 1], ["created_at", "2015-04-03 12:49:19.354289"], ["updated_at", "2015-04-03 12:49:19.354289"], ["tracking", "150403-51"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 55], ["title", "I-am-a-task2503"], ["description", "I-am-the-task-description_2892"], ["cost", 1], ["created_at", "2015-04-03 12:49:19.358593"], ["updated_at", "2015-04-03 12:49:19.358593"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2820"], ["description", "I-am-the-goal-description_5648"], ["version", 1], ["created_at", "2015-04-03 12:49:19.363234"], ["updated_at", "2015-04-03 12:49:19.363234"], ["tracking", "150403-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 12:49:19.366230"], ["id", 56]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 12:49:19.368488"], ["id", 56]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5755"], ["description", "I-am-the-goal-description_6196"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6306"], ["description", "I-am-the-goal-description_4505"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_711"], ["description", "I-am-the-goal-description_3829"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7170"], ["description", "I-am-the-goal-description_7096"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6563"], ["description", "I-am-the-goal-description_4921"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task4785"], ["description", "I-am-the-task-description_7262"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9275"], ["description", "I-am-the-goal-description_8451"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task8884"], ["description", "I-am-the-task-description_7860"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2774"], ["description", "I-am-the-goal-description_1305"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task4072"], ["description", "I-am-the-task-description_7527"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3796"], ["description", "I-am-the-goal-description_5379"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task4021"], ["description", "I-am-the-task-description_4271"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2236"], ["description", "I-am-the-goal-description_6793"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task5315"], ["description", "I-am-the-task-description_7780"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_457"], ["description", "I-am-the-goal-description_4351"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5776"], ["description", "I-am-the-goal-description_7977"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8677"], ["description", "I-am-the-goal-description_3545"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2242"], ["description", "I-am-the-goal-description_9388"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.8ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:49:33 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3948.2ms) Completed 200 OK in 4008ms (Views: 3977.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 14:49:37 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 14:49:37 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 14:49:37 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (369.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (375.9ms) Completed 200 OK in 388ms (Views: 379.4ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:49:38 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-03 12:49:38.432126"], ["updated_at", "2015-04-03 12:49:38.432126"], ["tracking", "150403-1"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (67.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (110.0ms) Completed 200 OK in 133ms (Views: 111.9ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4121"], ["description", "I-am-the-goal-description_4025"], ["version", 1], ["created_at", "2015-04-03 12:49:38.718981"], ["updated_at", "2015-04-03 12:49:38.718981"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8646"], ["description", "I-am-the-task-description_3180"], ["cost", 1], ["created_at", "2015-04-03 12:49:38.725988"], ["updated_at", "2015-04-03 12:49:38.725988"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7185"], ["description", "I-am-the-task-description_4615"], ["cost", 1], ["created_at", "2015-04-03 12:49:38.730871"], ["updated_at", "2015-04-03 12:49:38.730871"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9013"], ["description", "I-am-the-task-description_4471"], ["cost", 1], ["created_at", "2015-04-03 12:49:38.735102"], ["updated_at", "2015-04-03 12:49:38.735102"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:49:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3142"], ["description", "I-am-the-goal-description_5073"], ["version", 1], ["created_at", "2015-04-03 12:49:39.028630"], ["updated_at", "2015-04-03 12:49:39.028630"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (68.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (71.7ms) Completed 200 OK in 75ms (Views: 74.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5073", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 12:49:39.418801"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.6ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9104"], ["description", "I-am-the-goal-description_7018"], ["version", 1], ["created_at", "2015-04-03 12:49:39.558484"], ["updated_at", "2015-04-03 12:49:39.558484"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4894"], ["description", "I-am-the-goal-description_8309"], ["version", 1], ["created_at", "2015-04-03 12:49:39.965607"], ["updated_at", "2015-04-03 12:49:39.965607"], ["tracking", "150403-1"]]  (1.6ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:49:40 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (70.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (70.8ms) Completed 200 OK in 72ms (Views: 71.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:40 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_4894", "description"=>"I-am-the-goal-description_8309", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 12:49:40.227091"], ["id", 1]]  (3.6ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 4.2ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:49:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4283"], ["description", "I-am-the-goal-description_9478"], ["version", 1], ["created_at", "2015-04-03 12:49:40.370344"], ["updated_at", "2015-04-03 12:49:40.370344"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:49:40 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.4ms) Completed 200 OK in 68ms (Views: 67.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:40 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_4283", "description"=>"I-am-the-goal-description_9478", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 12:49:40.621639"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.9ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7967"], ["description", "I-am-the-goal-description_4461"], ["version", 1], ["created_at", "2015-04-03 12:49:40.767401"], ["updated_at", "2015-04-03 12:49:40.767401"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task416"], ["description", "I-am-the-task-description_2766"], ["cost", 1], ["created_at", "2015-04-03 12:49:40.773149"], ["updated_at", "2015-04-03 12:49:40.773149"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 15ms (Views: 12.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:49:40 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.9ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (79.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (106.7ms) Completed 200 OK in 113ms (Views: 109.5ms | ActiveRecord: 0.8ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 14:49:41 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) 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-03 12:49:41.155738"], ["created_at", "2015-04-03 12:49:41.156801"], ["updated_at", "2015-04-03 12:49:41.156801"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 12:49:41.159592"], ["id", 1]]  (3.1ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 4.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:49:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (58.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.7ms) Completed 200 OK in 68ms (Views: 63.4ms | ActiveRecord: 0.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2585"], ["description", "I-am-the-goal-description_5046"], ["version", 1], ["created_at", "2015-04-03 12:49:41.318471"], ["updated_at", "2015-04-03 12:49:41.318471"], ["tracking", "150403-1"]]  (1.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:49:41 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:49:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.2ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 14:49:41 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (97.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (102.3ms) Completed 200 OK in 107ms (Views: 105.0ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:41 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 12:49:41.807796"], ["updated_at", "2015-04-03 12:49:41.807796"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:49:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.7ms) Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8901"], ["description", "I-am-the-goal-description_8712"], ["version", 1], ["created_at", "2015-04-03 12:49:41.968192"], ["updated_at", "2015-04-03 12:49:41.968192"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task945"], ["description", "I-am-the-task-description_8018"], ["cost", 1], ["created_at", "2015-04-03 12:49:41.972127"], ["updated_at", "2015-04-03 12:49:41.972127"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:49:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (69.7ms) Completed 200 OK in 73ms (Views: 70.4ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7224"], ["description", "I-am-the-goal-description_6711"], ["version", 1], ["created_at", "2015-04-03 12:49:42.241187"], ["updated_at", "2015-04-03 12:49:42.241187"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3940"], ["description", "I-am-the-task-description_773"], ["cost", 1], ["created_at", "2015-04-03 12:49:42.247320"], ["updated_at", "2015-04-03 12:49:42.247320"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:49:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.5ms) Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 14:49:42 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (83.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (87.3ms) Completed 200 OK in 92ms (Views: 89.9ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:49:42 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_773", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 12:49:42.685589"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:49:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (14.7ms) Completed 200 OK in 19ms (Views: 15.4ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4400"], ["description", "I-am-the-goal-description_2584"], ["version", 1], ["created_at", "2015-04-03 12:49:42.829605"], ["updated_at", "2015-04-03 12:49:42.829605"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9069"], ["description", "I-am-the-task-description_1431"], ["cost", 1], ["created_at", "2015-04-03 12:49:42.833829"], ["updated_at", "2015-04-03 12:49:42.833829"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:49:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (68.8ms) Completed 200 OK in 72ms (Views: 69.4ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7523"], ["description", "I-am-the-goal-description_7444"], ["version", 1], ["created_at", "2015-04-03 12:49:43.237942"], ["updated_at", "2015-04-03 12:49:43.237942"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task73"], ["description", "I-am-the-task-description_6739"], ["cost", 1], ["created_at", "2015-04-03 12:49:43.242882"], ["updated_at", "2015-04-03 12:49:43.242882"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:49:43.380824"], ["task_id", 1], ["created_at", "2015-04-03 12:49:43.382182"], ["updated_at", "2015-04-03 12:49:43.382182"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:49:43.383848"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_550"], ["description", "I-am-the-goal-description_1439"], ["version", 1], ["created_at", "2015-04-03 12:49:43.527536"], ["updated_at", "2015-04-03 12:49:43.527536"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task9419"], ["description", "I-am-the-task-description_7282"], ["cost", 1], ["created_at", "2015-04-03 12:49:43.533525"], ["updated_at", "2015-04-03 12:49:43.533525"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:49:43.664720"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:54586/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7620"], ["description", "I-am-the-goal-description_130"], ["version", 1], ["created_at", "2015-04-03 12:49:43.806970"], ["updated_at", "2015-04-03 12:49:43.806970"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7280"], ["description", "I-am-the-task-description_8075"], ["cost", 1], ["created_at", "2015-04-03 12:49:43.811002"], ["updated_at", "2015-04-03 12:49:43.811002"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6882"], ["description", "I-am-the-goal-description_6524"], ["version", 1], ["created_at", "2015-04-03 12:49:43.816407"], ["updated_at", "2015-04-03 12:49:43.816407"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4887"], ["description", "I-am-the-task-description_7206"], ["cost", 1], ["created_at", "2015-04-03 12:49:43.819855"], ["updated_at", "2015-04-03 12:49:43.819855"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5962"], ["description", "I-am-the-goal-description_8247"], ["version", 1], ["created_at", "2015-04-03 12:49:43.823101"], ["updated_at", "2015-04-03 12:49:43.823101"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9163"], ["description", "I-am-the-task-description_1671"], ["cost", 1], ["created_at", "2015-04-03 12:49:43.827159"], ["updated_at", "2015-04-03 12:49:43.827159"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.9ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 14:49:43 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.4ms) Completed 200 OK in 117ms (Views: 3.2ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1438"], ["description", "I-am-the-goal-description_3322"], ["version", 1], ["created_at", "2015-04-03 12:49:44.196097"], ["updated_at", "2015-04-03 12:49:44.196097"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7298"], ["description", "I-am-the-task-description_400"], ["cost", 1], ["created_at", "2015-04-03 12:49:44.200392"], ["updated_at", "2015-04-03 12:49:44.200392"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2986"], ["description", "I-am-the-goal-description_2991"], ["version", 1], ["created_at", "2015-04-03 12:49:44.204260"], ["updated_at", "2015-04-03 12:49:44.204260"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3325"], ["description", "I-am-the-task-description_1523"], ["cost", 1], ["created_at", "2015-04-03 12:49:44.207813"], ["updated_at", "2015-04-03 12:49:44.207813"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_599"], ["description", "I-am-the-goal-description_4574"], ["version", 1], ["created_at", "2015-04-03 12:49:44.211036"], ["updated_at", "2015-04-03 12:49:44.211036"], ["tracking", "150403-3"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8925"], ["description", "I-am-the-task-description_9836"], ["cost", 1], ["created_at", "2015-04-03 12:49:44.215797"], ["updated_at", "2015-04-03 12:49:44.215797"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 14:49:44 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7984"], ["description", "I-am-the-goal-description_2504"], ["version", 1], ["created_at", "2015-04-03 12:49:44.481697"], ["updated_at", "2015-04-03 12:49:44.481697"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7705"], ["description", "I-am-the-task-description_9930"], ["cost", 1], ["created_at", "2015-04-03 12:49:44.487583"], ["updated_at", "2015-04-03 12:49:44.487583"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4992"], ["description", "I-am-the-goal-description_8898"], ["version", 1], ["created_at", "2015-04-03 12:49:44.492223"], ["updated_at", "2015-04-03 12:49:44.492223"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3379"], ["description", "I-am-the-task-description_1087"], ["cost", 1], ["created_at", "2015-04-03 12:49:44.497164"], ["updated_at", "2015-04-03 12:49:44.497164"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6429"], ["description", "I-am-the-goal-description_5466"], ["version", 1], ["created_at", "2015-04-03 12:49:44.502418"], ["updated_at", "2015-04-03 12:49:44.502418"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7364"], ["description", "I-am-the-task-description_6224"], ["cost", 1], ["created_at", "2015-04-03 12:49:44.506021"], ["updated_at", "2015-04-03 12:49:44.506021"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:49:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.1ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.9ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 14:49:44 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.6ms) Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.6ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5942"], ["description", "I-am-the-goal-description_3046"], ["version", 1], ["created_at", "2015-04-03 12:53:55.900607"], ["updated_at", "2015-04-03 12:53:55.900607"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5760"], ["description", "I-am-the-goal-description_7472"], ["version", 1], ["created_at", "2015-04-03 12:53:55.912114"], ["updated_at", "2015-04-03 12:53:55.912114"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 61ms (Views: 54.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8884"], ["description", "I-am-the-goal-description_7614"], ["version", 1], ["created_at", "2015-04-03 12:53:56.064904"], ["updated_at", "2015-04-03 12:53:56.064904"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1581"], ["description", "I-am-the-goal-description_5246"], ["version", 1], ["created_at", "2015-04-03 12:53:56.069264"], ["updated_at", "2015-04-03 12:53:56.069264"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2730"], ["description", "I-am-the-goal-description_3992"], ["version", 1], ["created_at", "2015-04-03 12:53:56.093297"], ["updated_at", "2015-04-03 12:53:56.093297"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9538"], ["description", "I-am-the-goal-description_4539"], ["version", 1], ["created_at", "2015-04-03 12:53:56.097872"], ["updated_at", "2015-04-03 12:53:56.097872"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7282"], ["description", "I-am-the-goal-description_3489"], ["version", 1], ["created_at", "2015-04-03 12:53:56.118035"], ["updated_at", "2015-04-03 12:53:56.118035"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task5549"], ["description", "I-am-the-task-description_5965"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.132198"], ["updated_at", "2015-04-03 12:53:56.132198"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 12:53:56.143251"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 12:53:56.144792"], ["updated_at", "2015-04-03 12:53:56.144792"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 12:53:56.147190"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 12:53:56 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 12:53:56 UTC", "updated_at"=>"2015-04-03 12:53:56 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 12:53:56.159337"], ["created_at", "2015-04-03 12:53:56.159951"], ["updated_at", "2015-04-03 12:53:56.159951"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9556"], ["description", "I-am-the-goal-description_9952"], ["version", 1], ["created_at", "2015-04-03 12:53:56.217483"], ["updated_at", "2015-04-03 12:53:56.217483"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task9220"], ["description", "I-am-the-task-description_9255"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.222027"], ["updated_at", "2015-04-03 12:53:56.222027"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task3354"], ["description", "I-am-the-task-description_4079"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.226495"], ["updated_at", "2015-04-03 12:53:56.226495"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:53:56.234388"], ["task_id", 2], ["created_at", "2015-04-03 12:53:56.236036"], ["updated_at", "2015-04-03 12:53:56.236036"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:53:56.237779"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8444"], ["description", "I-am-the-goal-description_7551"], ["version", 1], ["created_at", "2015-04-03 12:53:56.244468"], ["updated_at", "2015-04-03 12:53:56.244468"], ["tracking", "150403-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8384"], ["description", "I-am-the-task-description_4389"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.248670"], ["updated_at", "2015-04-03 12:53:56.248670"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3351"], ["description", "I-am-the-task-description_8645"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.253421"], ["updated_at", "2015-04-03 12:53:56.253421"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:53:56.261510"], ["task_id", 4], ["created_at", "2015-04-03 12:53:56.262840"], ["updated_at", "2015-04-03 12:53:56.262840"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:53:56.264570"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4729"], ["description", "I-am-the-goal-description_7829"], ["version", 1], ["created_at", "2015-04-03 12:53:56.271109"], ["updated_at", "2015-04-03 12:53:56.271109"], ["tracking", "150403-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task9081"], ["description", "I-am-the-task-description_6981"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.275602"], ["updated_at", "2015-04-03 12:53:56.275602"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task4319"], ["description", "I-am-the-task-description_5463"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.280400"], ["updated_at", "2015-04-03 12:53:56.280400"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:53:56.288560"], ["task_id", 6], ["created_at", "2015-04-03 12:53:56.289806"], ["updated_at", "2015-04-03 12:53:56.289806"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:53:56.291373"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1490"], ["description", "I-am-the-goal-description_2905"], ["version", 1], ["created_at", "2015-04-03 12:53:56.299633"], ["updated_at", "2015-04-03 12:53:56.299633"], ["tracking", "150403-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7526"], ["description", "I-am-the-task-description_7293"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.304060"], ["updated_at", "2015-04-03 12:53:56.304060"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6949"], ["description", "I-am-the-task-description_8183"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.310106"], ["updated_at", "2015-04-03 12:53:56.310106"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 12:53:56.316643"], ["task_id", 8], ["created_at", "2015-04-03 12:53:56.317912"], ["updated_at", "2015-04-03 12:53:56.317912"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:53:56.319477"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8204"], ["description", "I-am-the-goal-description_6566"], ["version", 1], ["created_at", "2015-04-03 12:53:56.325799"], ["updated_at", "2015-04-03 12:53:56.325799"], ["tracking", "150403-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6745"], ["description", "I-am-the-task-description_6002"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.329686"], ["updated_at", "2015-04-03 12:53:56.329686"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5728"], ["description", "I-am-the-task-description_1550"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.333719"], ["updated_at", "2015-04-03 12:53:56.333719"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 9ms (Views: 4.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5351"], ["description", "I-am-the-goal-description_8000"], ["version", 1], ["created_at", "2015-04-03 12:53:56.350229"], ["updated_at", "2015-04-03 12:53:56.350229"], ["tracking", "150403-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6337"], ["description", "I-am-the-task-description_5546"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.354156"], ["updated_at", "2015-04-03 12:53:56.354156"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7718"], ["description", "I-am-the-task-description_6276"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.358570"], ["updated_at", "2015-04-03 12:53:56.358570"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2829"], ["description", "I-am-the-goal-description_2897"], ["version", 1], ["created_at", "2015-04-03 12:53:56.401437"], ["updated_at", "2015-04-03 12:53:56.401437"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6274"], ["description", "I-am-the-task-description_2259"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.405490"], ["updated_at", "2015-04-03 12:53:56.405490"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6373"], ["description", "I-am-the-goal-description_282"], ["version", 1], ["created_at", "2015-04-03 12:53:56.409648"], ["updated_at", "2015-04-03 12:53:56.409648"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5339"], ["description", "I-am-the-task-description_6168"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.413579"], ["updated_at", "2015-04-03 12:53:56.413579"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5349"], ["description", "I-am-the-goal-description_8769"], ["version", 1], ["created_at", "2015-04-03 12:53:56.422931"], ["updated_at", "2015-04-03 12:53:56.422931"], ["tracking", "150403-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7593"], ["description", "I-am-the-task-description_3538"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.426895"], ["updated_at", "2015-04-03 12:53:56.426895"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2257"], ["description", "I-am-the-task-description_2028"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.430973"], ["updated_at", "2015-04-03 12:53:56.430973"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6420"], ["description", "I-am-the-goal-description_8675"], ["version", 1], ["created_at", "2015-04-03 12:53:56.445969"], ["updated_at", "2015-04-03 12:53:56.445969"], ["tracking", "150403-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4286"], ["description", "I-am-the-task-description_9885"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.450793"], ["updated_at", "2015-04-03 12:53:56.450793"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7127"], ["description", "I-am-the-goal-description_7776"], ["version", 1], ["created_at", "2015-04-03 12:53:56.455124"], ["updated_at", "2015-04-03 12:53:56.455124"], ["tracking", "150403-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1458"], ["description", "I-am-the-task-description_979"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.461436"], ["updated_at", "2015-04-03 12:53:56.461436"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_780"], ["description", "I-am-the-goal-description_1553"], ["version", 1], ["created_at", "2015-04-03 12:53:56.471358"], ["updated_at", "2015-04-03 12:53:56.471358"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9623"], ["description", "I-am-the-task-description_9401"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.475272"], ["updated_at", "2015-04-03 12:53:56.475272"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2979"], ["description", "I-am-the-task-description_226"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.479314"], ["updated_at", "2015-04-03 12:53:56.479314"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2490"], ["description", "I-am-the-goal-description_9203"], ["version", 1], ["created_at", "2015-04-03 12:53:56.494066"], ["updated_at", "2015-04-03 12:53:56.494066"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2821"], ["description", "I-am-the-task-description_1095"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.498465"], ["updated_at", "2015-04-03 12:53:56.498465"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5535"], ["description", "I-am-the-goal-description_2406"], ["version", 1], ["created_at", "2015-04-03 12:53:56.502377"], ["updated_at", "2015-04-03 12:53:56.502377"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task92"], ["description", "I-am-the-task-description_187"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.507087"], ["updated_at", "2015-04-03 12:53:56.507087"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6318"], ["description", "I-am-the-goal-description_8651"], ["version", 1], ["created_at", "2015-04-03 12:53:56.518838"], ["updated_at", "2015-04-03 12:53:56.518838"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9979"], ["description", "I-am-the-task-description_3970"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.523698"], ["updated_at", "2015-04-03 12:53:56.523698"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8677"], ["description", "I-am-the-task-description_6888"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.527970"], ["updated_at", "2015-04-03 12:53:56.527970"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3040"], ["description", "I-am-the-goal-description_3993"], ["version", 1], ["created_at", "2015-04-03 12:53:56.540465"], ["updated_at", "2015-04-03 12:53:56.540465"], ["tracking", "150403-19"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3793"], ["description", "I-am-the-task-description_4222"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.544467"], ["updated_at", "2015-04-03 12:53:56.544467"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7235"], ["description", "I-am-the-task-description_5319"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.548850"], ["updated_at", "2015-04-03 12:53:56.548850"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 4.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7376"], ["description", "I-am-the-goal-description_4360"], ["version", 1], ["created_at", "2015-04-03 12:53:56.564856"], ["updated_at", "2015-04-03 12:53:56.564856"], ["tracking", "150403-20"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7966"], ["description", "I-am-the-task-description_304"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.568891"], ["updated_at", "2015-04-03 12:53:56.568891"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4469"], ["description", "I-am-the-task-description_2598"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.572985"], ["updated_at", "2015-04-03 12:53:56.572985"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1770"], ["description", "I-am-the-goal-description_6469"], ["version", 1], ["created_at", "2015-04-03 12:53:56.586333"], ["updated_at", "2015-04-03 12:53:56.586333"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5890"], ["description", "I-am-the-task-description_6155"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.590889"], ["updated_at", "2015-04-03 12:53:56.590889"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9424"], ["description", "I-am-the-task-description_1367"], ["cost", 1], ["created_at", "2015-04-03 12:53:56.595396"], ["updated_at", "2015-04-03 12:53:56.595396"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:53:56.606185"], ["updated_at", "2015-04-03 12:53:56.606185"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3574ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1820"], ["description", "I-am-the-goal-description_6524"], ["version", 1], ["created_at", "2015-04-03 12:54:00.182666"], ["updated_at", "2015-04-03 12:54:00.182666"], ["tracking", "150403-22"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3564"], ["description", "I-am-the-task-description_7639"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.188304"], ["updated_at", "2015-04-03 12:54:00.188304"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task209"], ["description", "I-am-the-task-description_3404"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.193128"], ["updated_at", "2015-04-03 12:54:00.193128"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:54:00.200611"], ["updated_at", "2015-04-03 12:54:00.200611"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7732"], ["description", "I-am-the-goal-description_3873"], ["version", 1], ["created_at", "2015-04-03 12:54:00.211742"], ["updated_at", "2015-04-03 12:54:00.211742"], ["tracking", "150403-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5141"], ["description", "I-am-the-task-description_8451"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.216929"], ["updated_at", "2015-04-03 12:54:00.216929"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1226"], ["description", "I-am-the-task-description_2010"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.224290"], ["updated_at", "2015-04-03 12:54:00.224290"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:54:00.230721"], ["updated_at", "2015-04-03 12:54:00.230721"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6012"], ["description", "I-am-the-goal-description_5345"], ["version", 1], ["created_at", "2015-04-03 12:54:00.238365"], ["updated_at", "2015-04-03 12:54:00.238365"], ["tracking", "150403-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4618"], ["description", "I-am-the-task-description_538"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.242317"], ["updated_at", "2015-04-03 12:54:00.242317"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4176"], ["description", "I-am-the-task-description_1169"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.246336"], ["updated_at", "2015-04-03 12:54:00.246336"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2066"], ["description", "I-am-the-goal-description_5031"], ["version", 1], ["created_at", "2015-04-03 12:54:00.257080"], ["updated_at", "2015-04-03 12:54:00.257080"], ["tracking", "150403-25"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2878"], ["description", "I-am-the-task-description_8650"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.261066"], ["updated_at", "2015-04-03 12:54:00.261066"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task4258"], ["description", "I-am-the-task-description_8159"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.265139"], ["updated_at", "2015-04-03 12:54:00.265139"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:54:00.269041"], ["updated_at", "2015-04-03 12:54:00.269041"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7183"], ["description", "I-am-the-goal-description_4624"], ["version", 1], ["created_at", "2015-04-03 12:54:00.280290"], ["updated_at", "2015-04-03 12:54:00.280290"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task8515"], ["description", "I-am-the-task-description_338"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.284633"], ["updated_at", "2015-04-03 12:54:00.284633"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task1720"], ["description", "I-am-the-task-description_4367"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.290318"], ["updated_at", "2015-04-03 12:54:00.290318"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:54:00.294528"], ["updated_at", "2015-04-03 12:54:00.294528"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2821"], ["description", "I-am-the-goal-description_5965"], ["version", 1], ["created_at", "2015-04-03 12:54:00.306337"], ["updated_at", "2015-04-03 12:54:00.306337"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8570"], ["description", "I-am-the-task-description_7777"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.310756"], ["updated_at", "2015-04-03 12:54:00.310756"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5798"], ["description", "I-am-the-task-description_3888"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.314758"], ["updated_at", "2015-04-03 12:54:00.314758"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:54:00.318526"], ["updated_at", "2015-04-03 12:54:00.318526"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7357"], ["description", "I-am-the-goal-description_5978"], ["version", 1], ["created_at", "2015-04-03 12:54:00.341839"], ["updated_at", "2015-04-03 12:54:00.341839"], ["tracking", "150403-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7697"], ["description", "I-am-the-task-description_4462"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.345801"], ["updated_at", "2015-04-03 12:54:00.345801"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task2612"], ["description", "I-am-the-task-description_2282"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.349809"], ["updated_at", "2015-04-03 12:54:00.349809"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:54:00.353621"], ["updated_at", "2015-04-03 12:54:00.353621"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1905"], ["description", "I-am-the-goal-description_1607"], ["version", 1], ["created_at", "2015-04-03 12:54:00.366661"], ["updated_at", "2015-04-03 12:54:00.366661"], ["tracking", "150403-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5571"], ["description", "I-am-the-task-description_4681"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.370943"], ["updated_at", "2015-04-03 12:54:00.370943"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task339"], ["description", "I-am-the-task-description_726"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.375385"], ["updated_at", "2015-04-03 12:54:00.375385"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:54:00.379558"], ["updated_at", "2015-04-03 12:54:00.379558"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 2.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2958"], ["description", "I-am-the-goal-description_3725"], ["version", 1], ["created_at", "2015-04-03 12:54:00.444766"], ["updated_at", "2015-04-03 12:54:00.444766"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task8783"], ["description", "I-am-the-task-description_2070"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.449145"], ["updated_at", "2015-04-03 12:54:00.449145"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2689"], ["description", "I-am-the-task-description_4622"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.453414"], ["updated_at", "2015-04-03 12:54:00.453414"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 12:54:00.457322"], ["updated_at", "2015-04-03 12:54:00.457322"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:54:00.463651"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8545"], ["description", "I-am-the-goal-description_9047"], ["version", 1], ["created_at", "2015-04-03 12:54:00.470653"], ["updated_at", "2015-04-03 12:54:00.470653"], ["tracking", "150403-31"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1758"], ["description", "I-am-the-goal-description_721"], ["version", 1], ["created_at", "2015-04-03 12:54:00.475696"], ["updated_at", "2015-04-03 12:54:00.475696"], ["tracking", "150403-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 36], ["title", "I-am-a-task257"], ["description", "I-am-the-task-description_7419"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.480346"], ["updated_at", "2015-04-03 12:54:00.480346"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5309"], ["description", "I-am-the-goal-description_2976"], ["version", 1], ["created_at", "2015-04-03 12:54:00.485309"], ["updated_at", "2015-04-03 12:54:00.485309"], ["tracking", "150403-33"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 37], ["title", "I-am-a-task1238"], ["description", "I-am-the-task-description_4757"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.491132"], ["updated_at", "2015-04-03 12:54:00.491132"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6592"], ["description", "I-am-the-goal-description_96"], ["version", 1], ["created_at", "2015-04-03 12:54:00.494512"], ["updated_at", "2015-04-03 12:54:00.494512"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 38], ["title", "I-am-a-task1259"], ["description", "I-am-the-task-description_8352"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.499547"], ["updated_at", "2015-04-03 12:54:00.499547"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 38], ["title", "I-am-a-task6249"], ["description", "I-am-the-task-description_4059"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.505074"], ["updated_at", "2015-04-03 12:54:00.505074"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task8644"], ["description", "I-am-the-task-description_3730"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.510461"], ["updated_at", "2015-04-03 12:54:00.510461"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 35], ["title", "I-am-a-task7518"], ["description", "I-am-the-task-description_1208"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.515247"], ["updated_at", "2015-04-03 12:54:00.515247"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5634"], ["description", "I-am-the-goal-description_1751"], ["version", 1], ["created_at", "2015-04-03 12:54:00.522423"], ["updated_at", "2015-04-03 12:54:00.522423"], ["tracking", "150403-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6865"], ["description", "I-am-the-goal-description_9504"], ["version", 1], ["created_at", "2015-04-03 12:54:00.527435"], ["updated_at", "2015-04-03 12:54:00.527435"], ["tracking", "150403-36"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 40], ["title", "I-am-a-task3149"], ["description", "I-am-the-task-description_1074"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.532228"], ["updated_at", "2015-04-03 12:54:00.532228"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9212"], ["description", "I-am-the-goal-description_5396"], ["version", 1], ["created_at", "2015-04-03 12:54:00.537613"], ["updated_at", "2015-04-03 12:54:00.537613"], ["tracking", "150403-37"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 41], ["title", "I-am-a-task634"], ["description", "I-am-the-task-description_7558"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.543907"], ["updated_at", "2015-04-03 12:54:00.543907"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2373"], ["description", "I-am-the-goal-description_7256"], ["version", 1], ["created_at", "2015-04-03 12:54:00.548299"], ["updated_at", "2015-04-03 12:54:00.548299"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 42], ["title", "I-am-a-task8883"], ["description", "I-am-the-task-description_222"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.555399"], ["updated_at", "2015-04-03 12:54:00.555399"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 42], ["title", "I-am-a-task8811"], ["description", "I-am-the-task-description_4983"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.560124"], ["updated_at", "2015-04-03 12:54:00.560124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task9379"], ["description", "I-am-the-task-description_9862"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.564625"], ["updated_at", "2015-04-03 12:54:00.564625"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 39], ["title", "I-am-a-task8873"], ["description", "I-am-the-task-description_2404"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.569938"], ["updated_at", "2015-04-03 12:54:00.569938"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9286"], ["description", "I-am-the-goal-description_7220"], ["version", 1], ["created_at", "2015-04-03 12:54:00.575311"], ["updated_at", "2015-04-03 12:54:00.575311"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6329"], ["description", "I-am-the-goal-description_5795"], ["version", 1], ["created_at", "2015-04-03 12:54:00.582668"], ["updated_at", "2015-04-03 12:54:00.582668"], ["tracking", "150403-40"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_494"], ["description", "I-am-the-goal-description_597"], ["version", 1], ["created_at", "2015-04-03 12:54:00.588063"], ["updated_at", "2015-04-03 12:54:00.588063"], ["tracking", "150403-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 45], ["title", "I-am-a-task9571"], ["description", "I-am-the-task-description_3277"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.592103"], ["updated_at", "2015-04-03 12:54:00.592103"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5729"], ["description", "I-am-the-goal-description_6887"], ["version", 1], ["created_at", "2015-04-03 12:54:00.596498"], ["updated_at", "2015-04-03 12:54:00.596498"], ["tracking", "150403-42"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 46], ["title", "I-am-a-task1432"], ["description", "I-am-the-task-description_5146"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.600465"], ["updated_at", "2015-04-03 12:54:00.600465"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7930"], ["description", "I-am-the-goal-description_2209"], ["version", 1], ["created_at", "2015-04-03 12:54:00.603469"], ["updated_at", "2015-04-03 12:54:00.603469"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 47], ["title", "I-am-a-task3936"], ["description", "I-am-the-task-description_7130"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.608083"], ["updated_at", "2015-04-03 12:54:00.608083"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 47], ["title", "I-am-a-task7909"], ["description", "I-am-the-task-description_7897"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.612820"], ["updated_at", "2015-04-03 12:54:00.612820"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task1143"], ["description", "I-am-the-task-description_6864"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.617677"], ["updated_at", "2015-04-03 12:54:00.617677"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 44], ["title", "I-am-a-task9040"], ["description", "I-am-the-task-description_5189"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.623600"], ["updated_at", "2015-04-03 12:54:00.623600"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 44], ["title", "I-am-a-task3837"], ["description", "I-am-the-task-description_6952"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.628319"], ["updated_at", "2015-04-03 12:54:00.628319"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3594"], ["description", "I-am-the-goal-description_1824"], ["version", 1], ["created_at", "2015-04-03 12:54:00.634802"], ["updated_at", "2015-04-03 12:54:00.634802"], ["tracking", "150403-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2103"], ["description", "I-am-the-goal-description_8122"], ["version", 1], ["created_at", "2015-04-03 12:54:00.640038"], ["updated_at", "2015-04-03 12:54:00.640038"], ["tracking", "150403-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 49], ["title", "I-am-a-task6101"], ["description", "I-am-the-task-description_3573"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.643979"], ["updated_at", "2015-04-03 12:54:00.643979"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5842"], ["description", "I-am-the-goal-description_9456"], ["version", 1], ["created_at", "2015-04-03 12:54:00.648298"], ["updated_at", "2015-04-03 12:54:00.648298"], ["tracking", "150403-46"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 50], ["title", "I-am-a-task5106"], ["description", "I-am-the-task-description_4159"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.653114"], ["updated_at", "2015-04-03 12:54:00.653114"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8002"], ["description", "I-am-the-goal-description_1918"], ["version", 1], ["created_at", "2015-04-03 12:54:00.656184"], ["updated_at", "2015-04-03 12:54:00.656184"], ["tracking", "150403-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 51], ["title", "I-am-a-task6695"], ["description", "I-am-the-task-description_2950"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.660752"], ["updated_at", "2015-04-03 12:54:00.660752"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 51], ["title", "I-am-a-task7250"], ["description", "I-am-the-task-description_2681"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.665524"], ["updated_at", "2015-04-03 12:54:00.665524"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task3212"], ["description", "I-am-the-task-description_353"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.670218"], ["updated_at", "2015-04-03 12:54:00.670218"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task1244"], ["description", "I-am-the-task-description_1972"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.676092"], ["updated_at", "2015-04-03 12:54:00.676092"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task8610"], ["description", "I-am-the-task-description_533"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.680253"], ["updated_at", "2015-04-03 12:54:00.680253"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4256"], ["description", "I-am-the-goal-description_7747"], ["version", 1], ["created_at", "2015-04-03 12:54:00.687067"], ["updated_at", "2015-04-03 12:54:00.687067"], ["tracking", "150403-48"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task4299"], ["description", "I-am-the-task-description_4588"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.691001"], ["updated_at", "2015-04-03 12:54:00.691001"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9013"], ["description", "I-am-the-goal-description_7882"], ["version", 1], ["created_at", "2015-04-03 12:54:00.696478"], ["updated_at", "2015-04-03 12:54:00.696478"], ["tracking", "150403-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task4488"], ["description", "I-am-the-task-description_9394"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.700560"], ["updated_at", "2015-04-03 12:54:00.700560"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3275"], ["description", "I-am-the-goal-description_8408"], ["version", 1], ["created_at", "2015-04-03 12:54:00.706247"], ["updated_at", "2015-04-03 12:54:00.706247"], ["tracking", "150403-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 54], ["title", "I-am-a-task2760"], ["description", "I-am-the-task-description_5039"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.710291"], ["updated_at", "2015-04-03 12:54:00.710291"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6461"], ["description", "I-am-the-goal-description_7420"], ["version", 1], ["created_at", "2015-04-03 12:54:00.716357"], ["updated_at", "2015-04-03 12:54:00.716357"], ["tracking", "150403-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 55], ["title", "I-am-a-task971"], ["description", "I-am-the-task-description_7764"], ["cost", 1], ["created_at", "2015-04-03 12:54:00.720733"], ["updated_at", "2015-04-03 12:54:00.720733"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1020"], ["description", "I-am-the-goal-description_2571"], ["version", 1], ["created_at", "2015-04-03 12:54:00.727556"], ["updated_at", "2015-04-03 12:54:00.727556"], ["tracking", "150403-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 12:54:00.730852"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 12:54:00.733141"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6690"], ["description", "I-am-the-goal-description_416"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4665"], ["description", "I-am-the-goal-description_5458"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8854"], ["description", "I-am-the-goal-description_8801"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8088"], ["description", "I-am-the-goal-description_3058"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7915"], ["description", "I-am-the-goal-description_9053"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task7359"], ["description", "I-am-the-task-description_213"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2732"], ["description", "I-am-the-goal-description_992"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task6286"], ["description", "I-am-the-task-description_5400"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8471"], ["description", "I-am-the-goal-description_5298"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task287"], ["description", "I-am-the-task-description_8899"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_998"], ["description", "I-am-the-goal-description_4014"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task8680"], ["description", "I-am-the-task-description_4607"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6986"], ["description", "I-am-the-goal-description_8316"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task9944"], ["description", "I-am-the-task-description_4419"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_742"], ["description", "I-am-the-goal-description_3453"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8316"], ["description", "I-am-the-goal-description_556"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6777"], ["description", "I-am-the-goal-description_742"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9434"], ["description", "I-am-the-goal-description_3165"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:54:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3816.9ms) Completed 200 OK in 3875ms (Views: 3846.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 14:54:17 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 14:54:17 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 14:54:17 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (299.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (306.1ms) Completed 200 OK in 364ms (Views: 309.5ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:54:18 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 12:54:18.018844"], ["updated_at", "2015-04-03 12:54:18.018844"], ["tracking", "150403-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/goals/1 Completed 302 Found in 16ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (75.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (4.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (56.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (166.5ms) Completed 200 OK in 183ms (Views: 168.5ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3670"], ["description", "I-am-the-goal-description_7093"], ["version", 1], ["created_at", "2015-04-03 12:54:18.360375"], ["updated_at", "2015-04-03 12:54:18.360375"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task310"], ["description", "I-am-the-task-description_9442"], ["cost", 1], ["created_at", "2015-04-03 12:54:18.368804"], ["updated_at", "2015-04-03 12:54:18.368804"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5321"], ["description", "I-am-the-task-description_5833"], ["cost", 1], ["created_at", "2015-04-03 12:54:18.373495"], ["updated_at", "2015-04-03 12:54:18.373495"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2317"], ["description", "I-am-the-task-description_7208"], ["cost", 1], ["created_at", "2015-04-03 12:54:18.377536"], ["updated_at", "2015-04-03 12:54:18.377536"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:54:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_691"], ["description", "I-am-the-goal-description_3632"], ["version", 1], ["created_at", "2015-04-03 12:54:18.668252"], ["updated_at", "2015-04-03 12:54:18.668252"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:54:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:54:18 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (67.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (71.2ms) Completed 200 OK in 75ms (Views: 73.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_3632", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 12:54:19.159477"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2761"], ["description", "I-am-the-goal-description_1713"], ["version", 1], ["created_at", "2015-04-03 12:54:19.300499"], ["updated_at", "2015-04-03 12:54:19.300499"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2428"], ["description", "I-am-the-goal-description_2330"], ["version", 1], ["created_at", "2015-04-03 12:54:19.700619"], ["updated_at", "2015-04-03 12:54:19.700619"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.6ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (68.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.3ms) Completed 200 OK in 70ms (Views: 69.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_2428", "description"=>"I-am-the-goal-description_2330", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 12:54:19.958707"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:54:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7644"], ["description", "I-am-the-goal-description_7015"], ["version", 1], ["created_at", "2015-04-03 12:54:20.101099"], ["updated_at", "2015-04-03 12:54:20.101099"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 14:54:20 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (65.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.2ms) Completed 200 OK in 68ms (Views: 67.0ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:20 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_7644", "description"=>"I-am-the-goal-description_7015", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 12:54:20.355004"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2532"], ["description", "I-am-the-goal-description_8936"], ["version", 1], ["created_at", "2015-04-03 12:54:20.497733"], ["updated_at", "2015-04-03 12:54:20.497733"], ["tracking", "150403-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6718"], ["description", "I-am-the-task-description_3822"], ["cost", 1], ["created_at", "2015-04-03 12:54:20.503449"], ["updated_at", "2015-04-03 12:54:20.503449"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms) Completed 200 OK in 16ms (Views: 12.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:54:20 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (66.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (29.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (116.0ms) Completed 200 OK in 122ms (Views: 117.9ms | ActiveRecord: 1.1ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 14:54:20 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 12:54:20.893827"], ["created_at", "2015-04-03 12:54:20.894626"], ["updated_at", "2015-04-03 12:54:20.894626"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 12:54:20.897143"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:54:20 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (65.2ms) Completed 200 OK in 69ms (Views: 65.9ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5603"], ["description", "I-am-the-goal-description_8958"], ["version", 1], ["created_at", "2015-04-03 12:54:21.057224"], ["updated_at", "2015-04-03 12:54:21.057224"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 14:54:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 14:54:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 14:54:21 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (145.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (150.1ms) Completed 200 OK in 155ms (Views: 152.7ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:21 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 12:54:21.554814"], ["updated_at", "2015-04-03 12:54:21.554814"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:54:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.4ms) Completed 200 OK in 22ms (Views: 17.9ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4068"], ["description", "I-am-the-goal-description_8895"], ["version", 1], ["created_at", "2015-04-03 12:54:21.702402"], ["updated_at", "2015-04-03 12:54:21.702402"], ["tracking", "150403-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6619"], ["description", "I-am-the-task-description_831"], ["cost", 1], ["created_at", "2015-04-03 12:54:21.708316"], ["updated_at", "2015-04-03 12:54:21.708316"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:54:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (70.5ms) Completed 200 OK in 74ms (Views: 71.1ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3900"], ["description", "I-am-the-goal-description_2768"], ["version", 1], ["created_at", "2015-04-03 12:54:21.985430"], ["updated_at", "2015-04-03 12:54:21.985430"], ["tracking", "150403-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task651"], ["description", "I-am-the-task-description_7238"], ["cost", 1], ["created_at", "2015-04-03 12:54:21.991795"], ["updated_at", "2015-04-03 12:54:21.991795"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:54:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.6ms) Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 14:54:22 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (133.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (137.2ms) Completed 200 OK in 142ms (Views: 140.1ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:54:22 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7238", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 12:54:22.458817"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:54:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.2ms) Completed 200 OK in 19ms (Views: 15.7ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1462"], ["description", "I-am-the-goal-description_2588"], ["version", 1], ["created_at", "2015-04-03 12:54:22.597796"], ["updated_at", "2015-04-03 12:54:22.597796"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5695"], ["description", "I-am-the-task-description_7368"], ["cost", 1], ["created_at", "2015-04-03 12:54:22.601795"], ["updated_at", "2015-04-03 12:54:22.601795"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:54:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (66.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (70.2ms) Completed 200 OK in 74ms (Views: 70.7ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 14:54:22 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2071"], ["description", "I-am-the-goal-description_1634"], ["version", 1], ["created_at", "2015-04-03 12:54:22.996807"], ["updated_at", "2015-04-03 12:54:22.996807"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4368"], ["description", "I-am-the-task-description_3643"], ["cost", 1], ["created_at", "2015-04-03 12:54:23.001386"], ["updated_at", "2015-04-03 12:54:23.001386"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 14:54:23 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 12:54:23.140723"], ["task_id", 1], ["created_at", "2015-04-03 12:54:23.142457"], ["updated_at", "2015-04-03 12:54:23.142457"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 12:54:23.144597"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/tasks Completed 302 Found in 12ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5491"], ["description", "I-am-the-goal-description_9895"], ["version", 1], ["created_at", "2015-04-03 12:54:23.283574"], ["updated_at", "2015-04-03 12:54:23.283574"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task7529"], ["description", "I-am-the-task-description_9750"], ["cost", 1], ["created_at", "2015-04-03 12:54:23.288402"], ["updated_at", "2015-04-03 12:54:23.288402"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 14:54:23 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 12:54:23.417858"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:54740/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_424"], ["description", "I-am-the-goal-description_5169"], ["version", 1], ["created_at", "2015-04-03 12:54:23.558790"], ["updated_at", "2015-04-03 12:54:23.558790"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3247"], ["description", "I-am-the-task-description_5232"], ["cost", 1], ["created_at", "2015-04-03 12:54:23.564869"], ["updated_at", "2015-04-03 12:54:23.564869"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3169"], ["description", "I-am-the-goal-description_8665"], ["version", 1], ["created_at", "2015-04-03 12:54:23.568357"], ["updated_at", "2015-04-03 12:54:23.568357"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7632"], ["description", "I-am-the-task-description_6677"], ["cost", 1], ["created_at", "2015-04-03 12:54:23.571737"], ["updated_at", "2015-04-03 12:54:23.571737"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_632"], ["description", "I-am-the-goal-description_468"], ["version", 1], ["created_at", "2015-04-03 12:54:23.575371"], ["updated_at", "2015-04-03 12:54:23.575371"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5418"], ["description", "I-am-the-task-description_7090"], ["cost", 1], ["created_at", "2015-04-03 12:54:23.578880"], ["updated_at", "2015-04-03 12:54:23.578880"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 14:54:23 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.9ms) Completed 200 OK in 109ms (Views: 3.7ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9903"], ["description", "I-am-the-goal-description_6071"], ["version", 1], ["created_at", "2015-04-03 12:54:23.954255"], ["updated_at", "2015-04-03 12:54:23.954255"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8610"], ["description", "I-am-the-task-description_2460"], ["cost", 1], ["created_at", "2015-04-03 12:54:23.958564"], ["updated_at", "2015-04-03 12:54:23.958564"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8879"], ["description", "I-am-the-goal-description_6490"], ["version", 1], ["created_at", "2015-04-03 12:54:23.963790"], ["updated_at", "2015-04-03 12:54:23.963790"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task997"], ["description", "I-am-the-task-description_3446"], ["cost", 1], ["created_at", "2015-04-03 12:54:23.967360"], ["updated_at", "2015-04-03 12:54:23.967360"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2679"], ["description", "I-am-the-goal-description_8108"], ["version", 1], ["created_at", "2015-04-03 12:54:23.970668"], ["updated_at", "2015-04-03 12:54:23.970668"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3265"], ["description", "I-am-the-task-description_7483"], ["cost", 1], ["created_at", "2015-04-03 12:54:23.974579"], ["updated_at", "2015-04-03 12:54:23.974579"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 14:54:24 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2704"], ["description", "I-am-the-goal-description_5595"], ["version", 1], ["created_at", "2015-04-03 12:54:24.240571"], ["updated_at", "2015-04-03 12:54:24.240571"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6535"], ["description", "I-am-the-task-description_8291"], ["cost", 1], ["created_at", "2015-04-03 12:54:24.244777"], ["updated_at", "2015-04-03 12:54:24.244777"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1321"], ["description", "I-am-the-goal-description_1405"], ["version", 1], ["created_at", "2015-04-03 12:54:24.248468"], ["updated_at", "2015-04-03 12:54:24.248468"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1215"], ["description", "I-am-the-task-description_5257"], ["cost", 1], ["created_at", "2015-04-03 12:54:24.252025"], ["updated_at", "2015-04-03 12:54:24.252025"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9398"], ["description", "I-am-the-goal-description_8189"], ["version", 1], ["created_at", "2015-04-03 12:54:24.255364"], ["updated_at", "2015-04-03 12:54:24.255364"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task639"], ["description", "I-am-the-task-description_5539"], ["cost", 1], ["created_at", "2015-04-03 12:54:24.258966"], ["updated_at", "2015-04-03 12:54:24.258966"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 14:54:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 14:54:24 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.2ms) Completed 200 OK in 75ms (Views: 73.6ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5026"], ["description", "I-am-the-goal-description_662"], ["version", 1], ["created_at", "2015-04-03 13:28:33.725339"], ["updated_at", "2015-04-03 13:28:33.725339"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5036"], ["description", "I-am-the-goal-description_3365"], ["version", 1], ["created_at", "2015-04-03 13:28:33.735863"], ["updated_at", "2015-04-03 13:28:33.735863"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 32ms (Views: 21.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3715"], ["description", "I-am-the-goal-description_6788"], ["version", 1], ["created_at", "2015-04-03 13:28:33.859828"], ["updated_at", "2015-04-03 13:28:33.859828"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4497"], ["description", "I-am-the-goal-description_8638"], ["version", 1], ["created_at", "2015-04-03 13:28:33.863875"], ["updated_at", "2015-04-03 13:28:33.863875"], ["tracking", "150403-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 14ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6817"], ["description", "I-am-the-goal-description_7874"], ["version", 1], ["created_at", "2015-04-03 13:28:33.891960"], ["updated_at", "2015-04-03 13:28:33.891960"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4544"], ["description", "I-am-the-goal-description_1761"], ["version", 1], ["created_at", "2015-04-03 13:28:33.896351"], ["updated_at", "2015-04-03 13:28:33.896351"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7768"], ["description", "I-am-the-goal-description_513"], ["version", 1], ["created_at", "2015-04-03 13:28:33.964993"], ["updated_at", "2015-04-03 13:28:33.964993"], ["tracking", "150403-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task4046"], ["description", "I-am-the-task-description_3213"], ["cost", 1], ["created_at", "2015-04-03 13:28:33.978923"], ["updated_at", "2015-04-03 13:28:33.978923"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 13:28:33.990277"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 13:28:33.991490"], ["updated_at", "2015-04-03 13:28:33.991490"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 13:28:33.993407"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 13:28:33 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 13:28:33 UTC", "updated_at"=>"2015-04-03 13:28:33 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 13:28:34.004632"], ["created_at", "2015-04-03 13:28:34.005275"], ["updated_at", "2015-04-03 13:28:34.005275"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 17ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8939"], ["description", "I-am-the-goal-description_7437"], ["version", 1], ["created_at", "2015-04-03 13:28:34.023583"], ["updated_at", "2015-04-03 13:28:34.023583"], ["tracking", "150403-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7225"], ["description", "I-am-the-task-description_5234"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.028350"], ["updated_at", "2015-04-03 13:28:34.028350"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task5457"], ["description", "I-am-the-task-description_3025"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.033234"], ["updated_at", "2015-04-03 13:28:34.033234"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:28:34.041185"], ["task_id", 2], ["created_at", "2015-04-03 13:28:34.042816"], ["updated_at", "2015-04-03 13:28:34.042816"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:28:34.044971"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5419"], ["description", "I-am-the-goal-description_8378"], ["version", 1], ["created_at", "2015-04-03 13:28:34.051873"], ["updated_at", "2015-04-03 13:28:34.051873"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5080"], ["description", "I-am-the-task-description_679"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.056237"], ["updated_at", "2015-04-03 13:28:34.056237"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2452"], ["description", "I-am-the-task-description_5412"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.060498"], ["updated_at", "2015-04-03 13:28:34.060498"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:28:34.067940"], ["task_id", 4], ["created_at", "2015-04-03 13:28:34.069652"], ["updated_at", "2015-04-03 13:28:34.069652"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:28:34.071365"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8893"], ["description", "I-am-the-goal-description_7613"], ["version", 1], ["created_at", "2015-04-03 13:28:34.077844"], ["updated_at", "2015-04-03 13:28:34.077844"], ["tracking", "150403-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8311"], ["description", "I-am-the-task-description_6535"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.082124"], ["updated_at", "2015-04-03 13:28:34.082124"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task2664"], ["description", "I-am-the-task-description_5280"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.086391"], ["updated_at", "2015-04-03 13:28:34.086391"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:28:34.094018"], ["task_id", 6], ["created_at", "2015-04-03 13:28:34.095268"], ["updated_at", "2015-04-03 13:28:34.095268"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:28:34.096868"], ["id", 6]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4265"], ["description", "I-am-the-goal-description_2181"], ["version", 1], ["created_at", "2015-04-03 13:28:34.105937"], ["updated_at", "2015-04-03 13:28:34.105937"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4844"], ["description", "I-am-the-task-description_8687"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.110897"], ["updated_at", "2015-04-03 13:28:34.110897"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task5315"], ["description", "I-am-the-task-description_4105"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.116260"], ["updated_at", "2015-04-03 13:28:34.116260"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:28:34.123736"], ["task_id", 8], ["created_at", "2015-04-03 13:28:34.125046"], ["updated_at", "2015-04-03 13:28:34.125046"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:28:34.126654"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6056"], ["description", "I-am-the-goal-description_4669"], ["version", 1], ["created_at", "2015-04-03 13:28:34.132895"], ["updated_at", "2015-04-03 13:28:34.132895"], ["tracking", "150403-8"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6668"], ["description", "I-am-the-task-description_3392"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.136910"], ["updated_at", "2015-04-03 13:28:34.136910"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3503"], ["description", "I-am-the-task-description_9925"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.141100"], ["updated_at", "2015-04-03 13:28:34.141100"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2388"], ["description", "I-am-the-goal-description_1928"], ["version", 1], ["created_at", "2015-04-03 13:28:34.156572"], ["updated_at", "2015-04-03 13:28:34.156572"], ["tracking", "150403-9"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4237"], ["description", "I-am-the-task-description_1329"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.160580"], ["updated_at", "2015-04-03 13:28:34.160580"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7396"], ["description", "I-am-the-task-description_6361"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.164765"], ["updated_at", "2015-04-03 13:28:34.164765"]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.6ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5023"], ["description", "I-am-the-goal-description_8815"], ["version", 1], ["created_at", "2015-04-03 13:28:34.209365"], ["updated_at", "2015-04-03 13:28:34.209365"], ["tracking", "150403-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4232"], ["description", "I-am-the-task-description_6356"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.213296"], ["updated_at", "2015-04-03 13:28:34.213296"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5981"], ["description", "I-am-the-goal-description_8652"], ["version", 1], ["created_at", "2015-04-03 13:28:34.217358"], ["updated_at", "2015-04-03 13:28:34.217358"], ["tracking", "150403-11"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5353"], ["description", "I-am-the-task-description_5943"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.221474"], ["updated_at", "2015-04-03 13:28:34.221474"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7424"], ["description", "I-am-the-goal-description_3119"], ["version", 1], ["created_at", "2015-04-03 13:28:34.231855"], ["updated_at", "2015-04-03 13:28:34.231855"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task120"], ["description", "I-am-the-task-description_8175"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.235631"], ["updated_at", "2015-04-03 13:28:34.235631"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7720"], ["description", "I-am-the-task-description_5148"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.239604"], ["updated_at", "2015-04-03 13:28:34.239604"]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4261"], ["description", "I-am-the-goal-description_2842"], ["version", 1], ["created_at", "2015-04-03 13:28:34.255055"], ["updated_at", "2015-04-03 13:28:34.255055"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7542"], ["description", "I-am-the-task-description_1092"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.259160"], ["updated_at", "2015-04-03 13:28:34.259160"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7517"], ["description", "I-am-the-goal-description_2185"], ["version", 1], ["created_at", "2015-04-03 13:28:34.263026"], ["updated_at", "2015-04-03 13:28:34.263026"], ["tracking", "150403-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4041"], ["description", "I-am-the-task-description_2538"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.267789"], ["updated_at", "2015-04-03 13:28:34.267789"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7542"], ["description", "I-am-the-goal-description_2563"], ["version", 1], ["created_at", "2015-04-03 13:28:34.327608"], ["updated_at", "2015-04-03 13:28:34.327608"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6886"], ["description", "I-am-the-task-description_2746"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.332367"], ["updated_at", "2015-04-03 13:28:34.332367"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2150"], ["description", "I-am-the-task-description_1743"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.338092"], ["updated_at", "2015-04-03 13:28:34.338092"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6753"], ["description", "I-am-the-goal-description_6705"], ["version", 1], ["created_at", "2015-04-03 13:28:34.354344"], ["updated_at", "2015-04-03 13:28:34.354344"], ["tracking", "150403-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2880"], ["description", "I-am-the-task-description_8350"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.358922"], ["updated_at", "2015-04-03 13:28:34.358922"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8670"], ["description", "I-am-the-goal-description_873"], ["version", 1], ["created_at", "2015-04-03 13:28:34.363371"], ["updated_at", "2015-04-03 13:28:34.363371"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7334"], ["description", "I-am-the-task-description_7233"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.367413"], ["updated_at", "2015-04-03 13:28:34.367413"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8012"], ["description", "I-am-the-goal-description_6199"], ["version", 1], ["created_at", "2015-04-03 13:28:34.377040"], ["updated_at", "2015-04-03 13:28:34.377040"], ["tracking", "150403-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8915"], ["description", "I-am-the-task-description_4292"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.380987"], ["updated_at", "2015-04-03 13:28:34.380987"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task5042"], ["description", "I-am-the-task-description_3964"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.384910"], ["updated_at", "2015-04-03 13:28:34.384910"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6275"], ["description", "I-am-the-goal-description_2584"], ["version", 1], ["created_at", "2015-04-03 13:28:34.398367"], ["updated_at", "2015-04-03 13:28:34.398367"], ["tracking", "150403-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9261"], ["description", "I-am-the-task-description_4598"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.402321"], ["updated_at", "2015-04-03 13:28:34.402321"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4747"], ["description", "I-am-the-task-description_8690"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.406209"], ["updated_at", "2015-04-03 13:28:34.406209"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 7ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9005"], ["description", "I-am-the-goal-description_3117"], ["version", 1], ["created_at", "2015-04-03 13:28:34.420550"], ["updated_at", "2015-04-03 13:28:34.420550"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9425"], ["description", "I-am-the-task-description_1172"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.424523"], ["updated_at", "2015-04-03 13:28:34.424523"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9620"], ["description", "I-am-the-task-description_1179"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.428563"], ["updated_at", "2015-04-03 13:28:34.428563"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3287"], ["description", "I-am-the-goal-description_4181"], ["version", 1], ["created_at", "2015-04-03 13:28:34.441425"], ["updated_at", "2015-04-03 13:28:34.441425"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task4319"], ["description", "I-am-the-task-description_7188"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.445281"], ["updated_at", "2015-04-03 13:28:34.445281"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8966"], ["description", "I-am-the-task-description_2018"], ["cost", 1], ["created_at", "2015-04-03 13:28:34.449447"], ["updated_at", "2015-04-03 13:28:34.449447"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:28:34.461653"], ["updated_at", "2015-04-03 13:28:34.461653"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3611ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3416"], ["description", "I-am-the-goal-description_4979"], ["version", 1], ["created_at", "2015-04-03 13:28:38.075371"], ["updated_at", "2015-04-03 13:28:38.075371"], ["tracking", "150403-22"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9574"], ["description", "I-am-the-task-description_6762"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.079914"], ["updated_at", "2015-04-03 13:28:38.079914"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2703"], ["description", "I-am-the-task-description_4591"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.084129"], ["updated_at", "2015-04-03 13:28:38.084129"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:28:38.090761"], ["updated_at", "2015-04-03 13:28:38.090761"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_732"], ["description", "I-am-the-goal-description_3330"], ["version", 1], ["created_at", "2015-04-03 13:28:38.103012"], ["updated_at", "2015-04-03 13:28:38.103012"], ["tracking", "150403-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3613"], ["description", "I-am-the-task-description_6875"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.107786"], ["updated_at", "2015-04-03 13:28:38.107786"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8500"], ["description", "I-am-the-task-description_9894"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.113752"], ["updated_at", "2015-04-03 13:28:38.113752"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:28:38.120062"], ["updated_at", "2015-04-03 13:28:38.120062"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6178"], ["description", "I-am-the-goal-description_1881"], ["version", 1], ["created_at", "2015-04-03 13:28:38.127754"], ["updated_at", "2015-04-03 13:28:38.127754"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4155"], ["description", "I-am-the-task-description_3033"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.131815"], ["updated_at", "2015-04-03 13:28:38.131815"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4392"], ["description", "I-am-the-task-description_8942"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.135785"], ["updated_at", "2015-04-03 13:28:38.135785"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7210"], ["description", "I-am-the-goal-description_3061"], ["version", 1], ["created_at", "2015-04-03 13:28:38.146392"], ["updated_at", "2015-04-03 13:28:38.146392"], ["tracking", "150403-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3930"], ["description", "I-am-the-task-description_3287"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.150348"], ["updated_at", "2015-04-03 13:28:38.150348"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1454"], ["description", "I-am-the-task-description_9688"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.154294"], ["updated_at", "2015-04-03 13:28:38.154294"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:28:38.158082"], ["updated_at", "2015-04-03 13:28:38.158082"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8078"], ["description", "I-am-the-goal-description_7094"], ["version", 1], ["created_at", "2015-04-03 13:28:38.169073"], ["updated_at", "2015-04-03 13:28:38.169073"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task8676"], ["description", "I-am-the-task-description_5317"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.173290"], ["updated_at", "2015-04-03 13:28:38.173290"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6224"], ["description", "I-am-the-task-description_6475"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.178161"], ["updated_at", "2015-04-03 13:28:38.178161"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:28:38.183351"], ["updated_at", "2015-04-03 13:28:38.183351"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5905"], ["description", "I-am-the-goal-description_2374"], ["version", 1], ["created_at", "2015-04-03 13:28:38.195004"], ["updated_at", "2015-04-03 13:28:38.195004"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4516"], ["description", "I-am-the-task-description_7846"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.199286"], ["updated_at", "2015-04-03 13:28:38.199286"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8218"], ["description", "I-am-the-task-description_2179"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.203178"], ["updated_at", "2015-04-03 13:28:38.203178"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:28:38.207018"], ["updated_at", "2015-04-03 13:28:38.207018"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2958"], ["description", "I-am-the-goal-description_9112"], ["version", 1], ["created_at", "2015-04-03 13:28:38.287754"], ["updated_at", "2015-04-03 13:28:38.287754"], ["tracking", "150403-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task3086"], ["description", "I-am-the-task-description_932"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.291775"], ["updated_at", "2015-04-03 13:28:38.291775"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8107"], ["description", "I-am-the-task-description_5162"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.295822"], ["updated_at", "2015-04-03 13:28:38.295822"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:28:38.299688"], ["updated_at", "2015-04-03 13:28:38.299688"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1106"], ["description", "I-am-the-goal-description_7056"], ["version", 1], ["created_at", "2015-04-03 13:28:38.313738"], ["updated_at", "2015-04-03 13:28:38.313738"], ["tracking", "150403-29"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5379"], ["description", "I-am-the-task-description_1511"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.317791"], ["updated_at", "2015-04-03 13:28:38.317791"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9285"], ["description", "I-am-the-task-description_8633"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.322016"], ["updated_at", "2015-04-03 13:28:38.322016"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:28:38.326377"], ["updated_at", "2015-04-03 13:28:38.326377"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2077"], ["description", "I-am-the-goal-description_3579"], ["version", 1], ["created_at", "2015-04-03 13:28:38.340191"], ["updated_at", "2015-04-03 13:28:38.340191"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task835"], ["description", "I-am-the-task-description_3331"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.344069"], ["updated_at", "2015-04-03 13:28:38.344069"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task7286"], ["description", "I-am-the-task-description_4778"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.348104"], ["updated_at", "2015-04-03 13:28:38.348104"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:28:38.351918"], ["updated_at", "2015-04-03 13:28:38.351918"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 13:28:38.358474"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5148"], ["description", "I-am-the-goal-description_2612"], ["version", 1], ["created_at", "2015-04-03 13:28:38.364609"], ["updated_at", "2015-04-03 13:28:38.364609"], ["tracking", "150403-31"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8219"], ["description", "I-am-the-goal-description_8576"], ["version", 1], ["created_at", "2015-04-03 13:28:38.369938"], ["updated_at", "2015-04-03 13:28:38.369938"], ["tracking", "150403-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 36], ["title", "I-am-a-task9545"], ["description", "I-am-the-task-description_2327"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.374180"], ["updated_at", "2015-04-03 13:28:38.374180"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6789"], ["description", "I-am-the-goal-description_6568"], ["version", 1], ["created_at", "2015-04-03 13:28:38.379858"], ["updated_at", "2015-04-03 13:28:38.379858"], ["tracking", "150403-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 37], ["title", "I-am-a-task585"], ["description", "I-am-the-task-description_4234"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.384112"], ["updated_at", "2015-04-03 13:28:38.384112"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4021"], ["description", "I-am-the-goal-description_1128"], ["version", 1], ["created_at", "2015-04-03 13:28:38.387171"], ["updated_at", "2015-04-03 13:28:38.387171"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 38], ["title", "I-am-a-task9385"], ["description", "I-am-the-task-description_4669"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.391697"], ["updated_at", "2015-04-03 13:28:38.391697"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 38], ["title", "I-am-a-task342"], ["description", "I-am-the-task-description_5549"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.396438"], ["updated_at", "2015-04-03 13:28:38.396438"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task8406"], ["description", "I-am-the-task-description_6517"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.400750"], ["updated_at", "2015-04-03 13:28:38.400750"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 35], ["title", "I-am-a-task4637"], ["description", "I-am-the-task-description_4189"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.405956"], ["updated_at", "2015-04-03 13:28:38.405956"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4590"], ["description", "I-am-the-goal-description_1128"], ["version", 1], ["created_at", "2015-04-03 13:28:38.412884"], ["updated_at", "2015-04-03 13:28:38.412884"], ["tracking", "150403-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3511"], ["description", "I-am-the-goal-description_5994"], ["version", 1], ["created_at", "2015-04-03 13:28:38.418466"], ["updated_at", "2015-04-03 13:28:38.418466"], ["tracking", "150403-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 40], ["title", "I-am-a-task6053"], ["description", "I-am-the-task-description_4688"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.422313"], ["updated_at", "2015-04-03 13:28:38.422313"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9496"], ["description", "I-am-the-goal-description_7289"], ["version", 1], ["created_at", "2015-04-03 13:28:38.426349"], ["updated_at", "2015-04-03 13:28:38.426349"], ["tracking", "150403-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 41], ["title", "I-am-a-task1200"], ["description", "I-am-the-task-description_1532"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.430440"], ["updated_at", "2015-04-03 13:28:38.430440"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3678"], ["description", "I-am-the-goal-description_5585"], ["version", 1], ["created_at", "2015-04-03 13:28:38.433338"], ["updated_at", "2015-04-03 13:28:38.433338"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 42], ["title", "I-am-a-task7004"], ["description", "I-am-the-task-description_6314"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.437807"], ["updated_at", "2015-04-03 13:28:38.437807"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 42], ["title", "I-am-a-task9352"], ["description", "I-am-the-task-description_5682"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.442280"], ["updated_at", "2015-04-03 13:28:38.442280"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task518"], ["description", "I-am-the-task-description_5327"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.447356"], ["updated_at", "2015-04-03 13:28:38.447356"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 39], ["title", "I-am-a-task4387"], ["description", "I-am-the-task-description_4233"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.452242"], ["updated_at", "2015-04-03 13:28:38.452242"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_6311"], ["description", "I-am-the-goal-description_1407"], ["version", 1], ["created_at", "2015-04-03 13:28:38.455835"], ["updated_at", "2015-04-03 13:28:38.455835"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2636"], ["description", "I-am-the-goal-description_1502"], ["version", 1], ["created_at", "2015-04-03 13:28:38.464905"], ["updated_at", "2015-04-03 13:28:38.464905"], ["tracking", "150403-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_728"], ["description", "I-am-the-goal-description_9365"], ["version", 1], ["created_at", "2015-04-03 13:28:38.469848"], ["updated_at", "2015-04-03 13:28:38.469848"], ["tracking", "150403-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 45], ["title", "I-am-a-task6928"], ["description", "I-am-the-task-description_1776"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.473552"], ["updated_at", "2015-04-03 13:28:38.473552"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1857"], ["description", "I-am-the-goal-description_7726"], ["version", 1], ["created_at", "2015-04-03 13:28:38.477549"], ["updated_at", "2015-04-03 13:28:38.477549"], ["tracking", "150403-42"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 46], ["title", "I-am-a-task1305"], ["description", "I-am-the-task-description_1106"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.481938"], ["updated_at", "2015-04-03 13:28:38.481938"]]  (3.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2965"], ["description", "I-am-the-goal-description_2611"], ["version", 1], ["created_at", "2015-04-03 13:28:38.487316"], ["updated_at", "2015-04-03 13:28:38.487316"], ["tracking", "150403-43"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 47], ["title", "I-am-a-task6256"], ["description", "I-am-the-task-description_9166"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.492375"], ["updated_at", "2015-04-03 13:28:38.492375"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 47], ["title", "I-am-a-task3435"], ["description", "I-am-the-task-description_5224"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.496809"], ["updated_at", "2015-04-03 13:28:38.496809"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task7548"], ["description", "I-am-the-task-description_650"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.501907"], ["updated_at", "2015-04-03 13:28:38.501907"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 44], ["title", "I-am-a-task5594"], ["description", "I-am-the-task-description_4079"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.506450"], ["updated_at", "2015-04-03 13:28:38.506450"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 44], ["title", "I-am-a-task2576"], ["description", "I-am-the-task-description_9321"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.512745"], ["updated_at", "2015-04-03 13:28:38.512745"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7035"], ["description", "I-am-the-goal-description_2336"], ["version", 1], ["created_at", "2015-04-03 13:28:38.520967"], ["updated_at", "2015-04-03 13:28:38.520967"], ["tracking", "150403-44"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7294"], ["description", "I-am-the-goal-description_5801"], ["version", 1], ["created_at", "2015-04-03 13:28:38.531282"], ["updated_at", "2015-04-03 13:28:38.531282"], ["tracking", "150403-45"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 49], ["title", "I-am-a-task1300"], ["description", "I-am-the-task-description_380"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.535387"], ["updated_at", "2015-04-03 13:28:38.535387"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2318"], ["description", "I-am-the-goal-description_8537"], ["version", 1], ["created_at", "2015-04-03 13:28:38.541665"], ["updated_at", "2015-04-03 13:28:38.541665"], ["tracking", "150403-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 50], ["title", "I-am-a-task7506"], ["description", "I-am-the-task-description_5671"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.545714"], ["updated_at", "2015-04-03 13:28:38.545714"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5760"], ["description", "I-am-the-goal-description_6559"], ["version", 1], ["created_at", "2015-04-03 13:28:38.548829"], ["updated_at", "2015-04-03 13:28:38.548829"], ["tracking", "150403-47"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 51], ["title", "I-am-a-task8861"], ["description", "I-am-the-task-description_664"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.553853"], ["updated_at", "2015-04-03 13:28:38.553853"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 51], ["title", "I-am-a-task3972"], ["description", "I-am-the-task-description_9668"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.559213"], ["updated_at", "2015-04-03 13:28:38.559213"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task5204"], ["description", "I-am-the-task-description_8248"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.565273"], ["updated_at", "2015-04-03 13:28:38.565273"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task8412"], ["description", "I-am-the-task-description_8849"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.570068"], ["updated_at", "2015-04-03 13:28:38.570068"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task5552"], ["description", "I-am-the-task-description_4611"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.574498"], ["updated_at", "2015-04-03 13:28:38.574498"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2086"], ["description", "I-am-the-goal-description_5953"], ["version", 1], ["created_at", "2015-04-03 13:28:38.582477"], ["updated_at", "2015-04-03 13:28:38.582477"], ["tracking", "150403-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task768"], ["description", "I-am-the-task-description_4441"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.587336"], ["updated_at", "2015-04-03 13:28:38.587336"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2690"], ["description", "I-am-the-goal-description_5110"], ["version", 1], ["created_at", "2015-04-03 13:28:38.593504"], ["updated_at", "2015-04-03 13:28:38.593504"], ["tracking", "150403-49"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task2160"], ["description", "I-am-the-task-description_5160"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.598419"], ["updated_at", "2015-04-03 13:28:38.598419"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_780"], ["description", "I-am-the-goal-description_6175"], ["version", 1], ["created_at", "2015-04-03 13:28:38.605163"], ["updated_at", "2015-04-03 13:28:38.605163"], ["tracking", "150403-50"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 54], ["title", "I-am-a-task6056"], ["description", "I-am-the-task-description_9426"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.610664"], ["updated_at", "2015-04-03 13:28:38.610664"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1019"], ["description", "I-am-the-goal-description_7006"], ["version", 1], ["created_at", "2015-04-03 13:28:38.619954"], ["updated_at", "2015-04-03 13:28:38.619954"], ["tracking", "150403-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 55], ["title", "I-am-a-task6690"], ["description", "I-am-the-task-description_3772"], ["cost", 1], ["created_at", "2015-04-03 13:28:38.625016"], ["updated_at", "2015-04-03 13:28:38.625016"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7855"], ["description", "I-am-the-goal-description_8543"], ["version", 1], ["created_at", "2015-04-03 13:28:38.632277"], ["updated_at", "2015-04-03 13:28:38.632277"], ["tracking", "150403-52"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 13:28:38.636671"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 13:28:38.639642"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9149"], ["description", "I-am-the-goal-description_1714"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6332"], ["description", "I-am-the-goal-description_325"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1429"], ["description", "I-am-the-goal-description_6731"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8115"], ["description", "I-am-the-goal-description_9815"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2799"], ["description", "I-am-the-goal-description_3047"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task802"], ["description", "I-am-the-task-description_9010"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7169"], ["description", "I-am-the-goal-description_770"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task1260"], ["description", "I-am-the-task-description_9655"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8718"], ["description", "I-am-the-goal-description_2609"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task5727"], ["description", "I-am-the-task-description_1229"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2835"], ["description", "I-am-the-goal-description_70"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task8108"], ["description", "I-am-the-task-description_1520"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_525"], ["description", "I-am-the-goal-description_1489"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task383"], ["description", "I-am-the-task-description_6964"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3621"], ["description", "I-am-the-goal-description_5454"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4439"], ["description", "I-am-the-goal-description_5156"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_911"], ["description", "I-am-the-goal-description_4524"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7244"], ["description", "I-am-the-goal-description_650"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:28:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3831.6ms) Completed 200 OK in 3954ms (Views: 3921.3ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 15:28:58 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 15:28:58 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 15:28:58 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (384.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (391.2ms) Completed 200 OK in 401ms (Views: 394.5ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:28:59 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-03 13:28:59.410610"], ["updated_at", "2015-04-03 13:28:59.410610"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:28:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (71.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (117.9ms) Completed 200 OK in 134ms (Views: 120.2ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1462"], ["description", "I-am-the-goal-description_9879"], ["version", 1], ["created_at", "2015-04-03 13:28:59.702689"], ["updated_at", "2015-04-03 13:28:59.702689"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7829"], ["description", "I-am-the-task-description_1725"], ["cost", 1], ["created_at", "2015-04-03 13:28:59.709916"], ["updated_at", "2015-04-03 13:28:59.709916"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1660"], ["description", "I-am-the-task-description_7751"], ["cost", 1], ["created_at", "2015-04-03 13:28:59.714926"], ["updated_at", "2015-04-03 13:28:59.714926"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9133"], ["description", "I-am-the-task-description_72"], ["cost", 1], ["created_at", "2015-04-03 13:28:59.719003"], ["updated_at", "2015-04-03 13:28:59.719003"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:28:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:28:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9762"], ["description", "I-am-the-goal-description_3119"], ["version", 1], ["created_at", "2015-04-03 13:29:00.002939"], ["updated_at", "2015-04-03 13:29:00.002939"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (72.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (75.8ms) Completed 200 OK in 82ms (Views: 80.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_3119", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 13:29:00.393748"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_767"], ["description", "I-am-the-goal-description_9637"], ["version", 1], ["created_at", "2015-04-03 13:29:00.533010"], ["updated_at", "2015-04-03 13:29:00.533010"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6600"], ["description", "I-am-the-goal-description_1754"], ["version", 1], ["created_at", "2015-04-03 13:29:00.928588"], ["updated_at", "2015-04-03 13:29:00.928588"], ["tracking", "150403-1"]]  (1.2ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 15:29:01 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.6ms) Completed 200 OK in 68ms (Views: 67.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:01 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_6600", "description"=>"I-am-the-goal-description_1754", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 13:29:01.182495"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:29:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2547"], ["description", "I-am-the-goal-description_9963"], ["version", 1], ["created_at", "2015-04-03 13:29:01.323691"], ["updated_at", "2015-04-03 13:29:01.323691"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 15:29:01 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.2ms) Completed 200 OK in 69ms (Views: 68.0ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:01 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_2547", "description"=>"I-am-the-goal-description_9963", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 13:29:01.576046"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4520"], ["description", "I-am-the-goal-description_8477"], ["version", 1], ["created_at", "2015-04-03 13:29:01.717642"], ["updated_at", "2015-04-03 13:29:01.717642"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9820"], ["description", "I-am-the-task-description_8630"], ["cost", 1], ["created_at", "2015-04-03 13:29:01.722683"], ["updated_at", "2015-04-03 13:29:01.722683"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.9ms) Completed 200 OK in 16ms (Views: 12.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:29:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (11.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (76.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (110.4ms) Completed 200 OK in 116ms (Views: 112.3ms | ActiveRecord: 1.0ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 15:29:02 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 13:29:02.106590"], ["created_at", "2015-04-03 13:29:02.107263"], ["updated_at", "2015-04-03 13:29:02.107263"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 13:29:02.109791"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:29:02 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.2ms) Completed 200 OK in 21ms (Views: 16.9ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5898"], ["description", "I-am-the-goal-description_2232"], ["version", 1], ["created_at", "2015-04-03 13:29:02.240027"], ["updated_at", "2015-04-03 13:29:02.240027"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:29:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:29:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 15:29:02 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (104.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (111.0ms) Completed 200 OK in 116ms (Views: 113.8ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:02 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 13:29:02.730706"], ["updated_at", "2015-04-03 13:29:02.730706"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:29:02 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (0.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (64.9ms) Completed 200 OK in 69ms (Views: 65.5ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6581"], ["description", "I-am-the-goal-description_1412"], ["version", 1], ["created_at", "2015-04-03 13:29:02.997744"], ["updated_at", "2015-04-03 13:29:02.997744"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6655"], ["description", "I-am-the-task-description_5725"], ["cost", 1], ["created_at", "2015-04-03 13:29:03.002107"], ["updated_at", "2015-04-03 13:29:03.002107"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:29:03 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (0.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.2ms) Completed 200 OK in 19ms (Views: 15.8ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9736"], ["description", "I-am-the-goal-description_1813"], ["version", 1], ["created_at", "2015-04-03 13:29:03.273662"], ["updated_at", "2015-04-03 13:29:03.273662"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4711"], ["description", "I-am-the-task-description_9297"], ["cost", 1], ["created_at", "2015-04-03 13:29:03.277496"], ["updated_at", "2015-04-03 13:29:03.277496"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:29:03 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (69.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.3ms) Completed 200 OK in 78ms (Views: 74.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 15:29:03 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (79.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (83.3ms) Completed 200 OK in 88ms (Views: 86.0ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:29:03 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_9297", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 13:29:03.782509"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:29:03 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (58.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (63.3ms) Completed 200 OK in 67ms (Views: 63.9ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5165"], ["description", "I-am-the-goal-description_4443"], ["version", 1], ["created_at", "2015-04-03 13:29:04.043223"], ["updated_at", "2015-04-03 13:29:04.043223"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9977"], ["description", "I-am-the-task-description_4372"], ["cost", 1], ["created_at", "2015-04-03 13:29:04.047467"], ["updated_at", "2015-04-03 13:29:04.047467"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.0ms) Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (7.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (6.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8189"], ["description", "I-am-the-goal-description_5121"], ["version", 1], ["created_at", "2015-04-03 13:29:04.443347"], ["updated_at", "2015-04-03 13:29:04.443347"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6033"], ["description", "I-am-the-task-description_4520"], ["cost", 1], ["created_at", "2015-04-03 13:29:04.449029"], ["updated_at", "2015-04-03 13:29:04.449029"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (57.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (58.7ms) Completed 200 OK in 60ms (Views: 59.1ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:29:04.583889"], ["task_id", 1], ["created_at", "2015-04-03 13:29:04.585256"], ["updated_at", "2015-04-03 13:29:04.585256"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:29:04.587017"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.9ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7330"], ["description", "I-am-the-goal-description_4206"], ["version", 1], ["created_at", "2015-04-03 13:29:04.727607"], ["updated_at", "2015-04-03 13:29:04.727607"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task8445"], ["description", "I-am-the-task-description_5971"], ["cost", 1], ["created_at", "2015-04-03 13:29:04.731451"], ["updated_at", "2015-04-03 13:29:04.731451"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 13:29:04.860203"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:55183/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9047"], ["description", "I-am-the-goal-description_5016"], ["version", 1], ["created_at", "2015-04-03 13:29:05.003249"], ["updated_at", "2015-04-03 13:29:05.003249"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1354"], ["description", "I-am-the-task-description_4958"], ["cost", 1], ["created_at", "2015-04-03 13:29:05.007106"], ["updated_at", "2015-04-03 13:29:05.007106"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3659"], ["description", "I-am-the-goal-description_7041"], ["version", 1], ["created_at", "2015-04-03 13:29:05.011607"], ["updated_at", "2015-04-03 13:29:05.011607"], ["tracking", "150403-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3796"], ["description", "I-am-the-task-description_9335"], ["cost", 1], ["created_at", "2015-04-03 13:29:05.016310"], ["updated_at", "2015-04-03 13:29:05.016310"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_495"], ["description", "I-am-the-goal-description_189"], ["version", 1], ["created_at", "2015-04-03 13:29:05.019680"], ["updated_at", "2015-04-03 13:29:05.019680"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7663"], ["description", "I-am-the-task-description_6744"], ["cost", 1], ["created_at", "2015-04-03 13:29:05.023796"], ["updated_at", "2015-04-03 13:29:05.023796"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 15:29:05 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (4.7ms) Completed 200 OK in 62ms (Views: 4.5ms | ActiveRecord: 0.5ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3699"], ["description", "I-am-the-goal-description_869"], ["version", 1], ["created_at", "2015-04-03 13:29:05.346030"], ["updated_at", "2015-04-03 13:29:05.346030"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3052"], ["description", "I-am-the-task-description_4233"], ["cost", 1], ["created_at", "2015-04-03 13:29:05.350158"], ["updated_at", "2015-04-03 13:29:05.350158"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1678"], ["description", "I-am-the-goal-description_8907"], ["version", 1], ["created_at", "2015-04-03 13:29:05.355700"], ["updated_at", "2015-04-03 13:29:05.355700"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2422"], ["description", "I-am-the-task-description_1732"], ["cost", 1], ["created_at", "2015-04-03 13:29:05.360375"], ["updated_at", "2015-04-03 13:29:05.360375"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5543"], ["description", "I-am-the-goal-description_2658"], ["version", 1], ["created_at", "2015-04-03 13:29:05.364509"], ["updated_at", "2015-04-03 13:29:05.364509"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2546"], ["description", "I-am-the-task-description_1472"], ["cost", 1], ["created_at", "2015-04-03 13:29:05.369193"], ["updated_at", "2015-04-03 13:29:05.369193"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.1ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 15:29:05 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8588"], ["description", "I-am-the-goal-description_4422"], ["version", 1], ["created_at", "2015-04-03 13:29:05.634693"], ["updated_at", "2015-04-03 13:29:05.634693"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6509"], ["description", "I-am-the-task-description_150"], ["cost", 1], ["created_at", "2015-04-03 13:29:05.639043"], ["updated_at", "2015-04-03 13:29:05.639043"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6926"], ["description", "I-am-the-goal-description_8298"], ["version", 1], ["created_at", "2015-04-03 13:29:05.642865"], ["updated_at", "2015-04-03 13:29:05.642865"], ["tracking", "150403-2"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8161"], ["description", "I-am-the-task-description_2583"], ["cost", 1], ["created_at", "2015-04-03 13:29:05.647932"], ["updated_at", "2015-04-03 13:29:05.647932"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1815"], ["description", "I-am-the-goal-description_3570"], ["version", 1], ["created_at", "2015-04-03 13:29:05.651523"], ["updated_at", "2015-04-03 13:29:05.651523"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7252"], ["description", "I-am-the-task-description_2687"], ["cost", 1], ["created_at", "2015-04-03 13:29:05.655474"], ["updated_at", "2015-04-03 13:29:05.655474"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:29:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 15:29:05 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.2ms) Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.4ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6883"], ["description", "I-am-the-goal-description_371"], ["version", 1], ["created_at", "2015-04-03 13:37:34.895783"], ["updated_at", "2015-04-03 13:37:34.895783"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7472"], ["description", "I-am-the-goal-description_8692"], ["version", 1], ["created_at", "2015-04-03 13:37:34.952092"], ["updated_at", "2015-04-03 13:37:34.952092"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 36ms (Views: 23.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4963"], ["description", "I-am-the-goal-description_6045"], ["version", 1], ["created_at", "2015-04-03 13:37:35.082423"], ["updated_at", "2015-04-03 13:37:35.082423"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1638"], ["description", "I-am-the-goal-description_8326"], ["version", 1], ["created_at", "2015-04-03 13:37:35.087322"], ["updated_at", "2015-04-03 13:37:35.087322"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 15ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8142"], ["description", "I-am-the-goal-description_2295"], ["version", 1], ["created_at", "2015-04-03 13:37:35.116853"], ["updated_at", "2015-04-03 13:37:35.116853"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4157"], ["description", "I-am-the-goal-description_2683"], ["version", 1], ["created_at", "2015-04-03 13:37:35.121928"], ["updated_at", "2015-04-03 13:37:35.121928"], ["tracking", "150403-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_68"], ["description", "I-am-the-goal-description_1176"], ["version", 1], ["created_at", "2015-04-03 13:37:35.155434"], ["updated_at", "2015-04-03 13:37:35.155434"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task2270"], ["description", "I-am-the-task-description_9024"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.214760"], ["updated_at", "2015-04-03 13:37:35.214760"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 13:37:35.228386"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 13:37:35.229703"], ["updated_at", "2015-04-03 13:37:35.229703"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 13:37:35.231872"], ["id", 1]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 13:37:35 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 13:37:35 UTC", "updated_at"=>"2015-04-03 13:37:35 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 13:37:35.245073"], ["created_at", "2015-04-03 13:37:35.245703"], ["updated_at", "2015-04-03 13:37:35.245703"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 18ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7531"], ["description", "I-am-the-goal-description_1400"], ["version", 1], ["created_at", "2015-04-03 13:37:35.263512"], ["updated_at", "2015-04-03 13:37:35.263512"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task8539"], ["description", "I-am-the-task-description_1459"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.267468"], ["updated_at", "2015-04-03 13:37:35.267468"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task4598"], ["description", "I-am-the-task-description_7566"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.272079"], ["updated_at", "2015-04-03 13:37:35.272079"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:37:35.279571"], ["task_id", 2], ["created_at", "2015-04-03 13:37:35.280782"], ["updated_at", "2015-04-03 13:37:35.280782"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:37:35.282382"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5305"], ["description", "I-am-the-goal-description_1870"], ["version", 1], ["created_at", "2015-04-03 13:37:35.289558"], ["updated_at", "2015-04-03 13:37:35.289558"], ["tracking", "150403-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5616"], ["description", "I-am-the-task-description_9984"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.293791"], ["updated_at", "2015-04-03 13:37:35.293791"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4469"], ["description", "I-am-the-task-description_5541"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.298241"], ["updated_at", "2015-04-03 13:37:35.298241"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:37:35.305418"], ["task_id", 4], ["created_at", "2015-04-03 13:37:35.306655"], ["updated_at", "2015-04-03 13:37:35.306655"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:37:35.308710"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7525"], ["description", "I-am-the-goal-description_6061"], ["version", 1], ["created_at", "2015-04-03 13:37:35.315526"], ["updated_at", "2015-04-03 13:37:35.315526"], ["tracking", "150403-6"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task2784"], ["description", "I-am-the-task-description_8347"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.319678"], ["updated_at", "2015-04-03 13:37:35.319678"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task467"], ["description", "I-am-the-task-description_8059"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.324237"], ["updated_at", "2015-04-03 13:37:35.324237"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:37:35.332950"], ["task_id", 6], ["created_at", "2015-04-03 13:37:35.334704"], ["updated_at", "2015-04-03 13:37:35.334704"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:37:35.336886"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_930"], ["description", "I-am-the-goal-description_172"], ["version", 1], ["created_at", "2015-04-03 13:37:35.345916"], ["updated_at", "2015-04-03 13:37:35.345916"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7087"], ["description", "I-am-the-task-description_339"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.350500"], ["updated_at", "2015-04-03 13:37:35.350500"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4378"], ["description", "I-am-the-task-description_462"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.355099"], ["updated_at", "2015-04-03 13:37:35.355099"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:37:35.362037"], ["task_id", 8], ["created_at", "2015-04-03 13:37:35.363273"], ["updated_at", "2015-04-03 13:37:35.363273"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:37:35.365114"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5127"], ["description", "I-am-the-goal-description_892"], ["version", 1], ["created_at", "2015-04-03 13:37:35.371855"], ["updated_at", "2015-04-03 13:37:35.371855"], ["tracking", "150403-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7329"], ["description", "I-am-the-task-description_33"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.376104"], ["updated_at", "2015-04-03 13:37:35.376104"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8537"], ["description", "I-am-the-task-description_2518"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.380287"], ["updated_at", "2015-04-03 13:37:35.380287"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8484"], ["description", "I-am-the-goal-description_4766"], ["version", 1], ["created_at", "2015-04-03 13:37:35.396228"], ["updated_at", "2015-04-03 13:37:35.396228"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task8340"], ["description", "I-am-the-task-description_4291"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.400369"], ["updated_at", "2015-04-03 13:37:35.400369"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5595"], ["description", "I-am-the-task-description_8348"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.405549"], ["updated_at", "2015-04-03 13:37:35.405549"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.5ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6156"], ["description", "I-am-the-goal-description_3324"], ["version", 1], ["created_at", "2015-04-03 13:37:35.451015"], ["updated_at", "2015-04-03 13:37:35.451015"], ["tracking", "150403-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4546"], ["description", "I-am-the-task-description_146"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.457077"], ["updated_at", "2015-04-03 13:37:35.457077"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4444"], ["description", "I-am-the-goal-description_6069"], ["version", 1], ["created_at", "2015-04-03 13:37:35.462310"], ["updated_at", "2015-04-03 13:37:35.462310"], ["tracking", "150403-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3933"], ["description", "I-am-the-task-description_7445"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.467458"], ["updated_at", "2015-04-03 13:37:35.467458"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_646"], ["description", "I-am-the-goal-description_6389"], ["version", 1], ["created_at", "2015-04-03 13:37:35.478595"], ["updated_at", "2015-04-03 13:37:35.478595"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3143"], ["description", "I-am-the-task-description_5402"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.482470"], ["updated_at", "2015-04-03 13:37:35.482470"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7101"], ["description", "I-am-the-task-description_3718"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.487244"], ["updated_at", "2015-04-03 13:37:35.487244"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_312"], ["description", "I-am-the-goal-description_7852"], ["version", 1], ["created_at", "2015-04-03 13:37:35.503337"], ["updated_at", "2015-04-03 13:37:35.503337"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2423"], ["description", "I-am-the-task-description_8267"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.508423"], ["updated_at", "2015-04-03 13:37:35.508423"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2734"], ["description", "I-am-the-goal-description_7678"], ["version", 1], ["created_at", "2015-04-03 13:37:35.512868"], ["updated_at", "2015-04-03 13:37:35.512868"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task843"], ["description", "I-am-the-task-description_8124"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.517184"], ["updated_at", "2015-04-03 13:37:35.517184"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1705"], ["description", "I-am-the-goal-description_8953"], ["version", 1], ["created_at", "2015-04-03 13:37:35.527416"], ["updated_at", "2015-04-03 13:37:35.527416"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9798"], ["description", "I-am-the-task-description_8765"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.531744"], ["updated_at", "2015-04-03 13:37:35.531744"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6691"], ["description", "I-am-the-task-description_1557"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.536116"], ["updated_at", "2015-04-03 13:37:35.536116"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3182"], ["description", "I-am-the-goal-description_8123"], ["version", 1], ["created_at", "2015-04-03 13:37:35.557114"], ["updated_at", "2015-04-03 13:37:35.557114"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6614"], ["description", "I-am-the-task-description_373"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.561185"], ["updated_at", "2015-04-03 13:37:35.561185"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4766"], ["description", "I-am-the-goal-description_5897"], ["version", 1], ["created_at", "2015-04-03 13:37:35.565330"], ["updated_at", "2015-04-03 13:37:35.565330"], ["tracking", "150403-17"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5179"], ["description", "I-am-the-task-description_9982"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.569342"], ["updated_at", "2015-04-03 13:37:35.569342"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9280"], ["description", "I-am-the-goal-description_2991"], ["version", 1], ["created_at", "2015-04-03 13:37:35.580703"], ["updated_at", "2015-04-03 13:37:35.580703"], ["tracking", "150403-18"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8733"], ["description", "I-am-the-task-description_603"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.584831"], ["updated_at", "2015-04-03 13:37:35.584831"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task6049"], ["description", "I-am-the-task-description_6870"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.591282"], ["updated_at", "2015-04-03 13:37:35.591282"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.6ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1804"], ["description", "I-am-the-goal-description_6215"], ["version", 1], ["created_at", "2015-04-03 13:37:35.604632"], ["updated_at", "2015-04-03 13:37:35.604632"], ["tracking", "150403-19"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7101"], ["description", "I-am-the-task-description_9747"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.609072"], ["updated_at", "2015-04-03 13:37:35.609072"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3862"], ["description", "I-am-the-task-description_7897"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.668357"], ["updated_at", "2015-04-03 13:37:35.668357"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3050"], ["description", "I-am-the-goal-description_1993"], ["version", 1], ["created_at", "2015-04-03 13:37:35.682328"], ["updated_at", "2015-04-03 13:37:35.682328"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2230"], ["description", "I-am-the-task-description_2158"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.686906"], ["updated_at", "2015-04-03 13:37:35.686906"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3955"], ["description", "I-am-the-task-description_7998"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.691575"], ["updated_at", "2015-04-03 13:37:35.691575"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 3.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1202"], ["description", "I-am-the-goal-description_9096"], ["version", 1], ["created_at", "2015-04-03 13:37:35.705146"], ["updated_at", "2015-04-03 13:37:35.705146"], ["tracking", "150403-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6470"], ["description", "I-am-the-task-description_5960"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.709869"], ["updated_at", "2015-04-03 13:37:35.709869"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6186"], ["description", "I-am-the-task-description_5493"], ["cost", 1], ["created_at", "2015-04-03 13:37:35.714185"], ["updated_at", "2015-04-03 13:37:35.714185"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:37:35.726424"], ["updated_at", "2015-04-03 13:37:35.726424"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3683ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5890"], ["description", "I-am-the-goal-description_9710"], ["version", 1], ["created_at", "2015-04-03 13:37:39.410723"], ["updated_at", "2015-04-03 13:37:39.410723"], ["tracking", "150403-22"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3359"], ["description", "I-am-the-task-description_8174"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.416798"], ["updated_at", "2015-04-03 13:37:39.416798"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2187"], ["description", "I-am-the-task-description_4799"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.421024"], ["updated_at", "2015-04-03 13:37:39.421024"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:37:39.427053"], ["updated_at", "2015-04-03 13:37:39.427053"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8168"], ["description", "I-am-the-goal-description_1296"], ["version", 1], ["created_at", "2015-04-03 13:37:39.440692"], ["updated_at", "2015-04-03 13:37:39.440692"], ["tracking", "150403-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5611"], ["description", "I-am-the-task-description_529"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.445739"], ["updated_at", "2015-04-03 13:37:39.445739"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6916"], ["description", "I-am-the-task-description_2951"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.450166"], ["updated_at", "2015-04-03 13:37:39.450166"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:37:39.457625"], ["updated_at", "2015-04-03 13:37:39.457625"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4361"], ["description", "I-am-the-goal-description_7585"], ["version", 1], ["created_at", "2015-04-03 13:37:39.466069"], ["updated_at", "2015-04-03 13:37:39.466069"], ["tracking", "150403-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7893"], ["description", "I-am-the-task-description_2783"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.470359"], ["updated_at", "2015-04-03 13:37:39.470359"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task9823"], ["description", "I-am-the-task-description_1901"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.474461"], ["updated_at", "2015-04-03 13:37:39.474461"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9552"], ["description", "I-am-the-goal-description_4295"], ["version", 1], ["created_at", "2015-04-03 13:37:39.485143"], ["updated_at", "2015-04-03 13:37:39.485143"], ["tracking", "150403-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5488"], ["description", "I-am-the-task-description_9525"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.489094"], ["updated_at", "2015-04-03 13:37:39.489094"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5453"], ["description", "I-am-the-task-description_5643"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.493133"], ["updated_at", "2015-04-03 13:37:39.493133"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:37:39.496960"], ["updated_at", "2015-04-03 13:37:39.496960"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5630"], ["description", "I-am-the-goal-description_962"], ["version", 1], ["created_at", "2015-04-03 13:37:39.508241"], ["updated_at", "2015-04-03 13:37:39.508241"], ["tracking", "150403-26"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task2725"], ["description", "I-am-the-task-description_4191"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.512490"], ["updated_at", "2015-04-03 13:37:39.512490"]]  (0.9ms) commit transaction  (0.5ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task440"], ["description", "I-am-the-task-description_9705"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.518106"], ["updated_at", "2015-04-03 13:37:39.518106"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:37:39.522527"], ["updated_at", "2015-04-03 13:37:39.522527"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8694"], ["description", "I-am-the-goal-description_8973"], ["version", 1], ["created_at", "2015-04-03 13:37:39.534182"], ["updated_at", "2015-04-03 13:37:39.534182"], ["tracking", "150403-27"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5464"], ["description", "I-am-the-task-description_2211"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.538377"], ["updated_at", "2015-04-03 13:37:39.538377"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task364"], ["description", "I-am-the-task-description_8154"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.542406"], ["updated_at", "2015-04-03 13:37:39.542406"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:37:39.546093"], ["updated_at", "2015-04-03 13:37:39.546093"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3539"], ["description", "I-am-the-goal-description_1467"], ["version", 1], ["created_at", "2015-04-03 13:37:39.624704"], ["updated_at", "2015-04-03 13:37:39.624704"], ["tracking", "150403-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7841"], ["description", "I-am-the-task-description_6396"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.628575"], ["updated_at", "2015-04-03 13:37:39.628575"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task4830"], ["description", "I-am-the-task-description_5631"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.632789"], ["updated_at", "2015-04-03 13:37:39.632789"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:37:39.636645"], ["updated_at", "2015-04-03 13:37:39.636645"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5555"], ["description", "I-am-the-goal-description_5547"], ["version", 1], ["created_at", "2015-04-03 13:37:39.650885"], ["updated_at", "2015-04-03 13:37:39.650885"], ["tracking", "150403-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8706"], ["description", "I-am-the-task-description_6862"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.654721"], ["updated_at", "2015-04-03 13:37:39.654721"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8082"], ["description", "I-am-the-task-description_6604"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.659493"], ["updated_at", "2015-04-03 13:37:39.659493"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:37:39.663604"], ["updated_at", "2015-04-03 13:37:39.663604"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9873"], ["description", "I-am-the-goal-description_3319"], ["version", 1], ["created_at", "2015-04-03 13:37:39.680628"], ["updated_at", "2015-04-03 13:37:39.680628"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task1897"], ["description", "I-am-the-task-description_4226"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.685575"], ["updated_at", "2015-04-03 13:37:39.685575"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task5382"], ["description", "I-am-the-task-description_1268"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.691065"], ["updated_at", "2015-04-03 13:37:39.691065"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 13:37:39.695079"], ["updated_at", "2015-04-03 13:37:39.695079"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 13:37:39.701522"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2577"], ["description", "I-am-the-goal-description_4021"], ["version", 1], ["created_at", "2015-04-03 13:37:39.708060"], ["updated_at", "2015-04-03 13:37:39.708060"], ["tracking", "150403-31"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7299"], ["description", "I-am-the-goal-description_7326"], ["version", 1], ["created_at", "2015-04-03 13:37:39.713623"], ["updated_at", "2015-04-03 13:37:39.713623"], ["tracking", "150403-32"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 36], ["title", "I-am-a-task878"], ["description", "I-am-the-task-description_1325"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.719059"], ["updated_at", "2015-04-03 13:37:39.719059"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6059"], ["description", "I-am-the-goal-description_6223"], ["version", 1], ["created_at", "2015-04-03 13:37:39.723809"], ["updated_at", "2015-04-03 13:37:39.723809"], ["tracking", "150403-33"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 37], ["title", "I-am-a-task7626"], ["description", "I-am-the-task-description_3153"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.727829"], ["updated_at", "2015-04-03 13:37:39.727829"]]  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_0"], ["description", "I-am-the-goal-description_1818"], ["version", 1], ["created_at", "2015-04-03 13:37:39.731083"], ["updated_at", "2015-04-03 13:37:39.731083"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 38], ["title", "I-am-a-task6694"], ["description", "I-am-the-task-description_1729"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.736241"], ["updated_at", "2015-04-03 13:37:39.736241"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 38], ["title", "I-am-a-task9927"], ["description", "I-am-the-task-description_5418"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.740682"], ["updated_at", "2015-04-03 13:37:39.740682"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task3940"], ["description", "I-am-the-task-description_7674"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.745953"], ["updated_at", "2015-04-03 13:37:39.745953"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 35], ["title", "I-am-a-task2772"], ["description", "I-am-the-task-description_3928"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.750796"], ["updated_at", "2015-04-03 13:37:39.750796"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3333"], ["description", "I-am-the-goal-description_3131"], ["version", 1], ["created_at", "2015-04-03 13:37:39.757533"], ["updated_at", "2015-04-03 13:37:39.757533"], ["tracking", "150403-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7572"], ["description", "I-am-the-goal-description_2579"], ["version", 1], ["created_at", "2015-04-03 13:37:39.762986"], ["updated_at", "2015-04-03 13:37:39.762986"], ["tracking", "150403-36"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 40], ["title", "I-am-a-task525"], ["description", "I-am-the-task-description_9734"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.766897"], ["updated_at", "2015-04-03 13:37:39.766897"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2211"], ["description", "I-am-the-goal-description_7707"], ["version", 1], ["created_at", "2015-04-03 13:37:39.771371"], ["updated_at", "2015-04-03 13:37:39.771371"], ["tracking", "150403-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 41], ["title", "I-am-a-task2086"], ["description", "I-am-the-task-description_9711"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.775356"], ["updated_at", "2015-04-03 13:37:39.775356"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4250"], ["description", "I-am-the-goal-description_4849"], ["version", 1], ["created_at", "2015-04-03 13:37:39.778323"], ["updated_at", "2015-04-03 13:37:39.778323"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 42], ["title", "I-am-a-task6233"], ["description", "I-am-the-task-description_294"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.782864"], ["updated_at", "2015-04-03 13:37:39.782864"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 42], ["title", "I-am-a-task9261"], ["description", "I-am-the-task-description_216"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.787478"], ["updated_at", "2015-04-03 13:37:39.787478"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task8489"], ["description", "I-am-the-task-description_2442"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.792059"], ["updated_at", "2015-04-03 13:37:39.792059"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 39], ["title", "I-am-a-task1786"], ["description", "I-am-the-task-description_973"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.796521"], ["updated_at", "2015-04-03 13:37:39.796521"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8794"], ["description", "I-am-the-goal-description_1081"], ["version", 1], ["created_at", "2015-04-03 13:37:39.800383"], ["updated_at", "2015-04-03 13:37:39.800383"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4851"], ["description", "I-am-the-goal-description_4641"], ["version", 1], ["created_at", "2015-04-03 13:37:39.809481"], ["updated_at", "2015-04-03 13:37:39.809481"], ["tracking", "150403-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7579"], ["description", "I-am-the-goal-description_4374"], ["version", 1], ["created_at", "2015-04-03 13:37:39.814194"], ["updated_at", "2015-04-03 13:37:39.814194"], ["tracking", "150403-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 45], ["title", "I-am-a-task5941"], ["description", "I-am-the-task-description_1204"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.817903"], ["updated_at", "2015-04-03 13:37:39.817903"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9268"], ["description", "I-am-the-goal-description_7019"], ["version", 1], ["created_at", "2015-04-03 13:37:39.821898"], ["updated_at", "2015-04-03 13:37:39.821898"], ["tracking", "150403-42"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 46], ["title", "I-am-a-task9231"], ["description", "I-am-the-task-description_4789"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.826243"], ["updated_at", "2015-04-03 13:37:39.826243"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4576"], ["description", "I-am-the-goal-description_5209"], ["version", 1], ["created_at", "2015-04-03 13:37:39.829308"], ["updated_at", "2015-04-03 13:37:39.829308"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 47], ["title", "I-am-a-task9616"], ["description", "I-am-the-task-description_4054"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.834250"], ["updated_at", "2015-04-03 13:37:39.834250"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 47], ["title", "I-am-a-task5831"], ["description", "I-am-the-task-description_1345"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.839021"], ["updated_at", "2015-04-03 13:37:39.839021"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task1330"], ["description", "I-am-the-task-description_264"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.844127"], ["updated_at", "2015-04-03 13:37:39.844127"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 44], ["title", "I-am-a-task7197"], ["description", "I-am-the-task-description_5011"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.849352"], ["updated_at", "2015-04-03 13:37:39.849352"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 44], ["title", "I-am-a-task5853"], ["description", "I-am-the-task-description_5815"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.855487"], ["updated_at", "2015-04-03 13:37:39.855487"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2504"], ["description", "I-am-the-goal-description_1810"], ["version", 1], ["created_at", "2015-04-03 13:37:39.862528"], ["updated_at", "2015-04-03 13:37:39.862528"], ["tracking", "150403-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_263"], ["description", "I-am-the-goal-description_1649"], ["version", 1], ["created_at", "2015-04-03 13:37:39.867429"], ["updated_at", "2015-04-03 13:37:39.867429"], ["tracking", "150403-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 49], ["title", "I-am-a-task6756"], ["description", "I-am-the-task-description_5915"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.871709"], ["updated_at", "2015-04-03 13:37:39.871709"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8466"], ["description", "I-am-the-goal-description_961"], ["version", 1], ["created_at", "2015-04-03 13:37:39.875895"], ["updated_at", "2015-04-03 13:37:39.875895"], ["tracking", "150403-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 50], ["title", "I-am-a-task9534"], ["description", "I-am-the-task-description_7911"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.879844"], ["updated_at", "2015-04-03 13:37:39.879844"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8101"], ["description", "I-am-the-goal-description_9974"], ["version", 1], ["created_at", "2015-04-03 13:37:39.883091"], ["updated_at", "2015-04-03 13:37:39.883091"], ["tracking", "150403-47"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 51], ["title", "I-am-a-task4819"], ["description", "I-am-the-task-description_7350"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.887922"], ["updated_at", "2015-04-03 13:37:39.887922"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 51], ["title", "I-am-a-task6202"], ["description", "I-am-the-task-description_7140"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.892653"], ["updated_at", "2015-04-03 13:37:39.892653"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task5688"], ["description", "I-am-the-task-description_6671"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.897705"], ["updated_at", "2015-04-03 13:37:39.897705"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task9665"], ["description", "I-am-the-task-description_5753"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.903880"], ["updated_at", "2015-04-03 13:37:39.903880"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task9521"], ["description", "I-am-the-task-description_4077"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.908311"], ["updated_at", "2015-04-03 13:37:39.908311"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1622"], ["description", "I-am-the-goal-description_8906"], ["version", 1], ["created_at", "2015-04-03 13:37:39.915173"], ["updated_at", "2015-04-03 13:37:39.915173"], ["tracking", "150403-48"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task3851"], ["description", "I-am-the-task-description_7254"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.919412"], ["updated_at", "2015-04-03 13:37:39.919412"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_465"], ["description", "I-am-the-goal-description_2642"], ["version", 1], ["created_at", "2015-04-03 13:37:39.924965"], ["updated_at", "2015-04-03 13:37:39.924965"], ["tracking", "150403-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task8689"], ["description", "I-am-the-task-description_8900"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.928914"], ["updated_at", "2015-04-03 13:37:39.928914"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1623"], ["description", "I-am-the-goal-description_5892"], ["version", 1], ["created_at", "2015-04-03 13:37:39.934565"], ["updated_at", "2015-04-03 13:37:39.934565"], ["tracking", "150403-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 54], ["title", "I-am-a-task3833"], ["description", "I-am-the-task-description_2485"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.938422"], ["updated_at", "2015-04-03 13:37:39.938422"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_979"], ["description", "I-am-the-goal-description_2599"], ["version", 1], ["created_at", "2015-04-03 13:37:39.944196"], ["updated_at", "2015-04-03 13:37:39.944196"], ["tracking", "150403-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 55], ["title", "I-am-a-task6231"], ["description", "I-am-the-task-description_1915"], ["cost", 1], ["created_at", "2015-04-03 13:37:39.948284"], ["updated_at", "2015-04-03 13:37:39.948284"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9124"], ["description", "I-am-the-goal-description_2469"], ["version", 1], ["created_at", "2015-04-03 13:37:39.954888"], ["updated_at", "2015-04-03 13:37:39.954888"], ["tracking", "150403-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 13:37:39.958282"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 13:37:39.960594"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4782"], ["description", "I-am-the-goal-description_7701"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8297"], ["description", "I-am-the-goal-description_8202"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7995"], ["description", "I-am-the-goal-description_6917"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6962"], ["description", "I-am-the-goal-description_3929"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9735"], ["description", "I-am-the-goal-description_1494"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task70"], ["description", "I-am-the-task-description_3112"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3189"], ["description", "I-am-the-goal-description_5217"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task8947"], ["description", "I-am-the-task-description_1118"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4344"], ["description", "I-am-the-goal-description_6880"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task4044"], ["description", "I-am-the-task-description_4931"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2602"], ["description", "I-am-the-goal-description_5965"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task4978"], ["description", "I-am-the-task-description_156"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7299"], ["description", "I-am-the-goal-description_2007"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task3079"], ["description", "I-am-the-task-description_426"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2804"], ["description", "I-am-the-goal-description_6855"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7921"], ["description", "I-am-the-goal-description_7301"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_200"], ["description", "I-am-the-goal-description_8971"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2366"], ["description", "I-am-the-goal-description_7961"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:37:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3888.9ms) Completed 200 OK in 4002ms (Views: 3973.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 15:37:56 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 15:37:56 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 15:37:56 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (342.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (348.3ms) Completed 200 OK in 359ms (Views: 352.3ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:37:57 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 13:37:57.222639"], ["updated_at", "2015-04-03 13:37:57.222639"], ["tracking", "150403-1"]]  (1.5ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 2.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (81.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (5.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (122.7ms) Completed 200 OK in 146ms (Views: 123.7ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7536"], ["description", "I-am-the-goal-description_4038"], ["version", 1], ["created_at", "2015-04-03 13:37:57.527311"], ["updated_at", "2015-04-03 13:37:57.527311"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9412"], ["description", "I-am-the-task-description_6596"], ["cost", 1], ["created_at", "2015-04-03 13:37:57.533736"], ["updated_at", "2015-04-03 13:37:57.533736"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6737"], ["description", "I-am-the-task-description_62"], ["cost", 1], ["created_at", "2015-04-03 13:37:57.538448"], ["updated_at", "2015-04-03 13:37:57.538448"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task807"], ["description", "I-am-the-task-description_8831"], ["cost", 1], ["created_at", "2015-04-03 13:37:57.542750"], ["updated_at", "2015-04-03 13:37:57.542750"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:37:57 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (55.1ms) Completed 200 OK in 57ms (Views: 55.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.7ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4475"], ["description", "I-am-the-goal-description_686"], ["version", 1], ["created_at", "2015-04-03 13:37:57.831089"], ["updated_at", "2015-04-03 13:37:57.831089"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:37:57 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 15:37:58 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (73.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (76.5ms) Completed 200 OK in 81ms (Views: 80.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:58 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_686", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 13:37:58.225649"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1017"], ["description", "I-am-the-goal-description_5892"], ["version", 1], ["created_at", "2015-04-03 13:37:58.365458"], ["updated_at", "2015-04-03 13:37:58.365458"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:37:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:58 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:37:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.4ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6280"], ["description", "I-am-the-goal-description_7816"], ["version", 1], ["created_at", "2015-04-03 13:37:58.770839"], ["updated_at", "2015-04-03 13:37:58.770839"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 15:37:58 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.0ms) Completed 200 OK in 69ms (Views: 67.9ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_6280", "description"=>"I-am-the-goal-description_7816", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 13:37:59.033423"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.6ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3801"], ["description", "I-am-the-goal-description_2575"], ["version", 1], ["created_at", "2015-04-03 13:37:59.176853"], ["updated_at", "2015-04-03 13:37:59.176853"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 9ms (Views: 5.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (68.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.6ms) Completed 200 OK in 70ms (Views: 69.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_3801", "description"=>"I-am-the-goal-description_2575", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 13:37:59.433525"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.6ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3984"], ["description", "I-am-the-goal-description_6084"], ["version", 1], ["created_at", "2015-04-03 13:37:59.576046"], ["updated_at", "2015-04-03 13:37:59.576046"], ["tracking", "150403-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1038"], ["description", "I-am-the-task-description_9373"], ["cost", 1], ["created_at", "2015-04-03 13:37:59.581985"], ["updated_at", "2015-04-03 13:37:59.581985"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (7.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (79.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (104.4ms) Completed 200 OK in 109ms (Views: 105.5ms | ActiveRecord: 1.1ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 13:37:59.964747"], ["created_at", "2015-04-03 13:37:59.967050"], ["updated_at", "2015-04-03 13:37:59.967050"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 13:37:59.970089"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/tasks/1 Completed 302 Found in 15ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:37:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.8ms) Completed 200 OK in 20ms (Views: 16.5ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1621"], ["description", "I-am-the-goal-description_7262"], ["version", 1], ["created_at", "2015-04-03 13:38:00.103115"], ["updated_at", "2015-04-03 13:38:00.103115"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 15:38:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 15:38:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_infos.html.slim (0.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 15:38:00 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (153.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (159.5ms) Completed 200 OK in 164ms (Views: 161.5ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:00 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 13:38:00.591957"], ["updated_at", "2015-04-03 13:38:00.591957"]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/tasks/1 Completed 302 Found in 6ms (ActiveRecord: 1.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:38:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (63.6ms) Completed 200 OK in 67ms (Views: 64.1ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2703"], ["description", "I-am-the-goal-description_4260"], ["version", 1], ["created_at", "2015-04-03 13:38:00.750009"], ["updated_at", "2015-04-03 13:38:00.750009"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9903"], ["description", "I-am-the-task-description_9904"], ["cost", 1], ["created_at", "2015-04-03 13:38:00.756055"], ["updated_at", "2015-04-03 13:38:00.756055"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:38:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (0.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.9ms) Completed 200 OK in 21ms (Views: 17.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_962"], ["description", "I-am-the-goal-description_2425"], ["version", 1], ["created_at", "2015-04-03 13:38:01.024451"], ["updated_at", "2015-04-03 13:38:01.024451"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6267"], ["description", "I-am-the-task-description_5648"], ["cost", 1], ["created_at", "2015-04-03 13:38:01.028791"], ["updated_at", "2015-04-03 13:38:01.028791"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:38:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (0.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (68.3ms) Completed 200 OK in 72ms (Views: 68.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 15:38:01 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (84.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (90.2ms) Completed 200 OK in 94ms (Views: 92.3ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:38:01 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5648", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 13:38:01.431665"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:38:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (0.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (65.3ms) Completed 200 OK in 69ms (Views: 65.9ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_842"], ["description", "I-am-the-goal-description_3497"], ["version", 1], ["created_at", "2015-04-03 13:38:01.693936"], ["updated_at", "2015-04-03 13:38:01.693936"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5398"], ["description", "I-am-the-task-description_6779"], ["cost", 1], ["created_at", "2015-04-03 13:38:01.697829"], ["updated_at", "2015-04-03 13:38:01.697829"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:38:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_infos.html.slim (1.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.2ms) Completed 200 OK in 20ms (Views: 16.7ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 15:38:01 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (18.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2733"], ["description", "I-am-the-goal-description_2025"], ["version", 1], ["created_at", "2015-04-03 13:38:02.107432"], ["updated_at", "2015-04-03 13:38:02.107432"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task707"], ["description", "I-am-the-task-description_9832"], ["cost", 1], ["created_at", "2015-04-03 13:38:02.111854"], ["updated_at", "2015-04-03 13:38:02.111854"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 15:38:02 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 13:38:02.245998"], ["task_id", 1], ["created_at", "2015-04-03 13:38:02.247344"], ["updated_at", "2015-04-03 13:38:02.247344"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 13:38:02.248992"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms)  (1.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7973"], ["description", "I-am-the-goal-description_4248"], ["version", 1], ["created_at", "2015-04-03 13:38:02.441623"], ["updated_at", "2015-04-03 13:38:02.441623"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task360"], ["description", "I-am-the-task-description_5491"], ["cost", 1], ["created_at", "2015-04-03 13:38:02.446010"], ["updated_at", "2015-04-03 13:38:02.446010"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 15:38:02 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 13:38:02.579496"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:55308/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2478"], ["description", "I-am-the-goal-description_8471"], ["version", 1], ["created_at", "2015-04-03 13:38:02.719312"], ["updated_at", "2015-04-03 13:38:02.719312"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5432"], ["description", "I-am-the-task-description_7159"], ["cost", 1], ["created_at", "2015-04-03 13:38:02.725852"], ["updated_at", "2015-04-03 13:38:02.725852"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4820"], ["description", "I-am-the-goal-description_8048"], ["version", 1], ["created_at", "2015-04-03 13:38:02.729900"], ["updated_at", "2015-04-03 13:38:02.729900"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1312"], ["description", "I-am-the-task-description_2720"], ["cost", 1], ["created_at", "2015-04-03 13:38:02.733360"], ["updated_at", "2015-04-03 13:38:02.733360"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6294"], ["description", "I-am-the-goal-description_4212"], ["version", 1], ["created_at", "2015-04-03 13:38:02.736703"], ["updated_at", "2015-04-03 13:38:02.736703"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1224"], ["description", "I-am-the-task-description_345"], ["cost", 1], ["created_at", "2015-04-03 13:38:02.740527"], ["updated_at", "2015-04-03 13:38:02.740527"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 15:38:02 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (4.3ms) Completed 200 OK in 63ms (Views: 4.2ms | ActiveRecord: 0.5ms)  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6037"], ["description", "I-am-the-goal-description_1102"], ["version", 1], ["created_at", "2015-04-03 13:38:02.998605"], ["updated_at", "2015-04-03 13:38:02.998605"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6063"], ["description", "I-am-the-task-description_2467"], ["cost", 1], ["created_at", "2015-04-03 13:38:03.003021"], ["updated_at", "2015-04-03 13:38:03.003021"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3944"], ["description", "I-am-the-goal-description_8222"], ["version", 1], ["created_at", "2015-04-03 13:38:03.007948"], ["updated_at", "2015-04-03 13:38:03.007948"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5869"], ["description", "I-am-the-task-description_6327"], ["cost", 1], ["created_at", "2015-04-03 13:38:03.012908"], ["updated_at", "2015-04-03 13:38:03.012908"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3827"], ["description", "I-am-the-goal-description_3508"], ["version", 1], ["created_at", "2015-04-03 13:38:03.016398"], ["updated_at", "2015-04-03 13:38:03.016398"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4144"], ["description", "I-am-the-task-description_7203"], ["cost", 1], ["created_at", "2015-04-03 13:38:03.019845"], ["updated_at", "2015-04-03 13:38:03.019845"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (65.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (67.0ms) Completed 200 OK in 69ms (Views: 67.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 15:38:03 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8037"], ["description", "I-am-the-goal-description_8588"], ["version", 1], ["created_at", "2015-04-03 13:38:03.290759"], ["updated_at", "2015-04-03 13:38:03.290759"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5830"], ["description", "I-am-the-task-description_8549"], ["cost", 1], ["created_at", "2015-04-03 13:38:03.296376"], ["updated_at", "2015-04-03 13:38:03.296376"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6178"], ["description", "I-am-the-goal-description_5609"], ["version", 1], ["created_at", "2015-04-03 13:38:03.300600"], ["updated_at", "2015-04-03 13:38:03.300600"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3346"], ["description", "I-am-the-task-description_2528"], ["cost", 1], ["created_at", "2015-04-03 13:38:03.304869"], ["updated_at", "2015-04-03 13:38:03.304869"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5898"], ["description", "I-am-the-goal-description_663"], ["version", 1], ["created_at", "2015-04-03 13:38:03.312407"], ["updated_at", "2015-04-03 13:38:03.312407"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task406"], ["description", "I-am-the-task-description_8113"], ["cost", 1], ["created_at", "2015-04-03 13:38:03.315984"], ["updated_at", "2015-04-03 13:38:03.315984"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 15:38:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 15:38:03 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.4ms) Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.4ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8529"], ["description", "I-am-the-goal-description_5090"], ["version", 1], ["created_at", "2015-04-03 14:16:33.243455"], ["updated_at", "2015-04-03 14:16:33.243455"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5186"], ["description", "I-am-the-goal-description_3014"], ["version", 1], ["created_at", "2015-04-03 14:16:33.299087"], ["updated_at", "2015-04-03 14:16:33.299087"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 16.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_47"], ["description", "I-am-the-goal-description_5487"], ["version", 1], ["created_at", "2015-04-03 14:16:33.419862"], ["updated_at", "2015-04-03 14:16:33.419862"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1347"], ["description", "I-am-the-goal-description_9801"], ["version", 1], ["created_at", "2015-04-03 14:16:33.424009"], ["updated_at", "2015-04-03 14:16:33.424009"], ["tracking", "150403-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 15ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2474"], ["description", "I-am-the-goal-description_1173"], ["version", 1], ["created_at", "2015-04-03 14:16:33.454037"], ["updated_at", "2015-04-03 14:16:33.454037"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2638"], ["description", "I-am-the-goal-description_3933"], ["version", 1], ["created_at", "2015-04-03 14:16:33.458209"], ["updated_at", "2015-04-03 14:16:33.458209"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3185"], ["description", "I-am-the-goal-description_8658"], ["version", 1], ["created_at", "2015-04-03 14:16:33.482353"], ["updated_at", "2015-04-03 14:16:33.482353"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task9230"], ["description", "I-am-the-task-description_6270"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.539111"], ["updated_at", "2015-04-03 14:16:33.539111"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 14:16:33.553999"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 14:16:33.555299"], ["updated_at", "2015-04-03 14:16:33.555299"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 14:16:33.557756"], ["id", 1]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 14:16:33 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 14:16:33 UTC", "updated_at"=>"2015-04-03 14:16:33 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 14:16:33.569195"], ["created_at", "2015-04-03 14:16:33.569763"], ["updated_at", "2015-04-03 14:16:33.569763"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3065"], ["description", "I-am-the-goal-description_4980"], ["version", 1], ["created_at", "2015-04-03 14:16:33.586643"], ["updated_at", "2015-04-03 14:16:33.586643"], ["tracking", "150403-4"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2302"], ["description", "I-am-the-task-description_6140"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.590633"], ["updated_at", "2015-04-03 14:16:33.590633"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7746"], ["description", "I-am-the-task-description_5967"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.595366"], ["updated_at", "2015-04-03 14:16:33.595366"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 14:16:33.602467"], ["task_id", 2], ["created_at", "2015-04-03 14:16:33.603713"], ["updated_at", "2015-04-03 14:16:33.603713"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:16:33.605370"], ["id", 2]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5364"], ["description", "I-am-the-goal-description_2684"], ["version", 1], ["created_at", "2015-04-03 14:16:33.612871"], ["updated_at", "2015-04-03 14:16:33.612871"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7397"], ["description", "I-am-the-task-description_8888"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.617405"], ["updated_at", "2015-04-03 14:16:33.617405"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4916"], ["description", "I-am-the-task-description_4108"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.621806"], ["updated_at", "2015-04-03 14:16:33.621806"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 14:16:33.628686"], ["task_id", 4], ["created_at", "2015-04-03 14:16:33.630246"], ["updated_at", "2015-04-03 14:16:33.630246"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:16:33.632950"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4809"], ["description", "I-am-the-goal-description_7367"], ["version", 1], ["created_at", "2015-04-03 14:16:33.641140"], ["updated_at", "2015-04-03 14:16:33.641140"], ["tracking", "150403-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task4091"], ["description", "I-am-the-task-description_3795"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.646546"], ["updated_at", "2015-04-03 14:16:33.646546"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task9264"], ["description", "I-am-the-task-description_6679"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.652062"], ["updated_at", "2015-04-03 14:16:33.652062"]]  (1.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 14:16:33.664681"], ["task_id", 6], ["created_at", "2015-04-03 14:16:33.666329"], ["updated_at", "2015-04-03 14:16:33.666329"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:16:33.668154"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8197"], ["description", "I-am-the-goal-description_9414"], ["version", 1], ["created_at", "2015-04-03 14:16:33.676695"], ["updated_at", "2015-04-03 14:16:33.676695"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7520"], ["description", "I-am-the-task-description_2098"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.681290"], ["updated_at", "2015-04-03 14:16:33.681290"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task8361"], ["description", "I-am-the-task-description_5854"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.685601"], ["updated_at", "2015-04-03 14:16:33.685601"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 14:16:33.692479"], ["task_id", 8], ["created_at", "2015-04-03 14:16:33.693815"], ["updated_at", "2015-04-03 14:16:33.693815"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:16:33.695506"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6571"], ["description", "I-am-the-goal-description_7860"], ["version", 1], ["created_at", "2015-04-03 14:16:33.702115"], ["updated_at", "2015-04-03 14:16:33.702115"], ["tracking", "150403-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2418"], ["description", "I-am-the-task-description_3770"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.707687"], ["updated_at", "2015-04-03 14:16:33.707687"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9526"], ["description", "I-am-the-task-description_2876"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.712562"], ["updated_at", "2015-04-03 14:16:33.712562"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_574"], ["description", "I-am-the-goal-description_5967"], ["version", 1], ["created_at", "2015-04-03 14:16:33.727425"], ["updated_at", "2015-04-03 14:16:33.727425"], ["tracking", "150403-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3486"], ["description", "I-am-the-task-description_5459"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.732905"], ["updated_at", "2015-04-03 14:16:33.732905"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6893"], ["description", "I-am-the-task-description_2539"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.737725"], ["updated_at", "2015-04-03 14:16:33.737725"]]  (0.9ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.5ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2480"], ["description", "I-am-the-goal-description_7505"], ["version", 1], ["created_at", "2015-04-03 14:16:33.788911"], ["updated_at", "2015-04-03 14:16:33.788911"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9450"], ["description", "I-am-the-task-description_6398"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.793811"], ["updated_at", "2015-04-03 14:16:33.793811"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8392"], ["description", "I-am-the-goal-description_6801"], ["version", 1], ["created_at", "2015-04-03 14:16:33.797829"], ["updated_at", "2015-04-03 14:16:33.797829"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3605"], ["description", "I-am-the-task-description_9359"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.802477"], ["updated_at", "2015-04-03 14:16:33.802477"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_368"], ["description", "I-am-the-goal-description_4395"], ["version", 1], ["created_at", "2015-04-03 14:16:33.812235"], ["updated_at", "2015-04-03 14:16:33.812235"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2986"], ["description", "I-am-the-task-description_9319"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.816473"], ["updated_at", "2015-04-03 14:16:33.816473"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5770"], ["description", "I-am-the-task-description_7612"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.820745"], ["updated_at", "2015-04-03 14:16:33.820745"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_849"], ["description", "I-am-the-goal-description_466"], ["version", 1], ["created_at", "2015-04-03 14:16:33.836396"], ["updated_at", "2015-04-03 14:16:33.836396"], ["tracking", "150403-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4046"], ["description", "I-am-the-task-description_5490"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.841020"], ["updated_at", "2015-04-03 14:16:33.841020"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7725"], ["description", "I-am-the-goal-description_4316"], ["version", 1], ["created_at", "2015-04-03 14:16:33.845078"], ["updated_at", "2015-04-03 14:16:33.845078"], ["tracking", "150403-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task563"], ["description", "I-am-the-task-description_3594"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.849816"], ["updated_at", "2015-04-03 14:16:33.849816"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6537"], ["description", "I-am-the-goal-description_8821"], ["version", 1], ["created_at", "2015-04-03 14:16:33.861125"], ["updated_at", "2015-04-03 14:16:33.861125"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task278"], ["description", "I-am-the-task-description_4387"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.866668"], ["updated_at", "2015-04-03 14:16:33.866668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6793"], ["description", "I-am-the-task-description_465"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.871391"], ["updated_at", "2015-04-03 14:16:33.871391"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6064"], ["description", "I-am-the-goal-description_4825"], ["version", 1], ["created_at", "2015-04-03 14:16:33.889327"], ["updated_at", "2015-04-03 14:16:33.889327"], ["tracking", "150403-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6088"], ["description", "I-am-the-task-description_9721"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.894435"], ["updated_at", "2015-04-03 14:16:33.894435"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5251"], ["description", "I-am-the-goal-description_2736"], ["version", 1], ["created_at", "2015-04-03 14:16:33.899144"], ["updated_at", "2015-04-03 14:16:33.899144"], ["tracking", "150403-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6027"], ["description", "I-am-the-task-description_3805"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.903502"], ["updated_at", "2015-04-03 14:16:33.903502"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1824"], ["description", "I-am-the-goal-description_913"], ["version", 1], ["created_at", "2015-04-03 14:16:33.915412"], ["updated_at", "2015-04-03 14:16:33.915412"], ["tracking", "150403-18"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8274"], ["description", "I-am-the-task-description_7015"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.976823"], ["updated_at", "2015-04-03 14:16:33.976823"]]  (1.2ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task5255"], ["description", "I-am-the-task-description_72"], ["cost", 1], ["created_at", "2015-04-03 14:16:33.985435"], ["updated_at", "2015-04-03 14:16:33.985435"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7846"], ["description", "I-am-the-goal-description_2766"], ["version", 1], ["created_at", "2015-04-03 14:16:34.000692"], ["updated_at", "2015-04-03 14:16:34.000692"], ["tracking", "150403-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7917"], ["description", "I-am-the-task-description_5468"], ["cost", 1], ["created_at", "2015-04-03 14:16:34.005108"], ["updated_at", "2015-04-03 14:16:34.005108"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4300"], ["description", "I-am-the-task-description_7823"], ["cost", 1], ["created_at", "2015-04-03 14:16:34.009709"], ["updated_at", "2015-04-03 14:16:34.009709"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1035"], ["description", "I-am-the-goal-description_4079"], ["version", 1], ["created_at", "2015-04-03 14:16:34.024675"], ["updated_at", "2015-04-03 14:16:34.024675"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7392"], ["description", "I-am-the-task-description_5006"], ["cost", 1], ["created_at", "2015-04-03 14:16:34.029366"], ["updated_at", "2015-04-03 14:16:34.029366"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2642"], ["description", "I-am-the-task-description_9585"], ["cost", 1], ["created_at", "2015-04-03 14:16:34.034005"], ["updated_at", "2015-04-03 14:16:34.034005"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8337"], ["description", "I-am-the-goal-description_6569"], ["version", 1], ["created_at", "2015-04-03 14:16:34.047282"], ["updated_at", "2015-04-03 14:16:34.047282"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task155"], ["description", "I-am-the-task-description_9163"], ["cost", 1], ["created_at", "2015-04-03 14:16:34.052077"], ["updated_at", "2015-04-03 14:16:34.052077"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7665"], ["description", "I-am-the-task-description_6956"], ["cost", 1], ["created_at", "2015-04-03 14:16:34.056759"], ["updated_at", "2015-04-03 14:16:34.056759"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:16:34.070531"], ["updated_at", "2015-04-03 14:16:34.070531"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 4997ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8294"], ["description", "I-am-the-goal-description_370"], ["version", 1], ["created_at", "2015-04-03 14:16:39.069558"], ["updated_at", "2015-04-03 14:16:39.069558"], ["tracking", "150403-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9206"], ["description", "I-am-the-task-description_1645"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.073690"], ["updated_at", "2015-04-03 14:16:39.073690"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1196"], ["description", "I-am-the-task-description_1016"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.078187"], ["updated_at", "2015-04-03 14:16:39.078187"]]  (2.6ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:16:39.087883"], ["updated_at", "2015-04-03 14:16:39.087883"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4468"], ["description", "I-am-the-goal-description_7282"], ["version", 1], ["created_at", "2015-04-03 14:16:39.098919"], ["updated_at", "2015-04-03 14:16:39.098919"], ["tracking", "150403-23"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4969"], ["description", "I-am-the-task-description_7200"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.103201"], ["updated_at", "2015-04-03 14:16:39.103201"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3495"], ["description", "I-am-the-task-description_753"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.107368"], ["updated_at", "2015-04-03 14:16:39.107368"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:16:39.114674"], ["updated_at", "2015-04-03 14:16:39.114674"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_646"], ["description", "I-am-the-goal-description_949"], ["version", 1], ["created_at", "2015-04-03 14:16:39.124686"], ["updated_at", "2015-04-03 14:16:39.124686"], ["tracking", "150403-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task5644"], ["description", "I-am-the-task-description_3158"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.129878"], ["updated_at", "2015-04-03 14:16:39.129878"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1490"], ["description", "I-am-the-task-description_9161"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.134924"], ["updated_at", "2015-04-03 14:16:39.134924"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_848"], ["description", "I-am-the-goal-description_2574"], ["version", 1], ["created_at", "2015-04-03 14:16:39.146757"], ["updated_at", "2015-04-03 14:16:39.146757"], ["tracking", "150403-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6268"], ["description", "I-am-the-task-description_6118"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.151414"], ["updated_at", "2015-04-03 14:16:39.151414"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3089"], ["description", "I-am-the-task-description_3731"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.155641"], ["updated_at", "2015-04-03 14:16:39.155641"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:16:39.159992"], ["updated_at", "2015-04-03 14:16:39.159992"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_61"], ["description", "I-am-the-goal-description_1938"], ["version", 1], ["created_at", "2015-04-03 14:16:39.171445"], ["updated_at", "2015-04-03 14:16:39.171445"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6359"], ["description", "I-am-the-task-description_990"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.175914"], ["updated_at", "2015-04-03 14:16:39.175914"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task5270"], ["description", "I-am-the-task-description_3639"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.180334"], ["updated_at", "2015-04-03 14:16:39.180334"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:16:39.185251"], ["updated_at", "2015-04-03 14:16:39.185251"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2555"], ["description", "I-am-the-goal-description_7499"], ["version", 1], ["created_at", "2015-04-03 14:16:39.199243"], ["updated_at", "2015-04-03 14:16:39.199243"], ["tracking", "150403-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9821"], ["description", "I-am-the-task-description_1668"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.203378"], ["updated_at", "2015-04-03 14:16:39.203378"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task6313"], ["description", "I-am-the-task-description_9386"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.207410"], ["updated_at", "2015-04-03 14:16:39.207410"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:16:39.211373"], ["updated_at", "2015-04-03 14:16:39.211373"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8294"], ["description", "I-am-the-goal-description_8933"], ["version", 1], ["created_at", "2015-04-03 14:16:39.297628"], ["updated_at", "2015-04-03 14:16:39.297628"], ["tracking", "150403-28"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5164"], ["description", "I-am-the-task-description_6774"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.302457"], ["updated_at", "2015-04-03 14:16:39.302457"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7057"], ["description", "I-am-the-task-description_7553"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.309416"], ["updated_at", "2015-04-03 14:16:39.309416"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:16:39.317503"], ["updated_at", "2015-04-03 14:16:39.317503"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.8ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5527"], ["description", "I-am-the-goal-description_3008"], ["version", 1], ["created_at", "2015-04-03 14:16:39.339778"], ["updated_at", "2015-04-03 14:16:39.339778"], ["tracking", "150403-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8681"], ["description", "I-am-the-task-description_1685"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.345318"], ["updated_at", "2015-04-03 14:16:39.345318"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task255"], ["description", "I-am-the-task-description_8240"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.351275"], ["updated_at", "2015-04-03 14:16:39.351275"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:16:39.356809"], ["updated_at", "2015-04-03 14:16:39.356809"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8888"], ["description", "I-am-the-goal-description_8292"], ["version", 1], ["created_at", "2015-04-03 14:16:39.371281"], ["updated_at", "2015-04-03 14:16:39.371281"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2667"], ["description", "I-am-the-task-description_2640"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.376158"], ["updated_at", "2015-04-03 14:16:39.376158"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4272"], ["description", "I-am-the-task-description_5913"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.380783"], ["updated_at", "2015-04-03 14:16:39.380783"]]  (3.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:16:39.390612"], ["updated_at", "2015-04-03 14:16:39.390612"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 14:16:39.399313"], ["id", 58]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3570"], ["description", "I-am-the-goal-description_1959"], ["version", 1], ["created_at", "2015-04-03 14:16:39.406614"], ["updated_at", "2015-04-03 14:16:39.406614"], ["tracking", "150403-31"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8851"], ["description", "I-am-the-goal-description_3111"], ["version", 1], ["created_at", "2015-04-03 14:16:39.412021"], ["updated_at", "2015-04-03 14:16:39.412021"], ["tracking", "150403-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 36], ["title", "I-am-a-task5637"], ["description", "I-am-the-task-description_4082"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.416164"], ["updated_at", "2015-04-03 14:16:39.416164"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2041"], ["description", "I-am-the-goal-description_2388"], ["version", 1], ["created_at", "2015-04-03 14:16:39.421410"], ["updated_at", "2015-04-03 14:16:39.421410"], ["tracking", "150403-33"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 37], ["title", "I-am-a-task9551"], ["description", "I-am-the-task-description_4676"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.426531"], ["updated_at", "2015-04-03 14:16:39.426531"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_533"], ["description", "I-am-the-goal-description_65"], ["version", 1], ["created_at", "2015-04-03 14:16:39.429535"], ["updated_at", "2015-04-03 14:16:39.429535"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 38], ["title", "I-am-a-task5875"], ["description", "I-am-the-task-description_5181"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.434562"], ["updated_at", "2015-04-03 14:16:39.434562"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 38], ["title", "I-am-a-task5535"], ["description", "I-am-the-task-description_7693"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.440115"], ["updated_at", "2015-04-03 14:16:39.440115"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task1034"], ["description", "I-am-the-task-description_3905"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.444778"], ["updated_at", "2015-04-03 14:16:39.444778"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 35], ["title", "I-am-a-task6998"], ["description", "I-am-the-task-description_8421"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.449646"], ["updated_at", "2015-04-03 14:16:39.449646"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7014"], ["description", "I-am-the-goal-description_255"], ["version", 1], ["created_at", "2015-04-03 14:16:39.456484"], ["updated_at", "2015-04-03 14:16:39.456484"], ["tracking", "150403-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5669"], ["description", "I-am-the-goal-description_7447"], ["version", 1], ["created_at", "2015-04-03 14:16:39.462223"], ["updated_at", "2015-04-03 14:16:39.462223"], ["tracking", "150403-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 40], ["title", "I-am-a-task9040"], ["description", "I-am-the-task-description_3089"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.466355"], ["updated_at", "2015-04-03 14:16:39.466355"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3961"], ["description", "I-am-the-goal-description_3081"], ["version", 1], ["created_at", "2015-04-03 14:16:39.470892"], ["updated_at", "2015-04-03 14:16:39.470892"], ["tracking", "150403-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 41], ["title", "I-am-a-task717"], ["description", "I-am-the-task-description_6950"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.474957"], ["updated_at", "2015-04-03 14:16:39.474957"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1732"], ["description", "I-am-the-goal-description_9682"], ["version", 1], ["created_at", "2015-04-03 14:16:39.478006"], ["updated_at", "2015-04-03 14:16:39.478006"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 42], ["title", "I-am-a-task8539"], ["description", "I-am-the-task-description_2709"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.483231"], ["updated_at", "2015-04-03 14:16:39.483231"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 42], ["title", "I-am-a-task9219"], ["description", "I-am-the-task-description_7516"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.487464"], ["updated_at", "2015-04-03 14:16:39.487464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task8120"], ["description", "I-am-the-task-description_9394"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.492127"], ["updated_at", "2015-04-03 14:16:39.492127"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 39], ["title", "I-am-a-task9150"], ["description", "I-am-the-task-description_1562"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.497097"], ["updated_at", "2015-04-03 14:16:39.497097"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3571"], ["description", "I-am-the-goal-description_3811"], ["version", 1], ["created_at", "2015-04-03 14:16:39.504696"], ["updated_at", "2015-04-03 14:16:39.504696"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7972"], ["description", "I-am-the-goal-description_1504"], ["version", 1], ["created_at", "2015-04-03 14:16:39.513390"], ["updated_at", "2015-04-03 14:16:39.513390"], ["tracking", "150403-40"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7337"], ["description", "I-am-the-goal-description_9521"], ["version", 1], ["created_at", "2015-04-03 14:16:39.518893"], ["updated_at", "2015-04-03 14:16:39.518893"], ["tracking", "150403-41"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 45], ["title", "I-am-a-task1053"], ["description", "I-am-the-task-description_3190"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.523156"], ["updated_at", "2015-04-03 14:16:39.523156"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1725"], ["description", "I-am-the-goal-description_9597"], ["version", 1], ["created_at", "2015-04-03 14:16:39.527300"], ["updated_at", "2015-04-03 14:16:39.527300"], ["tracking", "150403-42"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 46], ["title", "I-am-a-task4603"], ["description", "I-am-the-task-description_7511"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.532811"], ["updated_at", "2015-04-03 14:16:39.532811"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7395"], ["description", "I-am-the-goal-description_3609"], ["version", 1], ["created_at", "2015-04-03 14:16:39.536239"], ["updated_at", "2015-04-03 14:16:39.536239"], ["tracking", "150403-43"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 47], ["title", "I-am-a-task6900"], ["description", "I-am-the-task-description_1633"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.541816"], ["updated_at", "2015-04-03 14:16:39.541816"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 47], ["title", "I-am-a-task6105"], ["description", "I-am-the-task-description_3078"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.549314"], ["updated_at", "2015-04-03 14:16:39.549314"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task2535"], ["description", "I-am-the-task-description_5574"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.555807"], ["updated_at", "2015-04-03 14:16:39.555807"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 44], ["title", "I-am-a-task7598"], ["description", "I-am-the-task-description_5349"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.561349"], ["updated_at", "2015-04-03 14:16:39.561349"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 44], ["title", "I-am-a-task9512"], ["description", "I-am-the-task-description_1641"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.566096"], ["updated_at", "2015-04-03 14:16:39.566096"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1726"], ["description", "I-am-the-goal-description_3680"], ["version", 1], ["created_at", "2015-04-03 14:16:39.573442"], ["updated_at", "2015-04-03 14:16:39.573442"], ["tracking", "150403-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5625"], ["description", "I-am-the-goal-description_2780"], ["version", 1], ["created_at", "2015-04-03 14:16:39.579031"], ["updated_at", "2015-04-03 14:16:39.579031"], ["tracking", "150403-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 49], ["title", "I-am-a-task6249"], ["description", "I-am-the-task-description_7844"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.583527"], ["updated_at", "2015-04-03 14:16:39.583527"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8444"], ["description", "I-am-the-goal-description_8865"], ["version", 1], ["created_at", "2015-04-03 14:16:39.587813"], ["updated_at", "2015-04-03 14:16:39.587813"], ["tracking", "150403-46"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 50], ["title", "I-am-a-task863"], ["description", "I-am-the-task-description_3524"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.593197"], ["updated_at", "2015-04-03 14:16:39.593197"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2863"], ["description", "I-am-the-goal-description_8715"], ["version", 1], ["created_at", "2015-04-03 14:16:39.596687"], ["updated_at", "2015-04-03 14:16:39.596687"], ["tracking", "150403-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 51], ["title", "I-am-a-task8996"], ["description", "I-am-the-task-description_3258"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.601785"], ["updated_at", "2015-04-03 14:16:39.601785"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 51], ["title", "I-am-a-task5843"], ["description", "I-am-the-task-description_7753"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.607099"], ["updated_at", "2015-04-03 14:16:39.607099"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task1699"], ["description", "I-am-the-task-description_5538"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.612627"], ["updated_at", "2015-04-03 14:16:39.612627"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task3595"], ["description", "I-am-the-task-description_7652"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.617571"], ["updated_at", "2015-04-03 14:16:39.617571"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task9575"], ["description", "I-am-the-task-description_5773"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.622633"], ["updated_at", "2015-04-03 14:16:39.622633"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3734"], ["description", "I-am-the-goal-description_7037"], ["version", 1], ["created_at", "2015-04-03 14:16:39.631462"], ["updated_at", "2015-04-03 14:16:39.631462"], ["tracking", "150403-48"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task5880"], ["description", "I-am-the-task-description_50"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.636557"], ["updated_at", "2015-04-03 14:16:39.636557"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3411"], ["description", "I-am-the-goal-description_7921"], ["version", 1], ["created_at", "2015-04-03 14:16:39.643405"], ["updated_at", "2015-04-03 14:16:39.643405"], ["tracking", "150403-49"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task5005"], ["description", "I-am-the-task-description_9511"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.648300"], ["updated_at", "2015-04-03 14:16:39.648300"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2718"], ["description", "I-am-the-goal-description_371"], ["version", 1], ["created_at", "2015-04-03 14:16:39.654149"], ["updated_at", "2015-04-03 14:16:39.654149"], ["tracking", "150403-50"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 54], ["title", "I-am-a-task1988"], ["description", "I-am-the-task-description_5805"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.659514"], ["updated_at", "2015-04-03 14:16:39.659514"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7294"], ["description", "I-am-the-goal-description_8040"], ["version", 1], ["created_at", "2015-04-03 14:16:39.666021"], ["updated_at", "2015-04-03 14:16:39.666021"], ["tracking", "150403-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 55], ["title", "I-am-a-task6717"], ["description", "I-am-the-task-description_662"], ["cost", 1], ["created_at", "2015-04-03 14:16:39.670397"], ["updated_at", "2015-04-03 14:16:39.670397"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_855"], ["description", "I-am-the-goal-description_516"], ["version", 1], ["created_at", "2015-04-03 14:16:39.675851"], ["updated_at", "2015-04-03 14:16:39.675851"], ["tracking", "150403-52"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 14:16:39.680205"], ["id", 56]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 14:16:39.683222"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5051"], ["description", "I-am-the-goal-description_4940"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5799"], ["description", "I-am-the-goal-description_5231"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1721"], ["description", "I-am-the-goal-description_1201"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2633"], ["description", "I-am-the-goal-description_3065"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7193"], ["description", "I-am-the-goal-description_1475"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task8125"], ["description", "I-am-the-task-description_1802"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6515"], ["description", "I-am-the-goal-description_5562"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task7163"], ["description", "I-am-the-task-description_806"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7787"], ["description", "I-am-the-goal-description_2177"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task7689"], ["description", "I-am-the-task-description_287"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3119"], ["description", "I-am-the-goal-description_1257"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task836"], ["description", "I-am-the-task-description_3508"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4342"], ["description", "I-am-the-goal-description_1642"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task1013"], ["description", "I-am-the-task-description_3803"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5843"], ["description", "I-am-the-goal-description_239"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5585"], ["description", "I-am-the-goal-description_1351"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6538"], ["description", "I-am-the-goal-description_983"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7041"], ["description", "I-am-the-goal-description_7693"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:16:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (73.6ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4563.5ms) Completed 200 OK in 4649ms (Views: 4614.6ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 16:16:59 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 16:16:59 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 16:17:00 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (391.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (396.4ms) Completed 200 OK in 407ms (Views: 400.3ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:17:00 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-03 14:17:00.658456"], ["updated_at", "2015-04-03 14:17:00.658456"], ["tracking", "150403-1"]]  (2.8ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/goals/1 Completed 302 Found in 17ms (ActiveRecord: 3.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (111.2ms) Completed 200 OK in 179ms (Views: 112.8ms | ActiveRecord: 0.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2514"], ["description", "I-am-the-goal-description_5804"], ["version", 1], ["created_at", "2015-04-03 14:17:01.005445"], ["updated_at", "2015-04-03 14:17:01.005445"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8217"], ["description", "I-am-the-task-description_489"], ["cost", 1], ["created_at", "2015-04-03 14:17:01.030504"], ["updated_at", "2015-04-03 14:17:01.030504"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8177"], ["description", "I-am-the-task-description_1824"], ["cost", 1], ["created_at", "2015-04-03 14:17:01.035499"], ["updated_at", "2015-04-03 14:17:01.035499"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4291"], ["description", "I-am-the-task-description_6946"], ["cost", 1], ["created_at", "2015-04-03 14:17:01.039572"], ["updated_at", "2015-04-03 14:17:01.039572"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:17:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.8ms) Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7167"], ["description", "I-am-the-goal-description_3272"], ["version", 1], ["created_at", "2015-04-03 14:17:01.325012"], ["updated_at", "2015-04-03 14:17:01.325012"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:17:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.6ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 16:17:01 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (23.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (27.2ms) Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:01 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_3272", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 14:17:01.715467"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.9ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8899"], ["description", "I-am-the-goal-description_1922"], ["version", 1], ["created_at", "2015-04-03 14:17:01.858169"], ["updated_at", "2015-04-03 14:17:01.858169"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:17:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (57.9ms) Completed 200 OK in 59ms (Views: 58.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.9ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:02 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:17:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2580"], ["description", "I-am-the-goal-description_7509"], ["version", 1], ["created_at", "2015-04-03 14:17:02.254249"], ["updated_at", "2015-04-03 14:17:02.254249"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 16:17:02 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (20.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (20.7ms) Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:02 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_2580", "description"=>"I-am-the-goal-description_7509", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 14:17:02.526583"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:17:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (61.3ms) Completed 200 OK in 63ms (Views: 61.8ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_938"], ["description", "I-am-the-goal-description_8130"], ["version", 1], ["created_at", "2015-04-03 14:17:02.780369"], ["updated_at", "2015-04-03 14:17:02.780369"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.3ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 16:17:02 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (18.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (19.0ms) Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:03 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_938", "description"=>"I-am-the-goal-description_8130", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 14:17:03.041160"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:03 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7968"], ["description", "I-am-the-goal-description_1314"], ["version", 1], ["created_at", "2015-04-03 14:17:03.244819"], ["updated_at", "2015-04-03 14:17:03.244819"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5332"], ["description", "I-am-the-task-description_8069"], ["cost", 1], ["created_at", "2015-04-03 14:17:03.250081"], ["updated_at", "2015-04-03 14:17:03.250081"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 16ms (Views: 11.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:17:03 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (11.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (26.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (46.9ms) Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.9ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 16:17:03 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.6ms) 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-03 14:17:03.579706"], ["created_at", "2015-04-03 14:17:03.580582"], ["updated_at", "2015-04-03 14:17:03.580582"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 14:17:03.584823"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/tasks/1 Completed 302 Found in 67ms (ActiveRecord: 4.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:17:03 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (17.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.5ms) Completed 200 OK in 28ms (Views: 25.2ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (7.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6430"], ["description", "I-am-the-goal-description_7072"], ["version", 1], ["created_at", "2015-04-03 14:17:03.788060"], ["updated_at", "2015-04-03 14:17:03.788060"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:17:03 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:17:03 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 16:17:04 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (167.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (171.8ms) Completed 200 OK in 176ms (Views: 173.7ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:04 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 14:17:04.288858"], ["updated_at", "2015-04-03 14:17:04.288858"]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:17:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (1.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.2ms) Completed 200 OK in 20ms (Views: 16.9ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_897"], ["description", "I-am-the-goal-description_1884"], ["version", 1], ["created_at", "2015-04-03 14:17:04.435010"], ["updated_at", "2015-04-03 14:17:04.435010"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6285"], ["description", "I-am-the-task-description_163"], ["cost", 1], ["created_at", "2015-04-03 14:17:04.440610"], ["updated_at", "2015-04-03 14:17:04.440610"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:17:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (77.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (81.5ms) Completed 200 OK in 85ms (Views: 82.0ms | ActiveRecord: 0.5ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3091"], ["description", "I-am-the-goal-description_8219"], ["version", 1], ["created_at", "2015-04-03 14:17:04.834593"], ["updated_at", "2015-04-03 14:17:04.834593"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6087"], ["description", "I-am-the-task-description_8429"], ["cost", 1], ["created_at", "2015-04-03 14:17:04.838541"], ["updated_at", "2015-04-03 14:17:04.838541"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:17:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.0ms) Completed 200 OK in 21ms (Views: 17.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 16:17:05 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (156.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (159.9ms) Completed 200 OK in 164ms (Views: 162.5ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:17:05 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8429", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 14:17:05.307223"], ["id", 1]]  (1.9ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:17:05 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.6ms) Completed 200 OK in 19ms (Views: 16.1ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4775"], ["description", "I-am-the-goal-description_728"], ["version", 1], ["created_at", "2015-04-03 14:17:05.448524"], ["updated_at", "2015-04-03 14:17:05.448524"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4045"], ["description", "I-am-the-task-description_7820"], ["cost", 1], ["created_at", "2015-04-03 14:17:05.452500"], ["updated_at", "2015-04-03 14:17:05.452500"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:17:05 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (16.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.4ms) Completed 200 OK in 27ms (Views: 23.1ms | ActiveRecord: 0.5ms)  (3.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6087"], ["description", "I-am-the-goal-description_4854"], ["version", 1], ["created_at", "2015-04-03 14:17:07.817176"], ["updated_at", "2015-04-03 14:17:07.817176"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9740"], ["description", "I-am-the-task-description_8931"], ["cost", 1], ["created_at", "2015-04-03 14:17:07.822324"], ["updated_at", "2015-04-03 14:17:07.822324"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.9ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 16:17:07 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 14:17:07.961300"], ["task_id", 1], ["created_at", "2015-04-03 14:17:07.962540"], ["updated_at", "2015-04-03 14:17:07.962540"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:17:07.964235"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms)  (2.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.8ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8778"], ["description", "I-am-the-goal-description_3662"], ["version", 1], ["created_at", "2015-04-03 14:17:08.174401"], ["updated_at", "2015-04-03 14:17:08.174401"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task1532"], ["description", "I-am-the-task-description_2394"], ["cost", 1], ["created_at", "2015-04-03 14:17:08.178688"], ["updated_at", "2015-04-03 14:17:08.178688"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 16:17:08 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 14:17:08.312494"], ["id", 1]]  (1.9ms) commit transaction Redirected to http://127.0.0.1:55885/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.5ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4638"], ["description", "I-am-the-goal-description_2206"], ["version", 1], ["created_at", "2015-04-03 14:17:08.454477"], ["updated_at", "2015-04-03 14:17:08.454477"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6455"], ["description", "I-am-the-task-description_5721"], ["cost", 1], ["created_at", "2015-04-03 14:17:08.458519"], ["updated_at", "2015-04-03 14:17:08.458519"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8844"], ["description", "I-am-the-goal-description_2491"], ["version", 1], ["created_at", "2015-04-03 14:17:08.462210"], ["updated_at", "2015-04-03 14:17:08.462210"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms)[0m begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8529"], ["description", "I-am-the-task-description_880"], ["cost", 1], ["created_at", "2015-04-03 14:17:08.465713"], ["updated_at", "2015-04-03 14:17:08.465713"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3195"], ["description", "I-am-the-goal-description_7910"], ["version", 1], ["created_at", "2015-04-03 14:17:08.469181"], ["updated_at", "2015-04-03 14:17:08.469181"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8977"], ["description", "I-am-the-task-description_5305"], ["cost", 1], ["created_at", "2015-04-03 14:17:08.473033"], ["updated_at", "2015-04-03 14:17:08.473033"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.3ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 16:17:08 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (11.3ms) Completed 200 OK in 81ms (Views: 11.1ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_677"], ["description", "I-am-the-goal-description_9359"], ["version", 1], ["created_at", "2015-04-03 14:17:08.741899"], ["updated_at", "2015-04-03 14:17:08.741899"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5841"], ["description", "I-am-the-task-description_3917"], ["cost", 1], ["created_at", "2015-04-03 14:17:08.747613"], ["updated_at", "2015-04-03 14:17:08.747613"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_607"], ["description", "I-am-the-goal-description_2434"], ["version", 1], ["created_at", "2015-04-03 14:17:08.753259"], ["updated_at", "2015-04-03 14:17:08.753259"], ["tracking", "150403-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2645"], ["description", "I-am-the-task-description_993"], ["cost", 1], ["created_at", "2015-04-03 14:17:08.759607"], ["updated_at", "2015-04-03 14:17:08.759607"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8576"], ["description", "I-am-the-goal-description_6874"], ["version", 1], ["created_at", "2015-04-03 14:17:08.765480"], ["updated_at", "2015-04-03 14:17:08.765480"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3871"], ["description", "I-am-the-task-description_5994"], ["cost", 1], ["created_at", "2015-04-03 14:17:08.769543"], ["updated_at", "2015-04-03 14:17:08.769543"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (80.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (82.1ms) Completed 200 OK in 85ms (Views: 82.7ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 16:17:09 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2635"], ["description", "I-am-the-goal-description_9562"], ["version", 1], ["created_at", "2015-04-03 14:17:09.175406"], ["updated_at", "2015-04-03 14:17:09.175406"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1780"], ["description", "I-am-the-task-description_3801"], ["cost", 1], ["created_at", "2015-04-03 14:17:09.179624"], ["updated_at", "2015-04-03 14:17:09.179624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4415"], ["description", "I-am-the-goal-description_3822"], ["version", 1], ["created_at", "2015-04-03 14:17:09.183283"], ["updated_at", "2015-04-03 14:17:09.183283"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5807"], ["description", "I-am-the-task-description_8757"], ["cost", 1], ["created_at", "2015-04-03 14:17:09.186891"], ["updated_at", "2015-04-03 14:17:09.186891"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1768"], ["description", "I-am-the-goal-description_372"], ["version", 1], ["created_at", "2015-04-03 14:17:09.190497"], ["updated_at", "2015-04-03 14:17:09.190497"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3742"], ["description", "I-am-the-task-description_512"], ["cost", 1], ["created_at", "2015-04-03 14:17:09.194167"], ["updated_at", "2015-04-03 14:17:09.194167"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:17:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 16:17:09 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.2ms) Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.4ms)  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4139"], ["description", "I-am-the-goal-description_4405"], ["version", 1], ["created_at", "2015-04-03 14:18:21.654583"], ["updated_at", "2015-04-03 14:18:21.654583"], ["tracking", "150403-1"]]  (1.3ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:18:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3873.8ms) Completed 200 OK in 3934ms (Views: 3904.7ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 16:18:30 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 16:18:30 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:30 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (93.2ms) Completed 200 OK in 109ms (Views: 95.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 16:18:30 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (381.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (385.2ms) Completed 200 OK in 390ms (Views: 387.3ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:30 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 14:18:30.957725"], ["updated_at", "2015-04-03 14:18:30.957725"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55917/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:18:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (11.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (74.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (95.8ms) Completed 200 OK in 102ms (Views: 97.5ms | ActiveRecord: 1.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9330"], ["description", "I-am-the-goal-description_9159"], ["version", 1], ["created_at", "2015-04-03 14:18:31.207235"], ["updated_at", "2015-04-03 14:18:31.207235"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8830"], ["description", "I-am-the-task-description_6926"], ["cost", 1], ["created_at", "2015-04-03 14:18:31.213170"], ["updated_at", "2015-04-03 14:18:31.213170"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.9ms) Completed 200 OK in 16ms (Views: 11.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:18:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.5ms) Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2384"], ["description", "I-am-the-goal-description_7219"], ["version", 1], ["created_at", "2015-04-03 14:18:31.538586"], ["updated_at", "2015-04-03 14:18:31.538586"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1900"], ["description", "I-am-the-task-description_1531"], ["cost", 1], ["created_at", "2015-04-03 14:18:31.543283"], ["updated_at", "2015-04-03 14:18:31.543283"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:18:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.4ms) Completed 200 OK in 19ms (Views: 15.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 16:18:31 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (81.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (86.4ms) Completed 200 OK in 90ms (Views: 88.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:18:31 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_1531", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 14:18:31.935728"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:55917/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:18:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (66.4ms) Completed 200 OK in 70ms (Views: 66.9ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2728"], ["description", "I-am-the-goal-description_5634"], ["version", 1], ["created_at", "2015-04-03 14:18:32.093893"], ["updated_at", "2015-04-03 14:18:32.093893"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8181"], ["description", "I-am-the-task-description_9367"], ["cost", 1], ["created_at", "2015-04-03 14:18:32.098303"], ["updated_at", "2015-04-03 14:18:32.098303"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.9ms) Completed 200 OK in 21ms (Views: 18.4ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55917/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8243"], ["description", "I-am-the-goal-description_8064"], ["version", 1], ["created_at", "2015-04-03 14:18:32.531334"], ["updated_at", "2015-04-03 14:18:32.531334"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1618"], ["description", "I-am-the-task-description_4067"], ["cost", 1], ["created_at", "2015-04-03 14:18:32.535347"], ["updated_at", "2015-04-03 14:18:32.535347"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 14:18:32.671047"], ["task_id", 1], ["created_at", "2015-04-03 14:18:32.672450"], ["updated_at", "2015-04-03 14:18:32.672450"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:18:32.674155"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:55917/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8052"], ["description", "I-am-the-goal-description_3465"], ["version", 1], ["created_at", "2015-04-03 14:18:32.815589"], ["updated_at", "2015-04-03 14:18:32.815589"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task4166"], ["description", "I-am-the-task-description_3932"], ["cost", 1], ["created_at", "2015-04-03 14:18:32.819883"], ["updated_at", "2015-04-03 14:18:32.819883"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 14:18:32.947788"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55917/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9097"], ["description", "I-am-the-goal-description_2234"], ["version", 1], ["created_at", "2015-04-03 14:18:33.088328"], ["updated_at", "2015-04-03 14:18:33.088328"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1380"], ["description", "I-am-the-task-description_2907"], ["cost", 1], ["created_at", "2015-04-03 14:18:33.092884"], ["updated_at", "2015-04-03 14:18:33.092884"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7723"], ["description", "I-am-the-goal-description_4795"], ["version", 1], ["created_at", "2015-04-03 14:18:33.098327"], ["updated_at", "2015-04-03 14:18:33.098327"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task490"], ["description", "I-am-the-task-description_9549"], ["cost", 1], ["created_at", "2015-04-03 14:18:33.101918"], ["updated_at", "2015-04-03 14:18:33.101918"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3452"], ["description", "I-am-the-goal-description_6403"], ["version", 1], ["created_at", "2015-04-03 14:18:33.105342"], ["updated_at", "2015-04-03 14:18:33.105342"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4424"], ["description", "I-am-the-task-description_5914"], ["cost", 1], ["created_at", "2015-04-03 14:18:33.109141"], ["updated_at", "2015-04-03 14:18:33.109141"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 16:18:33 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.3ms) Completed 200 OK in 109ms (Views: 3.1ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_251"], ["description", "I-am-the-goal-description_1685"], ["version", 1], ["created_at", "2015-04-03 14:18:33.477018"], ["updated_at", "2015-04-03 14:18:33.477018"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4088"], ["description", "I-am-the-task-description_2753"], ["cost", 1], ["created_at", "2015-04-03 14:18:33.481214"], ["updated_at", "2015-04-03 14:18:33.481214"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4692"], ["description", "I-am-the-goal-description_941"], ["version", 1], ["created_at", "2015-04-03 14:18:33.484910"], ["updated_at", "2015-04-03 14:18:33.484910"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7491"], ["description", "I-am-the-task-description_4126"], ["cost", 1], ["created_at", "2015-04-03 14:18:33.488496"], ["updated_at", "2015-04-03 14:18:33.488496"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6124"], ["description", "I-am-the-goal-description_9047"], ["version", 1], ["created_at", "2015-04-03 14:18:33.491837"], ["updated_at", "2015-04-03 14:18:33.491837"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7285"], ["description", "I-am-the-task-description_7680"], ["cost", 1], ["created_at", "2015-04-03 14:18:33.495530"], ["updated_at", "2015-04-03 14:18:33.495530"]]  (1.4ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 16:18:33 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8990"], ["description", "I-am-the-goal-description_5776"], ["version", 1], ["created_at", "2015-04-03 14:18:33.766702"], ["updated_at", "2015-04-03 14:18:33.766702"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1819"], ["description", "I-am-the-task-description_6794"], ["cost", 1], ["created_at", "2015-04-03 14:18:33.770816"], ["updated_at", "2015-04-03 14:18:33.770816"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_616"], ["description", "I-am-the-goal-description_6052"], ["version", 1], ["created_at", "2015-04-03 14:18:33.774261"], ["updated_at", "2015-04-03 14:18:33.774261"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7959"], ["description", "I-am-the-task-description_4503"], ["cost", 1], ["created_at", "2015-04-03 14:18:33.777648"], ["updated_at", "2015-04-03 14:18:33.777648"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8012"], ["description", "I-am-the-goal-description_3592"], ["version", 1], ["created_at", "2015-04-03 14:18:33.782711"], ["updated_at", "2015-04-03 14:18:33.782711"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7462"], ["description", "I-am-the-task-description_7213"], ["cost", 1], ["created_at", "2015-04-03 14:18:33.786604"], ["updated_at", "2015-04-03 14:18:33.786604"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:18:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 16:18:33 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.6ms) Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:18:45 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3818.0ms) Completed 200 OK in 3913ms (Views: 3883.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 16:18:49 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 16:18:49 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 16:18:49 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (310.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (315.3ms) Completed 200 OK in 324ms (Views: 317.3ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:18:50 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 14:18:50.419982"], ["updated_at", "2015-04-03 14:18:50.419982"], ["tracking", "150403-1"]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:55934/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (93.1ms) Completed 200 OK in 115ms (Views: 94.7ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_361"], ["description", "I-am-the-goal-description_8399"], ["version", 1], ["created_at", "2015-04-03 14:18:50.662889"], ["updated_at", "2015-04-03 14:18:50.662889"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9996"], ["description", "I-am-the-task-description_8928"], ["cost", 1], ["created_at", "2015-04-03 14:18:50.736228"], ["updated_at", "2015-04-03 14:18:50.736228"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6521"], ["description", "I-am-the-task-description_925"], ["cost", 1], ["created_at", "2015-04-03 14:18:50.742545"], ["updated_at", "2015-04-03 14:18:50.742545"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8290"], ["description", "I-am-the-task-description_3309"], ["cost", 1], ["created_at", "2015-04-03 14:18:50.747330"], ["updated_at", "2015-04-03 14:18:50.747330"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:18:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_281"], ["description", "I-am-the-goal-description_8336"], ["version", 1], ["created_at", "2015-04-03 14:18:51.041409"], ["updated_at", "2015-04-03 14:18:51.041409"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.1ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (69.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (72.9ms) Completed 200 OK in 76ms (Views: 74.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_8336", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 14:18:51.434669"], ["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:55934/flyboy/goals/1 Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.8ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4710"], ["description", "I-am-the-goal-description_99"], ["version", 1], ["created_at", "2015-04-03 14:18:51.572551"], ["updated_at", "2015-04-03 14:18:51.572551"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.9ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55934/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.6ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.3ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4256"], ["description", "I-am-the-goal-description_5544"], ["version", 1], ["created_at", "2015-04-03 14:18:51.974332"], ["updated_at", "2015-04-03 14:18:51.974332"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 16:18:52 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.8ms) Completed 200 OK in 68ms (Views: 67.5ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:52 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_4256", "description"=>"I-am-the-goal-description_5544", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 14:18:52.226968"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55934/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:18:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_487"], ["description", "I-am-the-goal-description_9191"], ["version", 1], ["created_at", "2015-04-03 14:18:52.370917"], ["updated_at", "2015-04-03 14:18:52.370917"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.9ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 16:18:52 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.7ms) Completed 200 OK in 69ms (Views: 67.5ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:52 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_487", "description"=>"I-am-the-goal-description_9191", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 14:18:52.630858"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55934/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:18:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.7ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2531"], ["description", "I-am-the-goal-description_411"], ["version", 1], ["created_at", "2015-04-03 14:19:07.416031"], ["updated_at", "2015-04-03 14:19:07.416031"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_9895"], ["description", "I-am-the-goal-description_3199"], ["version", 1], ["created_at", "2015-04-03 14:19:07.425717"], ["updated_at", "2015-04-03 14:19:07.425717"], ["tracking", "150403-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 65ms (Views: 56.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6880"], ["description", "I-am-the-goal-description_6014"], ["version", 1], ["created_at", "2015-04-03 14:19:07.533207"], ["updated_at", "2015-04-03 14:19:07.533207"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5645"], ["description", "I-am-the-goal-description_1060"], ["version", 1], ["created_at", "2015-04-03 14:19:07.537675"], ["updated_at", "2015-04-03 14:19:07.537675"], ["tracking", "150403-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7397"], ["description", "I-am-the-goal-description_7717"], ["version", 1], ["created_at", "2015-04-03 14:19:07.602256"], ["updated_at", "2015-04-03 14:19:07.602256"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1769"], ["description", "I-am-the-goal-description_1259"], ["version", 1], ["created_at", "2015-04-03 14:19:07.606350"], ["updated_at", "2015-04-03 14:19:07.606350"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_335"], ["description", "I-am-the-goal-description_8686"], ["version", 1], ["created_at", "2015-04-03 14:19:07.626376"], ["updated_at", "2015-04-03 14:19:07.626376"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task2995"], ["description", "I-am-the-task-description_1883"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.638141"], ["updated_at", "2015-04-03 14:19:07.638141"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 14:19:07.649097"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 14:19:07.650024"], ["updated_at", "2015-04-03 14:19:07.650024"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 14:19:07.652019"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 14:19:07 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 14:19:07 UTC", "updated_at"=>"2015-04-03 14:19:07 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 14:19:07.662025"], ["created_at", "2015-04-03 14:19:07.662534"], ["updated_at", "2015-04-03 14:19:07.662534"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 15ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7267"], ["description", "I-am-the-goal-description_7362"], ["version", 1], ["created_at", "2015-04-03 14:19:07.679582"], ["updated_at", "2015-04-03 14:19:07.679582"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7797"], ["description", "I-am-the-task-description_1181"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.683782"], ["updated_at", "2015-04-03 14:19:07.683782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2002"], ["description", "I-am-the-task-description_5344"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.687820"], ["updated_at", "2015-04-03 14:19:07.687820"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 14:19:07.694290"], ["task_id", 2], ["created_at", "2015-04-03 14:19:07.696103"], ["updated_at", "2015-04-03 14:19:07.696103"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:19:07.698312"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3268"], ["description", "I-am-the-goal-description_3603"], ["version", 1], ["created_at", "2015-04-03 14:19:07.705679"], ["updated_at", "2015-04-03 14:19:07.705679"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7949"], ["description", "I-am-the-task-description_6183"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.710274"], ["updated_at", "2015-04-03 14:19:07.710274"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3113"], ["description", "I-am-the-task-description_4751"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.756178"], ["updated_at", "2015-04-03 14:19:07.756178"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 14:19:07.761919"], ["task_id", 4], ["created_at", "2015-04-03 14:19:07.763133"], ["updated_at", "2015-04-03 14:19:07.763133"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:19:07.764693"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5205"], ["description", "I-am-the-goal-description_3896"], ["version", 1], ["created_at", "2015-04-03 14:19:07.771841"], ["updated_at", "2015-04-03 14:19:07.771841"], ["tracking", "150403-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task2089"], ["description", "I-am-the-task-description_1397"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.775678"], ["updated_at", "2015-04-03 14:19:07.775678"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task4585"], ["description", "I-am-the-task-description_6813"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.779732"], ["updated_at", "2015-04-03 14:19:07.779732"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 14:19:07.786638"], ["task_id", 6], ["created_at", "2015-04-03 14:19:07.787793"], ["updated_at", "2015-04-03 14:19:07.787793"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:19:07.789290"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1447"], ["description", "I-am-the-goal-description_1807"], ["version", 1], ["created_at", "2015-04-03 14:19:07.797842"], ["updated_at", "2015-04-03 14:19:07.797842"], ["tracking", "150403-7"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task440"], ["description", "I-am-the-task-description_3983"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.801847"], ["updated_at", "2015-04-03 14:19:07.801847"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4009"], ["description", "I-am-the-task-description_4909"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.807086"], ["updated_at", "2015-04-03 14:19:07.807086"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 14:19:07.813921"], ["task_id", 8], ["created_at", "2015-04-03 14:19:07.815260"], ["updated_at", "2015-04-03 14:19:07.815260"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:19:07.817289"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4488"], ["description", "I-am-the-goal-description_1404"], ["version", 1], ["created_at", "2015-04-03 14:19:07.823540"], ["updated_at", "2015-04-03 14:19:07.823540"], ["tracking", "150403-8"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6520"], ["description", "I-am-the-task-description_9524"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.827557"], ["updated_at", "2015-04-03 14:19:07.827557"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8552"], ["description", "I-am-the-task-description_2431"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.833590"], ["updated_at", "2015-04-03 14:19:07.833590"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9826"], ["description", "I-am-the-goal-description_8038"], ["version", 1], ["created_at", "2015-04-03 14:19:07.848048"], ["updated_at", "2015-04-03 14:19:07.848048"], ["tracking", "150403-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task604"], ["description", "I-am-the-task-description_4921"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.851910"], ["updated_at", "2015-04-03 14:19:07.851910"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3129"], ["description", "I-am-the-task-description_7677"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.856270"], ["updated_at", "2015-04-03 14:19:07.856270"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3318"], ["description", "I-am-the-goal-description_1193"], ["version", 1], ["created_at", "2015-04-03 14:19:07.897661"], ["updated_at", "2015-04-03 14:19:07.897661"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7038"], ["description", "I-am-the-task-description_1048"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.901508"], ["updated_at", "2015-04-03 14:19:07.901508"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1870"], ["description", "I-am-the-goal-description_7137"], ["version", 1], ["created_at", "2015-04-03 14:19:07.905276"], ["updated_at", "2015-04-03 14:19:07.905276"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4862"], ["description", "I-am-the-task-description_3565"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.909104"], ["updated_at", "2015-04-03 14:19:07.909104"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5619"], ["description", "I-am-the-goal-description_3132"], ["version", 1], ["created_at", "2015-04-03 14:19:07.918749"], ["updated_at", "2015-04-03 14:19:07.918749"], ["tracking", "150403-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7891"], ["description", "I-am-the-task-description_4951"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.923382"], ["updated_at", "2015-04-03 14:19:07.923382"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task606"], ["description", "I-am-the-task-description_5594"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.927417"], ["updated_at", "2015-04-03 14:19:07.927417"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4576"], ["description", "I-am-the-goal-description_3063"], ["version", 1], ["created_at", "2015-04-03 14:19:07.941815"], ["updated_at", "2015-04-03 14:19:07.941815"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3237"], ["description", "I-am-the-task-description_2431"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.945848"], ["updated_at", "2015-04-03 14:19:07.945848"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3689"], ["description", "I-am-the-goal-description_4038"], ["version", 1], ["created_at", "2015-04-03 14:19:07.949813"], ["updated_at", "2015-04-03 14:19:07.949813"], ["tracking", "150403-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6911"], ["description", "I-am-the-task-description_7885"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.953927"], ["updated_at", "2015-04-03 14:19:07.953927"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_369"], ["description", "I-am-the-goal-description_4498"], ["version", 1], ["created_at", "2015-04-03 14:19:07.964170"], ["updated_at", "2015-04-03 14:19:07.964170"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8024"], ["description", "I-am-the-task-description_2882"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.968714"], ["updated_at", "2015-04-03 14:19:07.968714"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9302"], ["description", "I-am-the-task-description_9978"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.973337"], ["updated_at", "2015-04-03 14:19:07.973337"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7337"], ["description", "I-am-the-goal-description_506"], ["version", 1], ["created_at", "2015-04-03 14:19:07.989508"], ["updated_at", "2015-04-03 14:19:07.989508"], ["tracking", "150403-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2701"], ["description", "I-am-the-task-description_8878"], ["cost", 1], ["created_at", "2015-04-03 14:19:07.993787"], ["updated_at", "2015-04-03 14:19:07.993787"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5396"], ["description", "I-am-the-goal-description_2792"], ["version", 1], ["created_at", "2015-04-03 14:19:07.997972"], ["updated_at", "2015-04-03 14:19:07.997972"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4747"], ["description", "I-am-the-task-description_5214"], ["cost", 1], ["created_at", "2015-04-03 14:19:08.002211"], ["updated_at", "2015-04-03 14:19:08.002211"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5150"], ["description", "I-am-the-goal-description_2150"], ["version", 1], ["created_at", "2015-04-03 14:19:08.012812"], ["updated_at", "2015-04-03 14:19:08.012812"], ["tracking", "150403-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task6449"], ["description", "I-am-the-task-description_6174"], ["cost", 1], ["created_at", "2015-04-03 14:19:08.017643"], ["updated_at", "2015-04-03 14:19:08.017643"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8876"], ["description", "I-am-the-task-description_7587"], ["cost", 1], ["created_at", "2015-04-03 14:19:08.022256"], ["updated_at", "2015-04-03 14:19:08.022256"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2933"], ["description", "I-am-the-goal-description_2592"], ["version", 1], ["created_at", "2015-04-03 14:19:08.034635"], ["updated_at", "2015-04-03 14:19:08.034635"], ["tracking", "150403-19"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task460"], ["description", "I-am-the-task-description_2924"], ["cost", 1], ["created_at", "2015-04-03 14:19:08.038667"], ["updated_at", "2015-04-03 14:19:08.038667"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task449"], ["description", "I-am-the-task-description_4881"], ["cost", 1], ["created_at", "2015-04-03 14:19:08.042642"], ["updated_at", "2015-04-03 14:19:08.042642"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4178"], ["description", "I-am-the-goal-description_9254"], ["version", 1], ["created_at", "2015-04-03 14:19:08.055966"], ["updated_at", "2015-04-03 14:19:08.055966"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4755"], ["description", "I-am-the-task-description_9376"], ["cost", 1], ["created_at", "2015-04-03 14:19:08.060519"], ["updated_at", "2015-04-03 14:19:08.060519"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9139"], ["description", "I-am-the-task-description_6556"], ["cost", 1], ["created_at", "2015-04-03 14:19:08.064929"], ["updated_at", "2015-04-03 14:19:08.064929"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4217"], ["description", "I-am-the-goal-description_4612"], ["version", 1], ["created_at", "2015-04-03 14:19:08.077683"], ["updated_at", "2015-04-03 14:19:08.077683"], ["tracking", "150403-21"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2996"], ["description", "I-am-the-task-description_3817"], ["cost", 1], ["created_at", "2015-04-03 14:19:08.082293"], ["updated_at", "2015-04-03 14:19:08.082293"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2358"], ["description", "I-am-the-task-description_9166"], ["cost", 1], ["created_at", "2015-04-03 14:19:08.086676"], ["updated_at", "2015-04-03 14:19:08.086676"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:19:08.099299"], ["updated_at", "2015-04-03 14:19:08.099299"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3481ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9722"], ["description", "I-am-the-goal-description_8050"], ["version", 1], ["created_at", "2015-04-03 14:19:11.582462"], ["updated_at", "2015-04-03 14:19:11.582462"], ["tracking", "150403-22"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6487"], ["description", "I-am-the-task-description_6011"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.588500"], ["updated_at", "2015-04-03 14:19:11.588500"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8920"], ["description", "I-am-the-task-description_5584"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.592630"], ["updated_at", "2015-04-03 14:19:11.592630"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:19:11.599617"], ["updated_at", "2015-04-03 14:19:11.599617"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1207"], ["description", "I-am-the-goal-description_3247"], ["version", 1], ["created_at", "2015-04-03 14:19:11.610829"], ["updated_at", "2015-04-03 14:19:11.610829"], ["tracking", "150403-23"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2821"], ["description", "I-am-the-task-description_8625"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.615391"], ["updated_at", "2015-04-03 14:19:11.615391"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1622"], ["description", "I-am-the-task-description_4794"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.619569"], ["updated_at", "2015-04-03 14:19:11.619569"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:19:11.625799"], ["updated_at", "2015-04-03 14:19:11.625799"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8699"], ["description", "I-am-the-goal-description_1525"], ["version", 1], ["created_at", "2015-04-03 14:19:11.633123"], ["updated_at", "2015-04-03 14:19:11.633123"], ["tracking", "150403-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6817"], ["description", "I-am-the-task-description_9322"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.636904"], ["updated_at", "2015-04-03 14:19:11.636904"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6239"], ["description", "I-am-the-task-description_3044"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.640838"], ["updated_at", "2015-04-03 14:19:11.640838"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2360"], ["description", "I-am-the-goal-description_166"], ["version", 1], ["created_at", "2015-04-03 14:19:11.651582"], ["updated_at", "2015-04-03 14:19:11.651582"], ["tracking", "150403-25"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3348"], ["description", "I-am-the-task-description_8302"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.655608"], ["updated_at", "2015-04-03 14:19:11.655608"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task991"], ["description", "I-am-the-task-description_3833"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.659559"], ["updated_at", "2015-04-03 14:19:11.659559"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:19:11.663341"], ["updated_at", "2015-04-03 14:19:11.663341"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6080"], ["description", "I-am-the-goal-description_9047"], ["version", 1], ["created_at", "2015-04-03 14:19:11.675677"], ["updated_at", "2015-04-03 14:19:11.675677"], ["tracking", "150403-26"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task459"], ["description", "I-am-the-task-description_3573"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.680125"], ["updated_at", "2015-04-03 14:19:11.680125"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6488"], ["description", "I-am-the-task-description_7728"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.684238"], ["updated_at", "2015-04-03 14:19:11.684238"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:19:11.688008"], ["updated_at", "2015-04-03 14:19:11.688008"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5540"], ["description", "I-am-the-goal-description_9496"], ["version", 1], ["created_at", "2015-04-03 14:19:11.699751"], ["updated_at", "2015-04-03 14:19:11.699751"], ["tracking", "150403-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5074"], ["description", "I-am-the-task-description_139"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.704649"], ["updated_at", "2015-04-03 14:19:11.704649"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task6211"], ["description", "I-am-the-task-description_5102"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.709393"], ["updated_at", "2015-04-03 14:19:11.709393"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:19:11.713783"], ["updated_at", "2015-04-03 14:19:11.713783"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9481"], ["description", "I-am-the-goal-description_1404"], ["version", 1], ["created_at", "2015-04-03 14:19:11.735495"], ["updated_at", "2015-04-03 14:19:11.735495"], ["tracking", "150403-28"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task852"], ["description", "I-am-the-task-description_2864"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.739557"], ["updated_at", "2015-04-03 14:19:11.739557"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5424"], ["description", "I-am-the-task-description_1975"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.743423"], ["updated_at", "2015-04-03 14:19:11.743423"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:19:11.747024"], ["updated_at", "2015-04-03 14:19:11.747024"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 4ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9118"], ["description", "I-am-the-goal-description_2519"], ["version", 1], ["created_at", "2015-04-03 14:19:11.759383"], ["updated_at", "2015-04-03 14:19:11.759383"], ["tracking", "150403-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3042"], ["description", "I-am-the-task-description_2516"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.763626"], ["updated_at", "2015-04-03 14:19:11.763626"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5737"], ["description", "I-am-the-task-description_4781"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.767618"], ["updated_at", "2015-04-03 14:19:11.767618"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:19:11.774050"], ["updated_at", "2015-04-03 14:19:11.774050"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5387"], ["description", "I-am-the-goal-description_6114"], ["version", 1], ["created_at", "2015-04-03 14:19:11.786224"], ["updated_at", "2015-04-03 14:19:11.786224"], ["tracking", "150403-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task1746"], ["description", "I-am-the-task-description_2083"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.790465"], ["updated_at", "2015-04-03 14:19:11.790465"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task862"], ["description", "I-am-the-task-description_7580"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.794341"], ["updated_at", "2015-04-03 14:19:11.794341"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 14:19:11.797957"], ["updated_at", "2015-04-03 14:19:11.797957"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 14:19:11.804078"], ["id", 58]]  (0.6ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9690"], ["description", "I-am-the-goal-description_114"], ["version", 1], ["created_at", "2015-04-03 14:19:11.810931"], ["updated_at", "2015-04-03 14:19:11.810931"], ["tracking", "150403-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5075"], ["description", "I-am-the-goal-description_2169"], ["version", 1], ["created_at", "2015-04-03 14:19:11.815575"], ["updated_at", "2015-04-03 14:19:11.815575"], ["tracking", "150403-32"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 36], ["title", "I-am-a-task6941"], ["description", "I-am-the-task-description_3115"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.819787"], ["updated_at", "2015-04-03 14:19:11.819787"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9577"], ["description", "I-am-the-goal-description_1302"], ["version", 1], ["created_at", "2015-04-03 14:19:11.824137"], ["updated_at", "2015-04-03 14:19:11.824137"], ["tracking", "150403-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 37], ["title", "I-am-a-task6774"], ["description", "I-am-the-task-description_4366"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.827881"], ["updated_at", "2015-04-03 14:19:11.827881"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8224"], ["description", "I-am-the-goal-description_4281"], ["version", 1], ["created_at", "2015-04-03 14:19:11.830894"], ["updated_at", "2015-04-03 14:19:11.830894"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 38], ["title", "I-am-a-task173"], ["description", "I-am-the-task-description_3081"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.835509"], ["updated_at", "2015-04-03 14:19:11.835509"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 38], ["title", "I-am-a-task3128"], ["description", "I-am-the-task-description_1202"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.839746"], ["updated_at", "2015-04-03 14:19:11.839746"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task3365"], ["description", "I-am-the-task-description_8553"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.844078"], ["updated_at", "2015-04-03 14:19:11.844078"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 35], ["title", "I-am-a-task324"], ["description", "I-am-the-task-description_8921"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.848439"], ["updated_at", "2015-04-03 14:19:11.848439"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7790"], ["description", "I-am-the-goal-description_188"], ["version", 1], ["created_at", "2015-04-03 14:19:11.855389"], ["updated_at", "2015-04-03 14:19:11.855389"], ["tracking", "150403-35"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1459"], ["description", "I-am-the-goal-description_7497"], ["version", 1], ["created_at", "2015-04-03 14:19:11.860599"], ["updated_at", "2015-04-03 14:19:11.860599"], ["tracking", "150403-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 40], ["title", "I-am-a-task1447"], ["description", "I-am-the-task-description_2055"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.864536"], ["updated_at", "2015-04-03 14:19:11.864536"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_758"], ["description", "I-am-the-goal-description_7018"], ["version", 1], ["created_at", "2015-04-03 14:19:11.868962"], ["updated_at", "2015-04-03 14:19:11.868962"], ["tracking", "150403-37"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 41], ["title", "I-am-a-task4103"], ["description", "I-am-the-task-description_8603"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.872841"], ["updated_at", "2015-04-03 14:19:11.872841"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2107"], ["description", "I-am-the-goal-description_6992"], ["version", 1], ["created_at", "2015-04-03 14:19:11.875781"], ["updated_at", "2015-04-03 14:19:11.875781"], ["tracking", "150403-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 42], ["title", "I-am-a-task6339"], ["description", "I-am-the-task-description_3012"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.880372"], ["updated_at", "2015-04-03 14:19:11.880372"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 42], ["title", "I-am-a-task9718"], ["description", "I-am-the-task-description_7111"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.885199"], ["updated_at", "2015-04-03 14:19:11.885199"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task586"], ["description", "I-am-the-task-description_1354"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.889955"], ["updated_at", "2015-04-03 14:19:11.889955"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 39], ["title", "I-am-a-task9383"], ["description", "I-am-the-task-description_7704"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.894685"], ["updated_at", "2015-04-03 14:19:11.894685"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_507"], ["description", "I-am-the-goal-description_3911"], ["version", 1], ["created_at", "2015-04-03 14:19:11.898215"], ["updated_at", "2015-04-03 14:19:11.898215"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5891"], ["description", "I-am-the-goal-description_6360"], ["version", 1], ["created_at", "2015-04-03 14:19:11.905827"], ["updated_at", "2015-04-03 14:19:11.905827"], ["tracking", "150403-40"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5588"], ["description", "I-am-the-goal-description_6312"], ["version", 1], ["created_at", "2015-04-03 14:19:11.911404"], ["updated_at", "2015-04-03 14:19:11.911404"], ["tracking", "150403-41"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 45], ["title", "I-am-a-task8550"], ["description", "I-am-the-task-description_8762"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.966067"], ["updated_at", "2015-04-03 14:19:11.966067"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8164"], ["description", "I-am-the-goal-description_9064"], ["version", 1], ["created_at", "2015-04-03 14:19:11.970360"], ["updated_at", "2015-04-03 14:19:11.970360"], ["tracking", "150403-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 46], ["title", "I-am-a-task173"], ["description", "I-am-the-task-description_1383"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.974166"], ["updated_at", "2015-04-03 14:19:11.974166"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6688"], ["description", "I-am-the-goal-description_4755"], ["version", 1], ["created_at", "2015-04-03 14:19:11.977471"], ["updated_at", "2015-04-03 14:19:11.977471"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 47], ["title", "I-am-a-task2555"], ["description", "I-am-the-task-description_4948"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.982159"], ["updated_at", "2015-04-03 14:19:11.982159"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 47], ["title", "I-am-a-task5567"], ["description", "I-am-the-task-description_2621"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.986453"], ["updated_at", "2015-04-03 14:19:11.986453"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task5236"], ["description", "I-am-the-task-description_9912"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.991191"], ["updated_at", "2015-04-03 14:19:11.991191"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 44], ["title", "I-am-a-task7313"], ["description", "I-am-the-task-description_1122"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.995580"], ["updated_at", "2015-04-03 14:19:11.995580"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 44], ["title", "I-am-a-task3674"], ["description", "I-am-the-task-description_1352"], ["cost", 1], ["created_at", "2015-04-03 14:19:11.999924"], ["updated_at", "2015-04-03 14:19:11.999924"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9902"], ["description", "I-am-the-goal-description_7234"], ["version", 1], ["created_at", "2015-04-03 14:19:12.007459"], ["updated_at", "2015-04-03 14:19:12.007459"], ["tracking", "150403-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8577"], ["description", "I-am-the-goal-description_1425"], ["version", 1], ["created_at", "2015-04-03 14:19:12.012324"], ["updated_at", "2015-04-03 14:19:12.012324"], ["tracking", "150403-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 49], ["title", "I-am-a-task2374"], ["description", "I-am-the-task-description_7182"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.016547"], ["updated_at", "2015-04-03 14:19:12.016547"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8005"], ["description", "I-am-the-goal-description_8398"], ["version", 1], ["created_at", "2015-04-03 14:19:12.021472"], ["updated_at", "2015-04-03 14:19:12.021472"], ["tracking", "150403-46"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 50], ["title", "I-am-a-task4500"], ["description", "I-am-the-task-description_313"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.026245"], ["updated_at", "2015-04-03 14:19:12.026245"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2019"], ["description", "I-am-the-goal-description_5859"], ["version", 1], ["created_at", "2015-04-03 14:19:12.030204"], ["updated_at", "2015-04-03 14:19:12.030204"], ["tracking", "150403-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 51], ["title", "I-am-a-task1968"], ["description", "I-am-the-task-description_9207"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.036195"], ["updated_at", "2015-04-03 14:19:12.036195"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 51], ["title", "I-am-a-task9247"], ["description", "I-am-the-task-description_5532"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.041596"], ["updated_at", "2015-04-03 14:19:12.041596"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task5593"], ["description", "I-am-the-task-description_9292"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.046177"], ["updated_at", "2015-04-03 14:19:12.046177"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task8150"], ["description", "I-am-the-task-description_8402"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.050489"], ["updated_at", "2015-04-03 14:19:12.050489"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task8794"], ["description", "I-am-the-task-description_9962"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.055250"], ["updated_at", "2015-04-03 14:19:12.055250"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1548"], ["description", "I-am-the-goal-description_8234"], ["version", 1], ["created_at", "2015-04-03 14:19:12.062065"], ["updated_at", "2015-04-03 14:19:12.062065"], ["tracking", "150403-48"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task8830"], ["description", "I-am-the-task-description_7510"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.066392"], ["updated_at", "2015-04-03 14:19:12.066392"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2911"], ["description", "I-am-the-goal-description_9481"], ["version", 1], ["created_at", "2015-04-03 14:19:12.072602"], ["updated_at", "2015-04-03 14:19:12.072602"], ["tracking", "150403-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task9832"], ["description", "I-am-the-task-description_934"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.077144"], ["updated_at", "2015-04-03 14:19:12.077144"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3099"], ["description", "I-am-the-goal-description_5837"], ["version", 1], ["created_at", "2015-04-03 14:19:12.083436"], ["updated_at", "2015-04-03 14:19:12.083436"], ["tracking", "150403-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 54], ["title", "I-am-a-task6223"], ["description", "I-am-the-task-description_7920"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.087802"], ["updated_at", "2015-04-03 14:19:12.087802"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7158"], ["description", "I-am-the-goal-description_784"], ["version", 1], ["created_at", "2015-04-03 14:19:12.093571"], ["updated_at", "2015-04-03 14:19:12.093571"], ["tracking", "150403-51"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 55], ["title", "I-am-a-task5517"], ["description", "I-am-the-task-description_5121"], ["cost", 1], ["created_at", "2015-04-03 14:19:12.098715"], ["updated_at", "2015-04-03 14:19:12.098715"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9221"], ["description", "I-am-the-goal-description_2442"], ["version", 1], ["created_at", "2015-04-03 14:19:12.104557"], ["updated_at", "2015-04-03 14:19:12.104557"], ["tracking", "150403-52"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 14:19:12.108024"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 14:19:12.110454"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2281"], ["description", "I-am-the-goal-description_5211"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_700"], ["description", "I-am-the-goal-description_7484"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7975"], ["description", "I-am-the-goal-description_4350"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1934"], ["description", "I-am-the-goal-description_3231"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7837"], ["description", "I-am-the-goal-description_3173"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task8051"], ["description", "I-am-the-task-description_2512"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1621"], ["description", "I-am-the-goal-description_8022"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task804"], ["description", "I-am-the-task-description_9315"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7927"], ["description", "I-am-the-goal-description_8933"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task6267"], ["description", "I-am-the-task-description_4257"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8113"], ["description", "I-am-the-goal-description_4499"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task2023"], ["description", "I-am-the-task-description_4529"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6452"], ["description", "I-am-the-goal-description_6741"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task4698"], ["description", "I-am-the-task-description_3609"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8366"], ["description", "I-am-the-goal-description_7294"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3462"], ["description", "I-am-the-goal-description_7951"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6146"], ["description", "I-am-the-goal-description_6930"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7987"], ["description", "I-am-the-goal-description_5354"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:19:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3677.6ms) Completed 200 OK in 3789ms (Views: 3755.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 16:19:27 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 16:19:27 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 16:19:27 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (297.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (302.1ms) Completed 200 OK in 311ms (Views: 304.0ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:19:28 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-03 14:19:28.040915"], ["updated_at", "2015-04-03 14:19:28.040915"], ["tracking", "150403-1"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/goals/1 Completed 302 Found in 15ms (ActiveRecord: 3.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (50.2ms) Completed 200 OK in 117ms (Views: 51.6ms | ActiveRecord: 0.6ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4944"], ["description", "I-am-the-goal-description_5568"], ["version", 1], ["created_at", "2015-04-03 14:19:28.342878"], ["updated_at", "2015-04-03 14:19:28.342878"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7125"], ["description", "I-am-the-task-description_1249"], ["cost", 1], ["created_at", "2015-04-03 14:19:28.364849"], ["updated_at", "2015-04-03 14:19:28.364849"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7659"], ["description", "I-am-the-task-description_7958"], ["cost", 1], ["created_at", "2015-04-03 14:19:28.369672"], ["updated_at", "2015-04-03 14:19:28.369672"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3630"], ["description", "I-am-the-task-description_1878"], ["cost", 1], ["created_at", "2015-04-03 14:19:28.373803"], ["updated_at", "2015-04-03 14:19:28.373803"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:19:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_559"], ["description", "I-am-the-goal-description_9859"], ["version", 1], ["created_at", "2015-04-03 14:19:28.660360"], ["updated_at", "2015-04-03 14:19:28.660360"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:19:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 16:19:28 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (63.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (66.6ms) Completed 200 OK in 69ms (Views: 68.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_9859", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 14:19:29.050730"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (13.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.5ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2497"], ["description", "I-am-the-goal-description_5594"], ["version", 1], ["created_at", "2015-04-03 14:19:29.210164"], ["updated_at", "2015-04-03 14:19:29.210164"], ["tracking", "150403-1"]]  (2.3ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.0ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5748"], ["description", "I-am-the-goal-description_7262"], ["version", 1], ["created_at", "2015-04-03 14:19:29.624382"], ["updated_at", "2015-04-03 14:19:29.624382"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (63.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.2ms) Completed 200 OK in 66ms (Views: 64.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_5748", "description"=>"I-am-the-goal-description_7262", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 14:19:29.892122"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:19:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.6ms)  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8474"], ["description", "I-am-the-goal-description_5107"], ["version", 1], ["created_at", "2015-04-03 14:19:30.040515"], ["updated_at", "2015-04-03 14:19:30.040515"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:30 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.1ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 16:19:30 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (61.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (61.5ms) Completed 200 OK in 63ms (Views: 62.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:30 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_8474", "description"=>"I-am-the-goal-description_5107", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 14:19:30.301681"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:30 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6008"], ["description", "I-am-the-goal-description_9466"], ["version", 1], ["created_at", "2015-04-03 14:19:30.452306"], ["updated_at", "2015-04-03 14:19:30.452306"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2630"], ["description", "I-am-the-task-description_251"], ["cost", 1], ["created_at", "2015-04-03 14:19:30.456224"], ["updated_at", "2015-04-03 14:19:30.456224"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.3ms) Completed 200 OK in 15ms (Views: 11.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:19:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (10.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (88.7ms) Completed 200 OK in 93ms (Views: 90.0ms | ActiveRecord: 0.8ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 16:19:30 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 14:19:30.757740"], ["created_at", "2015-04-03 14:19:30.758355"], ["updated_at", "2015-04-03 14:19:30.758355"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 14:19:30.760914"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:19:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (57.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.8ms) Completed 200 OK in 65ms (Views: 62.3ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1150"], ["description", "I-am-the-goal-description_8611"], ["version", 1], ["created_at", "2015-04-03 14:19:30.914011"], ["updated_at", "2015-04-03 14:19:30.914011"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 16:19:30 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 16:19:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.7ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 16:19:31 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (134.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (139.0ms) Completed 200 OK in 143ms (Views: 140.8ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:31 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 14:19:31.410518"], ["updated_at", "2015-04-03 14:19:31.410518"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:19:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.9ms) Completed 200 OK in 24ms (Views: 20.4ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4652"], ["description", "I-am-the-goal-description_8383"], ["version", 1], ["created_at", "2015-04-03 14:19:31.556850"], ["updated_at", "2015-04-03 14:19:31.556850"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task460"], ["description", "I-am-the-task-description_6120"], ["cost", 1], ["created_at", "2015-04-03 14:19:31.561290"], ["updated_at", "2015-04-03 14:19:31.561290"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:19:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (57.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.0ms) Completed 200 OK in 66ms (Views: 62.5ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8593"], ["description", "I-am-the-goal-description_3806"], ["version", 1], ["created_at", "2015-04-03 14:19:31.834391"], ["updated_at", "2015-04-03 14:19:31.834391"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4092"], ["description", "I-am-the-task-description_282"], ["cost", 1], ["created_at", "2015-04-03 14:19:31.838693"], ["updated_at", "2015-04-03 14:19:31.838693"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:19:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.1ms) Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 16:19:32 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (117.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (121.6ms) Completed 200 OK in 127ms (Views: 124.1ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:19:32 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_282", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 14:19:32.313332"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:19:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.6ms) Completed 200 OK in 22ms (Views: 18.3ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5187"], ["description", "I-am-the-goal-description_9107"], ["version", 1], ["created_at", "2015-04-03 14:19:32.461175"], ["updated_at", "2015-04-03 14:19:32.461175"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3458"], ["description", "I-am-the-task-description_2033"], ["cost", 1], ["created_at", "2015-04-03 14:19:32.464931"], ["updated_at", "2015-04-03 14:19:32.464931"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:19:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (58.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.0/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (62.6ms) Completed 200 OK in 66ms (Views: 63.1ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 16:19:32 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1647"], ["description", "I-am-the-goal-description_8741"], ["version", 1], ["created_at", "2015-04-03 14:19:32.856189"], ["updated_at", "2015-04-03 14:19:32.856189"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1765"], ["description", "I-am-the-task-description_9907"], ["cost", 1], ["created_at", "2015-04-03 14:19:32.860146"], ["updated_at", "2015-04-03 14:19:32.860146"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 16:19:32 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 14:19:33.001474"], ["task_id", 1], ["created_at", "2015-04-03 14:19:33.003426"], ["updated_at", "2015-04-03 14:19:33.003426"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 14:19:33.005765"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2831"], ["description", "I-am-the-goal-description_6765"], ["version", 1], ["created_at", "2015-04-03 14:19:33.148129"], ["updated_at", "2015-04-03 14:19:33.148129"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task9077"], ["description", "I-am-the-task-description_2698"], ["cost", 1], ["created_at", "2015-04-03 14:19:33.151937"], ["updated_at", "2015-04-03 14:19:33.151937"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 16:19:33 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 14:19:33.280283"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55947/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5786"], ["description", "I-am-the-goal-description_3623"], ["version", 1], ["created_at", "2015-04-03 14:19:33.428271"], ["updated_at", "2015-04-03 14:19:33.428271"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7812"], ["description", "I-am-the-task-description_2649"], ["cost", 1], ["created_at", "2015-04-03 14:19:33.433429"], ["updated_at", "2015-04-03 14:19:33.433429"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3966"], ["description", "I-am-the-goal-description_9215"], ["version", 1], ["created_at", "2015-04-03 14:19:33.437566"], ["updated_at", "2015-04-03 14:19:33.437566"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8161"], ["description", "I-am-the-task-description_675"], ["cost", 1], ["created_at", "2015-04-03 14:19:33.441704"], ["updated_at", "2015-04-03 14:19:33.441704"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8069"], ["description", "I-am-the-goal-description_202"], ["version", 1], ["created_at", "2015-04-03 14:19:33.445858"], ["updated_at", "2015-04-03 14:19:33.445858"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2552"], ["description", "I-am-the-task-description_3983"], ["cost", 1], ["created_at", "2015-04-03 14:19:33.449696"], ["updated_at", "2015-04-03 14:19:33.449696"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.3ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 16:19:33 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.0ms) Completed 200 OK in 99ms (Views: 2.8ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8104"], ["description", "I-am-the-goal-description_3176"], ["version", 1], ["created_at", "2015-04-03 14:19:33.711116"], ["updated_at", "2015-04-03 14:19:33.711116"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3063"], ["description", "I-am-the-task-description_2386"], ["cost", 1], ["created_at", "2015-04-03 14:19:33.714893"], ["updated_at", "2015-04-03 14:19:33.714893"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_703"], ["description", "I-am-the-goal-description_7956"], ["version", 1], ["created_at", "2015-04-03 14:19:33.718979"], ["updated_at", "2015-04-03 14:19:33.718979"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3320"], ["description", "I-am-the-task-description_9604"], ["cost", 1], ["created_at", "2015-04-03 14:19:33.722450"], ["updated_at", "2015-04-03 14:19:33.722450"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1246"], ["description", "I-am-the-goal-description_6741"], ["version", 1], ["created_at", "2015-04-03 14:19:33.725735"], ["updated_at", "2015-04-03 14:19:33.725735"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8216"], ["description", "I-am-the-task-description_7197"], ["cost", 1], ["created_at", "2015-04-03 14:19:33.729084"], ["updated_at", "2015-04-03 14:19:33.729084"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 16:19:33 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_151"], ["description", "I-am-the-goal-description_7678"], ["version", 1], ["created_at", "2015-04-03 14:19:33.996878"], ["updated_at", "2015-04-03 14:19:33.996878"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8126"], ["description", "I-am-the-task-description_1503"], ["cost", 1], ["created_at", "2015-04-03 14:19:34.001026"], ["updated_at", "2015-04-03 14:19:34.001026"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2350"], ["description", "I-am-the-goal-description_1305"], ["version", 1], ["created_at", "2015-04-03 14:19:34.004862"], ["updated_at", "2015-04-03 14:19:34.004862"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1098"], ["description", "I-am-the-task-description_8072"], ["cost", 1], ["created_at", "2015-04-03 14:19:34.008246"], ["updated_at", "2015-04-03 14:19:34.008246"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2800"], ["description", "I-am-the-goal-description_3032"], ["version", 1], ["created_at", "2015-04-03 14:19:34.011445"], ["updated_at", "2015-04-03 14:19:34.011445"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4568"], ["description", "I-am-the-task-description_8279"], ["cost", 1], ["created_at", "2015-04-03 14:19:34.014932"], ["updated_at", "2015-04-03 14:19:34.014932"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 16:19:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 16:19:34 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.2ms) Completed 200 OK in 69ms (Views: 67.7ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2064"], ["description", "I-am-the-goal-description_3836"], ["version", 1], ["created_at", "2015-04-03 15:51:35.005931"], ["updated_at", "2015-04-03 15:51:35.005931"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7169"], ["description", "I-am-the-goal-description_8506"], ["version", 1], ["created_at", "2015-04-03 15:51:35.017253"], ["updated_at", "2015-04-03 15:51:35.017253"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 29ms (Views: 19.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2129"], ["description", "I-am-the-goal-description_5203"], ["version", 1], ["created_at", "2015-04-03 15:51:35.188772"], ["updated_at", "2015-04-03 15:51:35.188772"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1740"], ["description", "I-am-the-goal-description_8328"], ["version", 1], ["created_at", "2015-04-03 15:51:35.193108"], ["updated_at", "2015-04-03 15:51:35.193108"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 16ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9123"], ["description", "I-am-the-goal-description_6346"], ["version", 1], ["created_at", "2015-04-03 15:51:35.222736"], ["updated_at", "2015-04-03 15:51:35.222736"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_1588"], ["description", "I-am-the-goal-description_1111"], ["version", 1], ["created_at", "2015-04-03 15:51:35.226752"], ["updated_at", "2015-04-03 15:51:35.226752"], ["tracking", "150403-2"]]  (1.1ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5649"], ["description", "I-am-the-goal-description_631"], ["version", 1], ["created_at", "2015-04-03 15:51:35.250521"], ["updated_at", "2015-04-03 15:51:35.250521"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task3541"], ["description", "I-am-the-task-description_8117"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.269881"], ["updated_at", "2015-04-03 15:51:35.269881"]]  (6.6ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 15:51:35.333718"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 15:51:35.334866"], ["updated_at", "2015-04-03 15:51:35.334866"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 15:51:35.337301"], ["id", 1]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 15:51:35 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 15:51:35 UTC", "updated_at"=>"2015-04-03 15:51:35 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 15:51:35.349578"], ["created_at", "2015-04-03 15:51:35.350162"], ["updated_at", "2015-04-03 15:51:35.350162"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 17ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7560"], ["description", "I-am-the-goal-description_9468"], ["version", 1], ["created_at", "2015-04-03 15:51:35.368519"], ["updated_at", "2015-04-03 15:51:35.368519"], ["tracking", "150403-4"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6473"], ["description", "I-am-the-task-description_2802"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.372546"], ["updated_at", "2015-04-03 15:51:35.372546"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task9837"], ["description", "I-am-the-task-description_1250"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.376599"], ["updated_at", "2015-04-03 15:51:35.376599"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 15:51:35.383789"], ["task_id", 2], ["created_at", "2015-04-03 15:51:35.385007"], ["updated_at", "2015-04-03 15:51:35.385007"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:51:35.386608"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8275"], ["description", "I-am-the-goal-description_7727"], ["version", 1], ["created_at", "2015-04-03 15:51:35.393780"], ["updated_at", "2015-04-03 15:51:35.393780"], ["tracking", "150403-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4076"], ["description", "I-am-the-task-description_6582"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.398497"], ["updated_at", "2015-04-03 15:51:35.398497"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2052"], ["description", "I-am-the-task-description_7748"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.403457"], ["updated_at", "2015-04-03 15:51:35.403457"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 15:51:35.411519"], ["task_id", 4], ["created_at", "2015-04-03 15:51:35.412751"], ["updated_at", "2015-04-03 15:51:35.412751"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:51:35.414319"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7324"], ["description", "I-am-the-goal-description_6522"], ["version", 1], ["created_at", "2015-04-03 15:51:35.420829"], ["updated_at", "2015-04-03 15:51:35.420829"], ["tracking", "150403-6"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task3539"], ["description", "I-am-the-task-description_5145"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.425048"], ["updated_at", "2015-04-03 15:51:35.425048"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task879"], ["description", "I-am-the-task-description_826"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.430307"], ["updated_at", "2015-04-03 15:51:35.430307"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 15:51:35.438631"], ["task_id", 6], ["created_at", "2015-04-03 15:51:35.440395"], ["updated_at", "2015-04-03 15:51:35.440395"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:51:35.442410"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1793"], ["description", "I-am-the-goal-description_2669"], ["version", 1], ["created_at", "2015-04-03 15:51:35.451167"], ["updated_at", "2015-04-03 15:51:35.451167"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task783"], ["description", "I-am-the-task-description_6267"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.455714"], ["updated_at", "2015-04-03 15:51:35.455714"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4705"], ["description", "I-am-the-task-description_672"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.461104"], ["updated_at", "2015-04-03 15:51:35.461104"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 15:51:35.467170"], ["task_id", 8], ["created_at", "2015-04-03 15:51:35.468391"], ["updated_at", "2015-04-03 15:51:35.468391"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:51:35.469995"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6550"], ["description", "I-am-the-goal-description_7267"], ["version", 1], ["created_at", "2015-04-03 15:51:35.476975"], ["updated_at", "2015-04-03 15:51:35.476975"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3825"], ["description", "I-am-the-task-description_2316"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.481372"], ["updated_at", "2015-04-03 15:51:35.481372"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9071"], ["description", "I-am-the-task-description_689"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.485824"], ["updated_at", "2015-04-03 15:51:35.485824"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1857"], ["description", "I-am-the-goal-description_6631"], ["version", 1], ["created_at", "2015-04-03 15:51:35.500891"], ["updated_at", "2015-04-03 15:51:35.500891"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6277"], ["description", "I-am-the-task-description_1595"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.504737"], ["updated_at", "2015-04-03 15:51:35.504737"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3947"], ["description", "I-am-the-task-description_6162"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.508942"], ["updated_at", "2015-04-03 15:51:35.508942"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5840"], ["description", "I-am-the-goal-description_9487"], ["version", 1], ["created_at", "2015-04-03 15:51:35.551560"], ["updated_at", "2015-04-03 15:51:35.551560"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4353"], ["description", "I-am-the-task-description_9771"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.555397"], ["updated_at", "2015-04-03 15:51:35.555397"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4937"], ["description", "I-am-the-goal-description_4491"], ["version", 1], ["created_at", "2015-04-03 15:51:35.559442"], ["updated_at", "2015-04-03 15:51:35.559442"], ["tracking", "150403-11"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3825"], ["description", "I-am-the-task-description_3784"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.563408"], ["updated_at", "2015-04-03 15:51:35.563408"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8092"], ["description", "I-am-the-goal-description_8481"], ["version", 1], ["created_at", "2015-04-03 15:51:35.573142"], ["updated_at", "2015-04-03 15:51:35.573142"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7566"], ["description", "I-am-the-task-description_5144"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.577023"], ["updated_at", "2015-04-03 15:51:35.577023"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4859"], ["description", "I-am-the-task-description_1682"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.580934"], ["updated_at", "2015-04-03 15:51:35.580934"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1914"], ["description", "I-am-the-goal-description_6064"], ["version", 1], ["created_at", "2015-04-03 15:51:35.595236"], ["updated_at", "2015-04-03 15:51:35.595236"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1910"], ["description", "I-am-the-task-description_4077"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.599429"], ["updated_at", "2015-04-03 15:51:35.599429"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4531"], ["description", "I-am-the-goal-description_4379"], ["version", 1], ["created_at", "2015-04-03 15:51:35.603708"], ["updated_at", "2015-04-03 15:51:35.603708"], ["tracking", "150403-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7807"], ["description", "I-am-the-task-description_3646"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.608161"], ["updated_at", "2015-04-03 15:51:35.608161"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8009"], ["description", "I-am-the-goal-description_4496"], ["version", 1], ["created_at", "2015-04-03 15:51:35.617513"], ["updated_at", "2015-04-03 15:51:35.617513"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9345"], ["description", "I-am-the-task-description_7345"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.621503"], ["updated_at", "2015-04-03 15:51:35.621503"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9048"], ["description", "I-am-the-task-description_1664"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.627255"], ["updated_at", "2015-04-03 15:51:35.627255"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1893"], ["description", "I-am-the-goal-description_7903"], ["version", 1], ["created_at", "2015-04-03 15:51:35.641951"], ["updated_at", "2015-04-03 15:51:35.641951"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3781"], ["description", "I-am-the-task-description_9822"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.646128"], ["updated_at", "2015-04-03 15:51:35.646128"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7540"], ["description", "I-am-the-goal-description_3500"], ["version", 1], ["created_at", "2015-04-03 15:51:35.650468"], ["updated_at", "2015-04-03 15:51:35.650468"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5210"], ["description", "I-am-the-task-description_8002"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.654955"], ["updated_at", "2015-04-03 15:51:35.654955"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4373"], ["description", "I-am-the-goal-description_2942"], ["version", 1], ["created_at", "2015-04-03 15:51:35.668283"], ["updated_at", "2015-04-03 15:51:35.668283"], ["tracking", "150403-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task5904"], ["description", "I-am-the-task-description_3520"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.673016"], ["updated_at", "2015-04-03 15:51:35.673016"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7911"], ["description", "I-am-the-task-description_8406"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.679636"], ["updated_at", "2015-04-03 15:51:35.679636"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7368"], ["description", "I-am-the-goal-description_3811"], ["version", 1], ["created_at", "2015-04-03 15:51:35.691783"], ["updated_at", "2015-04-03 15:51:35.691783"], ["tracking", "150403-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5652"], ["description", "I-am-the-task-description_3494"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.695962"], ["updated_at", "2015-04-03 15:51:35.695962"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1068"], ["description", "I-am-the-task-description_1137"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.700023"], ["updated_at", "2015-04-03 15:51:35.700023"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9117"], ["description", "I-am-the-goal-description_3497"], ["version", 1], ["created_at", "2015-04-03 15:51:35.712047"], ["updated_at", "2015-04-03 15:51:35.712047"], ["tracking", "150403-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2342"], ["description", "I-am-the-task-description_6407"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.715955"], ["updated_at", "2015-04-03 15:51:35.715955"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3177"], ["description", "I-am-the-task-description_7792"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.719923"], ["updated_at", "2015-04-03 15:51:35.719923"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4106"], ["description", "I-am-the-goal-description_8140"], ["version", 1], ["created_at", "2015-04-03 15:51:35.732496"], ["updated_at", "2015-04-03 15:51:35.732496"], ["tracking", "150403-21"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2767"], ["description", "I-am-the-task-description_3712"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.736461"], ["updated_at", "2015-04-03 15:51:35.736461"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8281"], ["description", "I-am-the-task-description_4831"], ["cost", 1], ["created_at", "2015-04-03 15:51:35.743420"], ["updated_at", "2015-04-03 15:51:35.743420"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:51:35.811013"], ["updated_at", "2015-04-03 15:51:35.811013"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3652ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6989"], ["description", "I-am-the-goal-description_6888"], ["version", 1], ["created_at", "2015-04-03 15:51:39.465472"], ["updated_at", "2015-04-03 15:51:39.465472"], ["tracking", "150403-22"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task716"], ["description", "I-am-the-task-description_3485"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.469967"], ["updated_at", "2015-04-03 15:51:39.469967"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8913"], ["description", "I-am-the-task-description_2397"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.474246"], ["updated_at", "2015-04-03 15:51:39.474246"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:51:39.481148"], ["updated_at", "2015-04-03 15:51:39.481148"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_295"], ["description", "I-am-the-goal-description_9886"], ["version", 1], ["created_at", "2015-04-03 15:51:39.492196"], ["updated_at", "2015-04-03 15:51:39.492196"], ["tracking", "150403-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3845"], ["description", "I-am-the-task-description_5974"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.497381"], ["updated_at", "2015-04-03 15:51:39.497381"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8833"], ["description", "I-am-the-task-description_4960"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.503995"], ["updated_at", "2015-04-03 15:51:39.503995"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:51:39.511107"], ["updated_at", "2015-04-03 15:51:39.511107"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1390"], ["description", "I-am-the-goal-description_5438"], ["version", 1], ["created_at", "2015-04-03 15:51:39.519814"], ["updated_at", "2015-04-03 15:51:39.519814"], ["tracking", "150403-24"]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task9176"], ["description", "I-am-the-task-description_5038"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.524940"], ["updated_at", "2015-04-03 15:51:39.524940"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2234"], ["description", "I-am-the-task-description_8422"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.528936"], ["updated_at", "2015-04-03 15:51:39.528936"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7720"], ["description", "I-am-the-goal-description_5573"], ["version", 1], ["created_at", "2015-04-03 15:51:39.539825"], ["updated_at", "2015-04-03 15:51:39.539825"], ["tracking", "150403-25"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3879"], ["description", "I-am-the-task-description_6730"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.544535"], ["updated_at", "2015-04-03 15:51:39.544535"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1880"], ["description", "I-am-the-task-description_7155"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.548478"], ["updated_at", "2015-04-03 15:51:39.548478"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:51:39.552964"], ["updated_at", "2015-04-03 15:51:39.552964"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7970"], ["description", "I-am-the-goal-description_3226"], ["version", 1], ["created_at", "2015-04-03 15:51:39.564687"], ["updated_at", "2015-04-03 15:51:39.564687"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task8202"], ["description", "I-am-the-task-description_6991"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.568991"], ["updated_at", "2015-04-03 15:51:39.568991"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6926"], ["description", "I-am-the-task-description_8478"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.572875"], ["updated_at", "2015-04-03 15:51:39.572875"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:51:39.576624"], ["updated_at", "2015-04-03 15:51:39.576624"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4579"], ["description", "I-am-the-goal-description_4902"], ["version", 1], ["created_at", "2015-04-03 15:51:39.588033"], ["updated_at", "2015-04-03 15:51:39.588033"], ["tracking", "150403-27"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task930"], ["description", "I-am-the-task-description_4512"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.593437"], ["updated_at", "2015-04-03 15:51:39.593437"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task3873"], ["description", "I-am-the-task-description_9437"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.598887"], ["updated_at", "2015-04-03 15:51:39.598887"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:51:39.604724"], ["updated_at", "2015-04-03 15:51:39.604724"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9057"], ["description", "I-am-the-goal-description_705"], ["version", 1], ["created_at", "2015-04-03 15:51:39.632091"], ["updated_at", "2015-04-03 15:51:39.632091"], ["tracking", "150403-28"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7083"], ["description", "I-am-the-task-description_4638"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.636520"], ["updated_at", "2015-04-03 15:51:39.636520"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task700"], ["description", "I-am-the-task-description_3032"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.640802"], ["updated_at", "2015-04-03 15:51:39.640802"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:51:39.644513"], ["updated_at", "2015-04-03 15:51:39.644513"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9568"], ["description", "I-am-the-goal-description_467"], ["version", 1], ["created_at", "2015-04-03 15:51:39.658585"], ["updated_at", "2015-04-03 15:51:39.658585"], ["tracking", "150403-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7182"], ["description", "I-am-the-task-description_7715"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.662903"], ["updated_at", "2015-04-03 15:51:39.662903"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8717"], ["description", "I-am-the-task-description_7593"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.668504"], ["updated_at", "2015-04-03 15:51:39.668504"]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:51:39.674184"], ["updated_at", "2015-04-03 15:51:39.674184"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7394"], ["description", "I-am-the-goal-description_8858"], ["version", 1], ["created_at", "2015-04-03 15:51:39.686219"], ["updated_at", "2015-04-03 15:51:39.686219"], ["tracking", "150403-30"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9441"], ["description", "I-am-the-task-description_7033"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.690364"], ["updated_at", "2015-04-03 15:51:39.690364"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task5382"], ["description", "I-am-the-task-description_5875"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.695361"], ["updated_at", "2015-04-03 15:51:39.695361"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:51:39.699864"], ["updated_at", "2015-04-03 15:51:39.699864"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 15:51:39.706489"], ["id", 58]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7599"], ["description", "I-am-the-goal-description_4459"], ["version", 1], ["created_at", "2015-04-03 15:51:39.713691"], ["updated_at", "2015-04-03 15:51:39.713691"], ["tracking", "150403-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5295"], ["description", "I-am-the-goal-description_2446"], ["version", 1], ["created_at", "2015-04-03 15:51:39.719024"], ["updated_at", "2015-04-03 15:51:39.719024"], ["tracking", "150403-32"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 36], ["title", "I-am-a-task8712"], ["description", "I-am-the-task-description_650"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.723475"], ["updated_at", "2015-04-03 15:51:39.723475"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1876"], ["description", "I-am-the-goal-description_6090"], ["version", 1], ["created_at", "2015-04-03 15:51:39.727514"], ["updated_at", "2015-04-03 15:51:39.727514"], ["tracking", "150403-33"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 37], ["title", "I-am-a-task1845"], ["description", "I-am-the-task-description_8131"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.731922"], ["updated_at", "2015-04-03 15:51:39.731922"]]  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7740"], ["description", "I-am-the-goal-description_5656"], ["version", 1], ["created_at", "2015-04-03 15:51:39.790075"], ["updated_at", "2015-04-03 15:51:39.790075"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 38], ["title", "I-am-a-task4463"], ["description", "I-am-the-task-description_1365"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.794986"], ["updated_at", "2015-04-03 15:51:39.794986"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 38], ["title", "I-am-a-task2488"], ["description", "I-am-the-task-description_7056"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.799233"], ["updated_at", "2015-04-03 15:51:39.799233"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task5544"], ["description", "I-am-the-task-description_3172"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.803932"], ["updated_at", "2015-04-03 15:51:39.803932"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 35], ["title", "I-am-a-task3449"], ["description", "I-am-the-task-description_3279"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.808347"], ["updated_at", "2015-04-03 15:51:39.808347"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6197"], ["description", "I-am-the-goal-description_2722"], ["version", 1], ["created_at", "2015-04-03 15:51:39.815446"], ["updated_at", "2015-04-03 15:51:39.815446"], ["tracking", "150403-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5425"], ["description", "I-am-the-goal-description_2492"], ["version", 1], ["created_at", "2015-04-03 15:51:39.820531"], ["updated_at", "2015-04-03 15:51:39.820531"], ["tracking", "150403-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 40], ["title", "I-am-a-task7712"], ["description", "I-am-the-task-description_1167"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.824857"], ["updated_at", "2015-04-03 15:51:39.824857"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8266"], ["description", "I-am-the-goal-description_6223"], ["version", 1], ["created_at", "2015-04-03 15:51:39.829053"], ["updated_at", "2015-04-03 15:51:39.829053"], ["tracking", "150403-37"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 41], ["title", "I-am-a-task4234"], ["description", "I-am-the-task-description_140"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.832924"], ["updated_at", "2015-04-03 15:51:39.832924"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4675"], ["description", "I-am-the-goal-description_4105"], ["version", 1], ["created_at", "2015-04-03 15:51:39.836724"], ["updated_at", "2015-04-03 15:51:39.836724"], ["tracking", "150403-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 42], ["title", "I-am-a-task3906"], ["description", "I-am-the-task-description_5797"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.842109"], ["updated_at", "2015-04-03 15:51:39.842109"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 42], ["title", "I-am-a-task2243"], ["description", "I-am-the-task-description_9663"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.846784"], ["updated_at", "2015-04-03 15:51:39.846784"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task9699"], ["description", "I-am-the-task-description_9276"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.851470"], ["updated_at", "2015-04-03 15:51:39.851470"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 39], ["title", "I-am-a-task9466"], ["description", "I-am-the-task-description_1495"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.857444"], ["updated_at", "2015-04-03 15:51:39.857444"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4123"], ["description", "I-am-the-goal-description_1817"], ["version", 1], ["created_at", "2015-04-03 15:51:39.861163"], ["updated_at", "2015-04-03 15:51:39.861163"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6200"], ["description", "I-am-the-goal-description_3414"], ["version", 1], ["created_at", "2015-04-03 15:51:39.868395"], ["updated_at", "2015-04-03 15:51:39.868395"], ["tracking", "150403-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9062"], ["description", "I-am-the-goal-description_7422"], ["version", 1], ["created_at", "2015-04-03 15:51:39.873680"], ["updated_at", "2015-04-03 15:51:39.873680"], ["tracking", "150403-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 45], ["title", "I-am-a-task3334"], ["description", "I-am-the-task-description_1841"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.877544"], ["updated_at", "2015-04-03 15:51:39.877544"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2812"], ["description", "I-am-the-goal-description_189"], ["version", 1], ["created_at", "2015-04-03 15:51:39.881806"], ["updated_at", "2015-04-03 15:51:39.881806"], ["tracking", "150403-42"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 46], ["title", "I-am-a-task7515"], ["description", "I-am-the-task-description_8000"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.887639"], ["updated_at", "2015-04-03 15:51:39.887639"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2513"], ["description", "I-am-the-goal-description_4453"], ["version", 1], ["created_at", "2015-04-03 15:51:39.890993"], ["updated_at", "2015-04-03 15:51:39.890993"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 47], ["title", "I-am-a-task8230"], ["description", "I-am-the-task-description_2697"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.896171"], ["updated_at", "2015-04-03 15:51:39.896171"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 47], ["title", "I-am-a-task631"], ["description", "I-am-the-task-description_5283"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.900885"], ["updated_at", "2015-04-03 15:51:39.900885"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task2956"], ["description", "I-am-the-task-description_3192"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.907794"], ["updated_at", "2015-04-03 15:51:39.907794"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 44], ["title", "I-am-a-task8996"], ["description", "I-am-the-task-description_1682"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.912674"], ["updated_at", "2015-04-03 15:51:39.912674"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 44], ["title", "I-am-a-task3700"], ["description", "I-am-the-task-description_978"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.917264"], ["updated_at", "2015-04-03 15:51:39.917264"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7855"], ["description", "I-am-the-goal-description_2529"], ["version", 1], ["created_at", "2015-04-03 15:51:39.924096"], ["updated_at", "2015-04-03 15:51:39.924096"], ["tracking", "150403-44"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2113"], ["description", "I-am-the-goal-description_6"], ["version", 1], ["created_at", "2015-04-03 15:51:39.928953"], ["updated_at", "2015-04-03 15:51:39.928953"], ["tracking", "150403-45"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 49], ["title", "I-am-a-task7091"], ["description", "I-am-the-task-description_6126"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.934430"], ["updated_at", "2015-04-03 15:51:39.934430"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2366"], ["description", "I-am-the-goal-description_46"], ["version", 1], ["created_at", "2015-04-03 15:51:39.938989"], ["updated_at", "2015-04-03 15:51:39.938989"], ["tracking", "150403-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 50], ["title", "I-am-a-task8056"], ["description", "I-am-the-task-description_5251"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.943404"], ["updated_at", "2015-04-03 15:51:39.943404"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6744"], ["description", "I-am-the-goal-description_1763"], ["version", 1], ["created_at", "2015-04-03 15:51:39.947027"], ["updated_at", "2015-04-03 15:51:39.947027"], ["tracking", "150403-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 51], ["title", "I-am-a-task3512"], ["description", "I-am-the-task-description_4457"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.951809"], ["updated_at", "2015-04-03 15:51:39.951809"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 51], ["title", "I-am-a-task3772"], ["description", "I-am-the-task-description_2851"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.957027"], ["updated_at", "2015-04-03 15:51:39.957027"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task3419"], ["description", "I-am-the-task-description_7268"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.962150"], ["updated_at", "2015-04-03 15:51:39.962150"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task6578"], ["description", "I-am-the-task-description_1668"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.966951"], ["updated_at", "2015-04-03 15:51:39.966951"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task3271"], ["description", "I-am-the-task-description_7237"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.972640"], ["updated_at", "2015-04-03 15:51:39.972640"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9488"], ["description", "I-am-the-goal-description_9077"], ["version", 1], ["created_at", "2015-04-03 15:51:39.980442"], ["updated_at", "2015-04-03 15:51:39.980442"], ["tracking", "150403-48"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task2322"], ["description", "I-am-the-task-description_9263"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.984485"], ["updated_at", "2015-04-03 15:51:39.984485"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8517"], ["description", "I-am-the-goal-description_3457"], ["version", 1], ["created_at", "2015-04-03 15:51:39.990246"], ["updated_at", "2015-04-03 15:51:39.990246"], ["tracking", "150403-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task7966"], ["description", "I-am-the-task-description_4571"], ["cost", 1], ["created_at", "2015-04-03 15:51:39.994267"], ["updated_at", "2015-04-03 15:51:39.994267"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_623"], ["description", "I-am-the-goal-description_6562"], ["version", 1], ["created_at", "2015-04-03 15:51:40.000760"], ["updated_at", "2015-04-03 15:51:40.000760"], ["tracking", "150403-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 54], ["title", "I-am-a-task1441"], ["description", "I-am-the-task-description_1328"], ["cost", 1], ["created_at", "2015-04-03 15:51:40.005768"], ["updated_at", "2015-04-03 15:51:40.005768"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9758"], ["description", "I-am-the-goal-description_4782"], ["version", 1], ["created_at", "2015-04-03 15:51:40.011383"], ["updated_at", "2015-04-03 15:51:40.011383"], ["tracking", "150403-51"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 55], ["title", "I-am-a-task8047"], ["description", "I-am-the-task-description_237"], ["cost", 1], ["created_at", "2015-04-03 15:51:40.016047"], ["updated_at", "2015-04-03 15:51:40.016047"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_754"], ["description", "I-am-the-goal-description_4838"], ["version", 1], ["created_at", "2015-04-03 15:51:40.020734"], ["updated_at", "2015-04-03 15:51:40.020734"], ["tracking", "150403-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 15:51:40.025296"], ["id", 56]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 15:51:40.028214"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7306"], ["description", "I-am-the-goal-description_8062"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6641"], ["description", "I-am-the-goal-description_8564"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_919"], ["description", "I-am-the-goal-description_8318"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9603"], ["description", "I-am-the-goal-description_8621"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_696"], ["description", "I-am-the-goal-description_8278"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task265"], ["description", "I-am-the-task-description_8525"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6727"], ["description", "I-am-the-goal-description_2033"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task9159"], ["description", "I-am-the-task-description_2917"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7241"], ["description", "I-am-the-goal-description_7079"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task2379"], ["description", "I-am-the-task-description_7499"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7593"], ["description", "I-am-the-goal-description_2018"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task8675"], ["description", "I-am-the-task-description_4527"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3996"], ["description", "I-am-the-goal-description_3523"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task9654"], ["description", "I-am-the-task-description_7080"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6888"], ["description", "I-am-the-goal-description_221"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3677"], ["description", "I-am-the-goal-description_5057"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7910"], ["description", "I-am-the-goal-description_2875"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7909"], ["description", "I-am-the-goal-description_1692"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:51:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (67.1ms) Flyboy::Goal Load (0.9ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4209.4ms) Completed 200 OK in 15023ms (Views: 14992.6ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:07 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 17:52:07 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (325.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (328.9ms) Completed 200 OK in 338ms (Views: 330.9ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) 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", 1], ["version", 1], ["created_at", "2015-04-03 15:52:08.559844"], ["updated_at", "2015-04-03 15:52:08.559844"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (16.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (106.2ms) Completed 200 OK in 130ms (Views: 107.7ms | ActiveRecord: 0.7ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7048"], ["description", "I-am-the-goal-description_3013"], ["version", 1], ["created_at", "2015-04-03 15:52:08.857497"], ["updated_at", "2015-04-03 15:52:08.857497"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3650"], ["description", "I-am-the-task-description_4707"], ["cost", 1], ["created_at", "2015-04-03 15:52:08.879239"], ["updated_at", "2015-04-03 15:52:08.879239"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7226"], ["description", "I-am-the-task-description_1109"], ["cost", 1], ["created_at", "2015-04-03 15:52:08.884583"], ["updated_at", "2015-04-03 15:52:08.884583"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task705"], ["description", "I-am-the-task-description_8910"], ["cost", 1], ["created_at", "2015-04-03 15:52:08.889659"], ["updated_at", "2015-04-03 15:52:08.889659"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:52:08 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5367"], ["description", "I-am-the-goal-description_7692"], ["version", 1], ["created_at", "2015-04-03 15:52:09.176856"], ["updated_at", "2015-04-03 15:52:09.176856"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.7ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (23.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (28.2ms) Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7692", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 15:52:09.557109"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.7ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:09 +0200  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8516"], ["description", "I-am-the-goal-description_3967"], ["version", 1], ["created_at", "2015-04-03 15:52:09.701944"], ["updated_at", "2015-04-03 15:52:09.701944"], ["tracking", "150403-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:09 +0200 Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.1ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1806"], ["description", "I-am-the-goal-description_1098"], ["version", 1], ["created_at", "2015-04-03 15:52:10.202599"], ["updated_at", "2015-04-03 15:52:10.202599"], ["tracking", "150403-1"]]  (1.1ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.2ms) Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.4ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (17.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (17.8ms) Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_1806", "description"=>"I-am-the-goal-description_1098", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 15:52:10.480146"], ["id", 1]]  (3.2ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/goals Completed 302 Found in 9ms (ActiveRecord: 3.8ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (14.5ms) Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 1.0ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7741"], ["description", "I-am-the-goal-description_6926"], ["version", 1], ["created_at", "2015-04-03 15:52:10.651785"], ["updated_at", "2015-04-03 15:52:10.651785"], ["tracking", "150403-1"]]  (1.4ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 14ms (Views: 9.8ms | ActiveRecord: 0.7ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 17:52:10 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (40.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (40.3ms) Completed 200 OK in 42ms (Views: 41.1ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_7741", "description"=>"I-am-the-goal-description_6926", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 15:52:11.262724"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.8ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:11 +0200  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4313"], ["description", "I-am-the-goal-description_6399"], ["version", 1], ["created_at", "2015-04-03 15:52:11.403908"], ["updated_at", "2015-04-03 15:52:11.403908"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9347"], ["description", "I-am-the-task-description_9861"], ["cost", 1], ["created_at", "2015-04-03 15:52:11.407993"], ["updated_at", "2015-04-03 15:52:11.407993"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (63.0ms) Completed 200 OK in 69ms (Views: 65.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (10.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (30.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (51.1ms) Completed 200 OK in 55ms (Views: 52.1ms | ActiveRecord: 1.0ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 15:52:11.797300"], ["created_at", "2015-04-03 15:52:11.798032"], ["updated_at", "2015-04-03 15:52:11.798032"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 15:52:11.800579"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (107.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (114.0ms) Completed 200 OK in 119ms (Views: 115.3ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:11 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:12 +0200  (0.7ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9573"], ["description", "I-am-the-goal-description_5587"], ["version", 1], ["created_at", "2015-04-03 15:52:12.167516"], ["updated_at", "2015-04-03 15:52:12.167516"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (104.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (108.5ms) Completed 200 OK in 112ms (Views: 110.4ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.2ms) begin transaction Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (1.5ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 15:52:12.690764"], ["updated_at", "2015-04-03 15:52:12.690764"]]  (3.4ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/tasks/1 Completed 302 Found in 18ms (ActiveRecord: 5.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (5.5ms) CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.6ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (184.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (197.6ms) Completed 200 OK in 211ms (Views: 199.7ms | ActiveRecord: 1.6ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:12 +0200 Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3983"], ["description", "I-am-the-goal-description_3769"], ["version", 1], ["created_at", "2015-04-03 15:52:13.132335"], ["updated_at", "2015-04-03 15:52:13.132335"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task498"], ["description", "I-am-the-task-description_3740"], ["cost", 1], ["created_at", "2015-04-03 15:52:13.136806"], ["updated_at", "2015-04-03 15:52:13.136806"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.7ms) Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:13 +0200  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5693"], ["description", "I-am-the-goal-description_4889"], ["version", 1], ["created_at", "2015-04-03 15:52:13.414442"], ["updated_at", "2015-04-03 15:52:13.414442"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task815"], ["description", "I-am-the-task-description_7304"], ["cost", 1], ["created_at", "2015-04-03 15:52:13.419801"], ["updated_at", "2015-04-03 15:52:13.419801"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (73.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (78.2ms) Completed 200 OK in 82ms (Views: 78.7ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (91.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (94.9ms) Completed 200 OK in 99ms (Views: 96.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:13 +0200 Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7304", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 15:52:14.024366"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.6ms) Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:14 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9489"], ["description", "I-am-the-goal-description_8327"], ["version", 1], ["created_at", "2015-04-03 15:52:14.223909"], ["updated_at", "2015-04-03 15:52:14.223909"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5166"], ["description", "I-am-the-task-description_7248"], ["cost", 1], ["created_at", "2015-04-03 15:52:14.229345"], ["updated_at", "2015-04-03 15:52:14.229345"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.2ms) Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:14 +0200  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (7.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.2ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (1.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (3.5ms) DELETE FROM "flyboy_tasks";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.3ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (2.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1963"], ["description", "I-am-the-goal-description_7557"], ["version", 1], ["created_at", "2015-04-03 15:52:14.690601"], ["updated_at", "2015-04-03 15:52:14.690601"], ["tracking", "150403-1"]]  (2.5ms) commit transaction  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2801"], ["description", "I-am-the-task-description_6260"], ["cost", 1], ["created_at", "2015-04-03 15:52:14.710727"], ["updated_at", "2015-04-03 15:52:14.710727"]]  (2.6ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (17.5ms) Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 15:52:14.859046"], ["task_id", 1], ["created_at", "2015-04-03 15:52:14.860301"], ["updated_at", "2015-04-03 15:52:14.860301"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:52:14.862640"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:14 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6193"], ["description", "I-am-the-goal-description_3121"], ["version", 1], ["created_at", "2015-04-03 15:52:15.007324"], ["updated_at", "2015-04-03 15:52:15.007324"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task2799"], ["description", "I-am-the-task-description_9651"], ["cost", 1], ["created_at", "2015-04-03 15:52:15.012085"], ["updated_at", "2015-04-03 15:52:15.012085"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:15 +0200 Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 17:52:15 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 15:52:15.260141"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:56810/flyboy/tasks Completed 302 Found in 15ms (ActiveRecord: 4.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:15 +0200  (3.3ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.1ms) DELETE FROM "flyboy_tasks";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5690"], ["description", "I-am-the-goal-description_7718"], ["version", 1], ["created_at", "2015-04-03 15:52:15.573743"], ["updated_at", "2015-04-03 15:52:15.573743"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9971"], ["description", "I-am-the-task-description_8063"], ["cost", 1], ["created_at", "2015-04-03 15:52:15.587637"], ["updated_at", "2015-04-03 15:52:15.587637"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1696"], ["description", "I-am-the-goal-description_279"], ["version", 1], ["created_at", "2015-04-03 15:52:15.593795"], ["updated_at", "2015-04-03 15:52:15.593795"], ["tracking", "150403-2"]]  (1.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6581"], ["description", "I-am-the-task-description_1389"], ["cost", 1], ["created_at", "2015-04-03 15:52:15.603468"], ["updated_at", "2015-04-03 15:52:15.603468"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7689"], ["description", "I-am-the-goal-description_6999"], ["version", 1], ["created_at", "2015-04-03 15:52:15.610562"], ["updated_at", "2015-04-03 15:52:15.610562"], ["tracking", "150403-3"]]  (4.4ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task668"], ["description", "I-am-the-task-description_8805"], ["cost", 1], ["created_at", "2015-04-03 15:52:15.621401"], ["updated_at", "2015-04-03 15:52:15.621401"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (14.0ms) Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:15 +0200 Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 17:52:15 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.1ms) Sent data feuille_de_route_2015-04-03.pdf (7.1ms) Completed 200 OK in 98ms (Views: 6.6ms | ActiveRecord: 0.8ms)  (1.3ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6899"], ["description", "I-am-the-goal-description_5231"], ["version", 1], ["created_at", "2015-04-03 15:52:15.923099"], ["updated_at", "2015-04-03 15:52:15.923099"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task505"], ["description", "I-am-the-task-description_3600"], ["cost", 1], ["created_at", "2015-04-03 15:52:15.928327"], ["updated_at", "2015-04-03 15:52:15.928327"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4554"], ["description", "I-am-the-goal-description_8685"], ["version", 1], ["created_at", "2015-04-03 15:52:15.932929"], ["updated_at", "2015-04-03 15:52:15.932929"], ["tracking", "150403-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9822"], ["description", "I-am-the-task-description_9325"], ["cost", 1], ["created_at", "2015-04-03 15:52:15.937329"], ["updated_at", "2015-04-03 15:52:15.937329"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4171"], ["description", "I-am-the-goal-description_8737"], ["version", 1], ["created_at", "2015-04-03 15:52:15.941023"], ["updated_at", "2015-04-03 15:52:15.941023"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9357"], ["description", "I-am-the-task-description_6821"], ["cost", 1], ["created_at", "2015-04-03 15:52:15.945046"], ["updated_at", "2015-04-03 15:52:15.945046"]]  (1.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.2ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:15 +0200 Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 17:52:16 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.6ms) Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_336"], ["description", "I-am-the-goal-description_8457"], ["version", 1], ["created_at", "2015-04-03 15:52:16.225198"], ["updated_at", "2015-04-03 15:52:16.225198"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2625"], ["description", "I-am-the-task-description_564"], ["cost", 1], ["created_at", "2015-04-03 15:52:16.229344"], ["updated_at", "2015-04-03 15:52:16.229344"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6340"], ["description", "I-am-the-goal-description_794"], ["version", 1], ["created_at", "2015-04-03 15:52:16.234852"], ["updated_at", "2015-04-03 15:52:16.234852"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6545"], ["description", "I-am-the-task-description_3398"], ["cost", 1], ["created_at", "2015-04-03 15:52:16.238445"], ["updated_at", "2015-04-03 15:52:16.238445"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_154"], ["description", "I-am-the-goal-description_3645"], ["version", 1], ["created_at", "2015-04-03 15:52:16.241895"], ["updated_at", "2015-04-03 15:52:16.241895"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3516"], ["description", "I-am-the-task-description_6031"], ["cost", 1], ["created_at", "2015-04-03 15:52:16.245966"], ["updated_at", "2015-04-03 15:52:16.245966"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:52:16 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:52:16 +0200 Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 17:52:16 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.0ms) Completed 200 OK in 83ms (Views: 81.6ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (3.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2567"], ["description", "I-am-the-goal-description_298"], ["version", 1], ["created_at", "2015-04-03 15:53:00.201297"], ["updated_at", "2015-04-03 15:53:00.201297"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3498"], ["description", "I-am-the-goal-description_4419"], ["version", 1], ["created_at", "2015-04-03 15:53:00.254822"], ["updated_at", "2015-04-03 15:53:00.254822"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 16.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_39"], ["description", "I-am-the-goal-description_7052"], ["version", 1], ["created_at", "2015-04-03 15:53:00.366640"], ["updated_at", "2015-04-03 15:53:00.366640"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5238"], ["description", "I-am-the-goal-description_1932"], ["version", 1], ["created_at", "2015-04-03 15:53:00.370722"], ["updated_at", "2015-04-03 15:53:00.370722"], ["tracking", "150403-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5311"], ["description", "I-am-the-goal-description_7446"], ["version", 1], ["created_at", "2015-04-03 15:53:00.394204"], ["updated_at", "2015-04-03 15:53:00.394204"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2123"], ["description", "I-am-the-goal-description_2000"], ["version", 1], ["created_at", "2015-04-03 15:53:00.398253"], ["updated_at", "2015-04-03 15:53:00.398253"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4496"], ["description", "I-am-the-goal-description_6938"], ["version", 1], ["created_at", "2015-04-03 15:53:00.420320"], ["updated_at", "2015-04-03 15:53:00.420320"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task5049"], ["description", "I-am-the-task-description_8475"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.476828"], ["updated_at", "2015-04-03 15:53:00.476828"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 15:53:00.487054"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 15:53:00.488034"], ["updated_at", "2015-04-03 15:53:00.488034"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 15:53:00.489967"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 15:53:00 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 15:53:00 UTC", "updated_at"=>"2015-04-03 15:53:00 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 15:53:00.500761"], ["created_at", "2015-04-03 15:53:00.501304"], ["updated_at", "2015-04-03 15:53:00.501304"]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 18ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7167"], ["description", "I-am-the-goal-description_8554"], ["version", 1], ["created_at", "2015-04-03 15:53:00.519375"], ["updated_at", "2015-04-03 15:53:00.519375"], ["tracking", "150403-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7516"], ["description", "I-am-the-task-description_9387"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.523486"], ["updated_at", "2015-04-03 15:53:00.523486"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2927"], ["description", "I-am-the-task-description_2087"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.527711"], ["updated_at", "2015-04-03 15:53:00.527711"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 15:53:00.535181"], ["task_id", 2], ["created_at", "2015-04-03 15:53:00.536468"], ["updated_at", "2015-04-03 15:53:00.536468"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:53:00.538150"], ["id", 2]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3704"], ["description", "I-am-the-goal-description_7463"], ["version", 1], ["created_at", "2015-04-03 15:53:00.544894"], ["updated_at", "2015-04-03 15:53:00.544894"], ["tracking", "150403-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7082"], ["description", "I-am-the-task-description_3596"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.549039"], ["updated_at", "2015-04-03 15:53:00.549039"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3521"], ["description", "I-am-the-task-description_664"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.553575"], ["updated_at", "2015-04-03 15:53:00.553575"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 15:53:00.561488"], ["task_id", 4], ["created_at", "2015-04-03 15:53:00.562806"], ["updated_at", "2015-04-03 15:53:00.562806"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:53:00.564396"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7449"], ["description", "I-am-the-goal-description_8004"], ["version", 1], ["created_at", "2015-04-03 15:53:00.570784"], ["updated_at", "2015-04-03 15:53:00.570784"], ["tracking", "150403-6"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task2673"], ["description", "I-am-the-task-description_4322"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.574572"], ["updated_at", "2015-04-03 15:53:00.574572"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task7794"], ["description", "I-am-the-task-description_6006"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.579130"], ["updated_at", "2015-04-03 15:53:00.579130"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 15:53:00.586305"], ["task_id", 6], ["created_at", "2015-04-03 15:53:00.588586"], ["updated_at", "2015-04-03 15:53:00.588586"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:53:00.590400"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5942"], ["description", "I-am-the-goal-description_5129"], ["version", 1], ["created_at", "2015-04-03 15:53:00.598719"], ["updated_at", "2015-04-03 15:53:00.598719"], ["tracking", "150403-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task5888"], ["description", "I-am-the-task-description_8534"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.603259"], ["updated_at", "2015-04-03 15:53:00.603259"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task602"], ["description", "I-am-the-task-description_1110"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.607525"], ["updated_at", "2015-04-03 15:53:00.607525"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 15:53:00.614995"], ["task_id", 8], ["created_at", "2015-04-03 15:53:00.617086"], ["updated_at", "2015-04-03 15:53:00.617086"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:53:00.619574"], ["id", 8]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7446"], ["description", "I-am-the-goal-description_4844"], ["version", 1], ["created_at", "2015-04-03 15:53:00.626746"], ["updated_at", "2015-04-03 15:53:00.626746"], ["tracking", "150403-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9974"], ["description", "I-am-the-task-description_5477"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.630862"], ["updated_at", "2015-04-03 15:53:00.630862"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8836"], ["description", "I-am-the-task-description_5946"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.634933"], ["updated_at", "2015-04-03 15:53:00.634933"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7455"], ["description", "I-am-the-goal-description_3639"], ["version", 1], ["created_at", "2015-04-03 15:53:00.647716"], ["updated_at", "2015-04-03 15:53:00.647716"], ["tracking", "150403-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7491"], ["description", "I-am-the-task-description_1524"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.651527"], ["updated_at", "2015-04-03 15:53:00.651527"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3526"], ["description", "I-am-the-task-description_2895"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.655451"], ["updated_at", "2015-04-03 15:53:00.655451"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.5ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3476"], ["description", "I-am-the-goal-description_3459"], ["version", 1], ["created_at", "2015-04-03 15:53:00.699003"], ["updated_at", "2015-04-03 15:53:00.699003"], ["tracking", "150403-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2410"], ["description", "I-am-the-task-description_6503"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.702840"], ["updated_at", "2015-04-03 15:53:00.702840"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6192"], ["description", "I-am-the-goal-description_5083"], ["version", 1], ["created_at", "2015-04-03 15:53:00.706913"], ["updated_at", "2015-04-03 15:53:00.706913"], ["tracking", "150403-11"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1684"], ["description", "I-am-the-task-description_9425"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.710950"], ["updated_at", "2015-04-03 15:53:00.710950"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8843"], ["description", "I-am-the-goal-description_2194"], ["version", 1], ["created_at", "2015-04-03 15:53:00.722421"], ["updated_at", "2015-04-03 15:53:00.722421"], ["tracking", "150403-12"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1338"], ["description", "I-am-the-task-description_2148"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.726262"], ["updated_at", "2015-04-03 15:53:00.726262"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4987"], ["description", "I-am-the-task-description_1902"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.730267"], ["updated_at", "2015-04-03 15:53:00.730267"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2613"], ["description", "I-am-the-goal-description_6532"], ["version", 1], ["created_at", "2015-04-03 15:53:00.744647"], ["updated_at", "2015-04-03 15:53:00.744647"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7226"], ["description", "I-am-the-task-description_9159"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.748843"], ["updated_at", "2015-04-03 15:53:00.748843"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8064"], ["description", "I-am-the-goal-description_2197"], ["version", 1], ["created_at", "2015-04-03 15:53:00.752801"], ["updated_at", "2015-04-03 15:53:00.752801"], ["tracking", "150403-14"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6563"], ["description", "I-am-the-task-description_8004"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.757012"], ["updated_at", "2015-04-03 15:53:00.757012"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2070"], ["description", "I-am-the-goal-description_3120"], ["version", 1], ["created_at", "2015-04-03 15:53:00.766319"], ["updated_at", "2015-04-03 15:53:00.766319"], ["tracking", "150403-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8176"], ["description", "I-am-the-task-description_1879"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.770634"], ["updated_at", "2015-04-03 15:53:00.770634"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1995"], ["description", "I-am-the-task-description_9398"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.776278"], ["updated_at", "2015-04-03 15:53:00.776278"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7807"], ["description", "I-am-the-goal-description_9950"], ["version", 1], ["created_at", "2015-04-03 15:53:00.790912"], ["updated_at", "2015-04-03 15:53:00.790912"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3949"], ["description", "I-am-the-task-description_5518"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.795249"], ["updated_at", "2015-04-03 15:53:00.795249"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6748"], ["description", "I-am-the-goal-description_1105"], ["version", 1], ["created_at", "2015-04-03 15:53:00.799061"], ["updated_at", "2015-04-03 15:53:00.799061"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8521"], ["description", "I-am-the-task-description_7633"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.802862"], ["updated_at", "2015-04-03 15:53:00.802862"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1015"], ["description", "I-am-the-goal-description_7308"], ["version", 1], ["created_at", "2015-04-03 15:53:00.813298"], ["updated_at", "2015-04-03 15:53:00.813298"], ["tracking", "150403-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task71"], ["description", "I-am-the-task-description_4450"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.818296"], ["updated_at", "2015-04-03 15:53:00.818296"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7144"], ["description", "I-am-the-task-description_9703"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.824874"], ["updated_at", "2015-04-03 15:53:00.824874"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3795"], ["description", "I-am-the-goal-description_4540"], ["version", 1], ["created_at", "2015-04-03 15:53:00.836647"], ["updated_at", "2015-04-03 15:53:00.836647"], ["tracking", "150403-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1209"], ["description", "I-am-the-task-description_5224"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.840839"], ["updated_at", "2015-04-03 15:53:00.840839"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9815"], ["description", "I-am-the-task-description_3602"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.844842"], ["updated_at", "2015-04-03 15:53:00.844842"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7893"], ["description", "I-am-the-goal-description_5424"], ["version", 1], ["created_at", "2015-04-03 15:53:00.906543"], ["updated_at", "2015-04-03 15:53:00.906543"], ["tracking", "150403-20"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9319"], ["description", "I-am-the-task-description_301"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.910590"], ["updated_at", "2015-04-03 15:53:00.910590"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7116"], ["description", "I-am-the-task-description_967"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.914740"], ["updated_at", "2015-04-03 15:53:00.914740"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6585"], ["description", "I-am-the-goal-description_3230"], ["version", 1], ["created_at", "2015-04-03 15:53:00.927913"], ["updated_at", "2015-04-03 15:53:00.927913"], ["tracking", "150403-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6082"], ["description", "I-am-the-task-description_8657"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.932800"], ["updated_at", "2015-04-03 15:53:00.932800"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3627"], ["description", "I-am-the-task-description_437"], ["cost", 1], ["created_at", "2015-04-03 15:53:00.937805"], ["updated_at", "2015-04-03 15:53:00.937805"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:53:00.952001"], ["updated_at", "2015-04-03 15:53:00.952001"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3496ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2265"], ["description", "I-am-the-goal-description_9125"], ["version", 1], ["created_at", "2015-04-03 15:53:04.450500"], ["updated_at", "2015-04-03 15:53:04.450500"], ["tracking", "150403-22"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2404"], ["description", "I-am-the-task-description_451"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.457523"], ["updated_at", "2015-04-03 15:53:04.457523"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8694"], ["description", "I-am-the-task-description_2390"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.462328"], ["updated_at", "2015-04-03 15:53:04.462328"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:53:04.470397"], ["updated_at", "2015-04-03 15:53:04.470397"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_753"], ["description", "I-am-the-goal-description_4411"], ["version", 1], ["created_at", "2015-04-03 15:53:04.479950"], ["updated_at", "2015-04-03 15:53:04.479950"], ["tracking", "150403-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2316"], ["description", "I-am-the-task-description_4678"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.484107"], ["updated_at", "2015-04-03 15:53:04.484107"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8700"], ["description", "I-am-the-task-description_6168"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.488309"], ["updated_at", "2015-04-03 15:53:04.488309"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:53:04.494479"], ["updated_at", "2015-04-03 15:53:04.494479"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9231"], ["description", "I-am-the-goal-description_3033"], ["version", 1], ["created_at", "2015-04-03 15:53:04.503323"], ["updated_at", "2015-04-03 15:53:04.503323"], ["tracking", "150403-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1550"], ["description", "I-am-the-task-description_6544"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.507680"], ["updated_at", "2015-04-03 15:53:04.507680"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task164"], ["description", "I-am-the-task-description_1229"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.512208"], ["updated_at", "2015-04-03 15:53:04.512208"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1516"], ["description", "I-am-the-goal-description_7016"], ["version", 1], ["created_at", "2015-04-03 15:53:04.523151"], ["updated_at", "2015-04-03 15:53:04.523151"], ["tracking", "150403-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task4512"], ["description", "I-am-the-task-description_8532"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.527143"], ["updated_at", "2015-04-03 15:53:04.527143"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6479"], ["description", "I-am-the-task-description_3760"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.531113"], ["updated_at", "2015-04-03 15:53:04.531113"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:53:04.534857"], ["updated_at", "2015-04-03 15:53:04.534857"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5575"], ["description", "I-am-the-goal-description_3173"], ["version", 1], ["created_at", "2015-04-03 15:53:04.545990"], ["updated_at", "2015-04-03 15:53:04.545990"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9980"], ["description", "I-am-the-task-description_168"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.551673"], ["updated_at", "2015-04-03 15:53:04.551673"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task4714"], ["description", "I-am-the-task-description_6384"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.555815"], ["updated_at", "2015-04-03 15:53:04.555815"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:53:04.560152"], ["updated_at", "2015-04-03 15:53:04.560152"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8378"], ["description", "I-am-the-goal-description_8418"], ["version", 1], ["created_at", "2015-04-03 15:53:04.572172"], ["updated_at", "2015-04-03 15:53:04.572172"], ["tracking", "150403-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8842"], ["description", "I-am-the-task-description_2198"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.576542"], ["updated_at", "2015-04-03 15:53:04.576542"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9151"], ["description", "I-am-the-task-description_2581"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.580534"], ["updated_at", "2015-04-03 15:53:04.580534"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:53:04.584837"], ["updated_at", "2015-04-03 15:53:04.584837"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8910"], ["description", "I-am-the-goal-description_1891"], ["version", 1], ["created_at", "2015-04-03 15:53:04.659201"], ["updated_at", "2015-04-03 15:53:04.659201"], ["tracking", "150403-28"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8505"], ["description", "I-am-the-task-description_4529"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.664416"], ["updated_at", "2015-04-03 15:53:04.664416"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task4597"], ["description", "I-am-the-task-description_2595"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.669102"], ["updated_at", "2015-04-03 15:53:04.669102"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:53:04.674224"], ["updated_at", "2015-04-03 15:53:04.674224"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2021"], ["description", "I-am-the-goal-description_2491"], ["version", 1], ["created_at", "2015-04-03 15:53:04.687743"], ["updated_at", "2015-04-03 15:53:04.687743"], ["tracking", "150403-29"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7572"], ["description", "I-am-the-task-description_2728"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.692259"], ["updated_at", "2015-04-03 15:53:04.692259"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7658"], ["description", "I-am-the-task-description_4060"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.696848"], ["updated_at", "2015-04-03 15:53:04.696848"]]  (0.9ms) commit transaction  (0.6ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:53:04.702360"], ["updated_at", "2015-04-03 15:53:04.702360"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2744"], ["description", "I-am-the-goal-description_3406"], ["version", 1], ["created_at", "2015-04-03 15:53:04.717570"], ["updated_at", "2015-04-03 15:53:04.717570"], ["tracking", "150403-30"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task3007"], ["description", "I-am-the-task-description_2637"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.723697"], ["updated_at", "2015-04-03 15:53:04.723697"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task136"], ["description", "I-am-the-task-description_1657"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.728666"], ["updated_at", "2015-04-03 15:53:04.728666"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 15:53:04.733465"], ["updated_at", "2015-04-03 15:53:04.733465"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 15:53:04.744425"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5248"], ["description", "I-am-the-goal-description_7186"], ["version", 1], ["created_at", "2015-04-03 15:53:04.752677"], ["updated_at", "2015-04-03 15:53:04.752677"], ["tracking", "150403-31"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1000"], ["description", "I-am-the-goal-description_6436"], ["version", 1], ["created_at", "2015-04-03 15:53:04.762879"], ["updated_at", "2015-04-03 15:53:04.762879"], ["tracking", "150403-32"]]  (3.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 36], ["title", "I-am-a-task3795"], ["description", "I-am-the-task-description_2400"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.772522"], ["updated_at", "2015-04-03 15:53:04.772522"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8964"], ["description", "I-am-the-goal-description_6720"], ["version", 1], ["created_at", "2015-04-03 15:53:04.779517"], ["updated_at", "2015-04-03 15:53:04.779517"], ["tracking", "150403-33"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 37], ["title", "I-am-a-task6686"], ["description", "I-am-the-task-description_5765"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.784415"], ["updated_at", "2015-04-03 15:53:04.784415"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1926"], ["description", "I-am-the-goal-description_9418"], ["version", 1], ["created_at", "2015-04-03 15:53:04.789274"], ["updated_at", "2015-04-03 15:53:04.789274"], ["tracking", "150403-34"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 38], ["title", "I-am-a-task1339"], ["description", "I-am-the-task-description_5929"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.796570"], ["updated_at", "2015-04-03 15:53:04.796570"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 38], ["title", "I-am-a-task2057"], ["description", "I-am-the-task-description_6932"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.808132"], ["updated_at", "2015-04-03 15:53:04.808132"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task6106"], ["description", "I-am-the-task-description_3700"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.814101"], ["updated_at", "2015-04-03 15:53:04.814101"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 35], ["title", "I-am-a-task1459"], ["description", "I-am-the-task-description_7097"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.821673"], ["updated_at", "2015-04-03 15:53:04.821673"]]  (1.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9454"], ["description", "I-am-the-goal-description_9036"], ["version", 1], ["created_at", "2015-04-03 15:53:04.833776"], ["updated_at", "2015-04-03 15:53:04.833776"], ["tracking", "150403-35"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3964"], ["description", "I-am-the-goal-description_2887"], ["version", 1], ["created_at", "2015-04-03 15:53:04.842912"], ["updated_at", "2015-04-03 15:53:04.842912"], ["tracking", "150403-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 40], ["title", "I-am-a-task9101"], ["description", "I-am-the-task-description_3063"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.846867"], ["updated_at", "2015-04-03 15:53:04.846867"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1397"], ["description", "I-am-the-goal-description_36"], ["version", 1], ["created_at", "2015-04-03 15:53:04.851423"], ["updated_at", "2015-04-03 15:53:04.851423"], ["tracking", "150403-37"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 41], ["title", "I-am-a-task1191"], ["description", "I-am-the-task-description_4677"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.857990"], ["updated_at", "2015-04-03 15:53:04.857990"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9364"], ["description", "I-am-the-goal-description_3228"], ["version", 1], ["created_at", "2015-04-03 15:53:04.863599"], ["updated_at", "2015-04-03 15:53:04.863599"], ["tracking", "150403-38"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 42], ["title", "I-am-a-task2120"], ["description", "I-am-the-task-description_1049"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.872280"], ["updated_at", "2015-04-03 15:53:04.872280"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 42], ["title", "I-am-a-task3266"], ["description", "I-am-the-task-description_2959"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.880599"], ["updated_at", "2015-04-03 15:53:04.880599"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task895"], ["description", "I-am-the-task-description_8367"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.888180"], ["updated_at", "2015-04-03 15:53:04.888180"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 39], ["title", "I-am-a-task5576"], ["description", "I-am-the-task-description_9914"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.895296"], ["updated_at", "2015-04-03 15:53:04.895296"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_5975"], ["description", "I-am-the-goal-description_3630"], ["version", 1], ["created_at", "2015-04-03 15:53:04.901021"], ["updated_at", "2015-04-03 15:53:04.901021"], ["tracking", "150403-39"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7456"], ["description", "I-am-the-goal-description_6074"], ["version", 1], ["created_at", "2015-04-03 15:53:04.914245"], ["updated_at", "2015-04-03 15:53:04.914245"], ["tracking", "150403-40"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8719"], ["description", "I-am-the-goal-description_4187"], ["version", 1], ["created_at", "2015-04-03 15:53:04.921486"], ["updated_at", "2015-04-03 15:53:04.921486"], ["tracking", "150403-41"]]  (1.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 45], ["title", "I-am-a-task8296"], ["description", "I-am-the-task-description_6236"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.928967"], ["updated_at", "2015-04-03 15:53:04.928967"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2316"], ["description", "I-am-the-goal-description_8999"], ["version", 1], ["created_at", "2015-04-03 15:53:04.933938"], ["updated_at", "2015-04-03 15:53:04.933938"], ["tracking", "150403-42"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 46], ["title", "I-am-a-task3835"], ["description", "I-am-the-task-description_9261"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.940341"], ["updated_at", "2015-04-03 15:53:04.940341"]]  (1.1ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9862"], ["description", "I-am-the-goal-description_1910"], ["version", 1], ["created_at", "2015-04-03 15:53:04.946106"], ["updated_at", "2015-04-03 15:53:04.946106"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 47], ["title", "I-am-a-task2182"], ["description", "I-am-the-task-description_2873"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.952411"], ["updated_at", "2015-04-03 15:53:04.952411"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 47], ["title", "I-am-a-task9533"], ["description", "I-am-the-task-description_8429"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.960728"], ["updated_at", "2015-04-03 15:53:04.960728"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task6885"], ["description", "I-am-the-task-description_6569"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.967512"], ["updated_at", "2015-04-03 15:53:04.967512"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 44], ["title", "I-am-a-task634"], ["description", "I-am-the-task-description_4344"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.977353"], ["updated_at", "2015-04-03 15:53:04.977353"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 44], ["title", "I-am-a-task6111"], ["description", "I-am-the-task-description_7721"], ["cost", 1], ["created_at", "2015-04-03 15:53:04.987001"], ["updated_at", "2015-04-03 15:53:04.987001"]]  (1.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5052"], ["description", "I-am-the-goal-description_2988"], ["version", 1], ["created_at", "2015-04-03 15:53:04.999504"], ["updated_at", "2015-04-03 15:53:04.999504"], ["tracking", "150403-44"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6899"], ["description", "I-am-the-goal-description_7380"], ["version", 1], ["created_at", "2015-04-03 15:53:05.008831"], ["updated_at", "2015-04-03 15:53:05.008831"], ["tracking", "150403-45"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 49], ["title", "I-am-a-task1246"], ["description", "I-am-the-task-description_9254"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.015546"], ["updated_at", "2015-04-03 15:53:05.015546"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5933"], ["description", "I-am-the-goal-description_322"], ["version", 1], ["created_at", "2015-04-03 15:53:05.020720"], ["updated_at", "2015-04-03 15:53:05.020720"], ["tracking", "150403-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 50], ["title", "I-am-a-task4043"], ["description", "I-am-the-task-description_5285"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.025799"], ["updated_at", "2015-04-03 15:53:05.025799"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8316"], ["description", "I-am-the-goal-description_8559"], ["version", 1], ["created_at", "2015-04-03 15:53:05.030105"], ["updated_at", "2015-04-03 15:53:05.030105"], ["tracking", "150403-47"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 51], ["title", "I-am-a-task5043"], ["description", "I-am-the-task-description_8438"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.040018"], ["updated_at", "2015-04-03 15:53:05.040018"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 51], ["title", "I-am-a-task7973"], ["description", "I-am-the-task-description_5727"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.046266"], ["updated_at", "2015-04-03 15:53:05.046266"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task6657"], ["description", "I-am-the-task-description_2197"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.050955"], ["updated_at", "2015-04-03 15:53:05.050955"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task2251"], ["description", "I-am-the-task-description_8470"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.059176"], ["updated_at", "2015-04-03 15:53:05.059176"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task8307"], ["description", "I-am-the-task-description_9303"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.065042"], ["updated_at", "2015-04-03 15:53:05.065042"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1065"], ["description", "I-am-the-goal-description_8034"], ["version", 1], ["created_at", "2015-04-03 15:53:05.075913"], ["updated_at", "2015-04-03 15:53:05.075913"], ["tracking", "150403-48"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task4220"], ["description", "I-am-the-task-description_7734"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.081470"], ["updated_at", "2015-04-03 15:53:05.081470"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5838"], ["description", "I-am-the-goal-description_3938"], ["version", 1], ["created_at", "2015-04-03 15:53:05.089297"], ["updated_at", "2015-04-03 15:53:05.089297"], ["tracking", "150403-49"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task6266"], ["description", "I-am-the-task-description_7134"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.097008"], ["updated_at", "2015-04-03 15:53:05.097008"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4486"], ["description", "I-am-the-goal-description_3653"], ["version", 1], ["created_at", "2015-04-03 15:53:05.103286"], ["updated_at", "2015-04-03 15:53:05.103286"], ["tracking", "150403-50"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 54], ["title", "I-am-a-task7615"], ["description", "I-am-the-task-description_8782"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.112966"], ["updated_at", "2015-04-03 15:53:05.112966"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3376"], ["description", "I-am-the-goal-description_4209"], ["version", 1], ["created_at", "2015-04-03 15:53:05.118830"], ["updated_at", "2015-04-03 15:53:05.118830"], ["tracking", "150403-51"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 55], ["title", "I-am-a-task7686"], ["description", "I-am-the-task-description_7612"], ["cost", 1], ["created_at", "2015-04-03 15:53:05.127421"], ["updated_at", "2015-04-03 15:53:05.127421"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2054"], ["description", "I-am-the-goal-description_4702"], ["version", 1], ["created_at", "2015-04-03 15:53:05.133109"], ["updated_at", "2015-04-03 15:53:05.133109"], ["tracking", "150403-52"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 15:53:05.138116"], ["id", 56]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 15:53:05.142781"], ["id", 56]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_446"], ["description", "I-am-the-goal-description_2150"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9365"], ["description", "I-am-the-goal-description_1569"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7315"], ["description", "I-am-the-goal-description_6447"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1120"], ["description", "I-am-the-goal-description_8819"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7911"], ["description", "I-am-the-goal-description_6150"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task6576"], ["description", "I-am-the-task-description_6678"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6235"], ["description", "I-am-the-goal-description_8458"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task6264"], ["description", "I-am-the-task-description_4954"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_982"], ["description", "I-am-the-goal-description_5549"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task706"], ["description", "I-am-the-task-description_2664"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6773"], ["description", "I-am-the-goal-description_6812"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task1811"], ["description", "I-am-the-task-description_8440"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5703"], ["description", "I-am-the-goal-description_4524"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task4005"], ["description", "I-am-the-task-description_4309"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4068"], ["description", "I-am-the-goal-description_786"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2178"], ["description", "I-am-the-goal-description_4444"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3623"], ["description", "I-am-the-goal-description_9209"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8614"], ["description", "I-am-the-goal-description_2504"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:53:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (57.8ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4160.4ms) Completed 200 OK in 4270ms (Views: 4192.7ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:53:23 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 17:53:23 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 17:53:23 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (374.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (379.2ms) Completed 200 OK in 389ms (Views: 381.3ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) 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", 1], ["version", 1], ["created_at", "2015-04-03 15:53:24.210748"], ["updated_at", "2015-04-03 15:53:24.210748"], ["tracking", "150403-1"]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/goals/1 Completed 302 Found in 63ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (12.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (104.6ms) Completed 200 OK in 132ms (Views: 106.3ms | ActiveRecord: 0.7ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1220"], ["description", "I-am-the-goal-description_5621"], ["version", 1], ["created_at", "2015-04-03 15:53:24.566013"], ["updated_at", "2015-04-03 15:53:24.566013"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8853"], ["description", "I-am-the-task-description_7478"], ["cost", 1], ["created_at", "2015-04-03 15:53:24.593211"], ["updated_at", "2015-04-03 15:53:24.593211"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6263"], ["description", "I-am-the-task-description_7532"], ["cost", 1], ["created_at", "2015-04-03 15:53:24.599060"], ["updated_at", "2015-04-03 15:53:24.599060"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6310"], ["description", "I-am-the-task-description_7513"], ["cost", 1], ["created_at", "2015-04-03 15:53:24.603389"], ["updated_at", "2015-04-03 15:53:24.603389"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4164"], ["description", "I-am-the-goal-description_8146"], ["version", 1], ["created_at", "2015-04-03 15:53:24.942477"], ["updated_at", "2015-04-03 15:53:24.942477"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:53:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.9ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (78.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (81.4ms) Completed 200 OK in 84ms (Views: 83.5ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_8146", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 15:53:25.458352"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.3ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:25 +0200  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9198"], ["description", "I-am-the-goal-description_1090"], ["version", 1], ["created_at", "2015-04-03 15:53:25.598416"], ["updated_at", "2015-04-03 15:53:25.598416"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.3ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:53:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9239"], ["description", "I-am-the-goal-description_6853"], ["version", 1], ["created_at", "2015-04-03 15:53:25.992714"], ["updated_at", "2015-04-03 15:53:25.992714"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.1ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (72.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (72.7ms) Completed 200 OK in 74ms (Views: 73.4ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_9239", "description"=>"I-am-the-goal-description_6853", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 15:53:26.363370"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.4ms)  (2.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_2335"], ["description", "I-am-the-goal-description_6070"], ["version", 1], ["created_at", "2015-04-03 15:53:26.501966"], ["updated_at", "2015-04-03 15:53:26.501966"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (65.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (65.7ms) Completed 200 OK in 67ms (Views: 66.4ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_2335", "description"=>"I-am-the-goal-description_6070", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 15:53:26.873843"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/goals/1 Completed 302 Found in 12ms (ActiveRecord: 3.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.0ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.7ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.7ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:26 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:26 +0200  (3.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (3.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (4.6ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9847"], ["description", "I-am-the-goal-description_724"], ["version", 1], ["created_at", "2015-04-03 15:53:27.149232"], ["updated_at", "2015-04-03 15:53:27.149232"], ["tracking", "150403-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8320"], ["description", "I-am-the-task-description_5112"], ["cost", 1], ["created_at", "2015-04-03 15:53:27.155756"], ["updated_at", "2015-04-03 15:53:27.155756"]]  (1.5ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (14.7ms) Completed 200 OK in 21ms (Views: 16.2ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:53:27 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (13.6ms) CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.5ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (119.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (148.7ms) Completed 200 OK in 155ms (Views: 150.5ms | ActiveRecord: 1.6ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:27 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:27 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:27 +0200 Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 17:53:27 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) 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-03 15:53:27.683258"], ["created_at", "2015-04-03 15:53:27.684478"], ["updated_at", "2015-04-03 15:53:27.684478"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 15:53:27.688100"], ["id", 1]]  (3.5ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/tasks/1 Completed 302 Found in 19ms (ActiveRecord: 4.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:53:27 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (115.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (124.3ms) Completed 200 OK in 133ms (Views: 125.4ms | ActiveRecord: 1.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:27 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:27 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:27 +0200  (0.5ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (3.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.8ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2697"], ["description", "I-am-the-goal-description_3863"], ["version", 1], ["created_at", "2015-04-03 15:53:28.081029"], ["updated_at", "2015-04-03 15:53:28.081029"], ["tracking", "150403-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (209.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (220.8ms) Completed 200 OK in 226ms (Views: 223.6ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 15:53:28.707054"], ["updated_at", "2015-04-03 15:53:28.707054"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.5ms) Completed 200 OK in 21ms (Views: 17.1ms | ActiveRecord: 0.6ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_216"], ["description", "I-am-the-goal-description_8636"], ["version", 1], ["created_at", "2015-04-03 15:53:28.849016"], ["updated_at", "2015-04-03 15:53:28.849016"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9113"], ["description", "I-am-the-task-description_4686"], ["cost", 1], ["created_at", "2015-04-03 15:53:28.852836"], ["updated_at", "2015-04-03 15:53:28.852836"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:53:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (71.3ms) Completed 200 OK in 75ms (Views: 71.8ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:29 +0200  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2805"], ["description", "I-am-the-goal-description_3695"], ["version", 1], ["created_at", "2015-04-03 15:53:29.226119"], ["updated_at", "2015-04-03 15:53:29.226119"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5101"], ["description", "I-am-the-task-description_8301"], ["cost", 1], ["created_at", "2015-04-03 15:53:29.230541"], ["updated_at", "2015-04-03 15:53:29.230541"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.9ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.8ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (139.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (142.5ms) Completed 200 OK in 146ms (Views: 144.5ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8301", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 15:53:29.708383"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.0ms) Completed 200 OK in 19ms (Views: 15.6ms | ActiveRecord: 0.4ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:29 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6211"], ["description", "I-am-the-goal-description_3995"], ["version", 1], ["created_at", "2015-04-03 15:53:29.848460"], ["updated_at", "2015-04-03 15:53:29.848460"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task661"], ["description", "I-am-the-task-description_8515"], ["cost", 1], ["created_at", "2015-04-03 15:53:29.852473"], ["updated_at", "2015-04-03 15:53:29.852473"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (53.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (55.1ms) Completed 200 OK in 57ms (Views: 55.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:53:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.9ms) Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.4ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.6ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5753"], ["description", "I-am-the-goal-description_2937"], ["version", 1], ["created_at", "2015-04-03 15:53:30.232043"], ["updated_at", "2015-04-03 15:53:30.232043"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4627"], ["description", "I-am-the-task-description_7585"], ["cost", 1], ["created_at", "2015-04-03 15:53:30.236006"], ["updated_at", "2015-04-03 15:53:30.236006"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 15:53:30.368787"], ["task_id", 1], ["created_at", "2015-04-03 15:53:30.370147"], ["updated_at", "2015-04-03 15:53:30.370147"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:53:30.371858"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3011"], ["description", "I-am-the-goal-description_6664"], ["version", 1], ["created_at", "2015-04-03 15:53:30.511712"], ["updated_at", "2015-04-03 15:53:30.511712"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task5856"], ["description", "I-am-the-task-description_3836"], ["cost", 1], ["created_at", "2015-04-03 15:53:30.517397"], ["updated_at", "2015-04-03 15:53:30.517397"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 15:53:30.646738"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:56925/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (54.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (56.1ms) Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5010"], ["description", "I-am-the-goal-description_2199"], ["version", 1], ["created_at", "2015-04-03 15:53:30.787302"], ["updated_at", "2015-04-03 15:53:30.787302"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7175"], ["description", "I-am-the-task-description_6135"], ["cost", 1], ["created_at", "2015-04-03 15:53:30.791645"], ["updated_at", "2015-04-03 15:53:30.791645"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3936"], ["description", "I-am-the-goal-description_9868"], ["version", 1], ["created_at", "2015-04-03 15:53:30.795361"], ["updated_at", "2015-04-03 15:53:30.795361"], ["tracking", "150403-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5788"], ["description", "I-am-the-task-description_4179"], ["cost", 1], ["created_at", "2015-04-03 15:53:30.800624"], ["updated_at", "2015-04-03 15:53:30.800624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4501"], ["description", "I-am-the-goal-description_8174"], ["version", 1], ["created_at", "2015-04-03 15:53:30.804311"], ["updated_at", "2015-04-03 15:53:30.804311"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4845"], ["description", "I-am-the-task-description_3012"], ["cost", 1], ["created_at", "2015-04-03 15:53:30.808109"], ["updated_at", "2015-04-03 15:53:30.808109"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 17:53:30 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.0ms) Completed 200 OK in 56ms (Views: 2.9ms | ActiveRecord: 0.4ms)  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4586"], ["description", "I-am-the-goal-description_9645"], ["version", 1], ["created_at", "2015-04-03 15:53:31.073505"], ["updated_at", "2015-04-03 15:53:31.073505"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5431"], ["description", "I-am-the-task-description_9900"], ["cost", 1], ["created_at", "2015-04-03 15:53:31.077645"], ["updated_at", "2015-04-03 15:53:31.077645"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9496"], ["description", "I-am-the-goal-description_2529"], ["version", 1], ["created_at", "2015-04-03 15:53:31.082803"], ["updated_at", "2015-04-03 15:53:31.082803"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2363"], ["description", "I-am-the-task-description_5225"], ["cost", 1], ["created_at", "2015-04-03 15:53:31.086406"], ["updated_at", "2015-04-03 15:53:31.086406"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9988"], ["description", "I-am-the-goal-description_7658"], ["version", 1], ["created_at", "2015-04-03 15:53:31.089651"], ["updated_at", "2015-04-03 15:53:31.089651"], ["tracking", "150403-3"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2047"], ["description", "I-am-the-task-description_8380"], ["cost", 1], ["created_at", "2015-04-03 15:53:31.093401"], ["updated_at", "2015-04-03 15:53:31.093401"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 17:53:31 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9070"], ["description", "I-am-the-goal-description_2272"], ["version", 1], ["created_at", "2015-04-03 15:53:31.363589"], ["updated_at", "2015-04-03 15:53:31.363589"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6974"], ["description", "I-am-the-task-description_2175"], ["cost", 1], ["created_at", "2015-04-03 15:53:31.367776"], ["updated_at", "2015-04-03 15:53:31.367776"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8078"], ["description", "I-am-the-goal-description_1373"], ["version", 1], ["created_at", "2015-04-03 15:53:31.371242"], ["updated_at", "2015-04-03 15:53:31.371242"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5319"], ["description", "I-am-the-task-description_7674"], ["cost", 1], ["created_at", "2015-04-03 15:53:31.374783"], ["updated_at", "2015-04-03 15:53:31.374783"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6459"], ["description", "I-am-the-goal-description_2971"], ["version", 1], ["created_at", "2015-04-03 15:53:31.377997"], ["updated_at", "2015-04-03 15:53:31.377997"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5376"], ["description", "I-am-the-task-description_7445"], ["cost", 1], ["created_at", "2015-04-03 15:53:31.381599"], ["updated_at", "2015-04-03 15:53:31.381599"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:53:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 17:53:31 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (5.7ms) Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:54:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3879.8ms) Completed 200 OK in 3982ms (Views: 3949.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 17:54:17 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 17:54:17 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (3.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (318.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (322.8ms) Completed 200 OK in 389ms (Views: 324.9ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 15:54:18.597906"], ["updated_at", "2015-04-03 15:54:18.597906"], ["tracking", "150403-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (95.5ms) Completed 200 OK in 118ms (Views: 97.1ms | ActiveRecord: 0.7ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5323"], ["description", "I-am-the-goal-description_5963"], ["version", 1], ["created_at", "2015-04-03 15:54:18.844581"], ["updated_at", "2015-04-03 15:54:18.844581"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task927"], ["description", "I-am-the-task-description_345"], ["cost", 1], ["created_at", "2015-04-03 15:54:18.933999"], ["updated_at", "2015-04-03 15:54:18.933999"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3713"], ["description", "I-am-the-task-description_2060"], ["cost", 1], ["created_at", "2015-04-03 15:54:18.939725"], ["updated_at", "2015-04-03 15:54:18.939725"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4898"], ["description", "I-am-the-task-description_9511"], ["cost", 1], ["created_at", "2015-04-03 15:54:18.943810"], ["updated_at", "2015-04-03 15:54:18.943810"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:54:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (3.4ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7395"], ["description", "I-am-the-goal-description_8349"], ["version", 1], ["created_at", "2015-04-03 15:54:19.260595"], ["updated_at", "2015-04-03 15:54:19.260595"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (70.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (74.7ms) Completed 200 OK in 77ms (Views: 76.7ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_8349", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 15:54:19.760294"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.4ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:19 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9897"], ["description", "I-am-the-goal-description_3935"], ["version", 1], ["created_at", "2015-04-03 15:54:19.904793"], ["updated_at", "2015-04-03 15:54:19.904793"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:54:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.3ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (2.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2835"], ["description", "I-am-the-goal-description_2011"], ["version", 1], ["created_at", "2015-04-03 15:54:20.302532"], ["updated_at", "2015-04-03 15:54:20.302532"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.2ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (16.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (16.8ms) Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_2835", "description"=>"I-am-the-goal-description_2011", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 15:54:20.662939"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.8ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_8278"], ["description", "I-am-the-goal-description_3700"], ["version", 1], ["created_at", "2015-04-03 15:54:20.808195"], ["updated_at", "2015-04-03 15:54:20.808195"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.8ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.3ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:20 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (16.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (16.4ms) Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_8278", "description"=>"I-am-the-goal-description_3700", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 15:54:21.168218"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.8ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:21 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_312"], ["description", "I-am-the-goal-description_3290"], ["version", 1], ["created_at", "2015-04-03 15:54:21.312055"], ["updated_at", "2015-04-03 15:54:21.312055"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5034"], ["description", "I-am-the-task-description_5759"], ["cost", 1], ["created_at", "2015-04-03 15:54:21.317541"], ["updated_at", "2015-04-03 15:54:21.317541"]]  (1.5ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.4ms) Completed 200 OK in 16ms (Views: 12.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (36.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (57.6ms) Completed 200 OK in 62ms (Views: 58.2ms | ActiveRecord: 1.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-03 15:54:21.715540"], ["created_at", "2015-04-03 15:54:21.716358"], ["updated_at", "2015-04-03 15:54:21.716358"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 15:54:21.719100"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/tasks/1 Completed 302 Found in 13ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.7ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.4ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:21 +0200  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5461"], ["description", "I-am-the-goal-description_9980"], ["version", 1], ["created_at", "2015-04-03 15:54:21.924340"], ["updated_at", "2015-04-03 15:54:21.924340"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 17:54:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.8ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (155.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (159.5ms) Completed 200 OK in 163ms (Views: 161.4ms | ActiveRecord: 0.1ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 15:54:22.514702"], ["updated_at", "2015-04-03 15:54:22.514702"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.9ms) Completed 200 OK in 20ms (Views: 16.5ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4031"], ["description", "I-am-the-goal-description_1693"], ["version", 1], ["created_at", "2015-04-03 15:54:22.706940"], ["updated_at", "2015-04-03 15:54:22.706940"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1916"], ["description", "I-am-the-task-description_8600"], ["cost", 1], ["created_at", "2015-04-03 15:54:22.711377"], ["updated_at", "2015-04-03 15:54:22.711377"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.3ms) Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 0.4ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:22 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3805"], ["description", "I-am-the-goal-description_2846"], ["version", 1], ["created_at", "2015-04-03 15:54:22.978028"], ["updated_at", "2015-04-03 15:54:22.978028"], ["tracking", "150403-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9567"], ["description", "I-am-the-task-description_9658"], ["cost", 1], ["created_at", "2015-04-03 15:54:22.984564"], ["updated_at", "2015-04-03 15:54:22.984564"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (82.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (91.0ms) Completed 200 OK in 95ms (Views: 91.9ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (78.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (81.3ms) Completed 200 OK in 85ms (Views: 83.1ms | ActiveRecord: 0.2ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_9658", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 15:54:23.578744"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (65.2ms) Completed 200 OK in 69ms (Views: 65.7ms | ActiveRecord: 0.5ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:23 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1656"], ["description", "I-am-the-goal-description_1224"], ["version", 1], ["created_at", "2015-04-03 15:54:23.845335"], ["updated_at", "2015-04-03 15:54:23.845335"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1690"], ["description", "I-am-the-task-description_7912"], ["cost", 1], ["created_at", "2015-04-03 15:54:23.849719"], ["updated_at", "2015-04-03 15:54:23.849719"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:54:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.1/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.9ms) Completed 200 OK in 23ms (Views: 18.6ms | ActiveRecord: 0.6ms) Started GET "/fonts/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.ttf" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Started GET "/fonts/font-awesome/fontawesome-webfont.svg" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.1ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.3ms)  (2.9ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8832"], ["description", "I-am-the-goal-description_4585"], ["version", 1], ["created_at", "2015-04-03 15:54:24.288685"], ["updated_at", "2015-04-03 15:54:24.288685"], ["tracking", "150403-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4430"], ["description", "I-am-the-task-description_8075"], ["cost", 1], ["created_at", "2015-04-03 15:54:24.293081"], ["updated_at", "2015-04-03 15:54:24.293081"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.6ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-03 15:54:24.432349"], ["task_id", 1], ["created_at", "2015-04-03 15:54:24.433883"], ["updated_at", "2015-04-03 15:54:24.433883"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 15:54:24.435944"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_119"], ["description", "I-am-the-goal-description_2084"], ["version", 1], ["created_at", "2015-04-03 15:54:24.576973"], ["updated_at", "2015-04-03 15:54:24.576973"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task1963"], ["description", "I-am-the-task-description_2541"], ["cost", 1], ["created_at", "2015-04-03 15:54:24.583623"], ["updated_at", "2015-04-03 15:54:24.583623"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.5ms) Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 15:54:24.721961"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57031/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_515"], ["description", "I-am-the-goal-description_5807"], ["version", 1], ["created_at", "2015-04-03 15:54:24.864377"], ["updated_at", "2015-04-03 15:54:24.864377"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3076"], ["description", "I-am-the-task-description_6055"], ["cost", 1], ["created_at", "2015-04-03 15:54:24.869027"], ["updated_at", "2015-04-03 15:54:24.869027"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7622"], ["description", "I-am-the-goal-description_5861"], ["version", 1], ["created_at", "2015-04-03 15:54:24.873349"], ["updated_at", "2015-04-03 15:54:24.873349"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5402"], ["description", "I-am-the-task-description_1241"], ["cost", 1], ["created_at", "2015-04-03 15:54:24.877485"], ["updated_at", "2015-04-03 15:54:24.877485"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9651"], ["description", "I-am-the-goal-description_4557"], ["version", 1], ["created_at", "2015-04-03 15:54:24.881086"], ["updated_at", "2015-04-03 15:54:24.881086"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task751"], ["description", "I-am-the-task-description_5500"], ["cost", 1], ["created_at", "2015-04-03 15:54:24.885449"], ["updated_at", "2015-04-03 15:54:24.885449"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (14.8ms) Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 17:54:25 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (3.5ms) Completed 200 OK in 114ms (Views: 3.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5372"], ["description", "I-am-the-goal-description_929"], ["version", 1], ["created_at", "2015-04-03 15:54:25.257074"], ["updated_at", "2015-04-03 15:54:25.257074"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4604"], ["description", "I-am-the-task-description_9732"], ["cost", 1], ["created_at", "2015-04-03 15:54:25.261448"], ["updated_at", "2015-04-03 15:54:25.261448"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2056"], ["description", "I-am-the-goal-description_9878"], ["version", 1], ["created_at", "2015-04-03 15:54:25.265874"], ["updated_at", "2015-04-03 15:54:25.265874"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task678"], ["description", "I-am-the-task-description_6068"], ["cost", 1], ["created_at", "2015-04-03 15:54:25.270073"], ["updated_at", "2015-04-03 15:54:25.270073"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4093"], ["description", "I-am-the-goal-description_1143"], ["version", 1], ["created_at", "2015-04-03 15:54:25.274096"], ["updated_at", "2015-04-03 15:54:25.274096"], ["tracking", "150403-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9363"], ["description", "I-am-the-task-description_5290"], ["cost", 1], ["created_at", "2015-04-03 15:54:25.278486"], ["updated_at", "2015-04-03 15:54:25.278486"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.6ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 17:54:25 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5817"], ["description", "I-am-the-goal-description_5787"], ["version", 1], ["created_at", "2015-04-03 15:54:25.545026"], ["updated_at", "2015-04-03 15:54:25.545026"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2737"], ["description", "I-am-the-task-description_655"], ["cost", 1], ["created_at", "2015-04-03 15:54:25.549073"], ["updated_at", "2015-04-03 15:54:25.549073"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3321"], ["description", "I-am-the-goal-description_6077"], ["version", 1], ["created_at", "2015-04-03 15:54:25.553312"], ["updated_at", "2015-04-03 15:54:25.553312"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6172"], ["description", "I-am-the-task-description_4273"], ["cost", 1], ["created_at", "2015-04-03 15:54:25.557584"], ["updated_at", "2015-04-03 15:54:25.557584"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7458"], ["description", "I-am-the-goal-description_6441"], ["version", 1], ["created_at", "2015-04-03 15:54:25.561708"], ["updated_at", "2015-04-03 15:54:25.561708"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2872"], ["description", "I-am-the-task-description_9977"], ["cost", 1], ["created_at", "2015-04-03 15:54:25.565922"], ["updated_at", "2015-04-03 15:54:25.565922"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 17:54:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.8ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.9ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 17:54:25 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.0ms) Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3081"], ["description", "I-am-the-goal-description_1440"], ["version", 1], ["created_at", "2015-04-03 16:21:40.959333"], ["updated_at", "2015-04-03 16:21:40.959333"], ["tracking", "150403-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_3433"], ["description", "I-am-the-goal-description_5931"], ["version", 1], ["created_at", "2015-04-03 16:21:40.972431"], ["updated_at", "2015-04-03 16:21:40.972431"], ["tracking", "150403-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 71ms (Views: 63.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8192"], ["description", "I-am-the-goal-description_1808"], ["version", 1], ["created_at", "2015-04-03 16:21:41.139489"], ["updated_at", "2015-04-03 16:21:41.139489"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_484"], ["description", "I-am-the-goal-description_4649"], ["version", 1], ["created_at", "2015-04-03 16:21:41.144400"], ["updated_at", "2015-04-03 16:21:41.144400"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 17ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5276"], ["description", "I-am-the-goal-description_1529"], ["version", 1], ["created_at", "2015-04-03 16:21:41.181234"], ["updated_at", "2015-04-03 16:21:41.181234"], ["tracking", "150403-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4733"], ["description", "I-am-the-goal-description_6026"], ["version", 1], ["created_at", "2015-04-03 16:21:41.187945"], ["updated_at", "2015-04-03 16:21:41.187945"], ["tracking", "150403-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7463"], ["description", "I-am-the-goal-description_1962"], ["version", 1], ["created_at", "2015-04-03 16:21:41.210017"], ["updated_at", "2015-04-03 16:21:41.210017"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task9555"], ["description", "I-am-the-task-description_4685"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.222068"], ["updated_at", "2015-04-03 16:21:41.222068"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-03 16:21:41.233505"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-03 16:21:41.234854"], ["updated_at", "2015-04-03 16:21:41.234854"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-03 16:21:41.237153"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-03 16:21:41 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-03 16:21:41 UTC", "updated_at"=>"2015-04-03 16:21:41 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-03 16:21:41.249885"], ["created_at", "2015-04-03 16:21:41.250613"], ["updated_at", "2015-04-03 16:21:41.250613"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 18ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9472"], ["description", "I-am-the-goal-description_9475"], ["version", 1], ["created_at", "2015-04-03 16:21:41.320179"], ["updated_at", "2015-04-03 16:21:41.320179"], ["tracking", "150403-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2790"], ["description", "I-am-the-task-description_5724"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.324725"], ["updated_at", "2015-04-03 16:21:41.324725"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task5673"], ["description", "I-am-the-task-description_8601"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.329207"], ["updated_at", "2015-04-03 16:21:41.329207"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 16:21:41.337008"], ["task_id", 2], ["created_at", "2015-04-03 16:21:41.338263"], ["updated_at", "2015-04-03 16:21:41.338263"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 16:21:41.340467"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7460"], ["description", "I-am-the-goal-description_8865"], ["version", 1], ["created_at", "2015-04-03 16:21:41.347711"], ["updated_at", "2015-04-03 16:21:41.347711"], ["tracking", "150403-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3542"], ["description", "I-am-the-task-description_5768"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.353496"], ["updated_at", "2015-04-03 16:21:41.353496"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3801"], ["description", "I-am-the-task-description_175"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.358303"], ["updated_at", "2015-04-03 16:21:41.358303"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 16:21:41.365002"], ["task_id", 4], ["created_at", "2015-04-03 16:21:41.366619"], ["updated_at", "2015-04-03 16:21:41.366619"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 16:21:41.369418"], ["id", 4]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 2.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_599"], ["description", "I-am-the-goal-description_720"], ["version", 1], ["created_at", "2015-04-03 16:21:41.381031"], ["updated_at", "2015-04-03 16:21:41.381031"], ["tracking", "150403-6"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task3355"], ["description", "I-am-the-task-description_1076"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.385584"], ["updated_at", "2015-04-03 16:21:41.385584"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task9306"], ["description", "I-am-the-task-description_4279"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.392835"], ["updated_at", "2015-04-03 16:21:41.392835"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 16:21:41.401646"], ["task_id", 6], ["created_at", "2015-04-03 16:21:41.402985"], ["updated_at", "2015-04-03 16:21:41.402985"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 16:21:41.405394"], ["id", 6]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8530"], ["description", "I-am-the-goal-description_6037"], ["version", 1], ["created_at", "2015-04-03 16:21:41.414441"], ["updated_at", "2015-04-03 16:21:41.414441"], ["tracking", "150403-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3454"], ["description", "I-am-the-task-description_9123"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.418908"], ["updated_at", "2015-04-03 16:21:41.418908"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task51"], ["description", "I-am-the-task-description_5511"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.422996"], ["updated_at", "2015-04-03 16:21:41.422996"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 16:21:41.428725"], ["task_id", 8], ["created_at", "2015-04-03 16:21:41.429933"], ["updated_at", "2015-04-03 16:21:41.429933"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 16:21:41.431847"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2985"], ["description", "I-am-the-goal-description_5433"], ["version", 1], ["created_at", "2015-04-03 16:21:41.438452"], ["updated_at", "2015-04-03 16:21:41.438452"], ["tracking", "150403-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3781"], ["description", "I-am-the-task-description_4707"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.443347"], ["updated_at", "2015-04-03 16:21:41.443347"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task242"], ["description", "I-am-the-task-description_742"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.449050"], ["updated_at", "2015-04-03 16:21:41.449050"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4589"], ["description", "I-am-the-goal-description_5431"], ["version", 1], ["created_at", "2015-04-03 16:21:41.469401"], ["updated_at", "2015-04-03 16:21:41.469401"], ["tracking", "150403-9"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1974"], ["description", "I-am-the-task-description_6590"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.477670"], ["updated_at", "2015-04-03 16:21:41.477670"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5997"], ["description", "I-am-the-task-description_9706"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.482535"], ["updated_at", "2015-04-03 16:21:41.482535"]]  (1.0ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.6ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7458"], ["description", "I-am-the-goal-description_7354"], ["version", 1], ["created_at", "2015-04-03 16:21:41.531952"], ["updated_at", "2015-04-03 16:21:41.531952"], ["tracking", "150403-10"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task583"], ["description", "I-am-the-task-description_1940"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.538255"], ["updated_at", "2015-04-03 16:21:41.538255"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4042"], ["description", "I-am-the-goal-description_8054"], ["version", 1], ["created_at", "2015-04-03 16:21:41.542809"], ["updated_at", "2015-04-03 16:21:41.542809"], ["tracking", "150403-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7168"], ["description", "I-am-the-task-description_484"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.546957"], ["updated_at", "2015-04-03 16:21:41.546957"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4419"], ["description", "I-am-the-goal-description_8260"], ["version", 1], ["created_at", "2015-04-03 16:21:41.560290"], ["updated_at", "2015-04-03 16:21:41.560290"], ["tracking", "150403-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4951"], ["description", "I-am-the-task-description_6600"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.564941"], ["updated_at", "2015-04-03 16:21:41.564941"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8015"], ["description", "I-am-the-task-description_6170"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.569241"], ["updated_at", "2015-04-03 16:21:41.569241"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3399"], ["description", "I-am-the-goal-description_6026"], ["version", 1], ["created_at", "2015-04-03 16:21:41.584361"], ["updated_at", "2015-04-03 16:21:41.584361"], ["tracking", "150403-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task263"], ["description", "I-am-the-task-description_9069"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.588851"], ["updated_at", "2015-04-03 16:21:41.588851"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3943"], ["description", "I-am-the-goal-description_3392"], ["version", 1], ["created_at", "2015-04-03 16:21:41.593064"], ["updated_at", "2015-04-03 16:21:41.593064"], ["tracking", "150403-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2782"], ["description", "I-am-the-task-description_6233"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.597276"], ["updated_at", "2015-04-03 16:21:41.597276"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5586"], ["description", "I-am-the-goal-description_5519"], ["version", 1], ["created_at", "2015-04-03 16:21:41.607690"], ["updated_at", "2015-04-03 16:21:41.607690"], ["tracking", "150403-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1331"], ["description", "I-am-the-task-description_5651"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.612036"], ["updated_at", "2015-04-03 16:21:41.612036"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4797"], ["description", "I-am-the-task-description_4743"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.616269"], ["updated_at", "2015-04-03 16:21:41.616269"]]  (0.7ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7551"], ["description", "I-am-the-goal-description_6695"], ["version", 1], ["created_at", "2015-04-03 16:21:41.631523"], ["updated_at", "2015-04-03 16:21:41.631523"], ["tracking", "150403-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5060"], ["description", "I-am-the-task-description_367"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.635871"], ["updated_at", "2015-04-03 16:21:41.635871"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_954"], ["description", "I-am-the-goal-description_9549"], ["version", 1], ["created_at", "2015-04-03 16:21:41.640078"], ["updated_at", "2015-04-03 16:21:41.640078"], ["tracking", "150403-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9668"], ["description", "I-am-the-task-description_4889"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.645014"], ["updated_at", "2015-04-03 16:21:41.645014"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5314"], ["description", "I-am-the-goal-description_222"], ["version", 1], ["created_at", "2015-04-03 16:21:41.656563"], ["updated_at", "2015-04-03 16:21:41.656563"], ["tracking", "150403-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8486"], ["description", "I-am-the-task-description_8992"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.660818"], ["updated_at", "2015-04-03 16:21:41.660818"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2146"], ["description", "I-am-the-task-description_3067"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.664909"], ["updated_at", "2015-04-03 16:21:41.664909"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3528"], ["description", "I-am-the-goal-description_6706"], ["version", 1], ["created_at", "2015-04-03 16:21:41.681736"], ["updated_at", "2015-04-03 16:21:41.681736"], ["tracking", "150403-19"]]  (1.3ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4314"], ["description", "I-am-the-task-description_5852"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.691182"], ["updated_at", "2015-04-03 16:21:41.691182"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5061"], ["description", "I-am-the-task-description_2683"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.699435"], ["updated_at", "2015-04-03 16:21:41.699435"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4716"], ["description", "I-am-the-goal-description_828"], ["version", 1], ["created_at", "2015-04-03 16:21:41.717930"], ["updated_at", "2015-04-03 16:21:41.717930"], ["tracking", "150403-20"]]  (1.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8425"], ["description", "I-am-the-task-description_86"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.726726"], ["updated_at", "2015-04-03 16:21:41.726726"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7626"], ["description", "I-am-the-task-description_1597"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.734163"], ["updated_at", "2015-04-03 16:21:41.734163"]]  (2.1ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 3.1ms | ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5816"], ["description", "I-am-the-goal-description_5798"], ["version", 1], ["created_at", "2015-04-03 16:21:41.755362"], ["updated_at", "2015-04-03 16:21:41.755362"], ["tracking", "150403-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task675"], ["description", "I-am-the-task-description_6851"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.759712"], ["updated_at", "2015-04-03 16:21:41.759712"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task1094"], ["description", "I-am-the-task-description_3582"], ["cost", 1], ["created_at", "2015-04-03 16:21:41.764259"], ["updated_at", "2015-04-03 16:21:41.764259"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 16:21:41.777753"], ["updated_at", "2015-04-03 16:21:41.777753"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3860ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8056"], ["description", "I-am-the-goal-description_3161"], ["version", 1], ["created_at", "2015-04-03 16:21:45.640573"], ["updated_at", "2015-04-03 16:21:45.640573"], ["tracking", "150403-22"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task561"], ["description", "I-am-the-task-description_1692"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.646919"], ["updated_at", "2015-04-03 16:21:45.646919"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9049"], ["description", "I-am-the-task-description_6440"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.651616"], ["updated_at", "2015-04-03 16:21:45.651616"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 16:21:45.658590"], ["updated_at", "2015-04-03 16:21:45.658590"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7790"], ["description", "I-am-the-goal-description_1684"], ["version", 1], ["created_at", "2015-04-03 16:21:45.669558"], ["updated_at", "2015-04-03 16:21:45.669558"], ["tracking", "150403-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2875"], ["description", "I-am-the-task-description_364"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.673637"], ["updated_at", "2015-04-03 16:21:45.673637"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3162"], ["description", "I-am-the-task-description_6534"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.677804"], ["updated_at", "2015-04-03 16:21:45.677804"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 16:21:45.685683"], ["updated_at", "2015-04-03 16:21:45.685683"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 7ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1563"], ["description", "I-am-the-goal-description_5032"], ["version", 1], ["created_at", "2015-04-03 16:21:45.693182"], ["updated_at", "2015-04-03 16:21:45.693182"], ["tracking", "150403-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4974"], ["description", "I-am-the-task-description_9760"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.697444"], ["updated_at", "2015-04-03 16:21:45.697444"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3782"], ["description", "I-am-the-task-description_6678"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.701784"], ["updated_at", "2015-04-03 16:21:45.701784"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8593"], ["description", "I-am-the-goal-description_348"], ["version", 1], ["created_at", "2015-04-03 16:21:45.712373"], ["updated_at", "2015-04-03 16:21:45.712373"], ["tracking", "150403-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2913"], ["description", "I-am-the-task-description_8371"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.716246"], ["updated_at", "2015-04-03 16:21:45.716246"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task8221"], ["description", "I-am-the-task-description_9718"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.720131"], ["updated_at", "2015-04-03 16:21:45.720131"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 16:21:45.723860"], ["updated_at", "2015-04-03 16:21:45.723860"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 6ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4626"], ["description", "I-am-the-goal-description_5441"], ["version", 1], ["created_at", "2015-04-03 16:21:45.736733"], ["updated_at", "2015-04-03 16:21:45.736733"], ["tracking", "150403-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6796"], ["description", "I-am-the-task-description_6027"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.740643"], ["updated_at", "2015-04-03 16:21:45.740643"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task1358"], ["description", "I-am-the-task-description_3769"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.744672"], ["updated_at", "2015-04-03 16:21:45.744672"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 16:21:45.748465"], ["updated_at", "2015-04-03 16:21:45.748465"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-03", "term"=>"2015-04-03"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1152"], ["description", "I-am-the-goal-description_3074"], ["version", 1], ["created_at", "2015-04-03 16:21:45.763590"], ["updated_at", "2015-04-03 16:21:45.763590"], ["tracking", "150403-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9180"], ["description", "I-am-the-task-description_507"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.769453"], ["updated_at", "2015-04-03 16:21:45.769453"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task6387"], ["description", "I-am-the-task-description_6417"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.773767"], ["updated_at", "2015-04-03 16:21:45.773767"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 16:21:45.778033"], ["updated_at", "2015-04-03 16:21:45.778033"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8476"], ["description", "I-am-the-goal-description_1903"], ["version", 1], ["created_at", "2015-04-03 16:21:45.808396"], ["updated_at", "2015-04-03 16:21:45.808396"], ["tracking", "150403-28"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task328"], ["description", "I-am-the-task-description_1082"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.812401"], ["updated_at", "2015-04-03 16:21:45.812401"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task360"], ["description", "I-am-the-task-description_6634"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.816474"], ["updated_at", "2015-04-03 16:21:45.816474"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 16:21:45.820226"], ["updated_at", "2015-04-03 16:21:45.820226"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_13"], ["description", "I-am-the-goal-description_680"], ["version", 1], ["created_at", "2015-04-03 16:21:45.834116"], ["updated_at", "2015-04-03 16:21:45.834116"], ["tracking", "150403-29"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task2437"], ["description", "I-am-the-task-description_5884"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.838606"], ["updated_at", "2015-04-03 16:21:45.838606"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task4538"], ["description", "I-am-the-task-description_6359"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.843417"], ["updated_at", "2015-04-03 16:21:45.843417"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 16:21:45.848755"], ["updated_at", "2015-04-03 16:21:45.848755"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1746"], ["description", "I-am-the-goal-description_8857"], ["version", 1], ["created_at", "2015-04-03 16:21:45.861471"], ["updated_at", "2015-04-03 16:21:45.861471"], ["tracking", "150403-30"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4828"], ["description", "I-am-the-task-description_5980"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.866518"], ["updated_at", "2015-04-03 16:21:45.866518"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4359"], ["description", "I-am-the-task-description_6732"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.870683"], ["updated_at", "2015-04-03 16:21:45.870683"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-03"], ["term", "2015-04-03"], ["done", "f"], ["created_at", "2015-04-03 16:21:45.874351"], ["updated_at", "2015-04-03 16:21:45.874351"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 16:21:45.880424"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8601"], ["description", "I-am-the-goal-description_5096"], ["version", 1], ["created_at", "2015-04-03 16:21:45.887564"], ["updated_at", "2015-04-03 16:21:45.887564"], ["tracking", "150403-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8145"], ["description", "I-am-the-goal-description_1474"], ["version", 1], ["created_at", "2015-04-03 16:21:45.893128"], ["updated_at", "2015-04-03 16:21:45.893128"], ["tracking", "150403-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 36], ["title", "I-am-a-task7970"], ["description", "I-am-the-task-description_8701"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.897751"], ["updated_at", "2015-04-03 16:21:45.897751"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8844"], ["description", "I-am-the-goal-description_1458"], ["version", 1], ["created_at", "2015-04-03 16:21:45.903677"], ["updated_at", "2015-04-03 16:21:45.903677"], ["tracking", "150403-33"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 37], ["title", "I-am-a-task9812"], ["description", "I-am-the-task-description_159"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.907643"], ["updated_at", "2015-04-03 16:21:45.907643"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4075"], ["description", "I-am-the-goal-description_1376"], ["version", 1], ["created_at", "2015-04-03 16:21:45.910645"], ["updated_at", "2015-04-03 16:21:45.910645"], ["tracking", "150403-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 38], ["title", "I-am-a-task5687"], ["description", "I-am-the-task-description_5709"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.970596"], ["updated_at", "2015-04-03 16:21:45.970596"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 38], ["title", "I-am-a-task2791"], ["description", "I-am-the-task-description_1982"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.975485"], ["updated_at", "2015-04-03 16:21:45.975485"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task3637"], ["description", "I-am-the-task-description_9766"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.980848"], ["updated_at", "2015-04-03 16:21:45.980848"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 35], ["title", "I-am-a-task587"], ["description", "I-am-the-task-description_9409"], ["cost", 1], ["created_at", "2015-04-03 16:21:45.985703"], ["updated_at", "2015-04-03 16:21:45.985703"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_541"], ["description", "I-am-the-goal-description_6578"], ["version", 1], ["created_at", "2015-04-03 16:21:45.992885"], ["updated_at", "2015-04-03 16:21:45.992885"], ["tracking", "150403-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_127"], ["description", "I-am-the-goal-description_4642"], ["version", 1], ["created_at", "2015-04-03 16:21:45.997950"], ["updated_at", "2015-04-03 16:21:45.997950"], ["tracking", "150403-36"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 40], ["title", "I-am-a-task1991"], ["description", "I-am-the-task-description_5802"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.002901"], ["updated_at", "2015-04-03 16:21:46.002901"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5528"], ["description", "I-am-the-goal-description_5419"], ["version", 1], ["created_at", "2015-04-03 16:21:46.007159"], ["updated_at", "2015-04-03 16:21:46.007159"], ["tracking", "150403-37"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 41], ["title", "I-am-a-task107"], ["description", "I-am-the-task-description_8864"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.011420"], ["updated_at", "2015-04-03 16:21:46.011420"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_589"], ["description", "I-am-the-goal-description_4095"], ["version", 1], ["created_at", "2015-04-03 16:21:46.014698"], ["updated_at", "2015-04-03 16:21:46.014698"], ["tracking", "150403-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 42], ["title", "I-am-a-task3843"], ["description", "I-am-the-task-description_3162"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.019912"], ["updated_at", "2015-04-03 16:21:46.019912"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 42], ["title", "I-am-a-task7342"], ["description", "I-am-the-task-description_7050"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.024708"], ["updated_at", "2015-04-03 16:21:46.024708"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task2304"], ["description", "I-am-the-task-description_4608"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.029682"], ["updated_at", "2015-04-03 16:21:46.029682"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 39], ["title", "I-am-a-task1702"], ["description", "I-am-the-task-description_1723"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.035495"], ["updated_at", "2015-04-03 16:21:46.035495"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_4050"], ["description", "I-am-the-goal-description_15"], ["version", 1], ["created_at", "2015-04-03 16:21:46.039488"], ["updated_at", "2015-04-03 16:21:46.039488"], ["tracking", "150403-39"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1503"], ["description", "I-am-the-goal-description_8544"], ["version", 1], ["created_at", "2015-04-03 16:21:46.046702"], ["updated_at", "2015-04-03 16:21:46.046702"], ["tracking", "150403-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1470"], ["description", "I-am-the-goal-description_8760"], ["version", 1], ["created_at", "2015-04-03 16:21:46.051877"], ["updated_at", "2015-04-03 16:21:46.051877"], ["tracking", "150403-41"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 45], ["title", "I-am-a-task9193"], ["description", "I-am-the-task-description_9626"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.055804"], ["updated_at", "2015-04-03 16:21:46.055804"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4524"], ["description", "I-am-the-goal-description_4498"], ["version", 1], ["created_at", "2015-04-03 16:21:46.059949"], ["updated_at", "2015-04-03 16:21:46.059949"], ["tracking", "150403-42"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 46], ["title", "I-am-a-task1876"], ["description", "I-am-the-task-description_2765"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.064976"], ["updated_at", "2015-04-03 16:21:46.064976"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3679"], ["description", "I-am-the-goal-description_8328"], ["version", 1], ["created_at", "2015-04-03 16:21:46.068285"], ["updated_at", "2015-04-03 16:21:46.068285"], ["tracking", "150403-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 47], ["title", "I-am-a-task9108"], ["description", "I-am-the-task-description_2754"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.073367"], ["updated_at", "2015-04-03 16:21:46.073367"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 47], ["title", "I-am-a-task9037"], ["description", "I-am-the-task-description_2034"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.078144"], ["updated_at", "2015-04-03 16:21:46.078144"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task9537"], ["description", "I-am-the-task-description_1601"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.083995"], ["updated_at", "2015-04-03 16:21:46.083995"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 44], ["title", "I-am-a-task8334"], ["description", "I-am-the-task-description_6999"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.089723"], ["updated_at", "2015-04-03 16:21:46.089723"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 44], ["title", "I-am-a-task1468"], ["description", "I-am-the-task-description_2738"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.094210"], ["updated_at", "2015-04-03 16:21:46.094210"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7911"], ["description", "I-am-the-goal-description_3202"], ["version", 1], ["created_at", "2015-04-03 16:21:46.101202"], ["updated_at", "2015-04-03 16:21:46.101202"], ["tracking", "150403-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5852"], ["description", "I-am-the-goal-description_8508"], ["version", 1], ["created_at", "2015-04-03 16:21:46.106109"], ["updated_at", "2015-04-03 16:21:46.106109"], ["tracking", "150403-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 49], ["title", "I-am-a-task6975"], ["description", "I-am-the-task-description_1117"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.109898"], ["updated_at", "2015-04-03 16:21:46.109898"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_648"], ["description", "I-am-the-goal-description_1758"], ["version", 1], ["created_at", "2015-04-03 16:21:46.113821"], ["updated_at", "2015-04-03 16:21:46.113821"], ["tracking", "150403-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 50], ["title", "I-am-a-task1102"], ["description", "I-am-the-task-description_5952"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.118144"], ["updated_at", "2015-04-03 16:21:46.118144"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3586"], ["description", "I-am-the-goal-description_7366"], ["version", 1], ["created_at", "2015-04-03 16:21:46.121001"], ["updated_at", "2015-04-03 16:21:46.121001"], ["tracking", "150403-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 51], ["title", "I-am-a-task5341"], ["description", "I-am-the-task-description_7963"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.125475"], ["updated_at", "2015-04-03 16:21:46.125475"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-04"], ["goal_id", 51], ["title", "I-am-a-task4793"], ["description", "I-am-the-task-description_6114"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.129863"], ["updated_at", "2015-04-03 16:21:46.129863"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task5573"], ["description", "I-am-the-task-description_8283"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.134303"], ["updated_at", "2015-04-03 16:21:46.134303"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task2508"], ["description", "I-am-the-task-description_3884"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.139235"], ["updated_at", "2015-04-03 16:21:46.139235"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 48], ["title", "I-am-a-task4848"], ["description", "I-am-the-task-description_4552"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.143662"], ["updated_at", "2015-04-03 16:21:46.143662"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-03')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5126"], ["description", "I-am-the-goal-description_1714"], ["version", 1], ["created_at", "2015-04-03 16:21:46.152070"], ["updated_at", "2015-04-03 16:21:46.152070"], ["tracking", "150403-48"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task7903"], ["description", "I-am-the-task-description_9405"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.156129"], ["updated_at", "2015-04-03 16:21:46.156129"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8107"], ["description", "I-am-the-goal-description_117"], ["version", 1], ["created_at", "2015-04-03 16:21:46.161453"], ["updated_at", "2015-04-03 16:21:46.161453"], ["tracking", "150403-49"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task1122"], ["description", "I-am-the-task-description_5022"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.165534"], ["updated_at", "2015-04-03 16:21:46.165534"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1935"], ["description", "I-am-the-goal-description_3751"], ["version", 1], ["created_at", "2015-04-03 16:21:46.171046"], ["updated_at", "2015-04-03 16:21:46.171046"], ["tracking", "150403-50"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 54], ["title", "I-am-a-task5247"], ["description", "I-am-the-task-description_2215"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.174797"], ["updated_at", "2015-04-03 16:21:46.174797"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4516"], ["description", "I-am-the-goal-description_2102"], ["version", 1], ["created_at", "2015-04-03 16:21:46.180551"], ["updated_at", "2015-04-03 16:21:46.180551"], ["tracking", "150403-51"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-03-31"], ["term", "2015-04-02"], ["goal_id", 55], ["title", "I-am-a-task8100"], ["description", "I-am-the-task-description_6254"], ["cost", 1], ["created_at", "2015-04-03 16:21:46.184428"], ["updated_at", "2015-04-03 16:21:46.184428"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2635"], ["description", "I-am-the-goal-description_1024"], ["version", 1], ["created_at", "2015-04-03 16:21:46.189643"], ["updated_at", "2015-04-03 16:21:46.189643"], ["tracking", "150403-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-03 16:21:46.193017"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-03 16:21:46.195293"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_997"], ["description", "I-am-the-goal-description_2919"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1541"], ["description", "I-am-the-goal-description_633"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_163"], ["description", "I-am-the-goal-description_9613"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3768"], ["description", "I-am-the-goal-description_1554"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6096"], ["description", "I-am-the-goal-description_9159"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task7609"], ["description", "I-am-the-task-description_3580"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9358"], ["description", "I-am-the-goal-description_1972"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task5690"], ["description", "I-am-the-task-description_1197"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_448"], ["description", "I-am-the-goal-description_1059"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task1431"], ["description", "I-am-the-task-description_5443"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6097"], ["description", "I-am-the-goal-description_2395"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task2658"], ["description", "I-am-the-task-description_7443"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4090"], ["description", "I-am-the-goal-description_905"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task2155"], ["description", "I-am-the-task-description_6797"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_416"], ["description", "I-am-the-goal-description_5761"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8265"], ["description", "I-am-the-goal-description_9685"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5285"], ["description", "I-am-the-goal-description_986"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8518"], ["description", "I-am-the-goal-description_8288"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 18:21:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3836.5ms) Completed 200 OK in 15055ms (Views: 15025.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:13 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-03 18:22:13 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-03 18:22:13 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (288.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (293.5ms) Completed 200 OK in 304ms (Views: 296.0ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-03 18:22:14 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-03 18:22:16 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') 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", 1], ["version", 1], ["created_at", "2015-04-03 16:22:16.135874"], ["updated_at", "2015-04-03 16:22:16.135874"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/goals/1 Completed 302 Found in 12ms (ActiveRecord: 1.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (13.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (105.5ms) Completed 200 OK in 140ms (Views: 108.7ms | ActiveRecord: 0.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3602"], ["description", "I-am-the-goal-description_3490"], ["version", 1], ["created_at", "2015-04-03 16:22:16.381800"], ["updated_at", "2015-04-03 16:22:16.381800"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7907"], ["description", "I-am-the-task-description_6818"], ["cost", 1], ["created_at", "2015-04-03 16:22:16.403566"], ["updated_at", "2015-04-03 16:22:16.403566"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3963"], ["description", "I-am-the-task-description_2314"], ["cost", 1], ["created_at", "2015-04-03 16:22:16.408394"], ["updated_at", "2015-04-03 16:22:16.408394"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9494"], ["description", "I-am-the-task-description_3853"], ["cost", 1], ["created_at", "2015-04-03 16:22:16.412481"], ["updated_at", "2015-04-03 16:22:16.412481"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 18:22:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (53.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (54.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (64.3ms) Completed 200 OK in 66ms (Views: 65.0ms | ActiveRecord: 0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1143"], ["description", "I-am-the-goal-description_6182"], ["version", 1], ["created_at", "2015-04-03 16:22:18.247107"], ["updated_at", "2015-04-03 16:22:18.247107"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 18:22:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 18:22:19 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (20.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (23.5ms) Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:20 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:20 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6182", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-03 16:22:20.107764"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.2ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:20 +0200  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9322"], ["description", "I-am-the-goal-description_8875"], ["version", 1], ["created_at", "2015-04-03 16:22:20.312716"], ["updated_at", "2015-04-03 16:22:20.312716"], ["tracking", "150403-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 18:22:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:20 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:20 +0200 Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:22 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 18:22:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.3ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:22 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6348"], ["description", "I-am-the-goal-description_3455"], ["version", 1], ["created_at", "2015-04-03 16:22:22.170497"], ["updated_at", "2015-04-03 16:22:22.170497"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:22 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 18:22:23 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (15.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (15.8ms) Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:23 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:24 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_6348", "description"=>"I-am-the-goal-description_3455", "status"=>"2"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 2], ["version", 2], ["updated_at", "2015-04-03 16:22:24.040990"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 18:22:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:24 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 2], ["title", "I-am-a-goal_7706"], ["description", "I-am-the-goal-description_5871"], ["version", 1], ["created_at", "2015-04-03 16:22:24.193912"], ["updated_at", "2015-04-03 16:22:24.193912"], ["tracking", "150403-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:24 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-03 18:22:25 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (18.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (18.4ms) Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:25 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:26 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_7706", "description"=>"I-am-the-goal-description_5871", "status"=>"1"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", 1], ["version", 2], ["updated_at", "2015-04-03 16:22:26.045488"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.7ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:26 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_4558"], ["description", "I-am-the-goal-description_1242"], ["version", 1], ["created_at", "2015-04-03 16:22:26.191550"], ["updated_at", "2015-04-03 16:22:26.191550"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task223"], ["description", "I-am-the-task-description_7356"], ["cost", 1], ["created_at", "2015-04-03 16:22:26.195658"], ["updated_at", "2015-04-03 16:22:26.195658"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.1ms) Completed 200 OK in 15ms (Views: 11.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:26 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 18:22:26 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (11.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (28.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (50.3ms) Completed 200 OK in 55ms (Views: 51.5ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:26 +0200 Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-03 18:22:28 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.5ms) 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-03 16:22:28.118902"], ["created_at", "2015-04-03 16:22:28.119641"], ["updated_at", "2015-04-03 16:22:28.119641"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-03 16:22:28.122096"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 18:22:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (72.4ms) Completed 200 OK in 76ms (Views: 72.9ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:28 +0200  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_434"], ["description", "I-am-the-goal-description_7296"], ["version", 1], ["created_at", "2015-04-03 16:22:28.360932"], ["updated_at", "2015-04-03 16:22:28.360932"], ["tracking", "150403-1"]]  (1.5ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-03 18:22:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-03')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-03' AND reminder < '2015-04-03') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:28 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-03 18:22:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.1ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:28 +0200 Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-03 18:22:30 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (102.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (106.7ms) Completed 200 OK in 110ms (Views: 108.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:30 +0200 Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:30 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-10", "term"=>"2015-04-13", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-10"], ["term", "2015-04-13"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-03 16:22:30.321832"], ["updated_at", "2015-04-03 16:22:30.321832"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 18:22:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (72.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (79.3ms) Completed 200 OK in 83ms (Views: 79.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:30 +0200 Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9035"], ["description", "I-am-the-goal-description_1537"], ["version", 1], ["created_at", "2015-04-03 16:22:30.575711"], ["updated_at", "2015-04-03 16:22:30.575711"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2348"], ["description", "I-am-the-task-description_6660"], ["cost", 1], ["created_at", "2015-04-03 16:22:30.579641"], ["updated_at", "2015-04-03 16:22:30.579641"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:30 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 18:22:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (1.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.0ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:30 +0200  (2.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_7811"], ["description", "I-am-the-goal-description_7341"], ["version", 1], ["created_at", "2015-04-03 16:22:32.333047"], ["updated_at", "2015-04-03 16:22:32.333047"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task328"], ["description", "I-am-the-task-description_3759"], ["cost", 1], ["created_at", "2015-04-03 16:22:32.340651"], ["updated_at", "2015-04-03 16:22:32.340651"]]  (1.5ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:32 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 18:22:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (70.0ms) Completed 200 OK in 73ms (Views: 70.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:32 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-03 18:22:34 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (81.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (84.3ms) Completed 200 OK in 88ms (Views: 86.1ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:34 +0200 Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 18:22:34 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3759", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-03 16:22:34.281952"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 18:22:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (22.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (30.2ms) Completed 200 OK in 34ms (Views: 30.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:34 +0200  (2.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2474"], ["description", "I-am-the-goal-description_8672"], ["version", 1], ["created_at", "2015-04-03 16:22:34.473315"], ["updated_at", "2015-04-03 16:22:34.473315"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2254"], ["description", "I-am-the-task-description_630"], ["cost", 1], ["created_at", "2015-04-03 16:22:34.477252"], ["updated_at", "2015-04-03 16:22:34.477252"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:34 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 18:22:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.8ms) Completed 200 OK in 19ms (Views: 16.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:34 +0200 Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.0ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:36 +0200  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_1030"], ["description", "I-am-the-goal-description_3586"], ["version", 1], ["created_at", "2015-04-03 16:22:36.371849"], ["updated_at", "2015-04-03 16:22:36.371849"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4265"], ["description", "I-am-the-task-description_1075"], ["cost", 1], ["created_at", "2015-04-03 16:22:36.375769"], ["updated_at", "2015-04-03 16:22:36.375769"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-03 16:22:36.505984"], ["task_id", 1], ["created_at", "2015-04-03 16:22:36.507234"], ["updated_at", "2015-04-03 16:22:36.507234"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-03 16:22:36.508841"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:36 +0200  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_9727"], ["description", "I-am-the-goal-description_75"], ["version", 1], ["created_at", "2015-04-03 16:22:36.653886"], ["updated_at", "2015-04-03 16:22:36.653886"], ["tracking", "150403-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-02"], ["term", "2015-04-03"], ["goal_id", 1], ["title", "I-am-a-task3793"], ["description", "I-am-the-task-description_210"], ["cost", 1], ["created_at", "2015-04-03 16:22:36.661863"], ["updated_at", "2015-04-03 16:22:36.661863"]]  (2.2ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-10"], ["term", "2015-04-13"], ["updated_at", "2015-04-03 16:22:36.801525"], ["id", 1]]  (1.8ms) commit transaction Redirected to http://127.0.0.1:57707/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.5ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:36 +0200  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8198"], ["description", "I-am-the-goal-description_7785"], ["version", 1], ["created_at", "2015-04-03 16:22:36.998753"], ["updated_at", "2015-04-03 16:22:36.998753"], ["tracking", "150403-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1703"], ["description", "I-am-the-task-description_3017"], ["cost", 1], ["created_at", "2015-04-03 16:22:37.003356"], ["updated_at", "2015-04-03 16:22:37.003356"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3760"], ["description", "I-am-the-goal-description_2600"], ["version", 1], ["created_at", "2015-04-03 16:22:37.007700"], ["updated_at", "2015-04-03 16:22:37.007700"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task392"], ["description", "I-am-the-task-description_6986"], ["cost", 1], ["created_at", "2015-04-03 16:22:37.011352"], ["updated_at", "2015-04-03 16:22:37.011352"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6566"], ["description", "I-am-the-goal-description_9229"], ["version", 1], ["created_at", "2015-04-03 16:22:37.014664"], ["updated_at", "2015-04-03 16:22:37.014664"], ["tracking", "150403-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8478"], ["description", "I-am-the-task-description_1000"], ["cost", 1], ["created_at", "2015-04-03 16:22:37.018549"], ["updated_at", "2015-04-03 16:22:37.018549"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:37 +0200 Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-03 18:22:37 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.pdf (5.5ms) Completed 200 OK in 60ms (Views: 5.3ms | ActiveRecord: 0.4ms)  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_6619"], ["description", "I-am-the-goal-description_7730"], ["version", 1], ["created_at", "2015-04-03 16:22:37.285005"], ["updated_at", "2015-04-03 16:22:37.285005"], ["tracking", "150403-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6703"], ["description", "I-am-the-task-description_1557"], ["cost", 1], ["created_at", "2015-04-03 16:22:37.289890"], ["updated_at", "2015-04-03 16:22:37.289890"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_5248"], ["description", "I-am-the-goal-description_5567"], ["version", 1], ["created_at", "2015-04-03 16:22:37.295367"], ["updated_at", "2015-04-03 16:22:37.295367"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6239"], ["description", "I-am-the-task-description_7574"], ["cost", 1], ["created_at", "2015-04-03 16:22:37.298864"], ["updated_at", "2015-04-03 16:22:37.298864"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_3202"], ["description", "I-am-the-goal-description_8121"], ["version", 1], ["created_at", "2015-04-03 16:22:37.302446"], ["updated_at", "2015-04-03 16:22:37.302446"], ["tracking", "150403-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5293"], ["description", "I-am-the-task-description_4293"], ["cost", 1], ["created_at", "2015-04-03 16:22:37.306480"], ["updated_at", "2015-04-03 16:22:37.306480"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:37 +0200 Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-03 18:22:37 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-03.csv (0.6ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (2.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_8698"], ["description", "I-am-the-goal-description_4235"], ["version", 1], ["created_at", "2015-04-03 16:22:37.573944"], ["updated_at", "2015-04-03 16:22:37.573944"], ["tracking", "150403-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7669"], ["description", "I-am-the-task-description_9790"], ["cost", 1], ["created_at", "2015-04-03 16:22:37.578050"], ["updated_at", "2015-04-03 16:22:37.578050"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_67"], ["description", "I-am-the-goal-description_5457"], ["version", 1], ["created_at", "2015-04-03 16:22:37.581769"], ["updated_at", "2015-04-03 16:22:37.581769"], ["tracking", "150403-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8379"], ["description", "I-am-the-task-description_9992"], ["cost", 1], ["created_at", "2015-04-03 16:22:37.585315"], ["updated_at", "2015-04-03 16:22:37.585315"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-03') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", 1], ["title", "I-am-a-goal_2485"], ["description", "I-am-the-goal-description_8726"], ["version", 1], ["created_at", "2015-04-03 16:22:37.588678"], ["updated_at", "2015-04-03 16:22:37.588678"], ["tracking", "150403-3"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5843"], ["description", "I-am-the-task-description_5750"], ["cost", 1], ["created_at", "2015-04-03 16:22:37.593739"], ["updated_at", "2015-04-03 16:22:37.593739"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-03 18:22:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-03 18:22:37 +0200 Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-03 18:22:37 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.2ms) Completed 200 OK in 83ms (Views: 81.7ms | ActiveRecord: 0.4ms)  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to StatesToString (20150407070804)  (0.1ms) begin transaction  (1.2ms) CREATE TEMPORARY TABLE "aflyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" integer, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.5ms) SELECT * FROM "flyboy_goals"  (1.4ms) DROP TABLE "flyboy_goals"  (0.2ms) CREATE TABLE "flyboy_goals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" text, "status" varchar, "tracking" varchar, "version" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT * FROM "aflyboy_goals"  (0.5ms) DROP TABLE "aflyboy_goals" SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = 'pending' WHERE "flyboy_goals"."status" = ? [["status", "0"]] SQL (0.1ms) UPDATE "flyboy_goals" SET "status" = 'open' WHERE "flyboy_goals"."status" = ? [["status", "1"]] SQL (0.1ms) UPDATE "flyboy_goals" SET "status" = 'closed' WHERE "flyboy_goals"."status" = ? [["status", "2"]] SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150407070804"]]  (1.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3394"], ["description", "I-am-the-goal-description_9120"], ["version", 1], ["created_at", "2015-04-07 07:19:51.599685"], ["updated_at", "2015-04-07 07:19:51.599685"], ["tracking", "150407-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4539"], ["description", "I-am-the-goal-description_7987"], ["version", 1], ["created_at", "2015-04-07 07:19:51.629787"], ["updated_at", "2015-04-07 07:19:51.629787"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 2], ["title", "I-am-a-task9178"], ["description", "I-am-the-task-description_5856"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.656438"], ["updated_at", "2015-04-07 07:19:51.656438"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_232"], ["description", "I-am-the-goal-description_9837"], ["version", 1], ["created_at", "2015-04-07 07:19:51.661071"], ["updated_at", "2015-04-07 07:19:51.661071"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 3], ["title", "I-am-a-task8645"], ["description", "I-am-the-task-description_897"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.665177"], ["updated_at", "2015-04-07 07:19:51.665177"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9244"], ["description", "I-am-the-goal-description_9107"], ["version", 1], ["created_at", "2015-04-07 07:19:51.668033"], ["updated_at", "2015-04-07 07:19:51.668033"], ["tracking", "150407-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 4], ["title", "I-am-a-task4400"], ["description", "I-am-the-task-description_586"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.673047"], ["updated_at", "2015-04-07 07:19:51.673047"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 4], ["title", "I-am-a-task3307"], ["description", "I-am-the-task-description_5682"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.677329"], ["updated_at", "2015-04-07 07:19:51.677329"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 1], ["title", "I-am-a-task171"], ["description", "I-am-the-task-description_4490"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.682312"], ["updated_at", "2015-04-07 07:19:51.682312"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 1], ["title", "I-am-a-task757"], ["description", "I-am-the-task-description_8729"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.686759"], ["updated_at", "2015-04-07 07:19:51.686759"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3311"], ["description", "I-am-the-goal-description_8238"], ["version", 1], ["created_at", "2015-04-07 07:19:51.696968"], ["updated_at", "2015-04-07 07:19:51.696968"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5287"], ["description", "I-am-the-goal-description_9136"], ["version", 1], ["created_at", "2015-04-07 07:19:51.702030"], ["updated_at", "2015-04-07 07:19:51.702030"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 6], ["title", "I-am-a-task7984"], ["description", "I-am-the-task-description_2785"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.705874"], ["updated_at", "2015-04-07 07:19:51.705874"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4199"], ["description", "I-am-the-goal-description_322"], ["version", 1], ["created_at", "2015-04-07 07:19:51.709996"], ["updated_at", "2015-04-07 07:19:51.709996"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 7], ["title", "I-am-a-task1212"], ["description", "I-am-the-task-description_5415"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.714111"], ["updated_at", "2015-04-07 07:19:51.714111"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6184"], ["description", "I-am-the-goal-description_8761"], ["version", 1], ["created_at", "2015-04-07 07:19:51.717047"], ["updated_at", "2015-04-07 07:19:51.717047"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 8], ["title", "I-am-a-task9402"], ["description", "I-am-the-task-description_9118"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.722011"], ["updated_at", "2015-04-07 07:19:51.722011"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 8], ["title", "I-am-a-task7910"], ["description", "I-am-the-task-description_5893"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.727607"], ["updated_at", "2015-04-07 07:19:51.727607"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 5], ["title", "I-am-a-task7261"], ["description", "I-am-the-task-description_2229"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.732475"], ["updated_at", "2015-04-07 07:19:51.732475"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 5], ["title", "I-am-a-task7144"], ["description", "I-am-the-task-description_2293"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.738406"], ["updated_at", "2015-04-07 07:19:51.738406"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8419"], ["description", "I-am-the-goal-description_8700"], ["version", 1], ["created_at", "2015-04-07 07:19:51.742986"], ["updated_at", "2015-04-07 07:19:51.742986"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 9 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5323"], ["description", "I-am-the-goal-description_1942"], ["version", 1], ["created_at", "2015-04-07 07:19:51.793961"], ["updated_at", "2015-04-07 07:19:51.793961"], ["tracking", "150407-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3198"], ["description", "I-am-the-goal-description_6743"], ["version", 1], ["created_at", "2015-04-07 07:19:51.798816"], ["updated_at", "2015-04-07 07:19:51.798816"], ["tracking", "150407-11"]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 11], ["title", "I-am-a-task7447"], ["description", "I-am-the-task-description_65"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.803216"], ["updated_at", "2015-04-07 07:19:51.803216"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8555"], ["description", "I-am-the-goal-description_1884"], ["version", 1], ["created_at", "2015-04-07 07:19:51.807717"], ["updated_at", "2015-04-07 07:19:51.807717"], ["tracking", "150407-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 12], ["title", "I-am-a-task3909"], ["description", "I-am-the-task-description_7891"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.811528"], ["updated_at", "2015-04-07 07:19:51.811528"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2585"], ["description", "I-am-the-goal-description_1502"], ["version", 1], ["created_at", "2015-04-07 07:19:51.814360"], ["updated_at", "2015-04-07 07:19:51.814360"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 13], ["title", "I-am-a-task8246"], ["description", "I-am-the-task-description_9599"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.819217"], ["updated_at", "2015-04-07 07:19:51.819217"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 13], ["title", "I-am-a-task9860"], ["description", "I-am-the-task-description_3116"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.823931"], ["updated_at", "2015-04-07 07:19:51.823931"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 10], ["title", "I-am-a-task8108"], ["description", "I-am-the-task-description_1040"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.828307"], ["updated_at", "2015-04-07 07:19:51.828307"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 10], ["title", "I-am-a-task9369"], ["description", "I-am-the-task-description_3529"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.833296"], ["updated_at", "2015-04-07 07:19:51.833296"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 10], ["title", "I-am-a-task93"], ["description", "I-am-the-task-description_9557"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.838193"], ["updated_at", "2015-04-07 07:19:51.838193"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 10 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6631"], ["description", "I-am-the-goal-description_8523"], ["version", 1], ["created_at", "2015-04-07 07:19:51.844671"], ["updated_at", "2015-04-07 07:19:51.844671"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6494"], ["description", "I-am-the-goal-description_1721"], ["version", 1], ["created_at", "2015-04-07 07:19:51.849713"], ["updated_at", "2015-04-07 07:19:51.849713"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 15], ["title", "I-am-a-task2050"], ["description", "I-am-the-task-description_5913"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.853530"], ["updated_at", "2015-04-07 07:19:51.853530"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1581"], ["description", "I-am-the-goal-description_7430"], ["version", 1], ["created_at", "2015-04-07 07:19:51.857843"], ["updated_at", "2015-04-07 07:19:51.857843"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 16], ["title", "I-am-a-task8838"], ["description", "I-am-the-task-description_7552"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.861916"], ["updated_at", "2015-04-07 07:19:51.861916"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5246"], ["description", "I-am-the-goal-description_647"], ["version", 1], ["created_at", "2015-04-07 07:19:51.864910"], ["updated_at", "2015-04-07 07:19:51.864910"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 17], ["title", "I-am-a-task3251"], ["description", "I-am-the-task-description_8681"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.869481"], ["updated_at", "2015-04-07 07:19:51.869481"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 17], ["title", "I-am-a-task5037"], ["description", "I-am-the-task-description_158"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.873987"], ["updated_at", "2015-04-07 07:19:51.873987"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 14], ["title", "I-am-a-task216"], ["description", "I-am-the-task-description_877"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.878216"], ["updated_at", "2015-04-07 07:19:51.878216"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 14], ["title", "I-am-a-task1536"], ["description", "I-am-the-task-description_5246"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.882408"], ["updated_at", "2015-04-07 07:19:51.882408"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 14], ["title", "I-am-a-task8607"], ["description", "I-am-the-task-description_5913"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.887514"], ["updated_at", "2015-04-07 07:19:51.887514"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 14 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_907"], ["description", "I-am-the-goal-description_5552"], ["version", 1], ["created_at", "2015-04-07 07:19:51.894017"], ["updated_at", "2015-04-07 07:19:51.894017"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 18], ["title", "I-am-a-task3674"], ["description", "I-am-the-task-description_4938"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.898375"], ["updated_at", "2015-04-07 07:19:51.898375"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2325"], ["description", "I-am-the-goal-description_4976"], ["version", 1], ["created_at", "2015-04-07 07:19:51.903969"], ["updated_at", "2015-04-07 07:19:51.903969"], ["tracking", "150407-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 19], ["title", "I-am-a-task7762"], ["description", "I-am-the-task-description_657"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.907962"], ["updated_at", "2015-04-07 07:19:51.907962"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_303"], ["description", "I-am-the-goal-description_6196"], ["version", 1], ["created_at", "2015-04-07 07:19:51.913251"], ["updated_at", "2015-04-07 07:19:51.913251"], ["tracking", "150407-20"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 20], ["title", "I-am-a-task4629"], ["description", "I-am-the-task-description_4227"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.916945"], ["updated_at", "2015-04-07 07:19:51.916945"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5508"], ["description", "I-am-the-goal-description_9399"], ["version", 1], ["created_at", "2015-04-07 07:19:51.922424"], ["updated_at", "2015-04-07 07:19:51.922424"], ["tracking", "150407-21"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 21], ["title", "I-am-a-task1207"], ["description", "I-am-the-task-description_7621"], ["cost", 1], ["created_at", "2015-04-07 07:19:51.926039"], ["updated_at", "2015-04-07 07:19:51.926039"]]  (0.9ms) commit transaction  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.1ms) rollback transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.0ms) rollback transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_570"], ["description", "I-am-the-goal-description_1868"], ["version", 1], ["created_at", "2015-04-07 07:20:13.074105"], ["updated_at", "2015-04-07 07:20:13.074105"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task25"], ["description", "I-am-the-task-description_6000"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.103084"], ["updated_at", "2015-04-07 07:20:13.103084"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 07:20:13.116102"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 07:20:13.118564"], ["updated_at", "2015-04-07 07:20:13.118564"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 07:20:13.121401"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 07:20:13 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 07:20:13 UTC", "updated_at"=>"2015-04-07 07:20:13 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 07:20:13.226533"], ["created_at", "2015-04-07 07:20:13.227145"], ["updated_at", "2015-04-07 07:20:13.227145"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 97ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2266"], ["description", "I-am-the-goal-description_8396"], ["version", 1], ["created_at", "2015-04-07 07:20:13.245273"], ["updated_at", "2015-04-07 07:20:13.245273"], ["tracking", "150407-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8038"], ["description", "I-am-the-task-description_7343"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.249331"], ["updated_at", "2015-04-07 07:20:13.249331"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4718"], ["description", "I-am-the-task-description_7995"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.253261"], ["updated_at", "2015-04-07 07:20:13.253261"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:20:13.260593"], ["task_id", 2], ["created_at", "2015-04-07 07:20:13.261923"], ["updated_at", "2015-04-07 07:20:13.261923"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:20:13.263546"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1383"], ["description", "I-am-the-goal-description_1396"], ["version", 1], ["created_at", "2015-04-07 07:20:13.270176"], ["updated_at", "2015-04-07 07:20:13.270176"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5836"], ["description", "I-am-the-task-description_3469"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.274270"], ["updated_at", "2015-04-07 07:20:13.274270"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7740"], ["description", "I-am-the-task-description_5538"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.278749"], ["updated_at", "2015-04-07 07:20:13.278749"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:20:13.284989"], ["task_id", 4], ["created_at", "2015-04-07 07:20:13.286399"], ["updated_at", "2015-04-07 07:20:13.286399"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:20:13.287979"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9168"], ["description", "I-am-the-goal-description_3331"], ["version", 1], ["created_at", "2015-04-07 07:20:13.297597"], ["updated_at", "2015-04-07 07:20:13.297597"], ["tracking", "150407-4"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task305"], ["description", "I-am-the-task-description_4942"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.301800"], ["updated_at", "2015-04-07 07:20:13.301800"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task4755"], ["description", "I-am-the-task-description_1670"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.305773"], ["updated_at", "2015-04-07 07:20:13.305773"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:20:13.313025"], ["task_id", 6], ["created_at", "2015-04-07 07:20:13.314233"], ["updated_at", "2015-04-07 07:20:13.314233"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:20:13.315719"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3729"], ["description", "I-am-the-goal-description_6756"], ["version", 1], ["created_at", "2015-04-07 07:20:13.323975"], ["updated_at", "2015-04-07 07:20:13.323975"], ["tracking", "150407-5"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task9975"], ["description", "I-am-the-task-description_73"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.328368"], ["updated_at", "2015-04-07 07:20:13.328368"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8761"], ["description", "I-am-the-task-description_3770"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.332608"], ["updated_at", "2015-04-07 07:20:13.332608"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:20:13.338872"], ["task_id", 8], ["created_at", "2015-04-07 07:20:13.340089"], ["updated_at", "2015-04-07 07:20:13.340089"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:20:13.342352"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7666"], ["description", "I-am-the-goal-description_5860"], ["version", 1], ["created_at", "2015-04-07 07:20:13.348784"], ["updated_at", "2015-04-07 07:20:13.348784"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task3958"], ["description", "I-am-the-task-description_2712"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.353063"], ["updated_at", "2015-04-07 07:20:13.353063"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5394"], ["description", "I-am-the-task-description_9337"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.357013"], ["updated_at", "2015-04-07 07:20:13.357013"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 74ms (Views: 16.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7862"], ["description", "I-am-the-goal-description_6448"], ["version", 1], ["created_at", "2015-04-07 07:20:13.438476"], ["updated_at", "2015-04-07 07:20:13.438476"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task3251"], ["description", "I-am-the-task-description_9784"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.442326"], ["updated_at", "2015-04-07 07:20:13.442326"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task3530"], ["description", "I-am-the-task-description_7914"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.446284"], ["updated_at", "2015-04-07 07:20:13.446284"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2597"], ["description", "I-am-the-goal-description_9297"], ["version", 1], ["created_at", "2015-04-07 07:20:13.486835"], ["updated_at", "2015-04-07 07:20:13.486835"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task3708"], ["description", "I-am-the-task-description_7180"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.490845"], ["updated_at", "2015-04-07 07:20:13.490845"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7183"], ["description", "I-am-the-goal-description_3121"], ["version", 1], ["created_at", "2015-04-07 07:20:13.494639"], ["updated_at", "2015-04-07 07:20:13.494639"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7704"], ["description", "I-am-the-task-description_4881"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.499212"], ["updated_at", "2015-04-07 07:20:13.499212"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3187"], ["description", "I-am-the-goal-description_7300"], ["version", 1], ["created_at", "2015-04-07 07:20:13.508224"], ["updated_at", "2015-04-07 07:20:13.508224"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task1487"], ["description", "I-am-the-task-description_1612"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.512376"], ["updated_at", "2015-04-07 07:20:13.512376"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task4923"], ["description", "I-am-the-task-description_5060"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.516279"], ["updated_at", "2015-04-07 07:20:13.516279"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9690"], ["description", "I-am-the-goal-description_3347"], ["version", 1], ["created_at", "2015-04-07 07:20:13.530601"], ["updated_at", "2015-04-07 07:20:13.530601"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9526"], ["description", "I-am-the-task-description_6269"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.534569"], ["updated_at", "2015-04-07 07:20:13.534569"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5414"], ["description", "I-am-the-goal-description_1545"], ["version", 1], ["created_at", "2015-04-07 07:20:13.538306"], ["updated_at", "2015-04-07 07:20:13.538306"], ["tracking", "150407-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3301"], ["description", "I-am-the-task-description_3750"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.542305"], ["updated_at", "2015-04-07 07:20:13.542305"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8357"], ["description", "I-am-the-goal-description_8143"], ["version", 1], ["created_at", "2015-04-07 07:20:13.551494"], ["updated_at", "2015-04-07 07:20:13.551494"], ["tracking", "150407-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3512"], ["description", "I-am-the-task-description_320"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.555508"], ["updated_at", "2015-04-07 07:20:13.555508"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task359"], ["description", "I-am-the-task-description_6150"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.560300"], ["updated_at", "2015-04-07 07:20:13.560300"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_90"], ["description", "I-am-the-goal-description_2251"], ["version", 1], ["created_at", "2015-04-07 07:20:13.576317"], ["updated_at", "2015-04-07 07:20:13.576317"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4813"], ["description", "I-am-the-task-description_6747"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.580333"], ["updated_at", "2015-04-07 07:20:13.580333"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_282"], ["description", "I-am-the-goal-description_2643"], ["version", 1], ["created_at", "2015-04-07 07:20:13.584262"], ["updated_at", "2015-04-07 07:20:13.584262"], ["tracking", "150407-15"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3870"], ["description", "I-am-the-task-description_7464"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.588473"], ["updated_at", "2015-04-07 07:20:13.588473"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3759"], ["description", "I-am-the-goal-description_8278"], ["version", 1], ["created_at", "2015-04-07 07:20:13.597235"], ["updated_at", "2015-04-07 07:20:13.597235"], ["tracking", "150407-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2196"], ["description", "I-am-the-task-description_7232"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.600996"], ["updated_at", "2015-04-07 07:20:13.600996"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task14"], ["description", "I-am-the-task-description_2544"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.606754"], ["updated_at", "2015-04-07 07:20:13.606754"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1637"], ["description", "I-am-the-goal-description_5941"], ["version", 1], ["created_at", "2015-04-07 07:20:13.619717"], ["updated_at", "2015-04-07 07:20:13.619717"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3876"], ["description", "I-am-the-task-description_9830"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.623556"], ["updated_at", "2015-04-07 07:20:13.623556"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4555"], ["description", "I-am-the-task-description_496"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.627514"], ["updated_at", "2015-04-07 07:20:13.627514"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"17"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1385"], ["description", "I-am-the-goal-description_3704"], ["version", 1], ["created_at", "2015-04-07 07:20:13.641566"], ["updated_at", "2015-04-07 07:20:13.641566"], ["tracking", "150407-18"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5149"], ["description", "I-am-the-task-description_6638"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.645450"], ["updated_at", "2015-04-07 07:20:13.645450"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3808"], ["description", "I-am-the-task-description_4942"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.649461"], ["updated_at", "2015-04-07 07:20:13.649461"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7163"], ["description", "I-am-the-goal-description_9611"], ["version", 1], ["created_at", "2015-04-07 07:20:13.662635"], ["updated_at", "2015-04-07 07:20:13.662635"], ["tracking", "150407-19"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6279"], ["description", "I-am-the-task-description_4314"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.666235"], ["updated_at", "2015-04-07 07:20:13.666235"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5253"], ["description", "I-am-the-task-description_4508"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.669970"], ["updated_at", "2015-04-07 07:20:13.669970"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:20:13.682091"], ["updated_at", "2015-04-07 07:20:13.682091"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3335"], ["description", "I-am-the-goal-description_987"], ["version", 1], ["created_at", "2015-04-07 07:20:13.738266"], ["updated_at", "2015-04-07 07:20:13.738266"], ["tracking", "150407-20"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5574"], ["description", "I-am-the-task-description_3002"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.743000"], ["updated_at", "2015-04-07 07:20:13.743000"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task492"], ["description", "I-am-the-task-description_1654"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.747731"], ["updated_at", "2015-04-07 07:20:13.747731"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:20:13.754576"], ["updated_at", "2015-04-07 07:20:13.754576"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7380"], ["description", "I-am-the-goal-description_8101"], ["version", 1], ["created_at", "2015-04-07 07:20:13.765942"], ["updated_at", "2015-04-07 07:20:13.765942"], ["tracking", "150407-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5945"], ["description", "I-am-the-task-description_4683"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.771106"], ["updated_at", "2015-04-07 07:20:13.771106"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7007"], ["description", "I-am-the-task-description_5609"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.775774"], ["updated_at", "2015-04-07 07:20:13.775774"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:20:13.782442"], ["updated_at", "2015-04-07 07:20:13.782442"]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2670"], ["description", "I-am-the-goal-description_1530"], ["version", 1], ["created_at", "2015-04-07 07:20:13.791551"], ["updated_at", "2015-04-07 07:20:13.791551"], ["tracking", "150407-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1013"], ["description", "I-am-the-task-description_2034"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.796067"], ["updated_at", "2015-04-07 07:20:13.796067"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1047"], ["description", "I-am-the-task-description_60"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.800849"], ["updated_at", "2015-04-07 07:20:13.800849"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4813"], ["description", "I-am-the-goal-description_3470"], ["version", 1], ["created_at", "2015-04-07 07:20:13.811549"], ["updated_at", "2015-04-07 07:20:13.811549"], ["tracking", "150407-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9146"], ["description", "I-am-the-task-description_368"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.815415"], ["updated_at", "2015-04-07 07:20:13.815415"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2979"], ["description", "I-am-the-task-description_1722"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.819364"], ["updated_at", "2015-04-07 07:20:13.819364"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:20:13.823051"], ["updated_at", "2015-04-07 07:20:13.823051"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4082"], ["description", "I-am-the-goal-description_4858"], ["version", 1], ["created_at", "2015-04-07 07:20:13.834387"], ["updated_at", "2015-04-07 07:20:13.834387"], ["tracking", "150407-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5880"], ["description", "I-am-the-task-description_2138"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.839175"], ["updated_at", "2015-04-07 07:20:13.839175"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5723"], ["description", "I-am-the-task-description_4901"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.843622"], ["updated_at", "2015-04-07 07:20:13.843622"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:20:13.848539"], ["updated_at", "2015-04-07 07:20:13.848539"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"24", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_387"], ["description", "I-am-the-goal-description_9717"], ["version", 1], ["created_at", "2015-04-07 07:20:13.859133"], ["updated_at", "2015-04-07 07:20:13.859133"], ["tracking", "150407-25"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3584"], ["description", "I-am-the-task-description_3753"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.862884"], ["updated_at", "2015-04-07 07:20:13.862884"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8041"], ["description", "I-am-the-task-description_8901"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.866764"], ["updated_at", "2015-04-07 07:20:13.866764"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:20:13.870471"], ["updated_at", "2015-04-07 07:20:13.870471"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8267"], ["description", "I-am-the-goal-description_4917"], ["version", 1], ["created_at", "2015-04-07 07:20:13.899799"], ["updated_at", "2015-04-07 07:20:13.899799"], ["tracking", "150407-26"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5910"], ["description", "I-am-the-task-description_847"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.903694"], ["updated_at", "2015-04-07 07:20:13.903694"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task7481"], ["description", "I-am-the-task-description_8826"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.907590"], ["updated_at", "2015-04-07 07:20:13.907590"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:20:13.911333"], ["updated_at", "2015-04-07 07:20:13.911333"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6317"], ["description", "I-am-the-goal-description_6175"], ["version", 1], ["created_at", "2015-04-07 07:20:13.924871"], ["updated_at", "2015-04-07 07:20:13.924871"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task155"], ["description", "I-am-the-task-description_7886"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.929000"], ["updated_at", "2015-04-07 07:20:13.929000"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6924"], ["description", "I-am-the-task-description_6617"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.933441"], ["updated_at", "2015-04-07 07:20:13.933441"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:20:13.937530"], ["updated_at", "2015-04-07 07:20:13.937530"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7303"], ["description", "I-am-the-goal-description_935"], ["version", 1], ["created_at", "2015-04-07 07:20:13.953101"], ["updated_at", "2015-04-07 07:20:13.953101"], ["tracking", "150407-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7053"], ["description", "I-am-the-task-description_7453"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.958016"], ["updated_at", "2015-04-07 07:20:13.958016"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2867"], ["description", "I-am-the-task-description_3858"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.961875"], ["updated_at", "2015-04-07 07:20:13.961875"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 28], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:20:13.965725"], ["updated_at", "2015-04-07 07:20:13.965725"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 07:20:13.972077"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9076"], ["description", "I-am-the-goal-description_8832"], ["version", 1], ["created_at", "2015-04-07 07:20:13.979858"], ["updated_at", "2015-04-07 07:20:13.979858"], ["tracking", "150407-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2743"], ["description", "I-am-the-goal-description_3572"], ["version", 1], ["created_at", "2015-04-07 07:20:13.984816"], ["updated_at", "2015-04-07 07:20:13.984816"], ["tracking", "150407-30"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 30], ["title", "I-am-a-task8310"], ["description", "I-am-the-task-description_3942"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.989013"], ["updated_at", "2015-04-07 07:20:13.989013"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3916"], ["description", "I-am-the-goal-description_8677"], ["version", 1], ["created_at", "2015-04-07 07:20:13.993251"], ["updated_at", "2015-04-07 07:20:13.993251"], ["tracking", "150407-31"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 31], ["title", "I-am-a-task666"], ["description", "I-am-the-task-description_7976"], ["cost", 1], ["created_at", "2015-04-07 07:20:13.997787"], ["updated_at", "2015-04-07 07:20:13.997787"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1213"], ["description", "I-am-the-goal-description_5260"], ["version", 1], ["created_at", "2015-04-07 07:20:14.000721"], ["updated_at", "2015-04-07 07:20:14.000721"], ["tracking", "150407-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 32], ["title", "I-am-a-task7851"], ["description", "I-am-the-task-description_8110"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.006146"], ["updated_at", "2015-04-07 07:20:14.006146"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 32], ["title", "I-am-a-task9048"], ["description", "I-am-the-task-description_1725"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.011082"], ["updated_at", "2015-04-07 07:20:14.011082"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 29], ["title", "I-am-a-task4923"], ["description", "I-am-the-task-description_3660"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.015586"], ["updated_at", "2015-04-07 07:20:14.015586"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 29], ["title", "I-am-a-task1219"], ["description", "I-am-the-task-description_4654"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.020784"], ["updated_at", "2015-04-07 07:20:14.020784"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1226"], ["description", "I-am-the-goal-description_8253"], ["version", 1], ["created_at", "2015-04-07 07:20:14.027531"], ["updated_at", "2015-04-07 07:20:14.027531"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3687"], ["description", "I-am-the-goal-description_7283"], ["version", 1], ["created_at", "2015-04-07 07:20:14.032774"], ["updated_at", "2015-04-07 07:20:14.032774"], ["tracking", "150407-34"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 34], ["title", "I-am-a-task8304"], ["description", "I-am-the-task-description_6335"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.037330"], ["updated_at", "2015-04-07 07:20:14.037330"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4572"], ["description", "I-am-the-goal-description_5228"], ["version", 1], ["created_at", "2015-04-07 07:20:14.041912"], ["updated_at", "2015-04-07 07:20:14.041912"], ["tracking", "150407-35"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 35], ["title", "I-am-a-task9840"], ["description", "I-am-the-task-description_1985"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.046164"], ["updated_at", "2015-04-07 07:20:14.046164"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2478"], ["description", "I-am-the-goal-description_7109"], ["version", 1], ["created_at", "2015-04-07 07:20:14.048997"], ["updated_at", "2015-04-07 07:20:14.048997"], ["tracking", "150407-36"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 36], ["title", "I-am-a-task8986"], ["description", "I-am-the-task-description_1407"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.053505"], ["updated_at", "2015-04-07 07:20:14.053505"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 36], ["title", "I-am-a-task3466"], ["description", "I-am-the-task-description_6286"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.058108"], ["updated_at", "2015-04-07 07:20:14.058108"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 33], ["title", "I-am-a-task1295"], ["description", "I-am-the-task-description_5012"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.062933"], ["updated_at", "2015-04-07 07:20:14.062933"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 33], ["title", "I-am-a-task9123"], ["description", "I-am-the-task-description_6433"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.067762"], ["updated_at", "2015-04-07 07:20:14.067762"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7306"], ["description", "I-am-the-goal-description_781"], ["version", 1], ["created_at", "2015-04-07 07:20:14.071313"], ["updated_at", "2015-04-07 07:20:14.071313"], ["tracking", "150407-37"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2087"], ["description", "I-am-the-goal-description_7553"], ["version", 1], ["created_at", "2015-04-07 07:20:14.078610"], ["updated_at", "2015-04-07 07:20:14.078610"], ["tracking", "150407-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5617"], ["description", "I-am-the-goal-description_3351"], ["version", 1], ["created_at", "2015-04-07 07:20:14.084531"], ["updated_at", "2015-04-07 07:20:14.084531"], ["tracking", "150407-39"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task4819"], ["description", "I-am-the-task-description_4672"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.088567"], ["updated_at", "2015-04-07 07:20:14.088567"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6577"], ["description", "I-am-the-goal-description_4620"], ["version", 1], ["created_at", "2015-04-07 07:20:14.093072"], ["updated_at", "2015-04-07 07:20:14.093072"], ["tracking", "150407-40"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task6653"], ["description", "I-am-the-task-description_6431"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.097569"], ["updated_at", "2015-04-07 07:20:14.097569"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2668"], ["description", "I-am-the-goal-description_5668"], ["version", 1], ["created_at", "2015-04-07 07:20:14.100704"], ["updated_at", "2015-04-07 07:20:14.100704"], ["tracking", "150407-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 41], ["title", "I-am-a-task8159"], ["description", "I-am-the-task-description_8497"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.105307"], ["updated_at", "2015-04-07 07:20:14.105307"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task2713"], ["description", "I-am-the-task-description_606"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.111506"], ["updated_at", "2015-04-07 07:20:14.111506"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 38], ["title", "I-am-a-task4657"], ["description", "I-am-the-task-description_3557"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.116553"], ["updated_at", "2015-04-07 07:20:14.116553"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 38], ["title", "I-am-a-task4523"], ["description", "I-am-the-task-description_9007"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.121206"], ["updated_at", "2015-04-07 07:20:14.121206"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 38], ["title", "I-am-a-task8247"], ["description", "I-am-the-task-description_6061"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.125733"], ["updated_at", "2015-04-07 07:20:14.125733"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6158"], ["description", "I-am-the-goal-description_1321"], ["version", 1], ["created_at", "2015-04-07 07:20:14.132517"], ["updated_at", "2015-04-07 07:20:14.132517"], ["tracking", "150407-42"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6629"], ["description", "I-am-the-goal-description_720"], ["version", 1], ["created_at", "2015-04-07 07:20:14.137418"], ["updated_at", "2015-04-07 07:20:14.137418"], ["tracking", "150407-43"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task2353"], ["description", "I-am-the-task-description_4765"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.141474"], ["updated_at", "2015-04-07 07:20:14.141474"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6972"], ["description", "I-am-the-goal-description_9283"], ["version", 1], ["created_at", "2015-04-07 07:20:14.202507"], ["updated_at", "2015-04-07 07:20:14.202507"], ["tracking", "150407-44"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task5862"], ["description", "I-am-the-task-description_7106"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.206435"], ["updated_at", "2015-04-07 07:20:14.206435"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1563"], ["description", "I-am-the-goal-description_8209"], ["version", 1], ["created_at", "2015-04-07 07:20:14.209978"], ["updated_at", "2015-04-07 07:20:14.209978"], ["tracking", "150407-45"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 45], ["title", "I-am-a-task7201"], ["description", "I-am-the-task-description_7158"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.214780"], ["updated_at", "2015-04-07 07:20:14.214780"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task1929"], ["description", "I-am-the-task-description_5363"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.220692"], ["updated_at", "2015-04-07 07:20:14.220692"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task3878"], ["description", "I-am-the-task-description_760"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.225320"], ["updated_at", "2015-04-07 07:20:14.225320"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task6982"], ["description", "I-am-the-task-description_2994"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.230558"], ["updated_at", "2015-04-07 07:20:14.230558"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task3762"], ["description", "I-am-the-task-description_7967"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.237289"], ["updated_at", "2015-04-07 07:20:14.237289"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_816"], ["description", "I-am-the-goal-description_4253"], ["version", 1], ["created_at", "2015-04-07 07:20:14.246207"], ["updated_at", "2015-04-07 07:20:14.246207"], ["tracking", "150407-46"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task7528"], ["description", "I-am-the-task-description_5839"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.251255"], ["updated_at", "2015-04-07 07:20:14.251255"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2263"], ["description", "I-am-the-goal-description_8168"], ["version", 1], ["created_at", "2015-04-07 07:20:14.257045"], ["updated_at", "2015-04-07 07:20:14.257045"], ["tracking", "150407-47"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 47], ["title", "I-am-a-task8928"], ["description", "I-am-the-task-description_5559"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.261677"], ["updated_at", "2015-04-07 07:20:14.261677"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3451"], ["description", "I-am-the-goal-description_2473"], ["version", 1], ["created_at", "2015-04-07 07:20:14.267143"], ["updated_at", "2015-04-07 07:20:14.267143"], ["tracking", "150407-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task6027"], ["description", "I-am-the-task-description_5262"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.272143"], ["updated_at", "2015-04-07 07:20:14.272143"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5675"], ["description", "I-am-the-goal-description_3900"], ["version", 1], ["created_at", "2015-04-07 07:20:14.278948"], ["updated_at", "2015-04-07 07:20:14.278948"], ["tracking", "150407-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task9400"], ["description", "I-am-the-task-description_5669"], ["cost", 1], ["created_at", "2015-04-07 07:20:14.283067"], ["updated_at", "2015-04-07 07:20:14.283067"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2018"], ["description", "I-am-the-goal-description_7461"], ["version", 1], ["created_at", "2015-04-07 07:20:14.288697"], ["updated_at", "2015-04-07 07:20:14.288697"], ["tracking", "150407-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:20:14.292259"], ["id", 50]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:20:14.294949"], ["id", 50]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9166"], ["description", "I-am-the-goal-description_602"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4117"], ["description", "I-am-the-goal-description_4625"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_958"], ["description", "I-am-the-goal-description_7368"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7290"], ["description", "I-am-the-goal-description_2563"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9679"], ["description", "I-am-the-goal-description_874"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 55], ["title", "I-am-a-task8146"], ["description", "I-am-the-task-description_8960"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5947"], ["description", "I-am-the-goal-description_8433"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 56], ["title", "I-am-a-task4095"], ["description", "I-am-the-task-description_9164"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4502"], ["description", "I-am-the-goal-description_1940"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 57], ["title", "I-am-a-task8918"], ["description", "I-am-the-task-description_6798"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6649"], ["description", "I-am-the-goal-description_5319"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 58], ["title", "I-am-a-task3632"], ["description", "I-am-the-task-description_7455"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2273"], ["description", "I-am-the-goal-description_9288"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 59], ["title", "I-am-a-task9764"], ["description", "I-am-the-task-description_8871"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7248"], ["description", "I-am-the-goal-description_6105"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6660"], ["description", "I-am-the-goal-description_9530"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5666"], ["description", "I-am-the-goal-description_9586"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7646"], ["description", "I-am-the-goal-description_8880"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.1ms) rollback transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.0ms) rollback transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.0ms) rollback transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9282"], ["description", "I-am-the-goal-description_1120"], ["version", 1], ["created_at", "2015-04-07 07:21:46.400609"], ["updated_at", "2015-04-07 07:21:46.400609"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4489"], ["description", "I-am-the-task-description_828"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.471351"], ["updated_at", "2015-04-07 07:21:46.471351"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 07:21:46.483327"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 07:21:46.484681"], ["updated_at", "2015-04-07 07:21:46.484681"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 07:21:46.486510"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 07:21:46 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 07:21:46 UTC", "updated_at"=>"2015-04-07 07:21:46 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 07:21:46.582074"], ["created_at", "2015-04-07 07:21:46.582781"], ["updated_at", "2015-04-07 07:21:46.582781"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 85ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2323"], ["description", "I-am-the-goal-description_8594"], ["version", 1], ["created_at", "2015-04-07 07:21:46.600383"], ["updated_at", "2015-04-07 07:21:46.600383"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5578"], ["description", "I-am-the-task-description_1943"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.604215"], ["updated_at", "2015-04-07 07:21:46.604215"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5463"], ["description", "I-am-the-task-description_4809"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.608050"], ["updated_at", "2015-04-07 07:21:46.608050"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:21:46.615263"], ["task_id", 2], ["created_at", "2015-04-07 07:21:46.616588"], ["updated_at", "2015-04-07 07:21:46.616588"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:21:46.618193"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9871"], ["description", "I-am-the-goal-description_4876"], ["version", 1], ["created_at", "2015-04-07 07:21:46.626012"], ["updated_at", "2015-04-07 07:21:46.626012"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5378"], ["description", "I-am-the-task-description_3301"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.630639"], ["updated_at", "2015-04-07 07:21:46.630639"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1435"], ["description", "I-am-the-task-description_6939"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.635593"], ["updated_at", "2015-04-07 07:21:46.635593"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:21:46.642007"], ["task_id", 4], ["created_at", "2015-04-07 07:21:46.643243"], ["updated_at", "2015-04-07 07:21:46.643243"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:21:46.644759"], ["id", 4]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6263"], ["description", "I-am-the-goal-description_1227"], ["version", 1], ["created_at", "2015-04-07 07:21:46.657294"], ["updated_at", "2015-04-07 07:21:46.657294"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task3623"], ["description", "I-am-the-task-description_9814"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.661134"], ["updated_at", "2015-04-07 07:21:46.661134"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task3653"], ["description", "I-am-the-task-description_5339"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.665056"], ["updated_at", "2015-04-07 07:21:46.665056"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:21:46.672453"], ["task_id", 6], ["created_at", "2015-04-07 07:21:46.673656"], ["updated_at", "2015-04-07 07:21:46.673656"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:21:46.675137"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4271"], ["description", "I-am-the-goal-description_5316"], ["version", 1], ["created_at", "2015-04-07 07:21:46.684385"], ["updated_at", "2015-04-07 07:21:46.684385"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task2378"], ["description", "I-am-the-task-description_7168"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.689241"], ["updated_at", "2015-04-07 07:21:46.689241"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task5176"], ["description", "I-am-the-task-description_325"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.693736"], ["updated_at", "2015-04-07 07:21:46.693736"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:21:46.701721"], ["task_id", 8], ["created_at", "2015-04-07 07:21:46.703361"], ["updated_at", "2015-04-07 07:21:46.703361"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:21:46.705266"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2402"], ["description", "I-am-the-goal-description_5061"], ["version", 1], ["created_at", "2015-04-07 07:21:46.711252"], ["updated_at", "2015-04-07 07:21:46.711252"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task7021"], ["description", "I-am-the-task-description_3615"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.715396"], ["updated_at", "2015-04-07 07:21:46.715396"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task918"], ["description", "I-am-the-task-description_2662"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.719491"], ["updated_at", "2015-04-07 07:21:46.719491"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 80ms (Views: 21.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_392"], ["description", "I-am-the-goal-description_946"], ["version", 1], ["created_at", "2015-04-07 07:21:46.806257"], ["updated_at", "2015-04-07 07:21:46.806257"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task5471"], ["description", "I-am-the-task-description_1495"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.810151"], ["updated_at", "2015-04-07 07:21:46.810151"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task5276"], ["description", "I-am-the-task-description_5264"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.814186"], ["updated_at", "2015-04-07 07:21:46.814186"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4937"], ["description", "I-am-the-goal-description_490"], ["version", 1], ["created_at", "2015-04-07 07:21:46.857396"], ["updated_at", "2015-04-07 07:21:46.857396"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7253"], ["description", "I-am-the-task-description_2083"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.861364"], ["updated_at", "2015-04-07 07:21:46.861364"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7283"], ["description", "I-am-the-goal-description_3704"], ["version", 1], ["created_at", "2015-04-07 07:21:46.865452"], ["updated_at", "2015-04-07 07:21:46.865452"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6616"], ["description", "I-am-the-task-description_7226"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.869319"], ["updated_at", "2015-04-07 07:21:46.869319"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4684"], ["description", "I-am-the-goal-description_1457"], ["version", 1], ["created_at", "2015-04-07 07:21:46.878745"], ["updated_at", "2015-04-07 07:21:46.878745"], ["tracking", "150407-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task534"], ["description", "I-am-the-task-description_5447"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.882621"], ["updated_at", "2015-04-07 07:21:46.882621"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task5324"], ["description", "I-am-the-task-description_4501"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.886555"], ["updated_at", "2015-04-07 07:21:46.886555"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3888"], ["description", "I-am-the-goal-description_198"], ["version", 1], ["created_at", "2015-04-07 07:21:46.900176"], ["updated_at", "2015-04-07 07:21:46.900176"], ["tracking", "150407-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task2086"], ["description", "I-am-the-task-description_569"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.903963"], ["updated_at", "2015-04-07 07:21:46.903963"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6202"], ["description", "I-am-the-goal-description_148"], ["version", 1], ["created_at", "2015-04-07 07:21:46.907704"], ["updated_at", "2015-04-07 07:21:46.907704"], ["tracking", "150407-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5969"], ["description", "I-am-the-task-description_4411"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.911708"], ["updated_at", "2015-04-07 07:21:46.911708"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6455"], ["description", "I-am-the-goal-description_1384"], ["version", 1], ["created_at", "2015-04-07 07:21:46.922780"], ["updated_at", "2015-04-07 07:21:46.922780"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7688"], ["description", "I-am-the-task-description_5822"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.926882"], ["updated_at", "2015-04-07 07:21:46.926882"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6711"], ["description", "I-am-the-task-description_324"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.931372"], ["updated_at", "2015-04-07 07:21:46.931372"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7418"], ["description", "I-am-the-goal-description_3904"], ["version", 1], ["created_at", "2015-04-07 07:21:46.949042"], ["updated_at", "2015-04-07 07:21:46.949042"], ["tracking", "150407-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2333"], ["description", "I-am-the-task-description_8289"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.954046"], ["updated_at", "2015-04-07 07:21:46.954046"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6106"], ["description", "I-am-the-goal-description_4208"], ["version", 1], ["created_at", "2015-04-07 07:21:46.958190"], ["updated_at", "2015-04-07 07:21:46.958190"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5109"], ["description", "I-am-the-task-description_686"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.961976"], ["updated_at", "2015-04-07 07:21:46.961976"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3581"], ["description", "I-am-the-goal-description_1823"], ["version", 1], ["created_at", "2015-04-07 07:21:46.975029"], ["updated_at", "2015-04-07 07:21:46.975029"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3907"], ["description", "I-am-the-task-description_1703"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.978841"], ["updated_at", "2015-04-07 07:21:46.978841"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5296"], ["description", "I-am-the-task-description_6193"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.982800"], ["updated_at", "2015-04-07 07:21:46.982800"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4110"], ["description", "I-am-the-goal-description_3282"], ["version", 1], ["created_at", "2015-04-07 07:21:46.995441"], ["updated_at", "2015-04-07 07:21:46.995441"], ["tracking", "150407-17"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6380"], ["description", "I-am-the-task-description_69"], ["cost", 1], ["created_at", "2015-04-07 07:21:46.999463"], ["updated_at", "2015-04-07 07:21:46.999463"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8820"], ["description", "I-am-the-task-description_7796"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.004260"], ["updated_at", "2015-04-07 07:21:47.004260"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"17"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8013"], ["description", "I-am-the-goal-description_5923"], ["version", 1], ["created_at", "2015-04-07 07:21:47.017652"], ["updated_at", "2015-04-07 07:21:47.017652"], ["tracking", "150407-18"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5718"], ["description", "I-am-the-task-description_1266"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.023270"], ["updated_at", "2015-04-07 07:21:47.023270"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7384"], ["description", "I-am-the-task-description_2181"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.027077"], ["updated_at", "2015-04-07 07:21:47.027077"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8424"], ["description", "I-am-the-goal-description_7573"], ["version", 1], ["created_at", "2015-04-07 07:21:47.039181"], ["updated_at", "2015-04-07 07:21:47.039181"], ["tracking", "150407-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1619"], ["description", "I-am-the-task-description_3582"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.042982"], ["updated_at", "2015-04-07 07:21:47.042982"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task3307"], ["description", "I-am-the-task-description_7154"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.046714"], ["updated_at", "2015-04-07 07:21:47.046714"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:21:47.058491"], ["updated_at", "2015-04-07 07:21:47.058491"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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_5512"], ["version", 1], ["created_at", "2015-04-07 07:21:47.119069"], ["updated_at", "2015-04-07 07:21:47.119069"], ["tracking", "150407-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2114"], ["description", "I-am-the-task-description_4534"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.123969"], ["updated_at", "2015-04-07 07:21:47.123969"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7936"], ["description", "I-am-the-task-description_3708"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.128575"], ["updated_at", "2015-04-07 07:21:47.128575"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:21:47.135709"], ["updated_at", "2015-04-07 07:21:47.135709"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5143"], ["description", "I-am-the-goal-description_2615"], ["version", 1], ["created_at", "2015-04-07 07:21:47.146333"], ["updated_at", "2015-04-07 07:21:47.146333"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2022"], ["description", "I-am-the-task-description_6319"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.150551"], ["updated_at", "2015-04-07 07:21:47.150551"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6424"], ["description", "I-am-the-task-description_8901"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.154678"], ["updated_at", "2015-04-07 07:21:47.154678"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"21", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 21], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:21:47.160752"], ["updated_at", "2015-04-07 07:21:47.160752"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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_7156"], ["version", 1], ["created_at", "2015-04-07 07:21:47.168327"], ["updated_at", "2015-04-07 07:21:47.168327"], ["tracking", "150407-22"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4416"], ["description", "I-am-the-task-description_9637"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.172270"], ["updated_at", "2015-04-07 07:21:47.172270"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7982"], ["description", "I-am-the-task-description_5588"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.177027"], ["updated_at", "2015-04-07 07:21:47.177027"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (1.2ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4594"], ["description", "I-am-the-goal-description_8242"], ["version", 1], ["created_at", "2015-04-07 07:21:47.190288"], ["updated_at", "2015-04-07 07:21:47.190288"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task252"], ["description", "I-am-the-task-description_96"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.194488"], ["updated_at", "2015-04-07 07:21:47.194488"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1716"], ["description", "I-am-the-task-description_7928"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.198477"], ["updated_at", "2015-04-07 07:21:47.198477"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:21:47.202072"], ["updated_at", "2015-04-07 07:21:47.202072"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4538"], ["description", "I-am-the-goal-description_2744"], ["version", 1], ["created_at", "2015-04-07 07:21:47.213152"], ["updated_at", "2015-04-07 07:21:47.213152"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8980"], ["description", "I-am-the-task-description_5135"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.217690"], ["updated_at", "2015-04-07 07:21:47.217690"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2577"], ["description", "I-am-the-task-description_3945"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.221675"], ["updated_at", "2015-04-07 07:21:47.221675"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:21:47.226052"], ["updated_at", "2015-04-07 07:21:47.226052"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"24", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8788"], ["description", "I-am-the-goal-description_8843"], ["version", 1], ["created_at", "2015-04-07 07:21:47.240259"], ["updated_at", "2015-04-07 07:21:47.240259"], ["tracking", "150407-25"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2456"], ["description", "I-am-the-task-description_9651"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.244325"], ["updated_at", "2015-04-07 07:21:47.244325"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8003"], ["description", "I-am-the-task-description_8000"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.248094"], ["updated_at", "2015-04-07 07:21:47.248094"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:21:47.251907"], ["updated_at", "2015-04-07 07:21:47.251907"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7640"], ["description", "I-am-the-goal-description_8687"], ["version", 1], ["created_at", "2015-04-07 07:21:47.278168"], ["updated_at", "2015-04-07 07:21:47.278168"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task939"], ["description", "I-am-the-task-description_5250"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.281856"], ["updated_at", "2015-04-07 07:21:47.281856"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task921"], ["description", "I-am-the-task-description_6985"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.287396"], ["updated_at", "2015-04-07 07:21:47.287396"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:21:47.291539"], ["updated_at", "2015-04-07 07:21:47.291539"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_489"], ["description", "I-am-the-goal-description_7626"], ["version", 1], ["created_at", "2015-04-07 07:21:47.305267"], ["updated_at", "2015-04-07 07:21:47.305267"], ["tracking", "150407-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6295"], ["description", "I-am-the-task-description_4446"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.309167"], ["updated_at", "2015-04-07 07:21:47.309167"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2734"], ["description", "I-am-the-task-description_8953"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.313083"], ["updated_at", "2015-04-07 07:21:47.313083"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:21:47.317013"], ["updated_at", "2015-04-07 07:21:47.317013"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8410"], ["description", "I-am-the-goal-description_6208"], ["version", 1], ["created_at", "2015-04-07 07:21:47.330098"], ["updated_at", "2015-04-07 07:21:47.330098"], ["tracking", "150407-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task5230"], ["description", "I-am-the-task-description_3263"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.334647"], ["updated_at", "2015-04-07 07:21:47.334647"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3389"], ["description", "I-am-the-task-description_1664"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.340171"], ["updated_at", "2015-04-07 07:21:47.340171"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 28], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:21:47.344353"], ["updated_at", "2015-04-07 07:21:47.344353"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 07:21:47.351559"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4907"], ["description", "I-am-the-goal-description_1994"], ["version", 1], ["created_at", "2015-04-07 07:21:47.358005"], ["updated_at", "2015-04-07 07:21:47.358005"], ["tracking", "150407-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4050"], ["description", "I-am-the-goal-description_9865"], ["version", 1], ["created_at", "2015-04-07 07:21:47.362762"], ["updated_at", "2015-04-07 07:21:47.362762"], ["tracking", "150407-30"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 30], ["title", "I-am-a-task5365"], ["description", "I-am-the-task-description_9045"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.366719"], ["updated_at", "2015-04-07 07:21:47.366719"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2309"], ["description", "I-am-the-goal-description_1892"], ["version", 1], ["created_at", "2015-04-07 07:21:47.371390"], ["updated_at", "2015-04-07 07:21:47.371390"], ["tracking", "150407-31"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 31], ["title", "I-am-a-task4207"], ["description", "I-am-the-task-description_4116"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.376407"], ["updated_at", "2015-04-07 07:21:47.376407"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9300"], ["description", "I-am-the-goal-description_7305"], ["version", 1], ["created_at", "2015-04-07 07:21:47.379309"], ["updated_at", "2015-04-07 07:21:47.379309"], ["tracking", "150407-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 32], ["title", "I-am-a-task4581"], ["description", "I-am-the-task-description_6766"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.383775"], ["updated_at", "2015-04-07 07:21:47.383775"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 32], ["title", "I-am-a-task5272"], ["description", "I-am-the-task-description_2962"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.389757"], ["updated_at", "2015-04-07 07:21:47.389757"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 29], ["title", "I-am-a-task9842"], ["description", "I-am-the-task-description_5145"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.393823"], ["updated_at", "2015-04-07 07:21:47.393823"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 29], ["title", "I-am-a-task7992"], ["description", "I-am-the-task-description_1993"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.398108"], ["updated_at", "2015-04-07 07:21:47.398108"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 29 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4943"], ["description", "I-am-the-goal-description_7438"], ["version", 1], ["created_at", "2015-04-07 07:21:47.405064"], ["updated_at", "2015-04-07 07:21:47.405064"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5672"], ["description", "I-am-the-goal-description_9764"], ["version", 1], ["created_at", "2015-04-07 07:21:47.409816"], ["updated_at", "2015-04-07 07:21:47.409816"], ["tracking", "150407-34"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 34], ["title", "I-am-a-task7723"], ["description", "I-am-the-task-description_9260"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.414093"], ["updated_at", "2015-04-07 07:21:47.414093"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3598"], ["description", "I-am-the-goal-description_537"], ["version", 1], ["created_at", "2015-04-07 07:21:47.418075"], ["updated_at", "2015-04-07 07:21:47.418075"], ["tracking", "150407-35"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 35], ["title", "I-am-a-task8445"], ["description", "I-am-the-task-description_7449"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.421944"], ["updated_at", "2015-04-07 07:21:47.421944"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6366"], ["description", "I-am-the-goal-description_3563"], ["version", 1], ["created_at", "2015-04-07 07:21:47.425393"], ["updated_at", "2015-04-07 07:21:47.425393"], ["tracking", "150407-36"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 36], ["title", "I-am-a-task6466"], ["description", "I-am-the-task-description_4907"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.430035"], ["updated_at", "2015-04-07 07:21:47.430035"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 36], ["title", "I-am-a-task6072"], ["description", "I-am-the-task-description_9324"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.434376"], ["updated_at", "2015-04-07 07:21:47.434376"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 33], ["title", "I-am-a-task4263"], ["description", "I-am-the-task-description_7266"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.439377"], ["updated_at", "2015-04-07 07:21:47.439377"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 33], ["title", "I-am-a-task7842"], ["description", "I-am-the-task-description_8787"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.443570"], ["updated_at", "2015-04-07 07:21:47.443570"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2393"], ["description", "I-am-the-goal-description_9708"], ["version", 1], ["created_at", "2015-04-07 07:21:47.448107"], ["updated_at", "2015-04-07 07:21:47.448107"], ["tracking", "150407-37"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 37 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_576"], ["description", "I-am-the-goal-description_6685"], ["version", 1], ["created_at", "2015-04-07 07:21:47.458536"], ["updated_at", "2015-04-07 07:21:47.458536"], ["tracking", "150407-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1678"], ["description", "I-am-the-goal-description_2235"], ["version", 1], ["created_at", "2015-04-07 07:21:47.463245"], ["updated_at", "2015-04-07 07:21:47.463245"], ["tracking", "150407-39"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task3800"], ["description", "I-am-the-task-description_8789"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.467053"], ["updated_at", "2015-04-07 07:21:47.467053"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3707"], ["description", "I-am-the-goal-description_9905"], ["version", 1], ["created_at", "2015-04-07 07:21:47.470851"], ["updated_at", "2015-04-07 07:21:47.470851"], ["tracking", "150407-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task476"], ["description", "I-am-the-task-description_828"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.476684"], ["updated_at", "2015-04-07 07:21:47.476684"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7027"], ["description", "I-am-the-goal-description_9147"], ["version", 1], ["created_at", "2015-04-07 07:21:47.480651"], ["updated_at", "2015-04-07 07:21:47.480651"], ["tracking", "150407-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 41], ["title", "I-am-a-task4816"], ["description", "I-am-the-task-description_8406"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.486273"], ["updated_at", "2015-04-07 07:21:47.486273"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task1307"], ["description", "I-am-the-task-description_2263"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.490506"], ["updated_at", "2015-04-07 07:21:47.490506"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 38], ["title", "I-am-a-task1399"], ["description", "I-am-the-task-description_1304"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.495581"], ["updated_at", "2015-04-07 07:21:47.495581"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 38], ["title", "I-am-a-task6943"], ["description", "I-am-the-task-description_9238"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.500493"], ["updated_at", "2015-04-07 07:21:47.500493"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 38], ["title", "I-am-a-task2706"], ["description", "I-am-the-task-description_4058"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.506621"], ["updated_at", "2015-04-07 07:21:47.506621"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 38 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6659"], ["description", "I-am-the-goal-description_1285"], ["version", 1], ["created_at", "2015-04-07 07:21:47.513670"], ["updated_at", "2015-04-07 07:21:47.513670"], ["tracking", "150407-42"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5732"], ["description", "I-am-the-goal-description_796"], ["version", 1], ["created_at", "2015-04-07 07:21:47.518524"], ["updated_at", "2015-04-07 07:21:47.518524"], ["tracking", "150407-43"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task1265"], ["description", "I-am-the-task-description_5869"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.522733"], ["updated_at", "2015-04-07 07:21:47.522733"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5090"], ["description", "I-am-the-goal-description_4570"], ["version", 1], ["created_at", "2015-04-07 07:21:47.526752"], ["updated_at", "2015-04-07 07:21:47.526752"], ["tracking", "150407-44"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task635"], ["description", "I-am-the-task-description_5518"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.587981"], ["updated_at", "2015-04-07 07:21:47.587981"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3449"], ["description", "I-am-the-goal-description_39"], ["version", 1], ["created_at", "2015-04-07 07:21:47.591234"], ["updated_at", "2015-04-07 07:21:47.591234"], ["tracking", "150407-45"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 45], ["title", "I-am-a-task8048"], ["description", "I-am-the-task-description_6240"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.595936"], ["updated_at", "2015-04-07 07:21:47.595936"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task3168"], ["description", "I-am-the-task-description_8330"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.601265"], ["updated_at", "2015-04-07 07:21:47.601265"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task2272"], ["description", "I-am-the-task-description_787"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.605608"], ["updated_at", "2015-04-07 07:21:47.605608"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task5180"], ["description", "I-am-the-task-description_5303"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.610255"], ["updated_at", "2015-04-07 07:21:47.610255"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task3814"], ["description", "I-am-the-task-description_6013"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.614472"], ["updated_at", "2015-04-07 07:21:47.614472"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 42 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1069"], ["description", "I-am-the-goal-description_9736"], ["version", 1], ["created_at", "2015-04-07 07:21:47.621534"], ["updated_at", "2015-04-07 07:21:47.621534"], ["tracking", "150407-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task6613"], ["description", "I-am-the-task-description_8681"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.625476"], ["updated_at", "2015-04-07 07:21:47.625476"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4492"], ["description", "I-am-the-goal-description_8711"], ["version", 1], ["created_at", "2015-04-07 07:21:47.630836"], ["updated_at", "2015-04-07 07:21:47.630836"], ["tracking", "150407-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 47], ["title", "I-am-a-task7729"], ["description", "I-am-the-task-description_8615"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.634878"], ["updated_at", "2015-04-07 07:21:47.634878"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1415"], ["description", "I-am-the-goal-description_2674"], ["version", 1], ["created_at", "2015-04-07 07:21:47.640191"], ["updated_at", "2015-04-07 07:21:47.640191"], ["tracking", "150407-48"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task5898"], ["description", "I-am-the-task-description_5316"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.644172"], ["updated_at", "2015-04-07 07:21:47.644172"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9941"], ["description", "I-am-the-goal-description_7298"], ["version", 1], ["created_at", "2015-04-07 07:21:47.650814"], ["updated_at", "2015-04-07 07:21:47.650814"], ["tracking", "150407-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task5790"], ["description", "I-am-the-task-description_6226"], ["cost", 1], ["created_at", "2015-04-07 07:21:47.655360"], ["updated_at", "2015-04-07 07:21:47.655360"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4782"], ["description", "I-am-the-goal-description_2499"], ["version", 1], ["created_at", "2015-04-07 07:21:47.660179"], ["updated_at", "2015-04-07 07:21:47.660179"], ["tracking", "150407-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:21:47.663142"], ["id", 50]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:21:47.665282"], ["id", 50]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_234"], ["description", "I-am-the-goal-description_2940"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8168"], ["description", "I-am-the-goal-description_6652"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5225"], ["description", "I-am-the-goal-description_4254"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9622"], ["description", "I-am-the-goal-description_1819"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8511"], ["description", "I-am-the-goal-description_5194"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 55], ["title", "I-am-a-task5478"], ["description", "I-am-the-task-description_3478"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5478"], ["description", "I-am-the-goal-description_7326"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 56], ["title", "I-am-a-task9224"], ["description", "I-am-the-task-description_4639"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5856"], ["description", "I-am-the-goal-description_8360"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 57], ["title", "I-am-a-task2965"], ["description", "I-am-the-task-description_4693"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3150"], ["description", "I-am-the-goal-description_8103"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 58], ["title", "I-am-a-task5036"], ["description", "I-am-the-task-description_4894"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3916"], ["description", "I-am-the-goal-description_7433"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 59], ["title", "I-am-a-task8356"], ["description", "I-am-the-task-description_3406"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7180"], ["description", "I-am-the-goal-description_4616"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1634"], ["description", "I-am-the-goal-description_1856"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6213"], ["description", "I-am-the-goal-description_6855"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4385"], ["description", "I-am-the-goal-description_9861"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8980"], ["description", "I-am-the-goal-description_7665"], ["version", 1], ["created_at", "2015-04-07 07:22:40.225504"], ["updated_at", "2015-04-07 07:22:40.225504"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8046"], ["description", "I-am-the-goal-description_3444"], ["version", 1], ["created_at", "2015-04-07 07:22:40.235570"], ["updated_at", "2015-04-07 07:22:40.235570"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 29ms (Views: 18.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2281"], ["description", "I-am-the-goal-description_1146"], ["version", 1], ["created_at", "2015-04-07 07:22:40.399628"], ["updated_at", "2015-04-07 07:22:40.399628"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2730"], ["description", "I-am-the-goal-description_6261"], ["version", 1], ["created_at", "2015-04-07 07:22:40.403887"], ["updated_at", "2015-04-07 07:22:40.403887"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6540"], ["description", "I-am-the-goal-description_8157"], ["version", 1], ["created_at", "2015-04-07 07:22:40.419430"], ["updated_at", "2015-04-07 07:22:40.419430"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_508"], ["description", "I-am-the-goal-description_6005"], ["version", 1], ["created_at", "2015-04-07 07:22:40.423458"], ["updated_at", "2015-04-07 07:22:40.423458"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:23:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (16.8ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4432.4ms) Completed 200 OK in 15146ms (Views: 15109.9ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 09:23:37 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 09:23:37 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 09:23:38 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (426.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (431.0ms) Completed 200 OK in 443ms (Views: 435.2ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 09:23:38 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:23:41 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) 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-07 07:23:41.541705"], ["updated_at", "2015-04-07 07:23:41.541705"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:55808/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:23:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (10.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (102.2ms) Completed 200 OK in 124ms (Views: 103.8ms | ActiveRecord: 0.7ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_998"], ["description", "I-am-the-goal-description_3598"], ["version", 1], ["created_at", "2015-04-07 07:23:41.783804"], ["updated_at", "2015-04-07 07:23:41.783804"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7482"], ["description", "I-am-the-task-description_781"], ["cost", 1], ["created_at", "2015-04-07 07:23:41.808070"], ["updated_at", "2015-04-07 07:23:41.808070"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1433"], ["description", "I-am-the-task-description_7445"], ["cost", 1], ["created_at", "2015-04-07 07:23:41.813421"], ["updated_at", "2015-04-07 07:23:41.813421"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9183"], ["description", "I-am-the-task-description_132"], ["cost", 1], ["created_at", "2015-04-07 07:23:41.819150"], ["updated_at", "2015-04-07 07:23:41.819150"]]  (1.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:23:41 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:23:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3535"], ["description", "I-am-the-goal-description_3186"], ["version", 1], ["created_at", "2015-04-07 07:23:53.539459"], ["updated_at", "2015-04-07 07:23:53.539459"], ["tracking", "150407-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3952"], ["description", "I-am-the-goal-description_4636"], ["version", 1], ["created_at", "2015-04-07 07:23:53.550509"], ["updated_at", "2015-04-07 07:23:53.550509"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 68ms (Views: 59.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7113"], ["description", "I-am-the-goal-description_7359"], ["version", 1], ["created_at", "2015-04-07 07:23:53.665780"], ["updated_at", "2015-04-07 07:23:53.665780"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9105"], ["description", "I-am-the-goal-description_2440"], ["version", 1], ["created_at", "2015-04-07 07:23:53.669752"], ["updated_at", "2015-04-07 07:23:53.669752"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 53ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5282"], ["description", "I-am-the-goal-description_6317"], ["version", 1], ["created_at", "2015-04-07 07:23:53.738049"], ["updated_at", "2015-04-07 07:23:53.738049"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9430"], ["description", "I-am-the-goal-description_5842"], ["version", 1], ["created_at", "2015-04-07 07:23:53.743261"], ["updated_at", "2015-04-07 07:23:53.743261"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7733"], ["description", "I-am-the-goal-description_3720"], ["version", 1], ["created_at", "2015-04-07 07:23:53.764470"], ["updated_at", "2015-04-07 07:23:53.764470"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task6375"], ["description", "I-am-the-task-description_7683"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.778211"], ["updated_at", "2015-04-07 07:23:53.778211"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 07:23:53.788530"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 07:23:53.789779"], ["updated_at", "2015-04-07 07:23:53.789779"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 07:23:53.792023"], ["id", 1]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 07:23:53 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 07:23:53 UTC", "updated_at"=>"2015-04-07 07:23:53 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 07:23:53.802623"], ["created_at", "2015-04-07 07:23:53.803277"], ["updated_at", "2015-04-07 07:23:53.803277"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 15ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2058"], ["description", "I-am-the-goal-description_9500"], ["version", 1], ["created_at", "2015-04-07 07:23:53.819579"], ["updated_at", "2015-04-07 07:23:53.819579"], ["tracking", "150407-4"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task815"], ["description", "I-am-the-task-description_3419"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.823553"], ["updated_at", "2015-04-07 07:23:53.823553"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task4726"], ["description", "I-am-the-task-description_9634"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.827495"], ["updated_at", "2015-04-07 07:23:53.827495"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:23:53.834878"], ["task_id", 2], ["created_at", "2015-04-07 07:23:53.836157"], ["updated_at", "2015-04-07 07:23:53.836157"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:23:53.837718"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5836"], ["description", "I-am-the-goal-description_9734"], ["version", 1], ["created_at", "2015-04-07 07:23:53.844929"], ["updated_at", "2015-04-07 07:23:53.844929"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7424"], ["description", "I-am-the-task-description_5340"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.849861"], ["updated_at", "2015-04-07 07:23:53.849861"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9904"], ["description", "I-am-the-task-description_7884"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.855530"], ["updated_at", "2015-04-07 07:23:53.855530"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:23:53.864481"], ["task_id", 4], ["created_at", "2015-04-07 07:23:53.866032"], ["updated_at", "2015-04-07 07:23:53.866032"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:23:53.868024"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9796"], ["description", "I-am-the-goal-description_3114"], ["version", 1], ["created_at", "2015-04-07 07:23:53.875804"], ["updated_at", "2015-04-07 07:23:53.875804"], ["tracking", "150407-6"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task1693"], ["description", "I-am-the-task-description_5925"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.879975"], ["updated_at", "2015-04-07 07:23:53.879975"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task9520"], ["description", "I-am-the-task-description_3613"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.884027"], ["updated_at", "2015-04-07 07:23:53.884027"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:23:53.890980"], ["task_id", 6], ["created_at", "2015-04-07 07:23:53.892183"], ["updated_at", "2015-04-07 07:23:53.892183"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:23:53.894417"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6005"], ["description", "I-am-the-goal-description_3958"], ["version", 1], ["created_at", "2015-04-07 07:23:53.951754"], ["updated_at", "2015-04-07 07:23:53.951754"], ["tracking", "150407-7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task1509"], ["description", "I-am-the-task-description_8926"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.956356"], ["updated_at", "2015-04-07 07:23:53.956356"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6997"], ["description", "I-am-the-task-description_8644"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.960993"], ["updated_at", "2015-04-07 07:23:53.960993"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:23:53.968097"], ["task_id", 8], ["created_at", "2015-04-07 07:23:53.969579"], ["updated_at", "2015-04-07 07:23:53.969579"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:23:53.971162"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6445"], ["description", "I-am-the-goal-description_3598"], ["version", 1], ["created_at", "2015-04-07 07:23:53.978355"], ["updated_at", "2015-04-07 07:23:53.978355"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7086"], ["description", "I-am-the-task-description_287"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.982624"], ["updated_at", "2015-04-07 07:23:53.982624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4616"], ["description", "I-am-the-task-description_6771"], ["cost", 1], ["created_at", "2015-04-07 07:23:53.987023"], ["updated_at", "2015-04-07 07:23:53.987023"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7932"], ["description", "I-am-the-goal-description_6333"], ["version", 1], ["created_at", "2015-04-07 07:23:54.001605"], ["updated_at", "2015-04-07 07:23:54.001605"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2022"], ["description", "I-am-the-task-description_7163"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.005872"], ["updated_at", "2015-04-07 07:23:54.005872"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5318"], ["description", "I-am-the-task-description_4138"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.010340"], ["updated_at", "2015-04-07 07:23:54.010340"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_464"], ["description", "I-am-the-goal-description_8260"], ["version", 1], ["created_at", "2015-04-07 07:23:54.049980"], ["updated_at", "2015-04-07 07:23:54.049980"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4305"], ["description", "I-am-the-task-description_4090"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.054325"], ["updated_at", "2015-04-07 07:23:54.054325"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1545"], ["description", "I-am-the-goal-description_6928"], ["version", 1], ["created_at", "2015-04-07 07:23:54.057994"], ["updated_at", "2015-04-07 07:23:54.057994"], ["tracking", "150407-11"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6476"], ["description", "I-am-the-task-description_5752"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.061773"], ["updated_at", "2015-04-07 07:23:54.061773"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3708"], ["description", "I-am-the-goal-description_6674"], ["version", 1], ["created_at", "2015-04-07 07:23:54.071423"], ["updated_at", "2015-04-07 07:23:54.071423"], ["tracking", "150407-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5670"], ["description", "I-am-the-task-description_4456"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.075419"], ["updated_at", "2015-04-07 07:23:54.075419"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6216"], ["description", "I-am-the-task-description_5924"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.079428"], ["updated_at", "2015-04-07 07:23:54.079428"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2889"], ["description", "I-am-the-goal-description_4557"], ["version", 1], ["created_at", "2015-04-07 07:23:54.093050"], ["updated_at", "2015-04-07 07:23:54.093050"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1669"], ["description", "I-am-the-task-description_8698"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.096974"], ["updated_at", "2015-04-07 07:23:54.096974"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1422"], ["description", "I-am-the-goal-description_1430"], ["version", 1], ["created_at", "2015-04-07 07:23:54.100847"], ["updated_at", "2015-04-07 07:23:54.100847"], ["tracking", "150407-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7310"], ["description", "I-am-the-task-description_6595"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.104856"], ["updated_at", "2015-04-07 07:23:54.104856"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2170"], ["description", "I-am-the-goal-description_6834"], ["version", 1], ["created_at", "2015-04-07 07:23:54.116218"], ["updated_at", "2015-04-07 07:23:54.116218"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task739"], ["description", "I-am-the-task-description_9734"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.120575"], ["updated_at", "2015-04-07 07:23:54.120575"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1987"], ["description", "I-am-the-task-description_8613"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.124373"], ["updated_at", "2015-04-07 07:23:54.124373"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3096"], ["description", "I-am-the-goal-description_4053"], ["version", 1], ["created_at", "2015-04-07 07:23:54.137801"], ["updated_at", "2015-04-07 07:23:54.137801"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7530"], ["description", "I-am-the-task-description_8981"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.141755"], ["updated_at", "2015-04-07 07:23:54.141755"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4732"], ["description", "I-am-the-goal-description_2412"], ["version", 1], ["created_at", "2015-04-07 07:23:54.145580"], ["updated_at", "2015-04-07 07:23:54.145580"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4680"], ["description", "I-am-the-task-description_480"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.149713"], ["updated_at", "2015-04-07 07:23:54.149713"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9227"], ["description", "I-am-the-goal-description_3092"], ["version", 1], ["created_at", "2015-04-07 07:23:54.161035"], ["updated_at", "2015-04-07 07:23:54.161035"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1143"], ["description", "I-am-the-task-description_2271"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.165142"], ["updated_at", "2015-04-07 07:23:54.165142"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8901"], ["description", "I-am-the-task-description_6624"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.169213"], ["updated_at", "2015-04-07 07:23:54.169213"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4013"], ["description", "I-am-the-goal-description_6913"], ["version", 1], ["created_at", "2015-04-07 07:23:54.181934"], ["updated_at", "2015-04-07 07:23:54.181934"], ["tracking", "150407-19"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6185"], ["description", "I-am-the-task-description_959"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.185788"], ["updated_at", "2015-04-07 07:23:54.185788"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4713"], ["description", "I-am-the-task-description_5588"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.189725"], ["updated_at", "2015-04-07 07:23:54.189725"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9583"], ["description", "I-am-the-goal-description_4136"], ["version", 1], ["created_at", "2015-04-07 07:23:54.201907"], ["updated_at", "2015-04-07 07:23:54.201907"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task6587"], ["description", "I-am-the-task-description_5840"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.205694"], ["updated_at", "2015-04-07 07:23:54.205694"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4353"], ["description", "I-am-the-task-description_5651"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.211156"], ["updated_at", "2015-04-07 07:23:54.211156"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1524"], ["description", "I-am-the-goal-description_4691"], ["version", 1], ["created_at", "2015-04-07 07:23:54.222280"], ["updated_at", "2015-04-07 07:23:54.222280"], ["tracking", "150407-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6952"], ["description", "I-am-the-task-description_4899"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.226243"], ["updated_at", "2015-04-07 07:23:54.226243"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task239"], ["description", "I-am-the-task-description_9865"], ["cost", 1], ["created_at", "2015-04-07 07:23:54.230213"], ["updated_at", "2015-04-07 07:23:54.230213"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:23:54.241940"], ["updated_at", "2015-04-07 07:23:54.241940"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3624ms (ActiveRecord: 1.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6179"], ["description", "I-am-the-goal-description_6525"], ["version", 1], ["created_at", "2015-04-07 07:23:57.868955"], ["updated_at", "2015-04-07 07:23:57.868955"], ["tracking", "150407-22"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6064"], ["description", "I-am-the-task-description_5915"], ["cost", 1], ["created_at", "2015-04-07 07:23:57.874274"], ["updated_at", "2015-04-07 07:23:57.874274"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3675"], ["description", "I-am-the-task-description_839"], ["cost", 1], ["created_at", "2015-04-07 07:23:57.878346"], ["updated_at", "2015-04-07 07:23:57.878346"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:23:57.885058"], ["updated_at", "2015-04-07 07:23:57.885058"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3942"], ["description", "I-am-the-goal-description_6237"], ["version", 1], ["created_at", "2015-04-07 07:23:57.945360"], ["updated_at", "2015-04-07 07:23:57.945360"], ["tracking", "150407-23"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9929"], ["description", "I-am-the-task-description_8951"], ["cost", 1], ["created_at", "2015-04-07 07:23:57.949963"], ["updated_at", "2015-04-07 07:23:57.949963"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1703"], ["description", "I-am-the-task-description_6166"], ["cost", 1], ["created_at", "2015-04-07 07:23:57.954512"], ["updated_at", "2015-04-07 07:23:57.954512"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:23:57.961432"], ["updated_at", "2015-04-07 07:23:57.961432"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9664"], ["description", "I-am-the-goal-description_470"], ["version", 1], ["created_at", "2015-04-07 07:23:57.969691"], ["updated_at", "2015-04-07 07:23:57.969691"], ["tracking", "150407-24"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task5156"], ["description", "I-am-the-task-description_467"], ["cost", 1], ["created_at", "2015-04-07 07:23:57.974280"], ["updated_at", "2015-04-07 07:23:57.974280"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6190"], ["description", "I-am-the-task-description_3917"], ["cost", 1], ["created_at", "2015-04-07 07:23:57.978801"], ["updated_at", "2015-04-07 07:23:57.978801"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (1.1ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6321"], ["description", "I-am-the-goal-description_9305"], ["version", 1], ["created_at", "2015-04-07 07:23:57.992166"], ["updated_at", "2015-04-07 07:23:57.992166"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6705"], ["description", "I-am-the-task-description_6454"], ["cost", 1], ["created_at", "2015-04-07 07:23:57.996122"], ["updated_at", "2015-04-07 07:23:57.996122"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2356"], ["description", "I-am-the-task-description_253"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.000002"], ["updated_at", "2015-04-07 07:23:58.000002"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:23:58.004073"], ["updated_at", "2015-04-07 07:23:58.004073"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8744"], ["description", "I-am-the-goal-description_7133"], ["version", 1], ["created_at", "2015-04-07 07:23:58.016034"], ["updated_at", "2015-04-07 07:23:58.016034"], ["tracking", "150407-26"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task8927"], ["description", "I-am-the-task-description_8570"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.020681"], ["updated_at", "2015-04-07 07:23:58.020681"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task8693"], ["description", "I-am-the-task-description_5687"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.025221"], ["updated_at", "2015-04-07 07:23:58.025221"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:23:58.029295"], ["updated_at", "2015-04-07 07:23:58.029295"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.3ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5474"], ["description", "I-am-the-goal-description_4649"], ["version", 1], ["created_at", "2015-04-07 07:23:58.042669"], ["updated_at", "2015-04-07 07:23:58.042669"], ["tracking", "150407-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7732"], ["description", "I-am-the-task-description_9166"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.046770"], ["updated_at", "2015-04-07 07:23:58.046770"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task6127"], ["description", "I-am-the-task-description_8503"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.050853"], ["updated_at", "2015-04-07 07:23:58.050853"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:23:58.054660"], ["updated_at", "2015-04-07 07:23:58.054660"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6729"], ["description", "I-am-the-goal-description_5100"], ["version", 1], ["created_at", "2015-04-07 07:23:58.082185"], ["updated_at", "2015-04-07 07:23:58.082185"], ["tracking", "150407-28"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task1905"], ["description", "I-am-the-task-description_7342"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.085795"], ["updated_at", "2015-04-07 07:23:58.085795"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task9854"], ["description", "I-am-the-task-description_1993"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.091518"], ["updated_at", "2015-04-07 07:23:58.091518"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:23:58.096196"], ["updated_at", "2015-04-07 07:23:58.096196"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1194"], ["description", "I-am-the-goal-description_5211"], ["version", 1], ["created_at", "2015-04-07 07:23:58.109310"], ["updated_at", "2015-04-07 07:23:58.109310"], ["tracking", "150407-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task4622"], ["description", "I-am-the-task-description_3250"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.113234"], ["updated_at", "2015-04-07 07:23:58.113234"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3778"], ["description", "I-am-the-task-description_9403"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.117087"], ["updated_at", "2015-04-07 07:23:58.117087"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:23:58.121146"], ["updated_at", "2015-04-07 07:23:58.121146"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2832"], ["description", "I-am-the-goal-description_2287"], ["version", 1], ["created_at", "2015-04-07 07:23:58.134358"], ["updated_at", "2015-04-07 07:23:58.134358"], ["tracking", "150407-30"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6771"], ["description", "I-am-the-task-description_3027"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.140366"], ["updated_at", "2015-04-07 07:23:58.140366"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task3880"], ["description", "I-am-the-task-description_9496"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.144569"], ["updated_at", "2015-04-07 07:23:58.144569"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:23:58.148520"], ["updated_at", "2015-04-07 07:23:58.148520"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 07:23:58.154709"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1368"], ["description", "I-am-the-goal-description_5295"], ["version", 1], ["created_at", "2015-04-07 07:23:58.161741"], ["updated_at", "2015-04-07 07:23:58.161741"], ["tracking", "150407-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_89"], ["description", "I-am-the-goal-description_9353"], ["version", 1], ["created_at", "2015-04-07 07:23:58.167189"], ["updated_at", "2015-04-07 07:23:58.167189"], ["tracking", "150407-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 36], ["title", "I-am-a-task8139"], ["description", "I-am-the-task-description_2778"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.172193"], ["updated_at", "2015-04-07 07:23:58.172193"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3048"], ["description", "I-am-the-goal-description_2924"], ["version", 1], ["created_at", "2015-04-07 07:23:58.177464"], ["updated_at", "2015-04-07 07:23:58.177464"], ["tracking", "150407-33"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 37], ["title", "I-am-a-task2231"], ["description", "I-am-the-task-description_7376"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.181679"], ["updated_at", "2015-04-07 07:23:58.181679"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2836"], ["description", "I-am-the-goal-description_4550"], ["version", 1], ["created_at", "2015-04-07 07:23:58.184674"], ["updated_at", "2015-04-07 07:23:58.184674"], ["tracking", "150407-34"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 38], ["title", "I-am-a-task9805"], ["description", "I-am-the-task-description_7993"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.191004"], ["updated_at", "2015-04-07 07:23:58.191004"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 38], ["title", "I-am-a-task4181"], ["description", "I-am-the-task-description_4130"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.200065"], ["updated_at", "2015-04-07 07:23:58.200065"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 35], ["title", "I-am-a-task3427"], ["description", "I-am-the-task-description_1777"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.208711"], ["updated_at", "2015-04-07 07:23:58.208711"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task4655"], ["description", "I-am-the-task-description_6661"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.215829"], ["updated_at", "2015-04-07 07:23:58.215829"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1892"], ["description", "I-am-the-goal-description_3675"], ["version", 1], ["created_at", "2015-04-07 07:23:58.224049"], ["updated_at", "2015-04-07 07:23:58.224049"], ["tracking", "150407-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3378"], ["description", "I-am-the-goal-description_473"], ["version", 1], ["created_at", "2015-04-07 07:23:58.228731"], ["updated_at", "2015-04-07 07:23:58.228731"], ["tracking", "150407-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task1690"], ["description", "I-am-the-task-description_9530"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.233222"], ["updated_at", "2015-04-07 07:23:58.233222"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_83"], ["description", "I-am-the-goal-description_1023"], ["version", 1], ["created_at", "2015-04-07 07:23:58.237119"], ["updated_at", "2015-04-07 07:23:58.237119"], ["tracking", "150407-37"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task6146"], ["description", "I-am-the-task-description_4432"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.240914"], ["updated_at", "2015-04-07 07:23:58.240914"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2979"], ["description", "I-am-the-goal-description_7128"], ["version", 1], ["created_at", "2015-04-07 07:23:58.244208"], ["updated_at", "2015-04-07 07:23:58.244208"], ["tracking", "150407-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task8494"], ["description", "I-am-the-task-description_2839"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.248762"], ["updated_at", "2015-04-07 07:23:58.248762"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task5678"], ["description", "I-am-the-task-description_6542"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.252987"], ["updated_at", "2015-04-07 07:23:58.252987"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task8088"], ["description", "I-am-the-task-description_154"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.257869"], ["updated_at", "2015-04-07 07:23:58.257869"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task1269"], ["description", "I-am-the-task-description_8603"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.262305"], ["updated_at", "2015-04-07 07:23:58.262305"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1984"], ["description", "I-am-the-goal-description_2325"], ["version", 1], ["created_at", "2015-04-07 07:23:58.265571"], ["updated_at", "2015-04-07 07:23:58.265571"], ["tracking", "150407-39"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-07')  (0.7ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1335"], ["description", "I-am-the-goal-description_3624"], ["version", 1], ["created_at", "2015-04-07 07:23:58.274759"], ["updated_at", "2015-04-07 07:23:58.274759"], ["tracking", "150407-40"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8"], ["description", "I-am-the-goal-description_6931"], ["version", 1], ["created_at", "2015-04-07 07:23:58.280527"], ["updated_at", "2015-04-07 07:23:58.280527"], ["tracking", "150407-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 45], ["title", "I-am-a-task9274"], ["description", "I-am-the-task-description_435"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.284945"], ["updated_at", "2015-04-07 07:23:58.284945"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2823"], ["description", "I-am-the-goal-description_1295"], ["version", 1], ["created_at", "2015-04-07 07:23:58.289721"], ["updated_at", "2015-04-07 07:23:58.289721"], ["tracking", "150407-42"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task6633"], ["description", "I-am-the-task-description_3418"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.293990"], ["updated_at", "2015-04-07 07:23:58.293990"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7834"], ["description", "I-am-the-goal-description_8957"], ["version", 1], ["created_at", "2015-04-07 07:23:58.296940"], ["updated_at", "2015-04-07 07:23:58.296940"], ["tracking", "150407-43"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 47], ["title", "I-am-a-task8932"], ["description", "I-am-the-task-description_8039"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.301725"], ["updated_at", "2015-04-07 07:23:58.301725"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 47], ["title", "I-am-a-task6839"], ["description", "I-am-the-task-description_5708"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.307638"], ["updated_at", "2015-04-07 07:23:58.307638"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 44], ["title", "I-am-a-task7915"], ["description", "I-am-the-task-description_182"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.312681"], ["updated_at", "2015-04-07 07:23:58.312681"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task4554"], ["description", "I-am-the-task-description_1791"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.317011"], ["updated_at", "2015-04-07 07:23:58.317011"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task212"], ["description", "I-am-the-task-description_6994"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.322724"], ["updated_at", "2015-04-07 07:23:58.322724"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9908"], ["description", "I-am-the-goal-description_6105"], ["version", 1], ["created_at", "2015-04-07 07:23:58.329631"], ["updated_at", "2015-04-07 07:23:58.329631"], ["tracking", "150407-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6801"], ["description", "I-am-the-goal-description_9301"], ["version", 1], ["created_at", "2015-04-07 07:23:58.334309"], ["updated_at", "2015-04-07 07:23:58.334309"], ["tracking", "150407-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task1263"], ["description", "I-am-the-task-description_4258"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.338573"], ["updated_at", "2015-04-07 07:23:58.338573"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7126"], ["description", "I-am-the-goal-description_5494"], ["version", 1], ["created_at", "2015-04-07 07:23:58.342423"], ["updated_at", "2015-04-07 07:23:58.342423"], ["tracking", "150407-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task2155"], ["description", "I-am-the-task-description_5701"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.346130"], ["updated_at", "2015-04-07 07:23:58.346130"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8811"], ["description", "I-am-the-goal-description_3171"], ["version", 1], ["created_at", "2015-04-07 07:23:58.349221"], ["updated_at", "2015-04-07 07:23:58.349221"], ["tracking", "150407-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task8558"], ["description", "I-am-the-task-description_1139"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.353760"], ["updated_at", "2015-04-07 07:23:58.353760"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task4627"], ["description", "I-am-the-task-description_6604"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.357950"], ["updated_at", "2015-04-07 07:23:58.357950"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task8268"], ["description", "I-am-the-task-description_9172"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.362470"], ["updated_at", "2015-04-07 07:23:58.362470"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task8369"], ["description", "I-am-the-task-description_5495"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.367332"], ["updated_at", "2015-04-07 07:23:58.367332"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task9459"], ["description", "I-am-the-task-description_9710"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.373359"], ["updated_at", "2015-04-07 07:23:58.373359"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1982"], ["description", "I-am-the-goal-description_7954"], ["version", 1], ["created_at", "2015-04-07 07:23:58.380242"], ["updated_at", "2015-04-07 07:23:58.380242"], ["tracking", "150407-48"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task6849"], ["description", "I-am-the-task-description_8817"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.443623"], ["updated_at", "2015-04-07 07:23:58.443623"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3284"], ["description", "I-am-the-goal-description_7937"], ["version", 1], ["created_at", "2015-04-07 07:23:58.449992"], ["updated_at", "2015-04-07 07:23:58.449992"], ["tracking", "150407-49"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 53], ["title", "I-am-a-task2887"], ["description", "I-am-the-task-description_1302"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.454586"], ["updated_at", "2015-04-07 07:23:58.454586"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8026"], ["description", "I-am-the-goal-description_9581"], ["version", 1], ["created_at", "2015-04-07 07:23:58.460369"], ["updated_at", "2015-04-07 07:23:58.460369"], ["tracking", "150407-50"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 54], ["title", "I-am-a-task4007"], ["description", "I-am-the-task-description_6669"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.464512"], ["updated_at", "2015-04-07 07:23:58.464512"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9174"], ["description", "I-am-the-goal-description_7621"], ["version", 1], ["created_at", "2015-04-07 07:23:58.470002"], ["updated_at", "2015-04-07 07:23:58.470002"], ["tracking", "150407-51"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task9836"], ["description", "I-am-the-task-description_9986"], ["cost", 1], ["created_at", "2015-04-07 07:23:58.473798"], ["updated_at", "2015-04-07 07:23:58.473798"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1005"], ["description", "I-am-the-goal-description_7024"], ["version", 1], ["created_at", "2015-04-07 07:23:58.478629"], ["updated_at", "2015-04-07 07:23:58.478629"], ["tracking", "150407-52"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:23:58.481921"], ["id", 56]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:23:58.484711"], ["id", 56]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5529"], ["description", "I-am-the-goal-description_5822"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6520"], ["description", "I-am-the-goal-description_2053"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_398"], ["description", "I-am-the-goal-description_7262"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3316"], ["description", "I-am-the-goal-description_9858"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2209"], ["description", "I-am-the-goal-description_1247"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task2438"], ["description", "I-am-the-task-description_9997"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1378"], ["description", "I-am-the-goal-description_8843"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task4806"], ["description", "I-am-the-task-description_7291"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7612"], ["description", "I-am-the-goal-description_5262"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task2964"], ["description", "I-am-the-task-description_1022"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_278"], ["description", "I-am-the-goal-description_1606"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task8307"], ["description", "I-am-the-task-description_9661"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8681"], ["description", "I-am-the-goal-description_153"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task6314"], ["description", "I-am-the-task-description_3621"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_487"], ["description", "I-am-the-goal-description_1008"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8423"], ["description", "I-am-the-goal-description_3755"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6929"], ["description", "I-am-the-goal-description_1640"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8592"], ["description", "I-am-the-goal-description_7150"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:24:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.6ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4327.9ms) Completed 200 OK in 4507ms (Views: 4415.0ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 09:24:15 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 09:24:15 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 09:24:15 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (361.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (366.4ms) Completed 200 OK in 378ms (Views: 368.9ms | ActiveRecord: 0.5ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 09:24:16 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:24:18 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 07:24:18.026200"], ["updated_at", "2015-04-07 07:24:18.026200"], ["tracking", "150407-1"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/goals/1 Completed 302 Found in 15ms (ActiveRecord: 3.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (13.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (119.6ms) Completed 200 OK in 145ms (Views: 120.8ms | ActiveRecord: 0.9ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_25"], ["description", "I-am-the-goal-description_1496"], ["version", 1], ["created_at", "2015-04-07 07:24:18.308444"], ["updated_at", "2015-04-07 07:24:18.308444"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6106"], ["description", "I-am-the-task-description_6238"], ["cost", 1], ["created_at", "2015-04-07 07:24:18.377044"], ["updated_at", "2015-04-07 07:24:18.377044"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5954"], ["description", "I-am-the-task-description_1087"], ["cost", 1], ["created_at", "2015-04-07 07:24:18.383361"], ["updated_at", "2015-04-07 07:24:18.383361"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3303"], ["description", "I-am-the-task-description_1086"], ["cost", 1], ["created_at", "2015-04-07 07:24:18.388144"], ["updated_at", "2015-04-07 07:24:18.388144"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:24:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4810"], ["description", "I-am-the-goal-description_9336"], ["version", 1], ["created_at", "2015-04-07 07:24:20.292171"], ["updated_at", "2015-04-07 07:24:20.292171"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:24:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.5ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 09:24:22 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (90.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (94.5ms) Completed 200 OK in 98ms (Views: 96.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:22 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_9336", "status"=>"open"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 07:24:22.312163"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 1.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7542"], ["description", "I-am-the-goal-description_8030"], ["version", 1], ["created_at", "2015-04-07 07:24:22.453516"], ["updated_at", "2015-04-07 07:24:22.453516"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:24:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:24 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:24:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.5ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4790"], ["description", "I-am-the-goal-description_2969"], ["version", 1], ["created_at", "2015-04-07 07:24:24.630496"], ["updated_at", "2015-04-07 07:24:24.630496"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 09:24:26 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (67.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.3ms) Completed 200 OK in 69ms (Views: 68.0ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:26 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_4790", "description"=>"I-am-the-goal-description_2969", "status"=>"closed"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 07:24:26.522007"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:24:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.6ms)  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6939"], ["description", "I-am-the-goal-description_7944"], ["version", 1], ["created_at", "2015-04-07 07:24:26.669139"], ["updated_at", "2015-04-07 07:24:26.669139"], ["tracking", "150407-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:30 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 09:24:31 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (68.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.3ms) Completed 200 OK in 71ms (Views: 69.1ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:32 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_6939", "description"=>"I-am-the-goal-description_7944", "status"=>"open"}, "id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 07:24:32.123197"], ["id", 1]]  (3.1ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/goals/1 Completed 302 Found in 10ms (ActiveRecord: 3.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:32 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3725"], ["description", "I-am-the-goal-description_9673"], ["version", 1], ["created_at", "2015-04-07 07:24:32.272401"], ["updated_at", "2015-04-07 07:24:32.272401"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task784"], ["description", "I-am-the-task-description_7217"], ["cost", 1], ["created_at", "2015-04-07 07:24:32.278745"], ["updated_at", "2015-04-07 07:24:32.278745"]]  (1.2ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 16ms (Views: 11.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:24:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (10.8ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (76.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (96.9ms) Completed 200 OK in 103ms (Views: 98.5ms | ActiveRecord: 1.1ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 09:24:34 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-07 07:24:34.296460"], ["created_at", "2015-04-07 07:24:34.297199"], ["updated_at", "2015-04-07 07:24:34.297199"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 07:24:34.299581"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:24:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.5ms) Completed 200 OK in 24ms (Views: 20.4ms | ActiveRecord: 0.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3569"], ["description", "I-am-the-goal-description_8088"], ["version", 1], ["created_at", "2015-04-07 07:24:34.482464"], ["updated_at", "2015-04-07 07:24:34.482464"], ["tracking", "150407-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:24:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:24:34 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 09:24:36 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (143.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (148.7ms) Completed 200 OK in 153ms (Views: 151.1ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:36 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (1.6ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 07:24:36.690230"], ["updated_at", "2015-04-07 07:24:36.690230"]]  (3.9ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/tasks/1 Completed 302 Found in 18ms (ActiveRecord: 5.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:24:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (10.5ms) CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (130.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (148.3ms) Completed 200 OK in 162ms (Views: 149.5ms | ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7585"], ["description", "I-am-the-goal-description_6741"], ["version", 1], ["created_at", "2015-04-07 07:24:37.090032"], ["updated_at", "2015-04-07 07:24:37.090032"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9978"], ["description", "I-am-the-task-description_4197"], ["cost", 1], ["created_at", "2015-04-07 07:24:37.093965"], ["updated_at", "2015-04-07 07:24:37.093965"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:24:37 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (1.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.5ms) Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 0.6ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (53.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9431"], ["description", "I-am-the-goal-description_8553"], ["version", 1], ["created_at", "2015-04-07 07:24:39.036366"], ["updated_at", "2015-04-07 07:24:39.036366"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1066"], ["description", "I-am-the-task-description_2663"], ["cost", 1], ["created_at", "2015-04-07 07:24:39.040249"], ["updated_at", "2015-04-07 07:24:39.040249"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 8ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:24:39 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.1ms) Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 09:24:40 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (123.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (126.3ms) Completed 200 OK in 130ms (Views: 128.2ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:24:41 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_2663", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 07:24:41.011970"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:24:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.9ms) Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9045"], ["description", "I-am-the-goal-description_9051"], ["version", 1], ["created_at", "2015-04-07 07:24:41.156382"], ["updated_at", "2015-04-07 07:24:41.156382"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3200"], ["description", "I-am-the-task-description_7453"], ["cost", 1], ["created_at", "2015-04-07 07:24:41.160293"], ["updated_at", "2015-04-07 07:24:41.160293"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:24:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (68.9ms) Completed 200 OK in 72ms (Views: 69.4ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:24:42 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.8ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_401"], ["description", "I-am-the-goal-description_2822"], ["version", 1], ["created_at", "2015-04-07 07:24:43.066669"], ["updated_at", "2015-04-07 07:24:43.066669"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5386"], ["description", "I-am-the-task-description_4889"], ["cost", 1], ["created_at", "2015-04-07 07:24:43.070521"], ["updated_at", "2015-04-07 07:24:43.070521"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 09:24:43 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:24:43.207942"], ["task_id", 1], ["created_at", "2015-04-07 07:24:43.210703"], ["updated_at", "2015-04-07 07:24:43.210703"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:24:43.212923"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/tasks Completed 302 Found in 13ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9442"], ["description", "I-am-the-goal-description_5439"], ["version", 1], ["created_at", "2015-04-07 07:24:43.346999"], ["updated_at", "2015-04-07 07:24:43.346999"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task8398"], ["description", "I-am-the-task-description_7389"], ["cost", 1], ["created_at", "2015-04-07 07:24:43.350762"], ["updated_at", "2015-04-07 07:24:43.350762"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 09:24:43 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 07:24:43.477067"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55825/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2436"], ["description", "I-am-the-goal-description_5350"], ["version", 1], ["created_at", "2015-04-07 07:24:43.618580"], ["updated_at", "2015-04-07 07:24:43.618580"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2982"], ["description", "I-am-the-task-description_3664"], ["cost", 1], ["created_at", "2015-04-07 07:24:43.622340"], ["updated_at", "2015-04-07 07:24:43.622340"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6248"], ["description", "I-am-the-goal-description_1784"], ["version", 1], ["created_at", "2015-04-07 07:24:43.625827"], ["updated_at", "2015-04-07 07:24:43.625827"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3796"], ["description", "I-am-the-task-description_9519"], ["cost", 1], ["created_at", "2015-04-07 07:24:43.629233"], ["updated_at", "2015-04-07 07:24:43.629233"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) 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_2743"], ["version", 1], ["created_at", "2015-04-07 07:24:43.632461"], ["updated_at", "2015-04-07 07:24:43.632461"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2648"], ["description", "I-am-the-task-description_1834"], ["cost", 1], ["created_at", "2015-04-07 07:24:43.636439"], ["updated_at", "2015-04-07 07:24:43.636439"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 09:24:43 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (4.4ms) Completed 200 OK in 116ms (Views: 4.2ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8811"], ["description", "I-am-the-goal-description_8152"], ["version", 1], ["created_at", "2015-04-07 07:24:43.998483"], ["updated_at", "2015-04-07 07:24:43.998483"], ["tracking", "150407-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4308"], ["description", "I-am-the-task-description_4970"], ["cost", 1], ["created_at", "2015-04-07 07:24:44.003160"], ["updated_at", "2015-04-07 07:24:44.003160"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1239"], ["description", "I-am-the-goal-description_9880"], ["version", 1], ["created_at", "2015-04-07 07:24:44.006532"], ["updated_at", "2015-04-07 07:24:44.006532"], ["tracking", "150407-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5832"], ["description", "I-am-the-task-description_4512"], ["cost", 1], ["created_at", "2015-04-07 07:24:44.010140"], ["updated_at", "2015-04-07 07:24:44.010140"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6625"], ["description", "I-am-the-goal-description_7602"], ["version", 1], ["created_at", "2015-04-07 07:24:44.014419"], ["updated_at", "2015-04-07 07:24:44.014419"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4916"], ["description", "I-am-the-task-description_3859"], ["cost", 1], ["created_at", "2015-04-07 07:24:44.018201"], ["updated_at", "2015-04-07 07:24:44.018201"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 09:24:44 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6972"], ["description", "I-am-the-goal-description_5537"], ["version", 1], ["created_at", "2015-04-07 07:24:44.284958"], ["updated_at", "2015-04-07 07:24:44.284958"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task933"], ["description", "I-am-the-task-description_7346"], ["cost", 1], ["created_at", "2015-04-07 07:24:44.288711"], ["updated_at", "2015-04-07 07:24:44.288711"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_63"], ["description", "I-am-the-goal-description_2651"], ["version", 1], ["created_at", "2015-04-07 07:24:44.292240"], ["updated_at", "2015-04-07 07:24:44.292240"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6696"], ["description", "I-am-the-task-description_5876"], ["cost", 1], ["created_at", "2015-04-07 07:24:44.295754"], ["updated_at", "2015-04-07 07:24:44.295754"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6912"], ["description", "I-am-the-goal-description_3297"], ["version", 1], ["created_at", "2015-04-07 07:24:44.299027"], ["updated_at", "2015-04-07 07:24:44.299027"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2329"], ["description", "I-am-the-task-description_2112"], ["cost", 1], ["created_at", "2015-04-07 07:24:44.302604"], ["updated_at", "2015-04-07 07:24:44.302604"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:24:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 09:24:44 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.2ms) Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.4ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3835"], ["description", "I-am-the-goal-description_967"], ["version", 1], ["created_at", "2015-04-07 07:26:13.565264"], ["updated_at", "2015-04-07 07:26:13.565264"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3445"], ["description", "I-am-the-goal-description_965"], ["version", 1], ["created_at", "2015-04-07 07:26:13.574356"], ["updated_at", "2015-04-07 07:26:13.574356"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 25ms (Views: 16.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8605"], ["description", "I-am-the-goal-description_4208"], ["version", 1], ["created_at", "2015-04-07 07:26:13.728011"], ["updated_at", "2015-04-07 07:26:13.728011"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) 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_6309"], ["version", 1], ["created_at", "2015-04-07 07:26:13.733490"], ["updated_at", "2015-04-07 07:26:13.733490"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8054"], ["description", "I-am-the-goal-description_3351"], ["version", 1], ["created_at", "2015-04-07 07:26:13.758462"], ["updated_at", "2015-04-07 07:26:13.758462"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8796"], ["description", "I-am-the-goal-description_5619"], ["version", 1], ["created_at", "2015-04-07 07:26:13.762518"], ["updated_at", "2015-04-07 07:26:13.762518"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3283"], ["description", "I-am-the-goal-description_4695"], ["version", 1], ["created_at", "2015-04-07 07:27:01.354668"], ["updated_at", "2015-04-07 07:27:01.354668"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7742"], ["description", "I-am-the-goal-description_1380"], ["version", 1], ["created_at", "2015-04-07 07:27:01.364175"], ["updated_at", "2015-04-07 07:27:01.364175"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 63ms (Views: 54.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9351"], ["description", "I-am-the-goal-description_2770"], ["version", 1], ["created_at", "2015-04-07 07:27:01.474944"], ["updated_at", "2015-04-07 07:27:01.474944"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_164"], ["description", "I-am-the-goal-description_6031"], ["version", 1], ["created_at", "2015-04-07 07:27:01.479487"], ["updated_at", "2015-04-07 07:27:01.479487"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 50ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2294"], ["description", "I-am-the-goal-description_4069"], ["version", 1], ["created_at", "2015-04-07 07:27:01.544110"], ["updated_at", "2015-04-07 07:27:01.544110"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5076"], ["description", "I-am-the-goal-description_2092"], ["version", 1], ["created_at", "2015-04-07 07:27:01.548410"], ["updated_at", "2015-04-07 07:27:01.548410"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4493"], ["description", "I-am-the-goal-description_849"], ["version", 1], ["created_at", "2015-04-07 07:27:35.847949"], ["updated_at", "2015-04-07 07:27:35.847949"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6698"], ["description", "I-am-the-goal-description_934"], ["version", 1], ["created_at", "2015-04-07 07:27:35.858104"], ["updated_at", "2015-04-07 07:27:35.858104"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 22ms (Views: 15.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6946"], ["description", "I-am-the-goal-description_6136"], ["version", 1], ["created_at", "2015-04-07 07:27:36.009502"], ["updated_at", "2015-04-07 07:27:36.009502"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3439"], ["description", "I-am-the-goal-description_1291"], ["version", 1], ["created_at", "2015-04-07 07:27:36.014553"], ["updated_at", "2015-04-07 07:27:36.014553"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 12ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6689"], ["description", "I-am-the-goal-description_3856"], ["version", 1], ["created_at", "2015-04-07 07:27:36.042280"], ["updated_at", "2015-04-07 07:27:36.042280"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8458"], ["description", "I-am-the-goal-description_4421"], ["version", 1], ["created_at", "2015-04-07 07:27:36.046635"], ["updated_at", "2015-04-07 07:27:36.046635"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (7.1ms) DELETE FROM "flyboy_goals";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1704"], ["description", "I-am-the-goal-description_6691"], ["version", 1], ["created_at", "2015-04-07 07:27:57.615696"], ["updated_at", "2015-04-07 07:27:57.615696"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8196"], ["description", "I-am-the-goal-description_6776"], ["version", 1], ["created_at", "2015-04-07 07:27:57.630422"], ["updated_at", "2015-04-07 07:27:57.630422"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 64ms (Views: 55.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2064"], ["description", "I-am-the-goal-description_7647"], ["version", 1], ["created_at", "2015-04-07 07:27:57.743179"], ["updated_at", "2015-04-07 07:27:57.743179"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7861"], ["description", "I-am-the-goal-description_4796"], ["version", 1], ["created_at", "2015-04-07 07:27:57.749719"], ["updated_at", "2015-04-07 07:27:57.749719"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 52ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6016"], ["description", "I-am-the-goal-description_1277"], ["version", 1], ["created_at", "2015-04-07 07:27:57.815759"], ["updated_at", "2015-04-07 07:27:57.815759"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4597"], ["description", "I-am-the-goal-description_6986"], ["version", 1], ["created_at", "2015-04-07 07:27:57.819720"], ["updated_at", "2015-04-07 07:27:57.819720"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7983"], ["description", "I-am-the-goal-description_3783"], ["version", 1], ["created_at", "2015-04-07 07:30:59.823593"], ["updated_at", "2015-04-07 07:30:59.823593"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1376"], ["description", "I-am-the-goal-description_5161"], ["version", 1], ["created_at", "2015-04-07 07:30:59.839897"], ["updated_at", "2015-04-07 07:30:59.839897"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 37ms (Views: 23.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4201"], ["description", "I-am-the-goal-description_750"], ["version", 1], ["created_at", "2015-04-07 07:31:00.029269"], ["updated_at", "2015-04-07 07:31:00.029269"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1274"], ["description", "I-am-the-goal-description_4583"], ["version", 1], ["created_at", "2015-04-07 07:31:00.033400"], ["updated_at", "2015-04-07 07:31:00.033400"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 20ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3477"], ["description", "I-am-the-goal-description_6861"], ["version", 1], ["created_at", "2015-04-07 07:31:00.068780"], ["updated_at", "2015-04-07 07:31:00.068780"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2671"], ["description", "I-am-the-goal-description_2334"], ["version", 1], ["created_at", "2015-04-07 07:31:00.073501"], ["updated_at", "2015-04-07 07:31:00.073501"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4393"], ["description", "I-am-the-goal-description_6077"], ["version", 1], ["created_at", "2015-04-07 07:31:22.022826"], ["updated_at", "2015-04-07 07:31:22.022826"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8587"], ["description", "I-am-the-goal-description_8201"], ["version", 1], ["created_at", "2015-04-07 07:31:22.033237"], ["updated_at", "2015-04-07 07:31:22.033237"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 21ms (Views: 14.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3849"], ["description", "I-am-the-goal-description_6935"], ["version", 1], ["created_at", "2015-04-07 07:31:22.185820"], ["updated_at", "2015-04-07 07:31:22.185820"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4111"], ["description", "I-am-the-goal-description_1426"], ["version", 1], ["created_at", "2015-04-07 07:31:22.190214"], ["updated_at", "2015-04-07 07:31:22.190214"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9089"], ["description", "I-am-the-goal-description_4905"], ["version", 1], ["created_at", "2015-04-07 07:31:22.214731"], ["updated_at", "2015-04-07 07:31:22.214731"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5642"], ["description", "I-am-the-goal-description_1891"], ["version", 1], ["created_at", "2015-04-07 07:31:22.218564"], ["updated_at", "2015-04-07 07:31:22.218564"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7258"], ["description", "I-am-the-goal-description_5101"], ["version", 1], ["created_at", "2015-04-07 07:32:23.691897"], ["updated_at", "2015-04-07 07:32:23.691897"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7647"], ["description", "I-am-the-goal-description_892"], ["version", 1], ["created_at", "2015-04-07 07:32:23.703920"], ["updated_at", "2015-04-07 07:32:23.703920"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 80ms (Views: 67.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6105"], ["description", "I-am-the-goal-description_4822"], ["version", 1], ["created_at", "2015-04-07 07:32:23.841119"], ["updated_at", "2015-04-07 07:32:23.841119"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8335"], ["description", "I-am-the-goal-description_764"], ["version", 1], ["created_at", "2015-04-07 07:32:23.845240"], ["updated_at", "2015-04-07 07:32:23.845240"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 58ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8998"], ["description", "I-am-the-goal-description_3165"], ["version", 1], ["created_at", "2015-04-07 07:32:23.918223"], ["updated_at", "2015-04-07 07:32:23.918223"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1351"], ["description", "I-am-the-goal-description_412"], ["version", 1], ["created_at", "2015-04-07 07:32:23.922199"], ["updated_at", "2015-04-07 07:32:23.922199"], ["tracking", "150407-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_920"], ["description", "I-am-the-goal-description_2608"], ["version", 1], ["created_at", "2015-04-07 07:33:10.595985"], ["updated_at", "2015-04-07 07:33:10.595985"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7693"], ["description", "I-am-the-goal-description_7644"], ["version", 1], ["created_at", "2015-04-07 07:33:10.606353"], ["updated_at", "2015-04-07 07:33:10.606353"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 30ms (Views: 19.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4523"], ["description", "I-am-the-goal-description_6688"], ["version", 1], ["created_at", "2015-04-07 07:33:10.738279"], ["updated_at", "2015-04-07 07:33:10.738279"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3758"], ["description", "I-am-the-goal-description_7582"], ["version", 1], ["created_at", "2015-04-07 07:33:10.742805"], ["updated_at", "2015-04-07 07:33:10.742805"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 55ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6925"], ["description", "I-am-the-goal-description_8911"], ["version", 1], ["created_at", "2015-04-07 07:33:10.811775"], ["updated_at", "2015-04-07 07:33:10.811775"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6752"], ["description", "I-am-the-goal-description_5018"], ["version", 1], ["created_at", "2015-04-07 07:33:10.815746"], ["updated_at", "2015-04-07 07:33:10.815746"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5288"], ["description", "I-am-the-goal-description_4588"], ["version", 1], ["created_at", "2015-04-07 07:35:11.804947"], ["updated_at", "2015-04-07 07:35:11.804947"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9563"], ["description", "I-am-the-goal-description_7889"], ["version", 1], ["created_at", "2015-04-07 07:35:11.814268"], ["updated_at", "2015-04-07 07:35:11.814268"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 20ms (Views: 13.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1387"], ["description", "I-am-the-goal-description_3699"], ["version", 1], ["created_at", "2015-04-07 07:35:11.958808"], ["updated_at", "2015-04-07 07:35:11.958808"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_143"], ["description", "I-am-the-goal-description_2294"], ["version", 1], ["created_at", "2015-04-07 07:35:11.962746"], ["updated_at", "2015-04-07 07:35:11.962746"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4012"], ["description", "I-am-the-goal-description_6840"], ["version", 1], ["created_at", "2015-04-07 07:35:11.986061"], ["updated_at", "2015-04-07 07:35:11.986061"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8587"], ["description", "I-am-the-goal-description_2725"], ["version", 1], ["created_at", "2015-04-07 07:35:11.989897"], ["updated_at", "2015-04-07 07:35:11.989897"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_980"], ["description", "I-am-the-goal-description_3332"], ["version", 1], ["created_at", "2015-04-07 07:35:22.803231"], ["updated_at", "2015-04-07 07:35:22.803231"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5977"], ["description", "I-am-the-goal-description_1126"], ["version", 1], ["created_at", "2015-04-07 07:35:22.813574"], ["updated_at", "2015-04-07 07:35:22.813574"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 60ms (Views: 52.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9673"], ["description", "I-am-the-goal-description_6228"], ["version", 1], ["created_at", "2015-04-07 07:35:22.919948"], ["updated_at", "2015-04-07 07:35:22.919948"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_396"], ["description", "I-am-the-goal-description_218"], ["version", 1], ["created_at", "2015-04-07 07:35:22.924978"], ["updated_at", "2015-04-07 07:35:22.924978"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 55ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9817"], ["description", "I-am-the-goal-description_4467"], ["version", 1], ["created_at", "2015-04-07 07:35:22.996795"], ["updated_at", "2015-04-07 07:35:22.996795"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2231"], ["description", "I-am-the-goal-description_7406"], ["version", 1], ["created_at", "2015-04-07 07:35:23.002160"], ["updated_at", "2015-04-07 07:35:23.002160"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1893"], ["description", "I-am-the-goal-description_3638"], ["version", 1], ["created_at", "2015-04-07 07:35:23.025521"], ["updated_at", "2015-04-07 07:35:23.025521"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task9932"], ["description", "I-am-the-task-description_2969"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.041250"], ["updated_at", "2015-04-07 07:35:23.041250"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 07:35:23.052088"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 07:35:23.053179"], ["updated_at", "2015-04-07 07:35:23.053179"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 07:35:23.055416"], ["id", 1]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 07:35:23 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 07:35:23 UTC", "updated_at"=>"2015-04-07 07:35:23 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 07:35:23.066827"], ["created_at", "2015-04-07 07:35:23.067628"], ["updated_at", "2015-04-07 07:35:23.067628"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 18ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9292"], ["description", "I-am-the-goal-description_9906"], ["version", 1], ["created_at", "2015-04-07 07:35:23.086926"], ["updated_at", "2015-04-07 07:35:23.086926"], ["tracking", "150407-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7100"], ["description", "I-am-the-task-description_2498"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.090983"], ["updated_at", "2015-04-07 07:35:23.090983"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task580"], ["description", "I-am-the-task-description_6054"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.095016"], ["updated_at", "2015-04-07 07:35:23.095016"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:35:23.102209"], ["task_id", 2], ["created_at", "2015-04-07 07:35:23.103473"], ["updated_at", "2015-04-07 07:35:23.103473"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:35:23.105105"], ["id", 2]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2755"], ["description", "I-am-the-goal-description_2273"], ["version", 1], ["created_at", "2015-04-07 07:35:23.112588"], ["updated_at", "2015-04-07 07:35:23.112588"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9650"], ["description", "I-am-the-task-description_6135"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.116604"], ["updated_at", "2015-04-07 07:35:23.116604"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9237"], ["description", "I-am-the-task-description_5438"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.121176"], ["updated_at", "2015-04-07 07:35:23.121176"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:35:23.129009"], ["task_id", 4], ["created_at", "2015-04-07 07:35:23.130274"], ["updated_at", "2015-04-07 07:35:23.130274"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:35:23.131807"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6305"], ["description", "I-am-the-goal-description_79"], ["version", 1], ["created_at", "2015-04-07 07:35:23.138455"], ["updated_at", "2015-04-07 07:35:23.138455"], ["tracking", "150407-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task7691"], ["description", "I-am-the-task-description_3655"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.142638"], ["updated_at", "2015-04-07 07:35:23.142638"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8626"], ["description", "I-am-the-task-description_4567"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.146762"], ["updated_at", "2015-04-07 07:35:23.146762"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:35:23.154378"], ["task_id", 6], ["created_at", "2015-04-07 07:35:23.155628"], ["updated_at", "2015-04-07 07:35:23.155628"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:35:23.157244"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4644"], ["description", "I-am-the-goal-description_1566"], ["version", 1], ["created_at", "2015-04-07 07:35:23.167027"], ["updated_at", "2015-04-07 07:35:23.167027"], ["tracking", "150407-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7025"], ["description", "I-am-the-task-description_1655"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.172330"], ["updated_at", "2015-04-07 07:35:23.172330"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task67"], ["description", "I-am-the-task-description_619"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.177990"], ["updated_at", "2015-04-07 07:35:23.177990"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:35:23.231320"], ["task_id", 8], ["created_at", "2015-04-07 07:35:23.232852"], ["updated_at", "2015-04-07 07:35:23.232852"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:35:23.234757"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6443"], ["description", "I-am-the-goal-description_5759"], ["version", 1], ["created_at", "2015-04-07 07:35:23.245064"], ["updated_at", "2015-04-07 07:35:23.245064"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3787"], ["description", "I-am-the-task-description_4405"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.249413"], ["updated_at", "2015-04-07 07:35:23.249413"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3934"], ["description", "I-am-the-task-description_3357"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.253670"], ["updated_at", "2015-04-07 07:35:23.253670"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_560"], ["description", "I-am-the-goal-description_4306"], ["version", 1], ["created_at", "2015-04-07 07:35:23.268858"], ["updated_at", "2015-04-07 07:35:23.268858"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9106"], ["description", "I-am-the-task-description_6256"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.272733"], ["updated_at", "2015-04-07 07:35:23.272733"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1250"], ["description", "I-am-the-task-description_1855"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.277491"], ["updated_at", "2015-04-07 07:35:23.277491"]]  (0.9ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1801"], ["description", "I-am-the-goal-description_9214"], ["version", 1], ["created_at", "2015-04-07 07:35:23.319003"], ["updated_at", "2015-04-07 07:35:23.319003"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task179"], ["description", "I-am-the-task-description_4152"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.322821"], ["updated_at", "2015-04-07 07:35:23.322821"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3390"], ["description", "I-am-the-goal-description_4502"], ["version", 1], ["created_at", "2015-04-07 07:35:23.326487"], ["updated_at", "2015-04-07 07:35:23.326487"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1606"], ["description", "I-am-the-task-description_1085"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.330564"], ["updated_at", "2015-04-07 07:35:23.330564"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_157"], ["description", "I-am-the-goal-description_117"], ["version", 1], ["created_at", "2015-04-07 07:35:23.339280"], ["updated_at", "2015-04-07 07:35:23.339280"], ["tracking", "150407-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8583"], ["description", "I-am-the-task-description_1669"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.344765"], ["updated_at", "2015-04-07 07:35:23.344765"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1839"], ["description", "I-am-the-task-description_8189"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.348646"], ["updated_at", "2015-04-07 07:35:23.348646"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1255"], ["description", "I-am-the-goal-description_9844"], ["version", 1], ["created_at", "2015-04-07 07:35:23.362927"], ["updated_at", "2015-04-07 07:35:23.362927"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2707"], ["description", "I-am-the-task-description_2979"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.367245"], ["updated_at", "2015-04-07 07:35:23.367245"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2891"], ["description", "I-am-the-goal-description_2617"], ["version", 1], ["created_at", "2015-04-07 07:35:23.371215"], ["updated_at", "2015-04-07 07:35:23.371215"], ["tracking", "150407-14"]]  (0.7ms) commit transaction  (0.4ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8028"], ["description", "I-am-the-task-description_129"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.377380"], ["updated_at", "2015-04-07 07:35:23.377380"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7163"], ["description", "I-am-the-goal-description_8833"], ["version", 1], ["created_at", "2015-04-07 07:35:23.386979"], ["updated_at", "2015-04-07 07:35:23.386979"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6732"], ["description", "I-am-the-task-description_2749"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.390904"], ["updated_at", "2015-04-07 07:35:23.390904"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7074"], ["description", "I-am-the-task-description_2840"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.395028"], ["updated_at", "2015-04-07 07:35:23.395028"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4931"], ["description", "I-am-the-goal-description_8460"], ["version", 1], ["created_at", "2015-04-07 07:35:23.409404"], ["updated_at", "2015-04-07 07:35:23.409404"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8901"], ["description", "I-am-the-task-description_6653"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.413357"], ["updated_at", "2015-04-07 07:35:23.413357"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1781"], ["description", "I-am-the-goal-description_5559"], ["version", 1], ["created_at", "2015-04-07 07:35:23.417262"], ["updated_at", "2015-04-07 07:35:23.417262"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2084"], ["description", "I-am-the-task-description_4332"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.421474"], ["updated_at", "2015-04-07 07:35:23.421474"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9529"], ["description", "I-am-the-goal-description_6824"], ["version", 1], ["created_at", "2015-04-07 07:35:23.432727"], ["updated_at", "2015-04-07 07:35:23.432727"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9968"], ["description", "I-am-the-task-description_3925"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.437076"], ["updated_at", "2015-04-07 07:35:23.437076"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task196"], ["description", "I-am-the-task-description_4959"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.440987"], ["updated_at", "2015-04-07 07:35:23.440987"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.2ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1398"], ["description", "I-am-the-goal-description_3506"], ["version", 1], ["created_at", "2015-04-07 07:35:23.455135"], ["updated_at", "2015-04-07 07:35:23.455135"], ["tracking", "150407-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5926"], ["description", "I-am-the-task-description_2336"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.459011"], ["updated_at", "2015-04-07 07:35:23.459011"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4170"], ["description", "I-am-the-task-description_2543"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.463006"], ["updated_at", "2015-04-07 07:35:23.463006"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.5ms) Completed 200 OK in 6ms (Views: 3.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5006"], ["description", "I-am-the-goal-description_5986"], ["version", 1], ["created_at", "2015-04-07 07:35:23.481004"], ["updated_at", "2015-04-07 07:35:23.481004"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4564"], ["description", "I-am-the-task-description_7591"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.485442"], ["updated_at", "2015-04-07 07:35:23.485442"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4209"], ["description", "I-am-the-task-description_559"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.490270"], ["updated_at", "2015-04-07 07:35:23.490270"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4171"], ["description", "I-am-the-goal-description_6365"], ["version", 1], ["created_at", "2015-04-07 07:35:23.507694"], ["updated_at", "2015-04-07 07:35:23.507694"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8477"], ["description", "I-am-the-task-description_7364"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.511749"], ["updated_at", "2015-04-07 07:35:23.511749"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task4875"], ["description", "I-am-the-task-description_3799"], ["cost", 1], ["created_at", "2015-04-07 07:35:23.515999"], ["updated_at", "2015-04-07 07:35:23.515999"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:35:23.529220"], ["updated_at", "2015-04-07 07:35:23.529220"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3632ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5932"], ["description", "I-am-the-goal-description_3577"], ["version", 1], ["created_at", "2015-04-07 07:35:27.163553"], ["updated_at", "2015-04-07 07:35:27.163553"], ["tracking", "150407-22"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4884"], ["description", "I-am-the-task-description_6609"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.168104"], ["updated_at", "2015-04-07 07:35:27.168104"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task563"], ["description", "I-am-the-task-description_4927"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.172396"], ["updated_at", "2015-04-07 07:35:27.172396"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:35:27.178996"], ["updated_at", "2015-04-07 07:35:27.178996"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (1.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7569"], ["description", "I-am-the-goal-description_3858"], ["version", 1], ["created_at", "2015-04-07 07:35:27.192856"], ["updated_at", "2015-04-07 07:35:27.192856"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2809"], ["description", "I-am-the-task-description_5782"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.199009"], ["updated_at", "2015-04-07 07:35:27.199009"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2800"], ["description", "I-am-the-task-description_3293"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.204747"], ["updated_at", "2015-04-07 07:35:27.204747"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:35:27.211804"], ["updated_at", "2015-04-07 07:35:27.211804"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4192"], ["description", "I-am-the-goal-description_3052"], ["version", 1], ["created_at", "2015-04-07 07:35:27.220018"], ["updated_at", "2015-04-07 07:35:27.220018"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1986"], ["description", "I-am-the-task-description_7001"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.223930"], ["updated_at", "2015-04-07 07:35:27.223930"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task8609"], ["description", "I-am-the-task-description_5637"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.227817"], ["updated_at", "2015-04-07 07:35:27.227817"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3467"], ["description", "I-am-the-goal-description_372"], ["version", 1], ["created_at", "2015-04-07 07:35:27.289475"], ["updated_at", "2015-04-07 07:35:27.289475"], ["tracking", "150407-25"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5255"], ["description", "I-am-the-task-description_989"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.294406"], ["updated_at", "2015-04-07 07:35:27.294406"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task9786"], ["description", "I-am-the-task-description_820"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.299421"], ["updated_at", "2015-04-07 07:35:27.299421"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:35:27.304384"], ["updated_at", "2015-04-07 07:35:27.304384"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_975"], ["description", "I-am-the-goal-description_106"], ["version", 1], ["created_at", "2015-04-07 07:35:27.317188"], ["updated_at", "2015-04-07 07:35:27.317188"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task4624"], ["description", "I-am-the-task-description_6152"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.321069"], ["updated_at", "2015-04-07 07:35:27.321069"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6423"], ["description", "I-am-the-task-description_373"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.325014"], ["updated_at", "2015-04-07 07:35:27.325014"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:35:27.328728"], ["updated_at", "2015-04-07 07:35:27.328728"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1458"], ["description", "I-am-the-goal-description_9488"], ["version", 1], ["created_at", "2015-04-07 07:35:27.339868"], ["updated_at", "2015-04-07 07:35:27.339868"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task6018"], ["description", "I-am-the-task-description_7083"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.344096"], ["updated_at", "2015-04-07 07:35:27.344096"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task2782"], ["description", "I-am-the-task-description_4722"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.348148"], ["updated_at", "2015-04-07 07:35:27.348148"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (1.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:35:27.352340"], ["updated_at", "2015-04-07 07:35:27.352340"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_381"], ["description", "I-am-the-goal-description_8273"], ["version", 1], ["created_at", "2015-04-07 07:35:27.380358"], ["updated_at", "2015-04-07 07:35:27.380358"], ["tracking", "150407-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6982"], ["description", "I-am-the-task-description_3155"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.384547"], ["updated_at", "2015-04-07 07:35:27.384547"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task427"], ["description", "I-am-the-task-description_6388"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.388582"], ["updated_at", "2015-04-07 07:35:27.388582"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:35:27.392357"], ["updated_at", "2015-04-07 07:35:27.392357"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2772"], ["description", "I-am-the-goal-description_780"], ["version", 1], ["created_at", "2015-04-07 07:35:27.406355"], ["updated_at", "2015-04-07 07:35:27.406355"], ["tracking", "150407-29"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9173"], ["description", "I-am-the-task-description_6652"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.410273"], ["updated_at", "2015-04-07 07:35:27.410273"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9405"], ["description", "I-am-the-task-description_885"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.414978"], ["updated_at", "2015-04-07 07:35:27.414978"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:35:27.421666"], ["updated_at", "2015-04-07 07:35:27.421666"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5034"], ["description", "I-am-the-goal-description_8782"], ["version", 1], ["created_at", "2015-04-07 07:35:27.437185"], ["updated_at", "2015-04-07 07:35:27.437185"], ["tracking", "150407-30"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4534"], ["description", "I-am-the-task-description_5808"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.441860"], ["updated_at", "2015-04-07 07:35:27.441860"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task43"], ["description", "I-am-the-task-description_6663"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.446731"], ["updated_at", "2015-04-07 07:35:27.446731"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:35:27.451995"], ["updated_at", "2015-04-07 07:35:27.451995"]]  (22.1ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 07:35:27.482479"], ["id", 58]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4358"], ["description", "I-am-the-goal-description_128"], ["version", 1], ["created_at", "2015-04-07 07:35:27.491866"], ["updated_at", "2015-04-07 07:35:27.491866"], ["tracking", "150407-31"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1945"], ["description", "I-am-the-goal-description_1847"], ["version", 1], ["created_at", "2015-04-07 07:35:27.496844"], ["updated_at", "2015-04-07 07:35:27.496844"], ["tracking", "150407-32"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 36], ["title", "I-am-a-task9368"], ["description", "I-am-the-task-description_4999"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.500723"], ["updated_at", "2015-04-07 07:35:27.500723"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4824"], ["description", "I-am-the-goal-description_7275"], ["version", 1], ["created_at", "2015-04-07 07:35:27.505625"], ["updated_at", "2015-04-07 07:35:27.505625"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 37], ["title", "I-am-a-task9761"], ["description", "I-am-the-task-description_3655"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.510045"], ["updated_at", "2015-04-07 07:35:27.510045"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1096"], ["description", "I-am-the-goal-description_8255"], ["version", 1], ["created_at", "2015-04-07 07:35:27.513034"], ["updated_at", "2015-04-07 07:35:27.513034"], ["tracking", "150407-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 38], ["title", "I-am-a-task1200"], ["description", "I-am-the-task-description_1767"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.517535"], ["updated_at", "2015-04-07 07:35:27.517535"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 38], ["title", "I-am-a-task4497"], ["description", "I-am-the-task-description_8211"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.522013"], ["updated_at", "2015-04-07 07:35:27.522013"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 35], ["title", "I-am-a-task6709"], ["description", "I-am-the-task-description_7754"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.526659"], ["updated_at", "2015-04-07 07:35:27.526659"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task6489"], ["description", "I-am-the-task-description_9219"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.531207"], ["updated_at", "2015-04-07 07:35:27.531207"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4300"], ["description", "I-am-the-goal-description_4761"], ["version", 1], ["created_at", "2015-04-07 07:35:27.539622"], ["updated_at", "2015-04-07 07:35:27.539622"], ["tracking", "150407-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_431"], ["description", "I-am-the-goal-description_6533"], ["version", 1], ["created_at", "2015-04-07 07:35:27.544784"], ["updated_at", "2015-04-07 07:35:27.544784"], ["tracking", "150407-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task3697"], ["description", "I-am-the-task-description_1234"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.548611"], ["updated_at", "2015-04-07 07:35:27.548611"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3999"], ["description", "I-am-the-goal-description_7972"], ["version", 1], ["created_at", "2015-04-07 07:35:27.552573"], ["updated_at", "2015-04-07 07:35:27.552573"], ["tracking", "150407-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task2221"], ["description", "I-am-the-task-description_4389"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.556790"], ["updated_at", "2015-04-07 07:35:27.556790"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1603"], ["description", "I-am-the-goal-description_4258"], ["version", 1], ["created_at", "2015-04-07 07:35:27.559814"], ["updated_at", "2015-04-07 07:35:27.559814"], ["tracking", "150407-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task3096"], ["description", "I-am-the-task-description_5451"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.564640"], ["updated_at", "2015-04-07 07:35:27.564640"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task2809"], ["description", "I-am-the-task-description_4858"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.569568"], ["updated_at", "2015-04-07 07:35:27.569568"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task3361"], ["description", "I-am-the-task-description_2655"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.574274"], ["updated_at", "2015-04-07 07:35:27.574274"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task2559"], ["description", "I-am-the-task-description_3291"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.578820"], ["updated_at", "2015-04-07 07:35:27.578820"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9722"], ["description", "I-am-the-goal-description_3786"], ["version", 1], ["created_at", "2015-04-07 07:35:27.582222"], ["updated_at", "2015-04-07 07:35:27.582222"], ["tracking", "150407-39"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3637"], ["description", "I-am-the-goal-description_7058"], ["version", 1], ["created_at", "2015-04-07 07:35:27.591391"], ["updated_at", "2015-04-07 07:35:27.591391"], ["tracking", "150407-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7311"], ["description", "I-am-the-goal-description_1877"], ["version", 1], ["created_at", "2015-04-07 07:35:27.596148"], ["updated_at", "2015-04-07 07:35:27.596148"], ["tracking", "150407-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 45], ["title", "I-am-a-task7450"], ["description", "I-am-the-task-description_2159"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.599878"], ["updated_at", "2015-04-07 07:35:27.599878"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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_7982"], ["version", 1], ["created_at", "2015-04-07 07:35:27.603876"], ["updated_at", "2015-04-07 07:35:27.603876"], ["tracking", "150407-42"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task6397"], ["description", "I-am-the-task-description_9339"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.608642"], ["updated_at", "2015-04-07 07:35:27.608642"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9163"], ["description", "I-am-the-goal-description_5736"], ["version", 1], ["created_at", "2015-04-07 07:35:27.611895"], ["updated_at", "2015-04-07 07:35:27.611895"], ["tracking", "150407-43"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 47], ["title", "I-am-a-task2646"], ["description", "I-am-the-task-description_5451"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.616384"], ["updated_at", "2015-04-07 07:35:27.616384"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 47], ["title", "I-am-a-task7945"], ["description", "I-am-the-task-description_1650"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.620959"], ["updated_at", "2015-04-07 07:35:27.620959"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 44], ["title", "I-am-a-task5207"], ["description", "I-am-the-task-description_230"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.626150"], ["updated_at", "2015-04-07 07:35:27.626150"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task2358"], ["description", "I-am-the-task-description_9818"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.630906"], ["updated_at", "2015-04-07 07:35:27.630906"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task3671"], ["description", "I-am-the-task-description_23"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.635121"], ["updated_at", "2015-04-07 07:35:27.635121"]]  (1.3ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5100"], ["description", "I-am-the-goal-description_1930"], ["version", 1], ["created_at", "2015-04-07 07:35:27.643524"], ["updated_at", "2015-04-07 07:35:27.643524"], ["tracking", "150407-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9219"], ["description", "I-am-the-goal-description_2323"], ["version", 1], ["created_at", "2015-04-07 07:35:27.648248"], ["updated_at", "2015-04-07 07:35:27.648248"], ["tracking", "150407-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task2520"], ["description", "I-am-the-task-description_9157"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.651962"], ["updated_at", "2015-04-07 07:35:27.651962"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2950"], ["description", "I-am-the-goal-description_1712"], ["version", 1], ["created_at", "2015-04-07 07:35:27.655862"], ["updated_at", "2015-04-07 07:35:27.655862"], ["tracking", "150407-46"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task9959"], ["description", "I-am-the-task-description_707"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.660241"], ["updated_at", "2015-04-07 07:35:27.660241"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7602"], ["description", "I-am-the-goal-description_9551"], ["version", 1], ["created_at", "2015-04-07 07:35:27.663224"], ["updated_at", "2015-04-07 07:35:27.663224"], ["tracking", "150407-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task9083"], ["description", "I-am-the-task-description_6710"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.667721"], ["updated_at", "2015-04-07 07:35:27.667721"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task9729"], ["description", "I-am-the-task-description_7745"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.672329"], ["updated_at", "2015-04-07 07:35:27.672329"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task4187"], ["description", "I-am-the-task-description_3954"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.677039"], ["updated_at", "2015-04-07 07:35:27.677039"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task5231"], ["description", "I-am-the-task-description_7899"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.681664"], ["updated_at", "2015-04-07 07:35:27.681664"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task8469"], ["description", "I-am-the-task-description_7904"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.687743"], ["updated_at", "2015-04-07 07:35:27.687743"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5816"], ["description", "I-am-the-goal-description_246"], ["version", 1], ["created_at", "2015-04-07 07:35:27.696453"], ["updated_at", "2015-04-07 07:35:27.696453"], ["tracking", "150407-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task6993"], ["description", "I-am-the-task-description_7721"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.700325"], ["updated_at", "2015-04-07 07:35:27.700325"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8230"], ["description", "I-am-the-goal-description_9800"], ["version", 1], ["created_at", "2015-04-07 07:35:27.705782"], ["updated_at", "2015-04-07 07:35:27.705782"], ["tracking", "150407-49"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 53], ["title", "I-am-a-task9575"], ["description", "I-am-the-task-description_3205"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.710197"], ["updated_at", "2015-04-07 07:35:27.710197"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6279"], ["description", "I-am-the-goal-description_7047"], ["version", 1], ["created_at", "2015-04-07 07:35:27.716050"], ["updated_at", "2015-04-07 07:35:27.716050"], ["tracking", "150407-50"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 54], ["title", "I-am-a-task9445"], ["description", "I-am-the-task-description_8616"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.720562"], ["updated_at", "2015-04-07 07:35:27.720562"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9363"], ["description", "I-am-the-goal-description_9317"], ["version", 1], ["created_at", "2015-04-07 07:35:27.726536"], ["updated_at", "2015-04-07 07:35:27.726536"], ["tracking", "150407-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task7398"], ["description", "I-am-the-task-description_3310"], ["cost", 1], ["created_at", "2015-04-07 07:35:27.730998"], ["updated_at", "2015-04-07 07:35:27.730998"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1182"], ["description", "I-am-the-goal-description_9800"], ["version", 1], ["created_at", "2015-04-07 07:35:27.735447"], ["updated_at", "2015-04-07 07:35:27.735447"], ["tracking", "150407-52"]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:35:27.740125"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:35:27.742766"], ["id", 56]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9528"], ["description", "I-am-the-goal-description_7219"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_252"], ["description", "I-am-the-goal-description_2676"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6514"], ["description", "I-am-the-goal-description_9765"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8448"], ["description", "I-am-the-goal-description_3243"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4943"], ["description", "I-am-the-goal-description_9181"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task6632"], ["description", "I-am-the-task-description_8600"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8339"], ["description", "I-am-the-goal-description_9889"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task5225"], ["description", "I-am-the-task-description_681"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9883"], ["description", "I-am-the-goal-description_2463"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task8619"], ["description", "I-am-the-task-description_4962"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8225"], ["description", "I-am-the-goal-description_9508"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task4257"], ["description", "I-am-the-task-description_8369"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3215"], ["description", "I-am-the-goal-description_5726"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task5451"], ["description", "I-am-the-task-description_7451"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7785"], ["description", "I-am-the-goal-description_3576"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6191"], ["description", "I-am-the-goal-description_6260"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6033"], ["description", "I-am-the-goal-description_9458"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7037"], ["description", "I-am-the-goal-description_3180"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:35:41 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3937.8ms) Completed 200 OK in 4024ms (Views: 3988.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 09:35:45 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 09:35:45 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 09:35:45 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (358.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (364.2ms) Completed 200 OK in 374ms (Views: 366.6ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 09:35:46 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:35:48 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 07:35:48.174208"], ["updated_at", "2015-04-07 07:35:48.174208"], ["tracking", "150407-1"]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/goals/1 Completed 302 Found in 58ms (ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (112.3ms) Completed 200 OK in 133ms (Views: 114.3ms | ActiveRecord: 0.9ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3032"], ["description", "I-am-the-goal-description_8389"], ["version", 1], ["created_at", "2015-04-07 07:35:48.522825"], ["updated_at", "2015-04-07 07:35:48.522825"], ["tracking", "150407-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7061"], ["description", "I-am-the-task-description_9434"], ["cost", 1], ["created_at", "2015-04-07 07:35:48.547155"], ["updated_at", "2015-04-07 07:35:48.547155"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6926"], ["description", "I-am-the-task-description_8422"], ["cost", 1], ["created_at", "2015-04-07 07:35:48.551862"], ["updated_at", "2015-04-07 07:35:48.551862"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4259"], ["description", "I-am-the-task-description_776"], ["cost", 1], ["created_at", "2015-04-07 07:35:48.555885"], ["updated_at", "2015-04-07 07:35:48.555885"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:35:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (3.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3274"], ["description", "I-am-the-goal-description_2375"], ["version", 1], ["created_at", "2015-04-07 07:35:50.439251"], ["updated_at", "2015-04-07 07:35:50.439251"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:35:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.7ms) Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 1.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 09:35:52 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (20.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (23.8ms) Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:52 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_2375", "status"=>"open"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 07:35:52.312534"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.7ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7247"], ["description", "I-am-the-goal-description_221"], ["version", 1], ["created_at", "2015-04-07 07:35:52.452018"], ["updated_at", "2015-04-07 07:35:52.452018"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:35:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:54 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:35:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.3ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_78"], ["description", "I-am-the-goal-description_6737"], ["version", 1], ["created_at", "2015-04-07 07:35:54.299730"], ["updated_at", "2015-04-07 07:35:54.299730"], ["tracking", "150407-1"]]  (1.2ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.3ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 09:35:55 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (63.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (63.2ms) Completed 200 OK in 65ms (Views: 63.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:56 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_78", "description"=>"I-am-the-goal-description_6737", "status"=>"closed"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 07:35:56.006088"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:35:56 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8840"], ["description", "I-am-the-goal-description_6835"], ["version", 1], ["created_at", "2015-04-07 07:35:56.152553"], ["updated_at", "2015-04-07 07:35:56.152553"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:56 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.3ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 09:35:57 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (65.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (65.7ms) Completed 200 OK in 67ms (Views: 66.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:57 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_8840", "description"=>"I-am-the-goal-description_6835", "status"=>"open"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 07:35:57.985541"], ["id", 1]]  (1.8ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/goals/1 Completed 302 Found in 11ms (ActiveRecord: 2.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:35:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.3ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms)  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8186"], ["description", "I-am-the-goal-description_6022"], ["version", 1], ["created_at", "2015-04-07 07:35:58.126213"], ["updated_at", "2015-04-07 07:35:58.126213"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8939"], ["description", "I-am-the-task-description_4592"], ["cost", 1], ["created_at", "2015-04-07 07:35:58.130066"], ["updated_at", "2015-04-07 07:35:58.130066"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:35:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.8ms) Completed 200 OK in 17ms (Views: 12.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:35:58 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (11.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (82.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (103.6ms) Completed 200 OK in 110ms (Views: 106.9ms | ActiveRecord: 1.0ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 09:36:00 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-07 07:36:00.063499"], ["created_at", "2015-04-07 07:36:00.064297"], ["updated_at", "2015-04-07 07:36:00.064297"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 07:36:00.067583"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 1.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:36:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.6ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7941"], ["description", "I-am-the-goal-description_2890"], ["version", 1], ["created_at", "2015-04-07 07:36:00.199324"], ["updated_at", "2015-04-07 07:36:00.199324"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:36:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:36:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 09:36:02 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (155.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (160.4ms) Completed 200 OK in 166ms (Views: 164.6ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:02 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 07:36:02.276596"], ["updated_at", "2015-04-07 07:36:02.276596"]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 1.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:36:02 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.3ms) Completed 200 OK in 80ms (Views: 76.1ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2343"], ["description", "I-am-the-goal-description_6102"], ["version", 1], ["created_at", "2015-04-07 07:36:02.558408"], ["updated_at", "2015-04-07 07:36:02.558408"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3215"], ["description", "I-am-the-task-description_9298"], ["cost", 1], ["created_at", "2015-04-07 07:36:02.563920"], ["updated_at", "2015-04-07 07:36:02.563920"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:36:02 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.8ms) Completed 200 OK in 23ms (Views: 19.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7735"], ["description", "I-am-the-goal-description_8430"], ["version", 1], ["created_at", "2015-04-07 07:36:04.495530"], ["updated_at", "2015-04-07 07:36:04.495530"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2068"], ["description", "I-am-the-task-description_7467"], ["cost", 1], ["created_at", "2015-04-07 07:36:04.501118"], ["updated_at", "2015-04-07 07:36:04.501118"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:36:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (70.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.1ms) Completed 200 OK in 79ms (Views: 75.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 09:36:06 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (82.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (85.9ms) Completed 200 OK in 92ms (Views: 89.8ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:36:06 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7467", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 07:36:06.620503"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:36:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (68.7ms) Completed 200 OK in 73ms (Views: 69.3ms | ActiveRecord: 0.6ms)  (3.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5987"], ["description", "I-am-the-goal-description_6360"], ["version", 1], ["created_at", "2015-04-07 07:36:06.780226"], ["updated_at", "2015-04-07 07:36:06.780226"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8372"], ["description", "I-am-the-task-description_2647"], ["cost", 1], ["created_at", "2015-04-07 07:36:06.784026"], ["updated_at", "2015-04-07 07:36:06.784026"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:06 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:36:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.2ms) Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:36:08 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3212"], ["description", "I-am-the-goal-description_8941"], ["version", 1], ["created_at", "2015-04-07 07:36:08.790863"], ["updated_at", "2015-04-07 07:36:08.790863"], ["tracking", "150407-1"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9511"], ["description", "I-am-the-task-description_6900"], ["cost", 1], ["created_at", "2015-04-07 07:36:08.794938"], ["updated_at", "2015-04-07 07:36:08.794938"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 09:36:08 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:36:08.925841"], ["task_id", 1], ["created_at", "2015-04-07 07:36:08.927201"], ["updated_at", "2015-04-07 07:36:08.927201"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:36:08.928801"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (54.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (56.2ms) Completed 200 OK in 58ms (Views: 56.7ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6284"], ["description", "I-am-the-goal-description_7950"], ["version", 1], ["created_at", "2015-04-07 07:36:09.073267"], ["updated_at", "2015-04-07 07:36:09.073267"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task7472"], ["description", "I-am-the-task-description_5967"], ["cost", 1], ["created_at", "2015-04-07 07:36:09.076947"], ["updated_at", "2015-04-07 07:36:09.076947"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 09:36:09 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 07:36:09.204470"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55919/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6263"], ["description", "I-am-the-goal-description_8195"], ["version", 1], ["created_at", "2015-04-07 07:36:09.346451"], ["updated_at", "2015-04-07 07:36:09.346451"], ["tracking", "150407-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7017"], ["description", "I-am-the-task-description_2825"], ["cost", 1], ["created_at", "2015-04-07 07:36:09.351982"], ["updated_at", "2015-04-07 07:36:09.351982"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1310"], ["description", "I-am-the-goal-description_9264"], ["version", 1], ["created_at", "2015-04-07 07:36:09.355570"], ["updated_at", "2015-04-07 07:36:09.355570"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8990"], ["description", "I-am-the-task-description_3508"], ["cost", 1], ["created_at", "2015-04-07 07:36:09.358959"], ["updated_at", "2015-04-07 07:36:09.358959"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2444"], ["description", "I-am-the-goal-description_4097"], ["version", 1], ["created_at", "2015-04-07 07:36:09.362533"], ["updated_at", "2015-04-07 07:36:09.362533"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4357"], ["description", "I-am-the-task-description_6331"], ["cost", 1], ["created_at", "2015-04-07 07:36:09.366313"], ["updated_at", "2015-04-07 07:36:09.366313"]]  (2.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 09:36:09 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (4.2ms) Completed 200 OK in 64ms (Views: 4.0ms | ActiveRecord: 0.4ms)  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8407"], ["description", "I-am-the-goal-description_6694"], ["version", 1], ["created_at", "2015-04-07 07:36:09.631726"], ["updated_at", "2015-04-07 07:36:09.631726"], ["tracking", "150407-1"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1767"], ["description", "I-am-the-task-description_479"], ["cost", 1], ["created_at", "2015-04-07 07:36:09.636874"], ["updated_at", "2015-04-07 07:36:09.636874"]]  (2.3ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7454"], ["description", "I-am-the-goal-description_1555"], ["version", 1], ["created_at", "2015-04-07 07:36:09.641768"], ["updated_at", "2015-04-07 07:36:09.641768"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4610"], ["description", "I-am-the-task-description_9321"], ["cost", 1], ["created_at", "2015-04-07 07:36:09.645123"], ["updated_at", "2015-04-07 07:36:09.645123"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1573"], ["description", "I-am-the-goal-description_7139"], ["version", 1], ["created_at", "2015-04-07 07:36:09.648584"], ["updated_at", "2015-04-07 07:36:09.648584"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (59.5ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8491"], ["description", "I-am-the-task-description_3065"], ["cost", 1], ["created_at", "2015-04-07 07:36:09.712505"], ["updated_at", "2015-04-07 07:36:09.712505"]]  (1.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.0ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 09:36:09 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3822"], ["description", "I-am-the-goal-description_9052"], ["version", 1], ["created_at", "2015-04-07 07:36:09.979158"], ["updated_at", "2015-04-07 07:36:09.979158"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9589"], ["description", "I-am-the-task-description_1941"], ["cost", 1], ["created_at", "2015-04-07 07:36:09.983675"], ["updated_at", "2015-04-07 07:36:09.983675"]]  (2.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9956"], ["description", "I-am-the-goal-description_219"], ["version", 1], ["created_at", "2015-04-07 07:36:09.989890"], ["updated_at", "2015-04-07 07:36:09.989890"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task879"], ["description", "I-am-the-task-description_6965"], ["cost", 1], ["created_at", "2015-04-07 07:36:09.993843"], ["updated_at", "2015-04-07 07:36:09.993843"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4118"], ["description", "I-am-the-goal-description_1148"], ["version", 1], ["created_at", "2015-04-07 07:36:09.998025"], ["updated_at", "2015-04-07 07:36:09.998025"], ["tracking", "150407-3"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1817"], ["description", "I-am-the-task-description_9799"], ["cost", 1], ["created_at", "2015-04-07 07:36:10.003326"], ["updated_at", "2015-04-07 07:36:10.003326"]]  (1.2ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:36:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.1ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 09:36:10 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.1ms) Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.4ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2365"], ["description", "I-am-the-goal-description_4012"], ["version", 1], ["created_at", "2015-04-07 07:38:47.914044"], ["updated_at", "2015-04-07 07:38:47.914044"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9222"], ["description", "I-am-the-goal-description_6822"], ["version", 1], ["created_at", "2015-04-07 07:38:47.924341"], ["updated_at", "2015-04-07 07:38:47.924341"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 74ms (Views: 62.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6710"], ["description", "I-am-the-goal-description_2121"], ["version", 1], ["created_at", "2015-04-07 07:38:48.047646"], ["updated_at", "2015-04-07 07:38:48.047646"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4022"], ["description", "I-am-the-goal-description_9423"], ["version", 1], ["created_at", "2015-04-07 07:38:48.051811"], ["updated_at", "2015-04-07 07:38:48.051811"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 59ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4311"], ["description", "I-am-the-goal-description_3508"], ["version", 1], ["created_at", "2015-04-07 07:38:48.124248"], ["updated_at", "2015-04-07 07:38:48.124248"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3947"], ["description", "I-am-the-goal-description_941"], ["version", 1], ["created_at", "2015-04-07 07:38:48.128217"], ["updated_at", "2015-04-07 07:38:48.128217"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2606"], ["description", "I-am-the-goal-description_323"], ["version", 1], ["created_at", "2015-04-07 07:38:48.150238"], ["updated_at", "2015-04-07 07:38:48.150238"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task3878"], ["description", "I-am-the-task-description_8124"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.162998"], ["updated_at", "2015-04-07 07:38:48.162998"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 07:38:48.178171"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 07:38:48.179197"], ["updated_at", "2015-04-07 07:38:48.179197"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 07:38:48.180940"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 07:38:48 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 07:38:48 UTC", "updated_at"=>"2015-04-07 07:38:48 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 07:38:48.191529"], ["created_at", "2015-04-07 07:38:48.192279"], ["updated_at", "2015-04-07 07:38:48.192279"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 17ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6377"], ["description", "I-am-the-goal-description_469"], ["version", 1], ["created_at", "2015-04-07 07:38:48.211684"], ["updated_at", "2015-04-07 07:38:48.211684"], ["tracking", "150407-4"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task9875"], ["description", "I-am-the-task-description_2182"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.216362"], ["updated_at", "2015-04-07 07:38:48.216362"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task829"], ["description", "I-am-the-task-description_2086"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.220386"], ["updated_at", "2015-04-07 07:38:48.220386"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:38:48.227334"], ["task_id", 2], ["created_at", "2015-04-07 07:38:48.228581"], ["updated_at", "2015-04-07 07:38:48.228581"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:38:48.230214"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9270"], ["description", "I-am-the-goal-description_2522"], ["version", 1], ["created_at", "2015-04-07 07:38:48.236765"], ["updated_at", "2015-04-07 07:38:48.236765"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1308"], ["description", "I-am-the-task-description_4002"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.241116"], ["updated_at", "2015-04-07 07:38:48.241116"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task994"], ["description", "I-am-the-task-description_5724"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.246416"], ["updated_at", "2015-04-07 07:38:48.246416"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:38:48.252680"], ["task_id", 4], ["created_at", "2015-04-07 07:38:48.253917"], ["updated_at", "2015-04-07 07:38:48.253917"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:38:48.255438"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 52ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6345"], ["description", "I-am-the-goal-description_1580"], ["version", 1], ["created_at", "2015-04-07 07:38:48.306681"], ["updated_at", "2015-04-07 07:38:48.306681"], ["tracking", "150407-6"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task5801"], ["description", "I-am-the-task-description_3167"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.310774"], ["updated_at", "2015-04-07 07:38:48.310774"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task5678"], ["description", "I-am-the-task-description_1770"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.315625"], ["updated_at", "2015-04-07 07:38:48.315625"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:38:48.322917"], ["task_id", 6], ["created_at", "2015-04-07 07:38:48.324550"], ["updated_at", "2015-04-07 07:38:48.324550"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:38:48.326946"], ["id", 6]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3751"], ["description", "I-am-the-goal-description_633"], ["version", 1], ["created_at", "2015-04-07 07:38:48.339903"], ["updated_at", "2015-04-07 07:38:48.339903"], ["tracking", "150407-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task1135"], ["description", "I-am-the-task-description_4722"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.344711"], ["updated_at", "2015-04-07 07:38:48.344711"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task1367"], ["description", "I-am-the-task-description_6528"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.350177"], ["updated_at", "2015-04-07 07:38:48.350177"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:38:48.363629"], ["task_id", 8], ["created_at", "2015-04-07 07:38:48.365767"], ["updated_at", "2015-04-07 07:38:48.365767"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:38:48.367786"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 15ms (ActiveRecord: 2.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_614"], ["description", "I-am-the-goal-description_6351"], ["version", 1], ["created_at", "2015-04-07 07:38:48.374632"], ["updated_at", "2015-04-07 07:38:48.374632"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3772"], ["description", "I-am-the-task-description_1196"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.379373"], ["updated_at", "2015-04-07 07:38:48.379373"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8712"], ["description", "I-am-the-task-description_6622"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.383861"], ["updated_at", "2015-04-07 07:38:48.383861"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9158"], ["description", "I-am-the-goal-description_4909"], ["version", 1], ["created_at", "2015-04-07 07:38:48.399858"], ["updated_at", "2015-04-07 07:38:48.399858"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task8447"], ["description", "I-am-the-task-description_771"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.404610"], ["updated_at", "2015-04-07 07:38:48.404610"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4631"], ["description", "I-am-the-task-description_1250"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.409327"], ["updated_at", "2015-04-07 07:38:48.409327"]]  (0.7ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7205"], ["description", "I-am-the-goal-description_3419"], ["version", 1], ["created_at", "2015-04-07 07:38:48.451572"], ["updated_at", "2015-04-07 07:38:48.451572"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task1005"], ["description", "I-am-the-task-description_3223"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.455537"], ["updated_at", "2015-04-07 07:38:48.455537"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2068"], ["description", "I-am-the-goal-description_9473"], ["version", 1], ["created_at", "2015-04-07 07:38:48.459427"], ["updated_at", "2015-04-07 07:38:48.459427"], ["tracking", "150407-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1960"], ["description", "I-am-the-task-description_1904"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.463722"], ["updated_at", "2015-04-07 07:38:48.463722"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_545"], ["description", "I-am-the-goal-description_7314"], ["version", 1], ["created_at", "2015-04-07 07:38:48.472920"], ["updated_at", "2015-04-07 07:38:48.472920"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7643"], ["description", "I-am-the-task-description_7617"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.477499"], ["updated_at", "2015-04-07 07:38:48.477499"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8150"], ["description", "I-am-the-task-description_1897"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.481580"], ["updated_at", "2015-04-07 07:38:48.481580"]]  (1.0ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3524"], ["description", "I-am-the-goal-description_7519"], ["version", 1], ["created_at", "2015-04-07 07:38:48.497380"], ["updated_at", "2015-04-07 07:38:48.497380"], ["tracking", "150407-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7725"], ["description", "I-am-the-task-description_719"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.503393"], ["updated_at", "2015-04-07 07:38:48.503393"]]  (1.2ms) commit transaction  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1773"], ["description", "I-am-the-goal-description_2967"], ["version", 1], ["created_at", "2015-04-07 07:38:48.511609"], ["updated_at", "2015-04-07 07:38:48.511609"], ["tracking", "150407-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8568"], ["description", "I-am-the-task-description_1066"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.519160"], ["updated_at", "2015-04-07 07:38:48.519160"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_26"], ["description", "I-am-the-goal-description_3036"], ["version", 1], ["created_at", "2015-04-07 07:38:48.529633"], ["updated_at", "2015-04-07 07:38:48.529633"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6128"], ["description", "I-am-the-task-description_237"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.533921"], ["updated_at", "2015-04-07 07:38:48.533921"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7937"], ["description", "I-am-the-task-description_7776"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.538044"], ["updated_at", "2015-04-07 07:38:48.538044"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4085"], ["description", "I-am-the-goal-description_2643"], ["version", 1], ["created_at", "2015-04-07 07:38:48.552700"], ["updated_at", "2015-04-07 07:38:48.552700"], ["tracking", "150407-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5538"], ["description", "I-am-the-task-description_6375"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.556640"], ["updated_at", "2015-04-07 07:38:48.556640"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7646"], ["description", "I-am-the-goal-description_5395"], ["version", 1], ["created_at", "2015-04-07 07:38:48.560479"], ["updated_at", "2015-04-07 07:38:48.560479"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4093"], ["description", "I-am-the-task-description_4704"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.565151"], ["updated_at", "2015-04-07 07:38:48.565151"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7366"], ["description", "I-am-the-goal-description_8802"], ["version", 1], ["created_at", "2015-04-07 07:38:48.574910"], ["updated_at", "2015-04-07 07:38:48.574910"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task947"], ["description", "I-am-the-task-description_7150"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.578782"], ["updated_at", "2015-04-07 07:38:48.578782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9898"], ["description", "I-am-the-task-description_2249"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.582591"], ["updated_at", "2015-04-07 07:38:48.582591"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8369"], ["description", "I-am-the-goal-description_1671"], ["version", 1], ["created_at", "2015-04-07 07:38:48.595887"], ["updated_at", "2015-04-07 07:38:48.595887"], ["tracking", "150407-19"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4901"], ["description", "I-am-the-task-description_8404"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.599806"], ["updated_at", "2015-04-07 07:38:48.599806"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5087"], ["description", "I-am-the-task-description_9677"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.603790"], ["updated_at", "2015-04-07 07:38:48.603790"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.3ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7537"], ["description", "I-am-the-goal-description_3716"], ["version", 1], ["created_at", "2015-04-07 07:38:48.618877"], ["updated_at", "2015-04-07 07:38:48.618877"], ["tracking", "150407-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3618"], ["description", "I-am-the-task-description_7208"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.622795"], ["updated_at", "2015-04-07 07:38:48.622795"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task14"], ["description", "I-am-the-task-description_8071"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.626694"], ["updated_at", "2015-04-07 07:38:48.626694"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4726"], ["description", "I-am-the-goal-description_9608"], ["version", 1], ["created_at", "2015-04-07 07:38:48.638758"], ["updated_at", "2015-04-07 07:38:48.638758"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task473"], ["description", "I-am-the-task-description_1129"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.642491"], ["updated_at", "2015-04-07 07:38:48.642491"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7240"], ["description", "I-am-the-task-description_5051"], ["cost", 1], ["created_at", "2015-04-07 07:38:48.646406"], ["updated_at", "2015-04-07 07:38:48.646406"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:38:48.658334"], ["updated_at", "2015-04-07 07:38:48.658334"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 3996ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5621"], ["description", "I-am-the-goal-description_7865"], ["version", 1], ["created_at", "2015-04-07 07:38:52.656990"], ["updated_at", "2015-04-07 07:38:52.656990"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task7501"], ["description", "I-am-the-task-description_6760"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.660990"], ["updated_at", "2015-04-07 07:38:52.660990"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6096"], ["description", "I-am-the-task-description_2328"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.665054"], ["updated_at", "2015-04-07 07:38:52.665054"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:38:52.671494"], ["updated_at", "2015-04-07 07:38:52.671494"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1190"], ["description", "I-am-the-goal-description_9777"], ["version", 1], ["created_at", "2015-04-07 07:38:52.751026"], ["updated_at", "2015-04-07 07:38:52.751026"], ["tracking", "150407-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7218"], ["description", "I-am-the-task-description_1245"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.754975"], ["updated_at", "2015-04-07 07:38:52.754975"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3233"], ["description", "I-am-the-task-description_5751"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.758988"], ["updated_at", "2015-04-07 07:38:52.758988"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:38:52.765626"], ["updated_at", "2015-04-07 07:38:52.765626"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8040"], ["description", "I-am-the-goal-description_34"], ["version", 1], ["created_at", "2015-04-07 07:38:52.773186"], ["updated_at", "2015-04-07 07:38:52.773186"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6973"], ["description", "I-am-the-task-description_4509"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.777032"], ["updated_at", "2015-04-07 07:38:52.777032"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2640"], ["description", "I-am-the-task-description_47"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.781935"], ["updated_at", "2015-04-07 07:38:52.781935"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3915"], ["description", "I-am-the-goal-description_5941"], ["version", 1], ["created_at", "2015-04-07 07:38:52.793217"], ["updated_at", "2015-04-07 07:38:52.793217"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7835"], ["description", "I-am-the-task-description_6832"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.797090"], ["updated_at", "2015-04-07 07:38:52.797090"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5508"], ["description", "I-am-the-task-description_2368"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.801231"], ["updated_at", "2015-04-07 07:38:52.801231"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:38:52.807023"], ["updated_at", "2015-04-07 07:38:52.807023"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1637"], ["description", "I-am-the-goal-description_5199"], ["version", 1], ["created_at", "2015-04-07 07:38:52.817340"], ["updated_at", "2015-04-07 07:38:52.817340"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task113"], ["description", "I-am-the-task-description_3004"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.821507"], ["updated_at", "2015-04-07 07:38:52.821507"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task5064"], ["description", "I-am-the-task-description_9943"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.825537"], ["updated_at", "2015-04-07 07:38:52.825537"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:38:52.829860"], ["updated_at", "2015-04-07 07:38:52.829860"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5778"], ["description", "I-am-the-goal-description_696"], ["version", 1], ["created_at", "2015-04-07 07:38:52.843569"], ["updated_at", "2015-04-07 07:38:52.843569"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7696"], ["description", "I-am-the-task-description_6497"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.847381"], ["updated_at", "2015-04-07 07:38:52.847381"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8007"], ["description", "I-am-the-task-description_1145"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.851659"], ["updated_at", "2015-04-07 07:38:52.851659"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:38:52.855410"], ["updated_at", "2015-04-07 07:38:52.855410"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6050"], ["description", "I-am-the-goal-description_6906"], ["version", 1], ["created_at", "2015-04-07 07:38:52.883516"], ["updated_at", "2015-04-07 07:38:52.883516"], ["tracking", "150407-28"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8961"], ["description", "I-am-the-task-description_9715"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.889258"], ["updated_at", "2015-04-07 07:38:52.889258"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task2205"], ["description", "I-am-the-task-description_3507"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.893707"], ["updated_at", "2015-04-07 07:38:52.893707"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:38:52.898266"], ["updated_at", "2015-04-07 07:38:52.898266"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2320"], ["description", "I-am-the-goal-description_6576"], ["version", 1], ["created_at", "2015-04-07 07:38:52.911802"], ["updated_at", "2015-04-07 07:38:52.911802"], ["tracking", "150407-29"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5659"], ["description", "I-am-the-task-description_6086"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.916362"], ["updated_at", "2015-04-07 07:38:52.916362"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3534"], ["description", "I-am-the-task-description_6754"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.922539"], ["updated_at", "2015-04-07 07:38:52.922539"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:38:52.926473"], ["updated_at", "2015-04-07 07:38:52.926473"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6892"], ["description", "I-am-the-goal-description_6436"], ["version", 1], ["created_at", "2015-04-07 07:38:52.938613"], ["updated_at", "2015-04-07 07:38:52.938613"], ["tracking", "150407-30"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task5903"], ["description", "I-am-the-task-description_5880"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.942933"], ["updated_at", "2015-04-07 07:38:52.942933"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task5918"], ["description", "I-am-the-task-description_644"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.947286"], ["updated_at", "2015-04-07 07:38:52.947286"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 07:38:52.951548"], ["updated_at", "2015-04-07 07:38:52.951548"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 07:38:52.957966"], ["id", 58]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6656"], ["description", "I-am-the-goal-description_8278"], ["version", 1], ["created_at", "2015-04-07 07:38:52.964948"], ["updated_at", "2015-04-07 07:38:52.964948"], ["tracking", "150407-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1995"], ["description", "I-am-the-goal-description_4425"], ["version", 1], ["created_at", "2015-04-07 07:38:52.970161"], ["updated_at", "2015-04-07 07:38:52.970161"], ["tracking", "150407-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 36], ["title", "I-am-a-task4015"], ["description", "I-am-the-task-description_6692"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.974516"], ["updated_at", "2015-04-07 07:38:52.974516"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9134"], ["description", "I-am-the-goal-description_8457"], ["version", 1], ["created_at", "2015-04-07 07:38:52.978976"], ["updated_at", "2015-04-07 07:38:52.978976"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 37], ["title", "I-am-a-task38"], ["description", "I-am-the-task-description_9207"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.983132"], ["updated_at", "2015-04-07 07:38:52.983132"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2319"], ["description", "I-am-the-goal-description_1743"], ["version", 1], ["created_at", "2015-04-07 07:38:52.987395"], ["updated_at", "2015-04-07 07:38:52.987395"], ["tracking", "150407-34"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 38], ["title", "I-am-a-task9553"], ["description", "I-am-the-task-description_8870"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.993044"], ["updated_at", "2015-04-07 07:38:52.993044"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 38], ["title", "I-am-a-task1561"], ["description", "I-am-the-task-description_4721"], ["cost", 1], ["created_at", "2015-04-07 07:38:52.998363"], ["updated_at", "2015-04-07 07:38:52.998363"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 35], ["title", "I-am-a-task9116"], ["description", "I-am-the-task-description_1272"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.003258"], ["updated_at", "2015-04-07 07:38:53.003258"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task6763"], ["description", "I-am-the-task-description_72"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.007776"], ["updated_at", "2015-04-07 07:38:53.007776"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4459"], ["description", "I-am-the-goal-description_9053"], ["version", 1], ["created_at", "2015-04-07 07:38:53.015502"], ["updated_at", "2015-04-07 07:38:53.015502"], ["tracking", "150407-35"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8844"], ["description", "I-am-the-goal-description_5593"], ["version", 1], ["created_at", "2015-04-07 07:38:53.021886"], ["updated_at", "2015-04-07 07:38:53.021886"], ["tracking", "150407-36"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task2516"], ["description", "I-am-the-task-description_2925"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.025927"], ["updated_at", "2015-04-07 07:38:53.025927"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8448"], ["description", "I-am-the-goal-description_8882"], ["version", 1], ["created_at", "2015-04-07 07:38:53.030628"], ["updated_at", "2015-04-07 07:38:53.030628"], ["tracking", "150407-37"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task7488"], ["description", "I-am-the-task-description_1566"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.034716"], ["updated_at", "2015-04-07 07:38:53.034716"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4068"], ["description", "I-am-the-goal-description_769"], ["version", 1], ["created_at", "2015-04-07 07:38:53.037584"], ["updated_at", "2015-04-07 07:38:53.037584"], ["tracking", "150407-38"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task3979"], ["description", "I-am-the-task-description_213"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.042756"], ["updated_at", "2015-04-07 07:38:53.042756"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task3793"], ["description", "I-am-the-task-description_4989"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.047738"], ["updated_at", "2015-04-07 07:38:53.047738"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task3962"], ["description", "I-am-the-task-description_9924"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.054098"], ["updated_at", "2015-04-07 07:38:53.054098"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task1918"], ["description", "I-am-the-task-description_5909"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.059600"], ["updated_at", "2015-04-07 07:38:53.059600"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_457"], ["description", "I-am-the-goal-description_4282"], ["version", 1], ["created_at", "2015-04-07 07:38:53.063718"], ["updated_at", "2015-04-07 07:38:53.063718"], ["tracking", "150407-39"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3056"], ["description", "I-am-the-goal-description_2566"], ["version", 1], ["created_at", "2015-04-07 07:38:53.072742"], ["updated_at", "2015-04-07 07:38:53.072742"], ["tracking", "150407-40"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3962"], ["description", "I-am-the-goal-description_8230"], ["version", 1], ["created_at", "2015-04-07 07:38:53.080982"], ["updated_at", "2015-04-07 07:38:53.080982"], ["tracking", "150407-41"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 45], ["title", "I-am-a-task8386"], ["description", "I-am-the-task-description_7077"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.087094"], ["updated_at", "2015-04-07 07:38:53.087094"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_387"], ["description", "I-am-the-goal-description_747"], ["version", 1], ["created_at", "2015-04-07 07:38:53.095400"], ["updated_at", "2015-04-07 07:38:53.095400"], ["tracking", "150407-42"]]  (1.6ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task9276"], ["description", "I-am-the-task-description_3404"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.106260"], ["updated_at", "2015-04-07 07:38:53.106260"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9261"], ["description", "I-am-the-goal-description_4203"], ["version", 1], ["created_at", "2015-04-07 07:38:53.113446"], ["updated_at", "2015-04-07 07:38:53.113446"], ["tracking", "150407-43"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 47], ["title", "I-am-a-task357"], ["description", "I-am-the-task-description_4730"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.121095"], ["updated_at", "2015-04-07 07:38:53.121095"]]  (1.2ms) commit transaction  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 47], ["title", "I-am-a-task7318"], ["description", "I-am-the-task-description_439"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.127872"], ["updated_at", "2015-04-07 07:38:53.127872"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 44], ["title", "I-am-a-task3584"], ["description", "I-am-the-task-description_1982"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.133418"], ["updated_at", "2015-04-07 07:38:53.133418"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task3586"], ["description", "I-am-the-task-description_4806"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.139861"], ["updated_at", "2015-04-07 07:38:53.139861"]]  (1.7ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task8324"], ["description", "I-am-the-task-description_5251"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.150355"], ["updated_at", "2015-04-07 07:38:53.150355"]]  (1.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.2ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_441"], ["description", "I-am-the-goal-description_5851"], ["version", 1], ["created_at", "2015-04-07 07:38:53.165804"], ["updated_at", "2015-04-07 07:38:53.165804"], ["tracking", "150407-44"]]  (1.7ms) commit transaction  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9535"], ["description", "I-am-the-goal-description_547"], ["version", 1], ["created_at", "2015-04-07 07:38:53.181108"], ["updated_at", "2015-04-07 07:38:53.181108"], ["tracking", "150407-45"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task4738"], ["description", "I-am-the-task-description_8684"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.188756"], ["updated_at", "2015-04-07 07:38:53.188756"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4333"], ["description", "I-am-the-goal-description_6830"], ["version", 1], ["created_at", "2015-04-07 07:38:53.193890"], ["updated_at", "2015-04-07 07:38:53.193890"], ["tracking", "150407-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task4307"], ["description", "I-am-the-task-description_5360"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.200278"], ["updated_at", "2015-04-07 07:38:53.200278"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4848"], ["description", "I-am-the-goal-description_7217"], ["version", 1], ["created_at", "2015-04-07 07:38:53.206205"], ["updated_at", "2015-04-07 07:38:53.206205"], ["tracking", "150407-47"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task9246"], ["description", "I-am-the-task-description_738"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.212081"], ["updated_at", "2015-04-07 07:38:53.212081"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task5346"], ["description", "I-am-the-task-description_9099"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.216810"], ["updated_at", "2015-04-07 07:38:53.216810"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task1017"], ["description", "I-am-the-task-description_290"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.223316"], ["updated_at", "2015-04-07 07:38:53.223316"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task9875"], ["description", "I-am-the-task-description_1971"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.233031"], ["updated_at", "2015-04-07 07:38:53.233031"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task5216"], ["description", "I-am-the-task-description_4496"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.244617"], ["updated_at", "2015-04-07 07:38:53.244617"]]  (1.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7948"], ["description", "I-am-the-goal-description_1736"], ["version", 1], ["created_at", "2015-04-07 07:38:53.366086"], ["updated_at", "2015-04-07 07:38:53.366086"], ["tracking", "150407-48"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task1602"], ["description", "I-am-the-task-description_6770"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.373341"], ["updated_at", "2015-04-07 07:38:53.373341"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_809"], ["description", "I-am-the-goal-description_3522"], ["version", 1], ["created_at", "2015-04-07 07:38:53.379758"], ["updated_at", "2015-04-07 07:38:53.379758"], ["tracking", "150407-49"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 53], ["title", "I-am-a-task8895"], ["description", "I-am-the-task-description_6604"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.384251"], ["updated_at", "2015-04-07 07:38:53.384251"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1123"], ["description", "I-am-the-goal-description_6653"], ["version", 1], ["created_at", "2015-04-07 07:38:53.390745"], ["updated_at", "2015-04-07 07:38:53.390745"], ["tracking", "150407-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 54], ["title", "I-am-a-task7175"], ["description", "I-am-the-task-description_3475"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.396747"], ["updated_at", "2015-04-07 07:38:53.396747"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7431"], ["description", "I-am-the-goal-description_9776"], ["version", 1], ["created_at", "2015-04-07 07:38:53.402627"], ["updated_at", "2015-04-07 07:38:53.402627"], ["tracking", "150407-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task4235"], ["description", "I-am-the-task-description_7601"], ["cost", 1], ["created_at", "2015-04-07 07:38:53.406782"], ["updated_at", "2015-04-07 07:38:53.406782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2991"], ["description", "I-am-the-goal-description_2854"], ["version", 1], ["created_at", "2015-04-07 07:38:53.411797"], ["updated_at", "2015-04-07 07:38:53.411797"], ["tracking", "150407-52"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:38:53.414970"], ["id", 56]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:38:53.417499"], ["id", 56]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9123"], ["description", "I-am-the-goal-description_3016"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7741"], ["description", "I-am-the-goal-description_222"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8280"], ["description", "I-am-the-goal-description_6045"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3569"], ["description", "I-am-the-goal-description_4443"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8525"], ["description", "I-am-the-goal-description_9032"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 61], ["title", "I-am-a-task2535"], ["description", "I-am-the-task-description_964"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9547"], ["description", "I-am-the-goal-description_5989"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task2430"], ["description", "I-am-the-task-description_11"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 90], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 90]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_769"], ["description", "I-am-the-goal-description_6455"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task9138"], ["description", "I-am-the-task-description_7882"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 91], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 91]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1731"], ["description", "I-am-the-goal-description_4759"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task4297"], ["description", "I-am-the-task-description_91"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8062"], ["description", "I-am-the-goal-description_8467"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task725"], ["description", "I-am-the-task-description_1592"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2736"], ["description", "I-am-the-goal-description_2618"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3760"], ["description", "I-am-the-goal-description_8781"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5356"], ["description", "I-am-the-goal-description_99"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_237"], ["description", "I-am-the-goal-description_4949"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:39:09 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (57.5ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4241.6ms) Completed 200 OK in 4324ms (Views: 4290.7ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 09:39:13 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 09:39:13 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 09:39:13 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (340.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (346.5ms) Completed 200 OK in 356ms (Views: 349.4ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 09:39:14 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:39:16 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) 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-07 07:39:16.008994"], ["updated_at", "2015-04-07 07:39:16.008994"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/goals/1 Completed 302 Found in 15ms (ActiveRecord: 1.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (12.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (103.2ms) Completed 200 OK in 131ms (Views: 105.7ms | ActiveRecord: 0.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4298"], ["description", "I-am-the-goal-description_3176"], ["version", 1], ["created_at", "2015-04-07 07:39:16.253762"], ["updated_at", "2015-04-07 07:39:16.253762"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7741"], ["description", "I-am-the-task-description_4105"], ["cost", 1], ["created_at", "2015-04-07 07:39:16.325828"], ["updated_at", "2015-04-07 07:39:16.325828"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task346"], ["description", "I-am-the-task-description_1375"], ["cost", 1], ["created_at", "2015-04-07 07:39:16.331549"], ["updated_at", "2015-04-07 07:39:16.331549"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2802"], ["description", "I-am-the-task-description_260"], ["cost", 1], ["created_at", "2015-04-07 07:39:16.335695"], ["updated_at", "2015-04-07 07:39:16.335695"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:39:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_tasks";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.2ms) DELETE FROM "flyboy_goals";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5042"], ["description", "I-am-the-goal-description_6671"], ["version", 1], ["created_at", "2015-04-07 07:39:18.184195"], ["updated_at", "2015-04-07 07:39:18.184195"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:39:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.2ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.1ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 09:39:20 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (73.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (76.9ms) Completed 200 OK in 82ms (Views: 80.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:20 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6671", "status"=>"open"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 07:39:20.272826"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7908"], ["description", "I-am-the-goal-description_6879"], ["version", 1], ["created_at", "2015-04-07 07:39:20.413967"], ["updated_at", "2015-04-07 07:39:20.413967"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:39:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.6ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:22 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:39:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8349"], ["description", "I-am-the-goal-description_4909"], ["version", 1], ["created_at", "2015-04-07 07:39:22.283556"], ["updated_at", "2015-04-07 07:39:22.283556"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.3ms) Completed 200 OK in 6ms (Views: 4.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 09:39:24 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (68.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.4ms) Completed 200 OK in 70ms (Views: 69.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:24 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_8349", "description"=>"I-am-the-goal-description_4909", "status"=>"closed"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 07:39:24.160324"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:39:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1993"], ["description", "I-am-the-goal-description_701"], ["version", 1], ["created_at", "2015-04-07 07:39:24.303756"], ["updated_at", "2015-04-07 07:39:24.303756"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.7ms) Completed 200 OK in 7ms (Views: 4.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 09:39:25 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (71.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (71.8ms) Completed 200 OK in 73ms (Views: 72.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:26 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_1993", "description"=>"I-am-the-goal-description_701", "status"=>"open"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 07:39:26.108903"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 5.8ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6498"], ["description", "I-am-the-goal-description_5850"], ["version", 1], ["created_at", "2015-04-07 07:39:26.248955"], ["updated_at", "2015-04-07 07:39:26.248955"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5523"], ["description", "I-am-the-task-description_2591"], ["cost", 1], ["created_at", "2015-04-07 07:39:26.253063"], ["updated_at", "2015-04-07 07:39:26.253063"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.7ms) Completed 200 OK in 15ms (Views: 11.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:39:26 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (13.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (84.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (109.4ms) Completed 200 OK in 114ms (Views: 110.5ms | ActiveRecord: 1.0ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 09:39:28 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (1.2ms) 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-07 07:39:28.118768"], ["created_at", "2015-04-07 07:39:28.120123"], ["updated_at", "2015-04-07 07:39:28.120123"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 07:39:28.124498"], ["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/tasks/1 Completed 302 Found in 15ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:39:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.9ms) Completed 200 OK in 25ms (Views: 21.6ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6988"], ["description", "I-am-the-goal-description_4417"], ["version", 1], ["created_at", "2015-04-07 07:39:28.300516"], ["updated_at", "2015-04-07 07:39:28.300516"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 09:39:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 09:39:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 09:39:30 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (103.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (110.2ms) Completed 200 OK in 115ms (Views: 112.7ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:30 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 07:39:30.302340"], ["updated_at", "2015-04-07 07:39:30.302340"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:39:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (71.3ms) Completed 200 OK in 76ms (Views: 71.9ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2195"], ["description", "I-am-the-goal-description_9947"], ["version", 1], ["created_at", "2015-04-07 07:39:30.572601"], ["updated_at", "2015-04-07 07:39:30.572601"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1176"], ["description", "I-am-the-task-description_2774"], ["cost", 1], ["created_at", "2015-04-07 07:39:30.576498"], ["updated_at", "2015-04-07 07:39:30.576498"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:39:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.3ms) Completed 200 OK in 20ms (Views: 15.7ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4741"], ["description", "I-am-the-goal-description_8234"], ["version", 1], ["created_at", "2015-04-07 07:39:32.517277"], ["updated_at", "2015-04-07 07:39:32.517277"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8749"], ["description", "I-am-the-task-description_2916"], ["cost", 1], ["created_at", "2015-04-07 07:39:32.523541"], ["updated_at", "2015-04-07 07:39:32.523541"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:39:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.5ms) Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 09:39:34 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (133.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (137.3ms) Completed 200 OK in 141ms (Views: 139.5ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:39:34 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_2916", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 07:39:34.607334"], ["id", 1]]  (3.1ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:39:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.7ms) Completed 200 OK in 25ms (Views: 21.3ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_987"], ["description", "I-am-the-goal-description_1340"], ["version", 1], ["created_at", "2015-04-07 07:39:34.751386"], ["updated_at", "2015-04-07 07:39:34.751386"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4574"], ["description", "I-am-the-task-description_7375"], ["cost", 1], ["created_at", "2015-04-07 07:39:34.756540"], ["updated_at", "2015-04-07 07:39:34.756540"]]  (1.4ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:39:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (66.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (72.2ms) Completed 200 OK in 76ms (Views: 72.7ms | ActiveRecord: 0.5ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 09:39:36 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.1ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8698"], ["description", "I-am-the-goal-description_8544"], ["version", 1], ["created_at", "2015-04-07 07:39:36.790419"], ["updated_at", "2015-04-07 07:39:36.790419"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8568"], ["description", "I-am-the-task-description_7757"], ["cost", 1], ["created_at", "2015-04-07 07:39:36.794425"], ["updated_at", "2015-04-07 07:39:36.794425"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 09:39:36 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 07:39:36.929332"], ["task_id", 1], ["created_at", "2015-04-07 07:39:36.930648"], ["updated_at", "2015-04-07 07:39:36.930648"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 07:39:36.932259"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.3ms)  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4285"], ["description", "I-am-the-goal-description_4452"], ["version", 1], ["created_at", "2015-04-07 07:39:37.074704"], ["updated_at", "2015-04-07 07:39:37.074704"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task6474"], ["description", "I-am-the-task-description_1317"], ["cost", 1], ["created_at", "2015-04-07 07:39:37.079564"], ["updated_at", "2015-04-07 07:39:37.079564"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 09:39:37 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 07:39:37.208117"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:55986/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2968"], ["description", "I-am-the-goal-description_2126"], ["version", 1], ["created_at", "2015-04-07 07:39:37.346563"], ["updated_at", "2015-04-07 07:39:37.346563"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9185"], ["description", "I-am-the-task-description_6995"], ["cost", 1], ["created_at", "2015-04-07 07:39:37.350393"], ["updated_at", "2015-04-07 07:39:37.350393"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7407"], ["description", "I-am-the-goal-description_8875"], ["version", 1], ["created_at", "2015-04-07 07:39:37.353892"], ["updated_at", "2015-04-07 07:39:37.353892"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task403"], ["description", "I-am-the-task-description_4187"], ["cost", 1], ["created_at", "2015-04-07 07:39:37.357336"], ["updated_at", "2015-04-07 07:39:37.357336"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3328"], ["description", "I-am-the-goal-description_3917"], ["version", 1], ["created_at", "2015-04-07 07:39:37.360580"], ["updated_at", "2015-04-07 07:39:37.360580"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task476"], ["description", "I-am-the-task-description_6720"], ["cost", 1], ["created_at", "2015-04-07 07:39:37.364189"], ["updated_at", "2015-04-07 07:39:37.364189"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 09:39:37 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (5.1ms) Completed 200 OK in 119ms (Views: 4.9ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2569"], ["description", "I-am-the-goal-description_2974"], ["version", 1], ["created_at", "2015-04-07 07:39:37.734669"], ["updated_at", "2015-04-07 07:39:37.734669"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4872"], ["description", "I-am-the-task-description_2921"], ["cost", 1], ["created_at", "2015-04-07 07:39:37.738790"], ["updated_at", "2015-04-07 07:39:37.738790"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3394"], ["description", "I-am-the-goal-description_2279"], ["version", 1], ["created_at", "2015-04-07 07:39:37.742523"], ["updated_at", "2015-04-07 07:39:37.742523"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task631"], ["description", "I-am-the-task-description_5759"], ["cost", 1], ["created_at", "2015-04-07 07:39:37.745939"], ["updated_at", "2015-04-07 07:39:37.745939"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2420"], ["description", "I-am-the-goal-description_9533"], ["version", 1], ["created_at", "2015-04-07 07:39:37.749084"], ["updated_at", "2015-04-07 07:39:37.749084"], ["tracking", "150407-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6084"], ["description", "I-am-the-task-description_1411"], ["cost", 1], ["created_at", "2015-04-07 07:39:37.752526"], ["updated_at", "2015-04-07 07:39:37.752526"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 09:39:37 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3059"], ["description", "I-am-the-goal-description_1382"], ["version", 1], ["created_at", "2015-04-07 07:39:38.017451"], ["updated_at", "2015-04-07 07:39:38.017451"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1529"], ["description", "I-am-the-task-description_7195"], ["cost", 1], ["created_at", "2015-04-07 07:39:38.021225"], ["updated_at", "2015-04-07 07:39:38.021225"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5494"], ["description", "I-am-the-goal-description_1573"], ["version", 1], ["created_at", "2015-04-07 07:39:38.025067"], ["updated_at", "2015-04-07 07:39:38.025067"], ["tracking", "150407-2"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3902"], ["description", "I-am-the-task-description_4157"], ["cost", 1], ["created_at", "2015-04-07 07:39:38.029272"], ["updated_at", "2015-04-07 07:39:38.029272"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6627"], ["description", "I-am-the-goal-description_1321"], ["version", 1], ["created_at", "2015-04-07 07:39:38.032635"], ["updated_at", "2015-04-07 07:39:38.032635"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task905"], ["description", "I-am-the-task-description_1713"], ["cost", 1], ["created_at", "2015-04-07 07:39:38.037623"], ["updated_at", "2015-04-07 07:39:38.037623"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 09:39:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 09:39:38 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.6ms) Completed 200 OK in 75ms (Views: 74.0ms | ActiveRecord: 0.5ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9315"], ["description", "I-am-the-goal-description_7487"], ["version", 1], ["created_at", "2015-04-07 07:48:18.796944"], ["updated_at", "2015-04-07 07:48:18.796944"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:48:18.852341"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:48:18.865125"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9790"], ["description", "I-am-the-goal-description_2973"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3967"], ["description", "I-am-the-goal-description_2868"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2664"], ["description", "I-am-the-goal-description_4843"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1811"], ["description", "I-am-the-goal-description_6450"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8607"], ["description", "I-am-the-goal-description_6460"], ["version", 1], ["created_at", "2015-04-07 07:51:11.833074"], ["updated_at", "2015-04-07 07:51:11.833074"], ["tracking", "150407-1"]]  (4.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:51:11.859291"], ["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:51:11.920357"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8872"], ["description", "I-am-the-goal-description_3165"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4055"], ["description", "I-am-the-goal-description_1895"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4613"], ["description", "I-am-the-goal-description_173"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4461"], ["description", "I-am-the-goal-description_1043"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3682"], ["description", "I-am-the-goal-description_5756"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1392"], ["description", "I-am-the-goal-description_5218"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7231"], ["description", "I-am-the-goal-description_3354"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9738"], ["description", "I-am-the-goal-description_9406"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7134"], ["description", "I-am-the-task-description_6776"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2745"], ["description", "I-am-the-goal-description_2334"], ["version", 1], ["created_at", "2015-04-07 07:54:15.424961"], ["updated_at", "2015-04-07 07:54:15.424961"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:54:15.474733"], ["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:54:15.487981"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5561"], ["description", "I-am-the-goal-description_7318"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8960"], ["description", "I-am-the-goal-description_6374"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6611"], ["description", "I-am-the-goal-description_5549"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_22"], ["description", "I-am-the-goal-description_6653"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_421"], ["description", "I-am-the-goal-description_7513"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5786"], ["description", "I-am-the-goal-description_4167"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4014"], ["description", "I-am-the-goal-description_2138"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2244"], ["description", "I-am-the-goal-description_1564"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6456"], ["description", "I-am-the-task-description_7199"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2002"], ["description", "I-am-the-goal-description_3165"], ["version", 1], ["created_at", "2015-04-07 07:54:36.576015"], ["updated_at", "2015-04-07 07:54:36.576015"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:54:36.590113"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:54:36.603281"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_291"], ["description", "I-am-the-goal-description_916"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9950"], ["description", "I-am-the-goal-description_5475"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4909"], ["description", "I-am-the-goal-description_6001"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4522"], ["description", "I-am-the-goal-description_8933"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7291"], ["description", "I-am-the-goal-description_5501"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1212"], ["description", "I-am-the-goal-description_9922"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7003"], ["description", "I-am-the-goal-description_8388"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7643"], ["description", "I-am-the-goal-description_5806"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task738"], ["description", "I-am-the-task-description_5597"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9367"], ["description", "I-am-the-goal-description_5859"], ["version", 1], ["created_at", "2015-04-07 07:54:48.864247"], ["updated_at", "2015-04-07 07:54:48.864247"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:54:48.875322"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:54:48.928121"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2095"], ["description", "I-am-the-goal-description_366"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5177"], ["description", "I-am-the-goal-description_2883"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_395"], ["description", "I-am-the-goal-description_8707"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3309"], ["description", "I-am-the-goal-description_3149"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_872"], ["description", "I-am-the-goal-description_8322"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8928"], ["description", "I-am-the-goal-description_5054"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4237"], ["description", "I-am-the-goal-description_9282"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5176"], ["description", "I-am-the-goal-description_9958"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4932"], ["description", "I-am-the-task-description_7325"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3620"], ["description", "I-am-the-goal-description_6370"], ["version", 1], ["created_at", "2015-04-07 07:57:46.143080"], ["updated_at", "2015-04-07 07:57:46.143080"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:57:46.156802"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:57:46.212137"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9130"], ["description", "I-am-the-goal-description_1817"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7630"], ["description", "I-am-the-goal-description_540"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5190"], ["description", "I-am-the-goal-description_6468"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3881"], ["description", "I-am-the-goal-description_1840"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6814"], ["description", "I-am-the-goal-description_3548"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5563"], ["description", "I-am-the-goal-description_2452"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1921"], ["description", "I-am-the-goal-description_360"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5486"], ["description", "I-am-the-goal-description_3518"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4469"], ["description", "I-am-the-task-description_2806"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.0ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9215"], ["description", "I-am-the-goal-description_8978"], ["version", 1], ["created_at", "2015-04-07 07:59:29.579880"], ["updated_at", "2015-04-07 07:59:29.579880"], ["tracking", "150407-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 07:59:29.598320"], ["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 07:59:29.654533"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6928"], ["description", "I-am-the-goal-description_8321"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_339"], ["description", "I-am-the-goal-description_1451"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1313"], ["description", "I-am-the-goal-description_4834"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7022"], ["description", "I-am-the-goal-description_3543"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1805"], ["description", "I-am-the-goal-description_9636"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1399"], ["description", "I-am-the-goal-description_575"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9670"], ["description", "I-am-the-goal-description_5563"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1519"], ["description", "I-am-the-goal-description_1116"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6208"], ["description", "I-am-the-task-description_9534"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9585"], ["description", "I-am-the-goal-description_3980"], ["version", 1], ["created_at", "2015-04-07 08:00:08.913655"], ["updated_at", "2015-04-07 08:00:08.913655"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:00:08.925636"], ["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:00:08.978715"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6499"], ["description", "I-am-the-goal-description_2608"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3837"], ["description", "I-am-the-goal-description_4449"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3635"], ["description", "I-am-the-goal-description_5972"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4919"], ["description", "I-am-the-goal-description_6444"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9067"], ["description", "I-am-the-goal-description_9669"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7947"], ["description", "I-am-the-goal-description_8685"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1603"], ["description", "I-am-the-goal-description_1016"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3492"], ["description", "I-am-the-goal-description_365"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4235"], ["description", "I-am-the-task-description_4583"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8368"], ["description", "I-am-the-goal-description_8888"], ["version", 1], ["created_at", "2015-04-07 08:01:16.421173"], ["updated_at", "2015-04-07 08:01:16.421173"], ["tracking", "150407-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:01:16.483024"], ["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:01:16.498919"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6540"], ["description", "I-am-the-goal-description_3353"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5237"], ["description", "I-am-the-goal-description_2746"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6498"], ["description", "I-am-the-goal-description_4231"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3283"], ["description", "I-am-the-goal-description_3080"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6617"], ["description", "I-am-the-goal-description_966"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4538"], ["description", "I-am-the-goal-description_3022"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1696"], ["description", "I-am-the-goal-description_6849"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7649"], ["description", "I-am-the-goal-description_7743"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5102"], ["description", "I-am-the-task-description_6065"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_567"], ["description", "I-am-the-goal-description_4829"], ["version", 1], ["created_at", "2015-04-07 08:01:41.220420"], ["updated_at", "2015-04-07 08:01:41.220420"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:01:41.232582"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:01:41.244680"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6179"], ["description", "I-am-the-goal-description_508"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6853"], ["description", "I-am-the-goal-description_381"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6655"], ["description", "I-am-the-goal-description_2061"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1915"], ["description", "I-am-the-goal-description_7376"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9018"], ["description", "I-am-the-goal-description_8274"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_789"], ["description", "I-am-the-goal-description_8672"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_422"], ["description", "I-am-the-goal-description_3384"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3460"], ["description", "I-am-the-goal-description_7496"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8673"], ["description", "I-am-the-task-description_6374"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7336"], ["description", "I-am-the-goal-description_3465"], ["version", 1], ["created_at", "2015-04-07 08:02:17.932223"], ["updated_at", "2015-04-07 08:02:17.932223"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:02:17.944454"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:02:17.999052"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3516"], ["description", "I-am-the-goal-description_8309"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1893"], ["description", "I-am-the-goal-description_9303"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5357"], ["description", "I-am-the-goal-description_4178"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2127"], ["description", "I-am-the-goal-description_8257"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3775"], ["description", "I-am-the-goal-description_7807"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4744"], ["description", "I-am-the-goal-description_5839"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8106"], ["description", "I-am-the-goal-description_3719"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9098"], ["description", "I-am-the-goal-description_3355"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2524"], ["description", "I-am-the-task-description_4422"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9033"], ["description", "I-am-the-goal-description_2852"], ["version", 1], ["created_at", "2015-04-07 08:02:39.996675"], ["updated_at", "2015-04-07 08:02:39.996675"], ["tracking", "150407-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:02:40.050273"], ["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:02:40.063248"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7714"], ["description", "I-am-the-goal-description_8668"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5596"], ["description", "I-am-the-goal-description_7230"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8554"], ["description", "I-am-the-goal-description_7760"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8720"], ["description", "I-am-the-goal-description_9348"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7868"], ["description", "I-am-the-goal-description_6962"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8278"], ["description", "I-am-the-goal-description_1730"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5231"], ["description", "I-am-the-goal-description_1961"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1998"], ["description", "I-am-the-goal-description_5876"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task12"], ["description", "I-am-the-task-description_1957"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9451"], ["description", "I-am-the-goal-description_9117"], ["version", 1], ["created_at", "2015-04-07 08:03:23.156412"], ["updated_at", "2015-04-07 08:03:23.156412"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:03:23.169282"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:03:23.181920"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2795"], ["description", "I-am-the-goal-description_2934"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7855"], ["description", "I-am-the-goal-description_1172"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6635"], ["description", "I-am-the-goal-description_5957"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1551"], ["description", "I-am-the-goal-description_6945"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_198"], ["description", "I-am-the-goal-description_2604"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9320"], ["description", "I-am-the-goal-description_4716"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2059"], ["description", "I-am-the-goal-description_5339"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8193"], ["description", "I-am-the-goal-description_563"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6495"], ["description", "I-am-the-task-description_6917"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2151"], ["description", "I-am-the-goal-description_3024"], ["version", 1], ["created_at", "2015-04-07 08:04:15.215528"], ["updated_at", "2015-04-07 08:04:15.215528"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:04:15.227441"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:04:15.239582"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9876"], ["description", "I-am-the-goal-description_77"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5778"], ["description", "I-am-the-goal-description_1106"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_102"], ["description", "I-am-the-goal-description_9176"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4733"], ["description", "I-am-the-goal-description_8424"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6698"], ["description", "I-am-the-goal-description_3553"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9389"], ["description", "I-am-the-goal-description_114"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5467"], ["description", "I-am-the-goal-description_2026"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_305"], ["description", "I-am-the-goal-description_7513"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9396"], ["description", "I-am-the-task-description_4909"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2497"], ["description", "I-am-the-goal-description_7665"], ["version", 1], ["created_at", "2015-04-07 08:04:35.722895"], ["updated_at", "2015-04-07 08:04:35.722895"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:04:35.734796"], ["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:04:35.791508"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6417"], ["description", "I-am-the-goal-description_7348"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9809"], ["description", "I-am-the-goal-description_8282"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_265"], ["description", "I-am-the-goal-description_4942"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4833"], ["description", "I-am-the-goal-description_1478"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5592"], ["description", "I-am-the-goal-description_7307"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6447"], ["description", "I-am-the-goal-description_3524"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_89"], ["description", "I-am-the-goal-description_2379"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3303"], ["description", "I-am-the-goal-description_1438"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8346"], ["description", "I-am-the-task-description_80"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5795"], ["description", "I-am-the-goal-description_8194"], ["version", 1], ["created_at", "2015-04-07 08:07:00.384989"], ["updated_at", "2015-04-07 08:07:00.384989"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:07:00.397741"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:07:00.409621"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9424"], ["description", "I-am-the-goal-description_7230"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3531"], ["description", "I-am-the-goal-description_3540"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6077"], ["description", "I-am-the-goal-description_1096"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3496"], ["description", "I-am-the-goal-description_9983"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7053"], ["description", "I-am-the-goal-description_8382"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' ORDER BY term ASC [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5726"], ["description", "I-am-the-goal-description_5249"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6048"], ["description", "I-am-the-goal-description_8172"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2334"], ["description", "I-am-the-goal-description_9590"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8209"], ["description", "I-am-the-task-description_7900"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' ORDER BY term ASC [["goal_id", 8]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2864"], ["description", "I-am-the-goal-description_4680"], ["version", 1], ["created_at", "2015-04-07 08:07:34.401187"], ["updated_at", "2015-04-07 08:07:34.401187"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:07:34.455363"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:07:34.469227"], ["id", 1]]  (0.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3734"], ["description", "I-am-the-goal-description_4362"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2604"], ["description", "I-am-the-goal-description_4532"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9346"], ["description", "I-am-the-goal-description_4686"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_704"], ["description", "I-am-the-goal-description_2306"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8115"], ["description", "I-am-the-goal-description_7362"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4856"], ["description", "I-am-the-goal-description_3108"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7341"], ["description", "I-am-the-goal-description_5725"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_231"], ["description", "I-am-the-goal-description_5323"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9295"], ["description", "I-am-the-task-description_7611"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1633"], ["description", "I-am-the-goal-description_905"], ["version", 1], ["created_at", "2015-04-07 08:08:25.740132"], ["updated_at", "2015-04-07 08:08:25.740132"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:08:25.753449"], ["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:08:25.807852"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7181"], ["description", "I-am-the-goal-description_7744"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3144"], ["description", "I-am-the-goal-description_5464"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4386"], ["description", "I-am-the-goal-description_8700"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7777"], ["description", "I-am-the-goal-description_9903"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1855"], ["description", "I-am-the-goal-description_715"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_856"], ["description", "I-am-the-goal-description_5545"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6970"], ["description", "I-am-the-goal-description_3472"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2660"], ["description", "I-am-the-goal-description_1152"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7190"], ["description", "I-am-the-task-description_1607"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2831"], ["description", "I-am-the-goal-description_5408"], ["version", 1], ["created_at", "2015-04-07 08:08:47.696983"], ["updated_at", "2015-04-07 08:08:47.696983"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:08:47.751852"], ["id", 1]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:08:47.767067"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9200"], ["description", "I-am-the-goal-description_8442"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3172"], ["description", "I-am-the-goal-description_5464"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8244"], ["description", "I-am-the-goal-description_3894"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_383"], ["description", "I-am-the-goal-description_4553"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8373"], ["description", "I-am-the-goal-description_7188"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1666"], ["description", "I-am-the-goal-description_9467"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8893"], ["description", "I-am-the-goal-description_1187"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1879"], ["description", "I-am-the-goal-description_8390"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7338"], ["description", "I-am-the-task-description_5947"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7089"], ["description", "I-am-the-goal-description_4158"], ["version", 1], ["created_at", "2015-04-07 08:09:31.905929"], ["updated_at", "2015-04-07 08:09:31.905929"], ["tracking", "150407-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:09:31.917597"], ["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:09:31.930590"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2195"], ["description", "I-am-the-goal-description_6027"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5383"], ["description", "I-am-the-goal-description_4736"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6631"], ["description", "I-am-the-goal-description_1716"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1619"], ["description", "I-am-the-goal-description_7980"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_572"], ["description", "I-am-the-goal-description_3794"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1709"], ["description", "I-am-the-goal-description_8889"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8735"], ["description", "I-am-the-goal-description_9013"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_712"], ["description", "I-am-the-goal-description_2669"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1305"], ["description", "I-am-the-task-description_8136"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 8]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (3.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_179"], ["description", "I-am-the-goal-description_5385"], ["version", 1], ["created_at", "2015-04-07 08:10:02.610199"], ["updated_at", "2015-04-07 08:10:02.610199"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:10:02.663703"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:10:02.675625"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8881"], ["description", "I-am-the-goal-description_7552"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_121"], ["description", "I-am-the-goal-description_7568"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_716"], ["description", "I-am-the-goal-description_8142"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8992"], ["description", "I-am-the-goal-description_8574"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_256"], ["description", "I-am-the-goal-description_6687"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6785"], ["description", "I-am-the-goal-description_4960"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8521"], ["description", "I-am-the-goal-description_8165"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7843"], ["description", "I-am-the-task-description_5704"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2009"], ["description", "I-am-the-goal-description_2276"], ["version", 1], ["created_at", "2015-04-07 08:10:45.518514"], ["updated_at", "2015-04-07 08:10:45.518514"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:10:45.530319"], ["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:10:45.583855"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9072"], ["description", "I-am-the-goal-description_2860"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3016"], ["description", "I-am-the-goal-description_2207"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8190"], ["description", "I-am-the-goal-description_3245"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7378"], ["description", "I-am-the-goal-description_3630"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7787"], ["description", "I-am-the-goal-description_2063"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2121"], ["description", "I-am-the-goal-description_600"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8936"], ["description", "I-am-the-goal-description_864"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task1578"], ["description", "I-am-the-task-description_3797"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5207"], ["description", "I-am-the-goal-description_3469"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4259"], ["description", "I-am-the-task-description_5847"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 9]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7178"], ["description", "I-am-the-goal-description_4665"], ["version", 1], ["created_at", "2015-04-07 08:12:01.970665"], ["updated_at", "2015-04-07 08:12:01.970665"], ["tracking", "150407-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:12:02.026517"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:12:02.039466"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9815"], ["description", "I-am-the-goal-description_2409"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7647"], ["description", "I-am-the-goal-description_9233"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2641"], ["description", "I-am-the-goal-description_6018"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7270"], ["description", "I-am-the-goal-description_1097"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2917"], ["description", "I-am-the-goal-description_5626"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9255"], ["description", "I-am-the-goal-description_7178"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8616"], ["description", "I-am-the-goal-description_5816"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task1742"], ["description", "I-am-the-task-description_9971"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8054"], ["description", "I-am-the-goal-description_4522"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2368"], ["description", "I-am-the-task-description_1074"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 9]]  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3973"], ["description", "I-am-the-goal-description_4418"], ["version", 1], ["created_at", "2015-04-07 08:12:37.769375"], ["updated_at", "2015-04-07 08:12:37.769375"], ["tracking", "150407-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1717"], ["description", "I-am-the-goal-description_4404"], ["version", 1], ["created_at", "2015-04-07 08:12:37.780861"], ["updated_at", "2015-04-07 08:12:37.780861"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 76ms (Views: 65.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4819"], ["description", "I-am-the-goal-description_3670"], ["version", 1], ["created_at", "2015-04-07 08:12:37.947026"], ["updated_at", "2015-04-07 08:12:37.947026"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_356"], ["description", "I-am-the-goal-description_7125"], ["version", 1], ["created_at", "2015-04-07 08:12:37.951671"], ["updated_at", "2015-04-07 08:12:37.951671"], ["tracking", "150407-2"]]  (0.6ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7493"], ["description", "I-am-the-goal-description_8164"], ["version", 1], ["created_at", "2015-04-07 08:12:37.977254"], ["updated_at", "2015-04-07 08:12:37.977254"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7326"], ["description", "I-am-the-goal-description_4101"], ["version", 1], ["created_at", "2015-04-07 08:12:37.981714"], ["updated_at", "2015-04-07 08:12:37.981714"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8579"], ["description", "I-am-the-goal-description_4791"], ["version", 1], ["created_at", "2015-04-07 08:12:38.003638"], ["updated_at", "2015-04-07 08:12:38.003638"], ["tracking", "150407-3"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task6378"], ["description", "I-am-the-task-description_760"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.018321"], ["updated_at", "2015-04-07 08:12:38.018321"]]  (3.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 08:12:38.034193"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 08:12:38.035195"], ["updated_at", "2015-04-07 08:12:38.035195"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 08:12:38.037159"], ["id", 1]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 08:12:38 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 08:12:38 UTC", "updated_at"=>"2015-04-07 08:12:38 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.5ms) 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-07 08:12:38.048565"], ["created_at", "2015-04-07 08:12:38.049126"], ["updated_at", "2015-04-07 08:12:38.049126"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (46.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8"], ["description", "I-am-the-goal-description_1210"], ["version", 1], ["created_at", "2015-04-07 08:12:38.066545"], ["updated_at", "2015-04-07 08:12:38.066545"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task5494"], ["description", "I-am-the-task-description_3372"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.116731"], ["updated_at", "2015-04-07 08:12:38.116731"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task5233"], ["description", "I-am-the-task-description_4867"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.121665"], ["updated_at", "2015-04-07 08:12:38.121665"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 08:12:38.130220"], ["task_id", 2], ["created_at", "2015-04-07 08:12:38.131647"], ["updated_at", "2015-04-07 08:12:38.131647"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 08:12:38.133316"], ["id", 2]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2495"], ["description", "I-am-the-goal-description_5655"], ["version", 1], ["created_at", "2015-04-07 08:12:38.140970"], ["updated_at", "2015-04-07 08:12:38.140970"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1358"], ["description", "I-am-the-task-description_7108"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.144838"], ["updated_at", "2015-04-07 08:12:38.144838"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3652"], ["description", "I-am-the-task-description_9019"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.149417"], ["updated_at", "2015-04-07 08:12:38.149417"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 08:12:38.155902"], ["task_id", 4], ["created_at", "2015-04-07 08:12:38.157133"], ["updated_at", "2015-04-07 08:12:38.157133"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 08:12:38.159056"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1347"], ["description", "I-am-the-goal-description_9621"], ["version", 1], ["created_at", "2015-04-07 08:12:38.166147"], ["updated_at", "2015-04-07 08:12:38.166147"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8215"], ["description", "I-am-the-task-description_6332"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.170600"], ["updated_at", "2015-04-07 08:12:38.170600"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8335"], ["description", "I-am-the-task-description_1888"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.176065"], ["updated_at", "2015-04-07 08:12:38.176065"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 08:12:38.184665"], ["task_id", 6], ["created_at", "2015-04-07 08:12:38.186157"], ["updated_at", "2015-04-07 08:12:38.186157"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 08:12:38.187882"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_404"], ["description", "I-am-the-goal-description_2423"], ["version", 1], ["created_at", "2015-04-07 08:12:38.198349"], ["updated_at", "2015-04-07 08:12:38.198349"], ["tracking", "150407-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task472"], ["description", "I-am-the-task-description_1677"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.203257"], ["updated_at", "2015-04-07 08:12:38.203257"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4934"], ["description", "I-am-the-task-description_9466"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.208383"], ["updated_at", "2015-04-07 08:12:38.208383"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 08:12:38.215186"], ["task_id", 8], ["created_at", "2015-04-07 08:12:38.216383"], ["updated_at", "2015-04-07 08:12:38.216383"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 08:12:38.217881"], ["id", 8]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_960"], ["description", "I-am-the-goal-description_698"], ["version", 1], ["created_at", "2015-04-07 08:12:38.224927"], ["updated_at", "2015-04-07 08:12:38.224927"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1487"], ["description", "I-am-the-task-description_1770"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.228860"], ["updated_at", "2015-04-07 08:12:38.228860"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6649"], ["description", "I-am-the-task-description_8610"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.233275"], ["updated_at", "2015-04-07 08:12:38.233275"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 9ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9240"], ["description", "I-am-the-goal-description_7549"], ["version", 1], ["created_at", "2015-04-07 08:12:38.250075"], ["updated_at", "2015-04-07 08:12:38.250075"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6114"], ["description", "I-am-the-task-description_7113"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.254086"], ["updated_at", "2015-04-07 08:12:38.254086"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4545"], ["description", "I-am-the-task-description_7937"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.258158"], ["updated_at", "2015-04-07 08:12:38.258158"]]  (0.7ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_550"], ["description", "I-am-the-goal-description_6485"], ["version", 1], ["created_at", "2015-04-07 08:12:38.302568"], ["updated_at", "2015-04-07 08:12:38.302568"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8086"], ["description", "I-am-the-task-description_7321"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.306665"], ["updated_at", "2015-04-07 08:12:38.306665"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9300"], ["description", "I-am-the-goal-description_7437"], ["version", 1], ["created_at", "2015-04-07 08:12:38.311304"], ["updated_at", "2015-04-07 08:12:38.311304"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task718"], ["description", "I-am-the-task-description_4957"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.315490"], ["updated_at", "2015-04-07 08:12:38.315490"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1955"], ["description", "I-am-the-goal-description_9764"], ["version", 1], ["created_at", "2015-04-07 08:12:38.325005"], ["updated_at", "2015-04-07 08:12:38.325005"], ["tracking", "150407-12"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6270"], ["description", "I-am-the-task-description_7674"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.329164"], ["updated_at", "2015-04-07 08:12:38.329164"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7649"], ["description", "I-am-the-task-description_3095"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.333529"], ["updated_at", "2015-04-07 08:12:38.333529"]]  (1.1ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8960"], ["description", "I-am-the-goal-description_6681"], ["version", 1], ["created_at", "2015-04-07 08:12:38.350534"], ["updated_at", "2015-04-07 08:12:38.350534"], ["tracking", "150407-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5163"], ["description", "I-am-the-task-description_2907"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.355538"], ["updated_at", "2015-04-07 08:12:38.355538"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_311"], ["description", "I-am-the-goal-description_3414"], ["version", 1], ["created_at", "2015-04-07 08:12:38.360211"], ["updated_at", "2015-04-07 08:12:38.360211"], ["tracking", "150407-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5885"], ["description", "I-am-the-task-description_7399"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.364688"], ["updated_at", "2015-04-07 08:12:38.364688"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8853"], ["description", "I-am-the-goal-description_9665"], ["version", 1], ["created_at", "2015-04-07 08:12:38.377497"], ["updated_at", "2015-04-07 08:12:38.377497"], ["tracking", "150407-15"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task29"], ["description", "I-am-the-task-description_3933"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.381941"], ["updated_at", "2015-04-07 08:12:38.381941"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6105"], ["description", "I-am-the-task-description_4314"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.386408"], ["updated_at", "2015-04-07 08:12:38.386408"]]  (0.8ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8460"], ["description", "I-am-the-goal-description_458"], ["version", 1], ["created_at", "2015-04-07 08:12:38.401698"], ["updated_at", "2015-04-07 08:12:38.401698"], ["tracking", "150407-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6572"], ["description", "I-am-the-task-description_7790"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.406851"], ["updated_at", "2015-04-07 08:12:38.406851"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9626"], ["description", "I-am-the-goal-description_8436"], ["version", 1], ["created_at", "2015-04-07 08:12:38.411464"], ["updated_at", "2015-04-07 08:12:38.411464"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6571"], ["description", "I-am-the-task-description_3015"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.415928"], ["updated_at", "2015-04-07 08:12:38.415928"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4441"], ["description", "I-am-the-goal-description_565"], ["version", 1], ["created_at", "2015-04-07 08:12:38.428047"], ["updated_at", "2015-04-07 08:12:38.428047"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2830"], ["description", "I-am-the-task-description_8636"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.432235"], ["updated_at", "2015-04-07 08:12:38.432235"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task225"], ["description", "I-am-the-task-description_7577"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.436495"], ["updated_at", "2015-04-07 08:12:38.436495"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_618"], ["description", "I-am-the-goal-description_9212"], ["version", 1], ["created_at", "2015-04-07 08:12:38.450074"], ["updated_at", "2015-04-07 08:12:38.450074"], ["tracking", "150407-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3278"], ["description", "I-am-the-task-description_9371"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.453917"], ["updated_at", "2015-04-07 08:12:38.453917"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7446"], ["description", "I-am-the-task-description_4029"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.458557"], ["updated_at", "2015-04-07 08:12:38.458557"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"23"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_315"], ["description", "I-am-the-goal-description_5488"], ["version", 1], ["created_at", "2015-04-07 08:12:38.472882"], ["updated_at", "2015-04-07 08:12:38.472882"], ["tracking", "150407-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task6759"], ["description", "I-am-the-task-description_945"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.478949"], ["updated_at", "2015-04-07 08:12:38.478949"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8614"], ["description", "I-am-the-task-description_237"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.483381"], ["updated_at", "2015-04-07 08:12:38.483381"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4179"], ["description", "I-am-the-goal-description_2692"], ["version", 1], ["created_at", "2015-04-07 08:12:38.497812"], ["updated_at", "2015-04-07 08:12:38.497812"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7347"], ["description", "I-am-the-task-description_6052"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.502320"], ["updated_at", "2015-04-07 08:12:38.502320"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9082"], ["description", "I-am-the-task-description_2948"], ["cost", 1], ["created_at", "2015-04-07 08:12:38.506870"], ["updated_at", "2015-04-07 08:12:38.506870"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"25", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:12:38.520786"], ["updated_at", "2015-04-07 08:12:38.520786"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 4080ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8313"], ["description", "I-am-the-goal-description_2871"], ["version", 1], ["created_at", "2015-04-07 08:12:42.602960"], ["updated_at", "2015-04-07 08:12:42.602960"], ["tracking", "150407-22"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1019"], ["description", "I-am-the-task-description_1682"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.608345"], ["updated_at", "2015-04-07 08:12:42.608345"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task7206"], ["description", "I-am-the-task-description_7064"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.612619"], ["updated_at", "2015-04-07 08:12:42.612619"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"26", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:12:42.620076"], ["updated_at", "2015-04-07 08:12:42.620076"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2500"], ["description", "I-am-the-goal-description_404"], ["version", 1], ["created_at", "2015-04-07 08:12:42.636978"], ["updated_at", "2015-04-07 08:12:42.636978"], ["tracking", "150407-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4881"], ["description", "I-am-the-task-description_2320"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.642498"], ["updated_at", "2015-04-07 08:12:42.642498"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7265"], ["description", "I-am-the-task-description_4598"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.647124"], ["updated_at", "2015-04-07 08:12:42.647124"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"27", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:12:42.654031"], ["updated_at", "2015-04-07 08:12:42.654031"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3890"], ["description", "I-am-the-goal-description_3862"], ["version", 1], ["created_at", "2015-04-07 08:12:42.662899"], ["updated_at", "2015-04-07 08:12:42.662899"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6162"], ["description", "I-am-the-task-description_9034"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.669170"], ["updated_at", "2015-04-07 08:12:42.669170"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6732"], ["description", "I-am-the-task-description_9455"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.676469"], ["updated_at", "2015-04-07 08:12:42.676469"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 1.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1096"], ["description", "I-am-the-goal-description_305"], ["version", 1], ["created_at", "2015-04-07 08:12:42.695291"], ["updated_at", "2015-04-07 08:12:42.695291"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6314"], ["description", "I-am-the-task-description_4114"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.701260"], ["updated_at", "2015-04-07 08:12:42.701260"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7675"], ["description", "I-am-the-task-description_8039"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.706479"], ["updated_at", "2015-04-07 08:12:42.706479"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:12:42.710750"], ["updated_at", "2015-04-07 08:12:42.710750"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4358"], ["description", "I-am-the-goal-description_6880"], ["version", 1], ["created_at", "2015-04-07 08:12:42.722576"], ["updated_at", "2015-04-07 08:12:42.722576"], ["tracking", "150407-26"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task58"], ["description", "I-am-the-task-description_6977"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.730258"], ["updated_at", "2015-04-07 08:12:42.730258"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task4488"], ["description", "I-am-the-task-description_8721"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.738704"], ["updated_at", "2015-04-07 08:12:42.738704"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:12:42.743590"], ["updated_at", "2015-04-07 08:12:42.743590"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8776"], ["description", "I-am-the-goal-description_9800"], ["version", 1], ["created_at", "2015-04-07 08:12:42.757237"], ["updated_at", "2015-04-07 08:12:42.757237"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5736"], ["description", "I-am-the-task-description_7563"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.761099"], ["updated_at", "2015-04-07 08:12:42.761099"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4146"], ["description", "I-am-the-task-description_8024"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.765634"], ["updated_at", "2015-04-07 08:12:42.765634"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:12:42.769781"], ["updated_at", "2015-04-07 08:12:42.769781"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_294"], ["description", "I-am-the-goal-description_488"], ["version", 1], ["created_at", "2015-04-07 08:12:42.798144"], ["updated_at", "2015-04-07 08:12:42.798144"], ["tracking", "150407-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task2279"], ["description", "I-am-the-task-description_8519"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.802296"], ["updated_at", "2015-04-07 08:12:42.802296"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6763"], ["description", "I-am-the-task-description_2123"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.806905"], ["updated_at", "2015-04-07 08:12:42.806905"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 32], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:12:42.811544"], ["updated_at", "2015-04-07 08:12:42.811544"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3467"], ["description", "I-am-the-goal-description_2964"], ["version", 1], ["created_at", "2015-04-07 08:12:42.826848"], ["updated_at", "2015-04-07 08:12:42.826848"], ["tracking", "150407-29"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3649"], ["description", "I-am-the-task-description_8290"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.831373"], ["updated_at", "2015-04-07 08:12:42.831373"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task608"], ["description", "I-am-the-task-description_3166"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.836127"], ["updated_at", "2015-04-07 08:12:42.836127"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:12:42.841299"], ["updated_at", "2015-04-07 08:12:42.841299"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3681"], ["description", "I-am-the-goal-description_7379"], ["version", 1], ["created_at", "2015-04-07 08:12:42.854045"], ["updated_at", "2015-04-07 08:12:42.854045"], ["tracking", "150407-30"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task7357"], ["description", "I-am-the-task-description_1566"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.858974"], ["updated_at", "2015-04-07 08:12:42.858974"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task1023"], ["description", "I-am-the-task-description_2866"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.863426"], ["updated_at", "2015-04-07 08:12:42.863426"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:12:42.867720"], ["updated_at", "2015-04-07 08:12:42.867720"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 08:12:42.875137"], ["id", 58]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_968"], ["description", "I-am-the-goal-description_243"], ["version", 1], ["created_at", "2015-04-07 08:12:42.881322"], ["updated_at", "2015-04-07 08:12:42.881322"], ["tracking", "150407-31"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3990"], ["description", "I-am-the-goal-description_610"], ["version", 1], ["created_at", "2015-04-07 08:12:42.887277"], ["updated_at", "2015-04-07 08:12:42.887277"], ["tracking", "150407-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 36], ["title", "I-am-a-task2764"], ["description", "I-am-the-task-description_2680"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.892403"], ["updated_at", "2015-04-07 08:12:42.892403"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_164"], ["description", "I-am-the-goal-description_7397"], ["version", 1], ["created_at", "2015-04-07 08:12:42.896558"], ["updated_at", "2015-04-07 08:12:42.896558"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 37], ["title", "I-am-a-task5632"], ["description", "I-am-the-task-description_9408"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.900871"], ["updated_at", "2015-04-07 08:12:42.900871"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7042"], ["description", "I-am-the-goal-description_7422"], ["version", 1], ["created_at", "2015-04-07 08:12:42.904385"], ["updated_at", "2015-04-07 08:12:42.904385"], ["tracking", "150407-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 38], ["title", "I-am-a-task1862"], ["description", "I-am-the-task-description_6724"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.909958"], ["updated_at", "2015-04-07 08:12:42.909958"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 38], ["title", "I-am-a-task771"], ["description", "I-am-the-task-description_3584"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.915300"], ["updated_at", "2015-04-07 08:12:42.915300"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 35], ["title", "I-am-a-task5298"], ["description", "I-am-the-task-description_2926"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.919667"], ["updated_at", "2015-04-07 08:12:42.919667"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 35], ["title", "I-am-a-task7844"], ["description", "I-am-the-task-description_280"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.925296"], ["updated_at", "2015-04-07 08:12:42.925296"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 35 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1005"], ["description", "I-am-the-goal-description_331"], ["version", 1], ["created_at", "2015-04-07 08:12:42.933000"], ["updated_at", "2015-04-07 08:12:42.933000"], ["tracking", "150407-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7204"], ["description", "I-am-the-goal-description_4363"], ["version", 1], ["created_at", "2015-04-07 08:12:42.938614"], ["updated_at", "2015-04-07 08:12:42.938614"], ["tracking", "150407-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task7848"], ["description", "I-am-the-task-description_5229"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.943226"], ["updated_at", "2015-04-07 08:12:42.943226"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4365"], ["description", "I-am-the-goal-description_1677"], ["version", 1], ["created_at", "2015-04-07 08:12:42.947738"], ["updated_at", "2015-04-07 08:12:42.947738"], ["tracking", "150407-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task1649"], ["description", "I-am-the-task-description_3524"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.951513"], ["updated_at", "2015-04-07 08:12:42.951513"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8346"], ["description", "I-am-the-goal-description_4435"], ["version", 1], ["created_at", "2015-04-07 08:12:42.955286"], ["updated_at", "2015-04-07 08:12:42.955286"], ["tracking", "150407-38"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task7733"], ["description", "I-am-the-task-description_7094"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.960161"], ["updated_at", "2015-04-07 08:12:42.960161"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task8701"], ["description", "I-am-the-task-description_1691"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.965264"], ["updated_at", "2015-04-07 08:12:42.965264"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task9008"], ["description", "I-am-the-task-description_5604"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.970321"], ["updated_at", "2015-04-07 08:12:42.970321"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task745"], ["description", "I-am-the-task-description_5511"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.974989"], ["updated_at", "2015-04-07 08:12:42.974989"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1495"], ["description", "I-am-the-goal-description_4541"], ["version", 1], ["created_at", "2015-04-07 08:12:42.979299"], ["updated_at", "2015-04-07 08:12:42.979299"], ["tracking", "150407-39"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 43 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5269"], ["description", "I-am-the-goal-description_6190"], ["version", 1], ["created_at", "2015-04-07 08:12:42.986939"], ["updated_at", "2015-04-07 08:12:42.986939"], ["tracking", "150407-40"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5708"], ["description", "I-am-the-goal-description_6254"], ["version", 1], ["created_at", "2015-04-07 08:12:42.992590"], ["updated_at", "2015-04-07 08:12:42.992590"], ["tracking", "150407-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 45], ["title", "I-am-a-task9370"], ["description", "I-am-the-task-description_492"], ["cost", 1], ["created_at", "2015-04-07 08:12:42.997212"], ["updated_at", "2015-04-07 08:12:42.997212"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) 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_2206"], ["version", 1], ["created_at", "2015-04-07 08:12:43.001988"], ["updated_at", "2015-04-07 08:12:43.001988"], ["tracking", "150407-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task6678"], ["description", "I-am-the-task-description_84"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.006460"], ["updated_at", "2015-04-07 08:12:43.006460"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5120"], ["description", "I-am-the-goal-description_7382"], ["version", 1], ["created_at", "2015-04-07 08:12:43.071421"], ["updated_at", "2015-04-07 08:12:43.071421"], ["tracking", "150407-43"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 47], ["title", "I-am-a-task8139"], ["description", "I-am-the-task-description_7747"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.077529"], ["updated_at", "2015-04-07 08:12:43.077529"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 47], ["title", "I-am-a-task6713"], ["description", "I-am-the-task-description_6688"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.083152"], ["updated_at", "2015-04-07 08:12:43.083152"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 44], ["title", "I-am-a-task7027"], ["description", "I-am-the-task-description_1015"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.087624"], ["updated_at", "2015-04-07 08:12:43.087624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task602"], ["description", "I-am-the-task-description_8558"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.092289"], ["updated_at", "2015-04-07 08:12:43.092289"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task9494"], ["description", "I-am-the-task-description_1394"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.097257"], ["updated_at", "2015-04-07 08:12:43.097257"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 44 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_311"], ["description", "I-am-the-goal-description_9188"], ["version", 1], ["created_at", "2015-04-07 08:12:43.104783"], ["updated_at", "2015-04-07 08:12:43.104783"], ["tracking", "150407-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7689"], ["description", "I-am-the-goal-description_5147"], ["version", 1], ["created_at", "2015-04-07 08:12:43.110453"], ["updated_at", "2015-04-07 08:12:43.110453"], ["tracking", "150407-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task3800"], ["description", "I-am-the-task-description_8685"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.115447"], ["updated_at", "2015-04-07 08:12:43.115447"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2310"], ["description", "I-am-the-goal-description_6821"], ["version", 1], ["created_at", "2015-04-07 08:12:43.119651"], ["updated_at", "2015-04-07 08:12:43.119651"], ["tracking", "150407-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task1726"], ["description", "I-am-the-task-description_7628"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.124268"], ["updated_at", "2015-04-07 08:12:43.124268"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2097"], ["description", "I-am-the-goal-description_933"], ["version", 1], ["created_at", "2015-04-07 08:12:43.128272"], ["updated_at", "2015-04-07 08:12:43.128272"], ["tracking", "150407-47"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task2102"], ["description", "I-am-the-task-description_5652"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.134302"], ["updated_at", "2015-04-07 08:12:43.134302"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task7580"], ["description", "I-am-the-task-description_8949"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.139778"], ["updated_at", "2015-04-07 08:12:43.139778"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task1796"], ["description", "I-am-the-task-description_6896"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.144204"], ["updated_at", "2015-04-07 08:12:43.144204"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task3540"], ["description", "I-am-the-task-description_550"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.149267"], ["updated_at", "2015-04-07 08:12:43.149267"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task6766"], ["description", "I-am-the-task-description_4224"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.153758"], ["updated_at", "2015-04-07 08:12:43.153758"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_233"], ["description", "I-am-the-goal-description_3635"], ["version", 1], ["created_at", "2015-04-07 08:12:43.161471"], ["updated_at", "2015-04-07 08:12:43.161471"], ["tracking", "150407-48"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task9722"], ["description", "I-am-the-task-description_1092"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.166379"], ["updated_at", "2015-04-07 08:12:43.166379"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7592"], ["description", "I-am-the-goal-description_8889"], ["version", 1], ["created_at", "2015-04-07 08:12:43.171745"], ["updated_at", "2015-04-07 08:12:43.171745"], ["tracking", "150407-49"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 53], ["title", "I-am-a-task1028"], ["description", "I-am-the-task-description_5057"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.176083"], ["updated_at", "2015-04-07 08:12:43.176083"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_22"], ["description", "I-am-the-goal-description_4253"], ["version", 1], ["created_at", "2015-04-07 08:12:43.182542"], ["updated_at", "2015-04-07 08:12:43.182542"], ["tracking", "150407-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 54], ["title", "I-am-a-task9600"], ["description", "I-am-the-task-description_5578"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.186559"], ["updated_at", "2015-04-07 08:12:43.186559"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7099"], ["description", "I-am-the-goal-description_3381"], ["version", 1], ["created_at", "2015-04-07 08:12:43.191845"], ["updated_at", "2015-04-07 08:12:43.191845"], ["tracking", "150407-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task9988"], ["description", "I-am-the-task-description_6267"], ["cost", 1], ["created_at", "2015-04-07 08:12:43.196615"], ["updated_at", "2015-04-07 08:12:43.196615"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8399"], ["description", "I-am-the-goal-description_7972"], ["version", 1], ["created_at", "2015-04-07 08:12:43.201338"], ["updated_at", "2015-04-07 08:12:43.201338"], ["tracking", "150407-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:12:43.204558"], ["id", 56]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:12:43.206879"], ["id", 56]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3688"], ["description", "I-am-the-goal-description_6425"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_607"], ["description", "I-am-the-goal-description_6703"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3619"], ["description", "I-am-the-goal-description_7755"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9710"], ["description", "I-am-the-goal-description_256"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9222"], ["description", "I-am-the-goal-description_5042"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 61]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4409"], ["description", "I-am-the-goal-description_9760"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6856"], ["description", "I-am-the-goal-description_4334"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 63], ["title", "I-am-a-task5234"], ["description", "I-am-the-task-description_6200"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 63]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2396"], ["description", "I-am-the-goal-description_4810"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task6789"], ["description", "I-am-the-task-description_2501"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7364"], ["description", "I-am-the-goal-description_8098"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task9048"], ["description", "I-am-the-task-description_8851"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_58"], ["description", "I-am-the-goal-description_9148"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 66], ["title", "I-am-a-task8490"], ["description", "I-am-the-task-description_9570"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5039"], ["description", "I-am-the-goal-description_9948"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task1753"], ["description", "I-am-the-task-description_1988"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 93], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 93]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 93]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_635"], ["description", "I-am-the-goal-description_6081"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 68], ["title", "I-am-a-task2550"], ["description", "I-am-the-task-description_3716"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 94], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 94]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 94]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1745"], ["description", "I-am-the-goal-description_8883"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 69], ["title", "I-am-a-task3113"], ["description", "I-am-the-task-description_6316"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8223"], ["description", "I-am-the-goal-description_5628"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3547"], ["description", "I-am-the-goal-description_515"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6333"], ["description", "I-am-the-goal-description_5890"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_991"], ["description", "I-am-the-goal-description_2960"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:12:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (58.1ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4311.2ms) Completed 200 OK in 4410ms (Views: 4364.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 10:13:03 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 10:13:03 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 10:13:03 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (301.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (305.1ms) Completed 200 OK in 316ms (Views: 307.7ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 10:13:03 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:13:05 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 08:13:05.487085"], ["updated_at", "2015-04-07 08:13:05.487085"], ["tracking", "150407-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/goals/1 Completed 302 Found in 15ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:05 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (47.1ms) Completed 200 OK in 119ms (Views: 48.5ms | ActiveRecord: 0.7ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6617"], ["description", "I-am-the-goal-description_539"], ["version", 1], ["created_at", "2015-04-07 08:13:05.737933"], ["updated_at", "2015-04-07 08:13:05.737933"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4245"], ["description", "I-am-the-task-description_7674"], ["cost", 1], ["created_at", "2015-04-07 08:13:05.809007"], ["updated_at", "2015-04-07 08:13:05.809007"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8839"], ["description", "I-am-the-task-description_9387"], ["cost", 1], ["created_at", "2015-04-07 08:13:05.814602"], ["updated_at", "2015-04-07 08:13:05.814602"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7626"], ["description", "I-am-the-task-description_4654"], ["cost", 1], ["created_at", "2015-04-07 08:13:05.818593"], ["updated_at", "2015-04-07 08:13:05.818593"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:13:05 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:05 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8822"], ["description", "I-am-the-goal-description_505"], ["version", 1], ["created_at", "2015-04-07 08:13:07.553122"], ["updated_at", "2015-04-07 08:13:07.553122"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:13:07 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:07 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.1ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 10:13:09 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (70.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (73.7ms) Completed 200 OK in 76ms (Views: 75.5ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:09 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_505", "status"=>"open"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 08:13:09.490143"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:09 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.9ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5108"], ["description", "I-am-the-goal-description_7758"], ["version", 1], ["created_at", "2015-04-07 08:13:09.633205"], ["updated_at", "2015-04-07 08:13:09.633205"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:13:09 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:09 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:11 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:13:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.2ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5176"], ["description", "I-am-the-goal-description_8362"], ["version", 1], ["created_at", "2015-04-07 08:13:11.474477"], ["updated_at", "2015-04-07 08:13:11.474477"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:11 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (3.8ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 10:13:13 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (75.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (75.7ms) Completed 200 OK in 78ms (Views: 76.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:13 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_5176", "description"=>"I-am-the-goal-description_8362", "status"=>"closed"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:13:13.224859"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:13:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.6ms)  (3.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.3ms) DELETE FROM "flyboy_tasks";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9009"], ["description", "I-am-the-goal-description_3328"], ["version", 1], ["created_at", "2015-04-07 08:13:13.375743"], ["updated_at", "2015-04-07 08:13:13.375743"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 10:13:15 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (70.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (70.1ms) Completed 200 OK in 72ms (Views: 70.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:15 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-a-goal_9009", "description"=>"I-am-the-goal-description_3328", "status"=>"open"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:13:15.715107"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:15 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms)  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_911"], ["description", "I-am-the-goal-description_7468"], ["version", 1], ["created_at", "2015-04-07 08:13:15.857898"], ["updated_at", "2015-04-07 08:13:15.857898"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task742"], ["description", "I-am-the-task-description_7587"], ["cost", 1], ["created_at", "2015-04-07 08:13:15.862431"], ["updated_at", "2015-04-07 08:13:15.862431"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.6ms) Completed 200 OK in 18ms (Views: 14.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 10:13:15 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (13.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (34.0ms) CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (37.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (267.0ms) Completed 200 OK in 284ms (Views: 272.0ms | ActiveRecord: 1.9ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 10:13:18 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-07 08:13:18.353400"], ["created_at", "2015-04-07 08:13:18.354133"], ["updated_at", "2015-04-07 08:13:18.354133"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 08:13:18.356782"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 10:13:18 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (66.2ms) Completed 200 OK in 71ms (Views: 66.8ms | ActiveRecord: 0.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6491"], ["description", "I-am-the-goal-description_5345"], ["version", 1], ["created_at", "2015-04-07 08:13:18.518986"], ["updated_at", "2015-04-07 08:13:18.518986"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:13:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.3ms) Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:13:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 10:13:20 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (152.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (158.2ms) Completed 200 OK in 163ms (Views: 160.4ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:20 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 08:13:20.773308"], ["updated_at", "2015-04-07 08:13:20.773308"]]  (1.5ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 10:13:20 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (15.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.7ms) Completed 200 OK in 26ms (Views: 22.2ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9499"], ["description", "I-am-the-goal-description_9001"], ["version", 1], ["created_at", "2015-04-07 08:13:20.916183"], ["updated_at", "2015-04-07 08:13:20.916183"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8972"], ["description", "I-am-the-task-description_8606"], ["cost", 1], ["created_at", "2015-04-07 08:13:20.920181"], ["updated_at", "2015-04-07 08:13:20.920181"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 10:13:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.6ms) Completed 200 OK in 72ms (Views: 68.1ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_255"], ["description", "I-am-the-goal-description_3935"], ["version", 1], ["created_at", "2015-04-07 08:13:22.699243"], ["updated_at", "2015-04-07 08:13:22.699243"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4670"], ["description", "I-am-the-task-description_707"], ["cost", 1], ["created_at", "2015-04-07 08:13:22.705191"], ["updated_at", "2015-04-07 08:13:22.705191"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 10:13:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (16.8ms) Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 10:13:24 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (121.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (124.7ms) Completed 200 OK in 129ms (Views: 126.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 10:13:24 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_707", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 08:13:24.661687"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 10:13:24 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (15.8ms) Completed 200 OK in 20ms (Views: 16.3ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7996"], ["description", "I-am-the-goal-description_8344"], ["version", 1], ["created_at", "2015-04-07 08:13:24.806906"], ["updated_at", "2015-04-07 08:13:24.806906"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1507"], ["description", "I-am-the-task-description_994"], ["cost", 1], ["created_at", "2015-04-07 08:13:24.812719"], ["updated_at", "2015-04-07 08:13:24.812719"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 10:13:24 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (1.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (66.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (70.5ms) Completed 200 OK in 74ms (Views: 71.2ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 10:13:26 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.2ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3876"], ["description", "I-am-the-goal-description_5832"], ["version", 1], ["created_at", "2015-04-07 08:13:26.826858"], ["updated_at", "2015-04-07 08:13:26.826858"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9231"], ["description", "I-am-the-task-description_7167"], ["cost", 1], ["created_at", "2015-04-07 08:13:26.830967"], ["updated_at", "2015-04-07 08:13:26.830967"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 10:13:26 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 08:13:26.966939"], ["task_id", 1], ["created_at", "2015-04-07 08:13:26.968334"], ["updated_at", "2015-04-07 08:13:26.968334"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 08:13:26.970051"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms)  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4257"], ["description", "I-am-the-goal-description_130"], ["version", 1], ["created_at", "2015-04-07 08:13:27.111134"], ["updated_at", "2015-04-07 08:13:27.111134"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task3179"], ["description", "I-am-the-task-description_5613"], ["cost", 1], ["created_at", "2015-04-07 08:13:27.114943"], ["updated_at", "2015-04-07 08:13:27.114943"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 10:13:27 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 08:13:27.244648"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:56247/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1840"], ["description", "I-am-the-goal-description_8113"], ["version", 1], ["created_at", "2015-04-07 08:13:27.385633"], ["updated_at", "2015-04-07 08:13:27.385633"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4280"], ["description", "I-am-the-task-description_8148"], ["cost", 1], ["created_at", "2015-04-07 08:13:27.389712"], ["updated_at", "2015-04-07 08:13:27.389712"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_96"], ["description", "I-am-the-goal-description_4665"], ["version", 1], ["created_at", "2015-04-07 08:13:27.395063"], ["updated_at", "2015-04-07 08:13:27.395063"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7428"], ["description", "I-am-the-task-description_8228"], ["cost", 1], ["created_at", "2015-04-07 08:13:27.398574"], ["updated_at", "2015-04-07 08:13:27.398574"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1500"], ["description", "I-am-the-goal-description_7597"], ["version", 1], ["created_at", "2015-04-07 08:13:27.402015"], ["updated_at", "2015-04-07 08:13:27.402015"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5951"], ["description", "I-am-the-task-description_5115"], ["cost", 1], ["created_at", "2015-04-07 08:13:27.405911"], ["updated_at", "2015-04-07 08:13:27.405911"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 10:13:27 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (4.2ms) Completed 200 OK in 61ms (Views: 4.0ms | ActiveRecord: 0.9ms)  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6707"], ["description", "I-am-the-goal-description_3017"], ["version", 1], ["created_at", "2015-04-07 08:13:27.727099"], ["updated_at", "2015-04-07 08:13:27.727099"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1710"], ["description", "I-am-the-task-description_6809"], ["cost", 1], ["created_at", "2015-04-07 08:13:27.731102"], ["updated_at", "2015-04-07 08:13:27.731102"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5463"], ["description", "I-am-the-goal-description_3039"], ["version", 1], ["created_at", "2015-04-07 08:13:27.734822"], ["updated_at", "2015-04-07 08:13:27.734822"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5100"], ["description", "I-am-the-task-description_5584"], ["cost", 1], ["created_at", "2015-04-07 08:13:27.738579"], ["updated_at", "2015-04-07 08:13:27.738579"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5785"], ["description", "I-am-the-goal-description_1371"], ["version", 1], ["created_at", "2015-04-07 08:13:27.742140"], ["updated_at", "2015-04-07 08:13:27.742140"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task783"], ["description", "I-am-the-task-description_3896"], ["cost", 1], ["created_at", "2015-04-07 08:13:27.747275"], ["updated_at", "2015-04-07 08:13:27.747275"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.7ms) Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 10:13:27 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4276"], ["description", "I-am-the-goal-description_6184"], ["version", 1], ["created_at", "2015-04-07 08:13:28.011248"], ["updated_at", "2015-04-07 08:13:28.011248"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6283"], ["description", "I-am-the-task-description_9976"], ["cost", 1], ["created_at", "2015-04-07 08:13:28.015609"], ["updated_at", "2015-04-07 08:13:28.015609"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1702"], ["description", "I-am-the-goal-description_9205"], ["version", 1], ["created_at", "2015-04-07 08:13:28.019562"], ["updated_at", "2015-04-07 08:13:28.019562"], ["tracking", "150407-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4820"], ["description", "I-am-the-task-description_9631"], ["cost", 1], ["created_at", "2015-04-07 08:13:28.022852"], ["updated_at", "2015-04-07 08:13:28.022852"]]  (0.8ms) commit transaction  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7244"], ["description", "I-am-the-goal-description_1476"], ["version", 1], ["created_at", "2015-04-07 08:13:28.027799"], ["updated_at", "2015-04-07 08:13:28.027799"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9424"], ["description", "I-am-the-task-description_8238"], ["cost", 1], ["created_at", "2015-04-07 08:13:28.031599"], ["updated_at", "2015-04-07 08:13:28.031599"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 10:13:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 10:13:28 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.4ms) Completed 200 OK in 79ms (Views: 77.5ms | ActiveRecord: 0.4ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2560"], ["description", "I-am-the-goal-description_4755"], ["version", 1], ["created_at", "2015-04-07 08:16:02.082615"], ["updated_at", "2015-04-07 08:16:02.082615"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:16:02.095384"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:16:02.150307"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2352"], ["description", "I-am-the-goal-description_6250"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7473"], ["description", "I-am-the-goal-description_6272"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4358"], ["description", "I-am-the-goal-description_3269"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6908"], ["description", "I-am-the-goal-description_6091"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6395"], ["description", "I-am-the-goal-description_4905"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7909"], ["description", "I-am-the-goal-description_2664"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6006"], ["description", "I-am-the-goal-description_6927"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task8390"], ["description", "I-am-the-task-description_1350"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9473"], ["description", "I-am-the-goal-description_2287"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2687"], ["description", "I-am-the-task-description_2083"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["id", 9]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1495"], ["description", "I-am-the-goal-description_8579"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task2296"], ["description", "I-am-the-task-description_4542"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9042"], ["description", "I-am-the-goal-description_4141"], ["version", 1], ["created_at", "2015-04-07 08:16:27.513864"], ["updated_at", "2015-04-07 08:16:27.513864"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:16:27.528190"], ["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:16:27.542048"], ["id", 1]]  (0.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_141"], ["description", "I-am-the-goal-description_6205"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6832"], ["description", "I-am-the-goal-description_2413"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4705"], ["description", "I-am-the-goal-description_8469"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9825"], ["description", "I-am-the-goal-description_2796"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9055"], ["description", "I-am-the-goal-description_2348"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4999"], ["description", "I-am-the-goal-description_2039"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8745"], ["description", "I-am-the-goal-description_9369"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task4516"], ["description", "I-am-the-task-description_1198"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3500"], ["description", "I-am-the-goal-description_7333"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3937"], ["description", "I-am-the-task-description_5638"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8131"], ["description", "I-am-the-goal-description_7931"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task5664"], ["description", "I-am-the-task-description_6038"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2757"], ["description", "I-am-the-goal-description_2664"], ["version", 1], ["created_at", "2015-04-07 08:16:47.176949"], ["updated_at", "2015-04-07 08:16:47.176949"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:16:47.232021"], ["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:16:47.245270"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9194"], ["description", "I-am-the-goal-description_5036"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6086"], ["description", "I-am-the-goal-description_7085"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5543"], ["description", "I-am-the-goal-description_6481"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3343"], ["description", "I-am-the-goal-description_7668"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1842"], ["description", "I-am-the-goal-description_2201"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5625"], ["description", "I-am-the-goal-description_5319"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9376"], ["description", "I-am-the-goal-description_3602"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task4880"], ["description", "I-am-the-task-description_1958"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4243"], ["description", "I-am-the-goal-description_2663"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3106"], ["description", "I-am-the-task-description_2288"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4127"], ["description", "I-am-the-goal-description_4487"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task4296"], ["description", "I-am-the-task-description_351"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3977"], ["description", "I-am-the-goal-description_4109"], ["version", 1], ["created_at", "2015-04-07 08:19:23.175153"], ["updated_at", "2015-04-07 08:19:23.175153"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:19:23.187252"], ["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:19:23.238633"], ["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7794"], ["description", "I-am-the-goal-description_8245"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2382"], ["description", "I-am-the-goal-description_4358"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2952"], ["description", "I-am-the-goal-description_2284"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9458"], ["description", "I-am-the-goal-description_2412"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4069"], ["description", "I-am-the-goal-description_1823"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_638"], ["description", "I-am-the-goal-description_6136"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6637"], ["description", "I-am-the-goal-description_2280"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task1421"], ["description", "I-am-the-task-description_6612"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2087"], ["description", "I-am-the-goal-description_8461"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4984"], ["description", "I-am-the-task-description_9142"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["id", 9]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9794"], ["description", "I-am-the-goal-description_4099"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task44"], ["description", "I-am-the-task-description_5590"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]] ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5334"], ["description", "I-am-the-goal-description_1891"], ["version", 1], ["created_at", "2015-04-07 08:27:02.753045"], ["updated_at", "2015-04-07 08:27:02.753045"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:27:02.765613"], ["id", 1]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:27:02.780241"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1131"], ["description", "I-am-the-goal-description_7135"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1729"], ["description", "I-am-the-goal-description_5088"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1344"], ["description", "I-am-the-goal-description_8800"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4606"], ["description", "I-am-the-goal-description_9642"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_841"], ["description", "I-am-the-goal-description_3548"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4922"], ["description", "I-am-the-goal-description_8258"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6295"], ["description", "I-am-the-goal-description_2458"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7109"], ["description", "I-am-the-task-description_4026"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4939"], ["description", "I-am-the-goal-description_3461"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4071"], ["description", "I-am-the-task-description_3407"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["id", 9]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9835"], ["description", "I-am-the-goal-description_7249"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8670"], ["description", "I-am-the-task-description_3134"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3509"], ["description", "I-am-the-goal-description_3703"], ["version", 1], ["created_at", "2015-04-07 08:27:28.305197"], ["updated_at", "2015-04-07 08:27:28.305197"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:27:28.322563"], ["id", 1]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:27:28.393484"], ["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7770"], ["description", "I-am-the-goal-description_1913"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5770"], ["description", "I-am-the-goal-description_3950"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5903"], ["description", "I-am-the-goal-description_9945"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3273"], ["description", "I-am-the-goal-description_3092"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3405"], ["description", "I-am-the-goal-description_5597"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2985"], ["description", "I-am-the-goal-description_7041"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3636"], ["description", "I-am-the-goal-description_2312"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task1958"], ["description", "I-am-the-task-description_1454"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2369"], ["description", "I-am-the-goal-description_7685"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6803"], ["description", "I-am-the-task-description_9081"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 9]]  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_827"], ["description", "I-am-the-goal-description_5499"], ["version", 1], ["created_at", "2015-04-07 08:41:00.793451"], ["updated_at", "2015-04-07 08:41:00.793451"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2129"], ["description", "I-am-the-goal-description_5267"], ["version", 1], ["created_at", "2015-04-07 08:41:00.850290"], ["updated_at", "2015-04-07 08:41:00.850290"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 39ms (Views: 23.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_880"], ["description", "I-am-the-goal-description_7712"], ["version", 1], ["created_at", "2015-04-07 08:41:00.987207"], ["updated_at", "2015-04-07 08:41:00.987207"], ["tracking", "150407-1"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6124"], ["description", "I-am-the-goal-description_8245"], ["version", 1], ["created_at", "2015-04-07 08:41:00.991286"], ["updated_at", "2015-04-07 08:41:00.991286"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 15ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7538"], ["description", "I-am-the-goal-description_5357"], ["version", 1], ["created_at", "2015-04-07 08:41:01.022318"], ["updated_at", "2015-04-07 08:41:01.022318"], ["tracking", "150407-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1899"], ["description", "I-am-the-goal-description_8536"], ["version", 1], ["created_at", "2015-04-07 08:41:01.030657"], ["updated_at", "2015-04-07 08:41:01.030657"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9274"], ["description", "I-am-the-goal-description_4325"], ["version", 1], ["created_at", "2015-04-07 08:47:36.760258"], ["updated_at", "2015-04-07 08:47:36.760258"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2891"], ["description", "I-am-the-goal-description_1580"], ["version", 1], ["created_at", "2015-04-07 08:47:36.807637"], ["updated_at", "2015-04-07 08:47:36.807637"], ["tracking", "150407-2"]]  (1.2ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 31ms (Views: 19.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5423"], ["description", "I-am-the-goal-description_8067"], ["version", 1], ["created_at", "2015-04-07 08:47:36.932682"], ["updated_at", "2015-04-07 08:47:36.932682"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6300"], ["description", "I-am-the-goal-description_2372"], ["version", 1], ["created_at", "2015-04-07 08:47:36.936728"], ["updated_at", "2015-04-07 08:47:36.936728"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2326"], ["description", "I-am-the-goal-description_2184"], ["version", 1], ["created_at", "2015-04-07 08:47:36.963200"], ["updated_at", "2015-04-07 08:47:36.963200"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4792"], ["description", "I-am-the-goal-description_9129"], ["version", 1], ["created_at", "2015-04-07 08:47:36.967240"], ["updated_at", "2015-04-07 08:47:36.967240"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8105"], ["description", "I-am-the-goal-description_2453"], ["version", 1], ["created_at", "2015-04-07 08:47:36.977417"], ["updated_at", "2015-04-07 08:47:36.977417"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1473"], ["description", "I-am-the-goal-description_2808"], ["version", 1], ["created_at", "2015-04-07 08:47:36.984589"], ["updated_at", "2015-04-07 08:47:36.984589"], ["tracking", "150407-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2421"], ["description", "I-am-the-goal-description_3615"], ["version", 1], ["created_at", "2015-04-07 08:47:36.992183"], ["updated_at", "2015-04-07 08:47:36.992183"], ["tracking", "150407-5"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3525"], ["description", "I-am-the-goal-description_8506"], ["version", 1], ["created_at", "2015-04-07 08:47:36.998969"], ["updated_at", "2015-04-07 08:47:36.998969"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4195"], ["description", "I-am-the-goal-description_7193"], ["version", 1], ["created_at", "2015-04-07 08:47:59.617427"], ["updated_at", "2015-04-07 08:47:59.617427"], ["tracking", "150407-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7797"], ["description", "I-am-the-goal-description_6723"], ["version", 1], ["created_at", "2015-04-07 08:47:59.668604"], ["updated_at", "2015-04-07 08:47:59.668604"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 24ms (Views: 15.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1771"], ["description", "I-am-the-goal-description_8132"], ["version", 1], ["created_at", "2015-04-07 08:47:59.775766"], ["updated_at", "2015-04-07 08:47:59.775766"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6099"], ["description", "I-am-the-goal-description_4665"], ["version", 1], ["created_at", "2015-04-07 08:47:59.780495"], ["updated_at", "2015-04-07 08:47:59.780495"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2311"], ["description", "I-am-the-goal-description_7893"], ["version", 1], ["created_at", "2015-04-07 08:47:59.804700"], ["updated_at", "2015-04-07 08:47:59.804700"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2897"], ["description", "I-am-the-goal-description_2591"], ["version", 1], ["created_at", "2015-04-07 08:47:59.808859"], ["updated_at", "2015-04-07 08:47:59.808859"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3961"], ["description", "I-am-the-goal-description_9899"], ["version", 1], ["created_at", "2015-04-07 08:47:59.818779"], ["updated_at", "2015-04-07 08:47:59.818779"], ["tracking", "150407-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2502"], ["description", "I-am-the-goal-description_9459"], ["version", 1], ["created_at", "2015-04-07 08:47:59.865390"], ["updated_at", "2015-04-07 08:47:59.865390"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1755"], ["description", "I-am-the-goal-description_4561"], ["version", 1], ["created_at", "2015-04-07 08:47:59.872996"], ["updated_at", "2015-04-07 08:47:59.872996"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7554"], ["description", "I-am-the-goal-description_3779"], ["version", 1], ["created_at", "2015-04-07 08:47:59.914572"], ["updated_at", "2015-04-07 08:47:59.914572"], ["tracking", "150407-6"]]  (1.0ms) commit transaction  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6477"], ["description", "I-am-the-goal-description_3324"], ["version", 1], ["created_at", "2015-04-07 08:49:52.787808"], ["updated_at", "2015-04-07 08:49:52.787808"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5293"], ["description", "I-am-the-goal-description_4348"], ["version", 1], ["created_at", "2015-04-07 08:49:52.799742"], ["updated_at", "2015-04-07 08:49:52.799742"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 65ms (Views: 17.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9183"], ["description", "I-am-the-goal-description_1929"], ["version", 1], ["created_at", "2015-04-07 08:49:52.969343"], ["updated_at", "2015-04-07 08:49:52.969343"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3120"], ["description", "I-am-the-goal-description_336"], ["version", 1], ["created_at", "2015-04-07 08:49:52.973804"], ["updated_at", "2015-04-07 08:49:52.973804"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 22ms (Views: 1.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8233"], ["description", "I-am-the-goal-description_6262"], ["version", 1], ["created_at", "2015-04-07 08:49:53.016493"], ["updated_at", "2015-04-07 08:49:53.016493"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8130"], ["description", "I-am-the-goal-description_5962"], ["version", 1], ["created_at", "2015-04-07 08:49:53.020672"], ["updated_at", "2015-04-07 08:49:53.020672"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7220"], ["description", "I-am-the-goal-description_8762"], ["version", 1], ["created_at", "2015-04-07 08:49:53.035721"], ["updated_at", "2015-04-07 08:49:53.035721"], ["tracking", "150407-3"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8832"], ["description", "I-am-the-goal-description_8484"], ["version", 1], ["created_at", "2015-04-07 08:49:53.082731"], ["updated_at", "2015-04-07 08:49:53.082731"], ["tracking", "150407-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7878"], ["description", "I-am-the-goal-description_8660"], ["version", 1], ["created_at", "2015-04-07 08:49:53.090278"], ["updated_at", "2015-04-07 08:49:53.090278"], ["tracking", "150407-5"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 9]] SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:49:53.105648"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 13ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9525"], ["description", "I-am-the-goal-description_2642"], ["version", 1], ["created_at", "2015-04-07 08:49:53.113252"], ["updated_at", "2015-04-07 08:49:53.113252"], ["tracking", "150407-6"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]] SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:49:53.121324"], ["id", 10]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3822"], ["description", "I-am-the-goal-description_9548"], ["version", 1], ["created_at", "2015-04-07 08:51:43.851861"], ["updated_at", "2015-04-07 08:51:43.851861"], ["tracking", "150407-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5384"], ["description", "I-am-the-goal-description_4759"], ["version", 1], ["created_at", "2015-04-07 08:51:43.861840"], ["updated_at", "2015-04-07 08:51:43.861840"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 21ms (Views: 13.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7254"], ["description", "I-am-the-goal-description_3155"], ["version", 1], ["created_at", "2015-04-07 08:51:43.968133"], ["updated_at", "2015-04-07 08:51:43.968133"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_676"], ["description", "I-am-the-goal-description_4435"], ["version", 1], ["created_at", "2015-04-07 08:51:43.972867"], ["updated_at", "2015-04-07 08:51:43.972867"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8762"], ["description", "I-am-the-goal-description_3558"], ["version", 1], ["created_at", "2015-04-07 08:51:43.998944"], ["updated_at", "2015-04-07 08:51:43.998944"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4733"], ["description", "I-am-the-goal-description_3822"], ["version", 1], ["created_at", "2015-04-07 08:51:44.003289"], ["updated_at", "2015-04-07 08:51:44.003289"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5417"], ["description", "I-am-the-goal-description_9062"], ["version", 1], ["created_at", "2015-04-07 08:51:44.014217"], ["updated_at", "2015-04-07 08:51:44.014217"], ["tracking", "150407-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:51:44.069399"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3280ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5947"], ["description", "I-am-the-goal-description_6117"], ["version", 1], ["created_at", "2015-04-07 08:51:47.302983"], ["updated_at", "2015-04-07 08:51:47.302983"], ["tracking", "150407-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:51:47.310291"], ["id", 8]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5073"], ["description", "I-am-the-goal-description_5735"], ["version", 1], ["created_at", "2015-04-07 08:51:47.315986"], ["updated_at", "2015-04-07 08:51:47.315986"], ["tracking", "150407-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:51:47.321834"], ["id", 9]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (45.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3084"], ["description", "I-am-the-goal-description_5514"], ["version", 1], ["created_at", "2015-04-07 08:51:47.329259"], ["updated_at", "2015-04-07 08:51:47.329259"], ["tracking", "150407-6"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:51:47.381243"], ["id", 10]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 4ms (ActiveRecord: 1.3ms)  (3.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9217"], ["description", "I-am-the-goal-description_8414"], ["version", 1], ["created_at", "2015-04-07 08:52:11.524010"], ["updated_at", "2015-04-07 08:52:11.524010"], ["tracking", "150407-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6440"], ["description", "I-am-the-goal-description_7707"], ["version", 1], ["created_at", "2015-04-07 08:52:11.535430"], ["updated_at", "2015-04-07 08:52:11.535430"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 63ms (Views: 54.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7629"], ["description", "I-am-the-goal-description_4501"], ["version", 1], ["created_at", "2015-04-07 08:52:11.687116"], ["updated_at", "2015-04-07 08:52:11.687116"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2413"], ["description", "I-am-the-goal-description_8663"], ["version", 1], ["created_at", "2015-04-07 08:52:11.691122"], ["updated_at", "2015-04-07 08:52:11.691122"], ["tracking", "150407-2"]]  (0.6ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2372"], ["description", "I-am-the-goal-description_8358"], ["version", 1], ["created_at", "2015-04-07 08:52:11.717440"], ["updated_at", "2015-04-07 08:52:11.717440"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3685"], ["description", "I-am-the-goal-description_5249"], ["version", 1], ["created_at", "2015-04-07 08:52:11.722005"], ["updated_at", "2015-04-07 08:52:11.722005"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6201"], ["description", "I-am-the-goal-description_4178"], ["version", 1], ["created_at", "2015-04-07 08:52:11.732869"], ["updated_at", "2015-04-07 08:52:11.732869"], ["tracking", "150407-3"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:52:11.746603"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3185ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3752"], ["description", "I-am-the-goal-description_5863"], ["version", 1], ["created_at", "2015-04-07 08:52:14.925670"], ["updated_at", "2015-04-07 08:52:14.925670"], ["tracking", "150407-4"]]  (2.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:52:14.935153"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1717"], ["description", "I-am-the-goal-description_5619"], ["version", 1], ["created_at", "2015-04-07 08:52:14.941185"], ["updated_at", "2015-04-07 08:52:14.941185"], ["tracking", "150407-5"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:52:14.949157"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1907"], ["description", "I-am-the-goal-description_6472"], ["version", 1], ["created_at", "2015-04-07 08:52:14.959920"], ["updated_at", "2015-04-07 08:52:14.959920"], ["tracking", "150407-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:52:14.966448"], ["id", 10]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.1ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1882"], ["description", "I-am-the-goal-description_5060"], ["version", 1], ["created_at", "2015-04-07 08:53:54.891973"], ["updated_at", "2015-04-07 08:53:54.891973"], ["tracking", "150407-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_45"], ["description", "I-am-the-goal-description_7190"], ["version", 1], ["created_at", "2015-04-07 08:53:54.902496"], ["updated_at", "2015-04-07 08:53:54.902496"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 23ms (Views: 15.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.2ms) commit transaction  (0.2ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4670"], ["description", "I-am-the-goal-description_5304"], ["version", 1], ["created_at", "2015-04-07 08:53:55.023065"], ["updated_at", "2015-04-07 08:53:55.023065"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9934"], ["description", "I-am-the-goal-description_234"], ["version", 1], ["created_at", "2015-04-07 08:53:55.029714"], ["updated_at", "2015-04-07 08:53:55.029714"], ["tracking", "150407-2"]]  (1.1ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5395"], ["description", "I-am-the-goal-description_1014"], ["version", 1], ["created_at", "2015-04-07 08:53:55.061353"], ["updated_at", "2015-04-07 08:53:55.061353"], ["tracking", "150407-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6106"], ["description", "I-am-the-goal-description_1455"], ["version", 1], ["created_at", "2015-04-07 08:53:55.069498"], ["updated_at", "2015-04-07 08:53:55.069498"], ["tracking", "150407-2"]]  (1.3ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6872"], ["description", "I-am-the-goal-description_2118"], ["version", 1], ["created_at", "2015-04-07 08:53:55.086989"], ["updated_at", "2015-04-07 08:53:55.086989"], ["tracking", "150407-3"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:53:55.155550"], ["id", 7]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3637ms (ActiveRecord: 2.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_383"], ["description", "I-am-the-goal-description_8093"], ["version", 1], ["created_at", "2015-04-07 08:53:58.734181"], ["updated_at", "2015-04-07 08:53:58.734181"], ["tracking", "150407-4"]]  (2.1ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:53:58.744899"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2607"], ["description", "I-am-the-goal-description_8578"], ["version", 1], ["created_at", "2015-04-07 08:53:58.753604"], ["updated_at", "2015-04-07 08:53:58.753604"], ["tracking", "150407-5"]]  (1.2ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:53:58.764925"], ["id", 9]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2531"], ["description", "I-am-the-goal-description_2874"], ["version", 1], ["created_at", "2015-04-07 08:53:58.779889"], ["updated_at", "2015-04-07 08:53:58.779889"], ["tracking", "150407-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:53:58.787939"], ["id", 10]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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_2375"], ["version", 1], ["created_at", "2015-04-07 08:54:07.732350"], ["updated_at", "2015-04-07 08:54:07.732350"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8466"], ["description", "I-am-the-goal-description_9178"], ["version", 1], ["created_at", "2015-04-07 08:54:07.780774"], ["updated_at", "2015-04-07 08:54:07.780774"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 22ms (Views: 14.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6226"], ["description", "I-am-the-goal-description_8972"], ["version", 1], ["created_at", "2015-04-07 08:54:07.886980"], ["updated_at", "2015-04-07 08:54:07.886980"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5243"], ["description", "I-am-the-goal-description_5202"], ["version", 1], ["created_at", "2015-04-07 08:54:07.891675"], ["updated_at", "2015-04-07 08:54:07.891675"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2785"], ["description", "I-am-the-goal-description_3109"], ["version", 1], ["created_at", "2015-04-07 08:54:07.919262"], ["updated_at", "2015-04-07 08:54:07.919262"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1121"], ["description", "I-am-the-goal-description_8164"], ["version", 1], ["created_at", "2015-04-07 08:54:07.923353"], ["updated_at", "2015-04-07 08:54:07.923353"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7507"], ["description", "I-am-the-goal-description_6660"], ["version", 1], ["created_at", "2015-04-07 08:54:07.932961"], ["updated_at", "2015-04-07 08:54:07.932961"], ["tracking", "150407-3"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:54:07.947180"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3410ms (ActiveRecord: 1.8ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3738"], ["description", "I-am-the-goal-description_8126"], ["version", 1], ["created_at", "2015-04-07 08:54:11.351843"], ["updated_at", "2015-04-07 08:54:11.351843"], ["tracking", "150407-4"]]  (2.4ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:54:11.361366"], ["id", 8]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_366"], ["description", "I-am-the-goal-description_8050"], ["version", 1], ["created_at", "2015-04-07 08:54:11.367938"], ["updated_at", "2015-04-07 08:54:11.367938"], ["tracking", "150407-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:54:11.375191"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 7ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6003"], ["description", "I-am-the-goal-description_3148"], ["version", 1], ["created_at", "2015-04-07 08:54:11.386045"], ["updated_at", "2015-04-07 08:54:11.386045"], ["tracking", "150407-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:54:11.392398"], ["id", 10]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.5ms) ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_382"], ["description", "I-am-the-goal-description_6637"], ["version", 1], ["created_at", "2015-04-07 08:58:03.553054"], ["updated_at", "2015-04-07 08:58:03.553054"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:58:03.564983"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:58:03.617810"], ["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2429"], ["description", "I-am-the-goal-description_1844"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4109"], ["description", "I-am-the-goal-description_8916"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9637"], ["description", "I-am-the-goal-description_8615"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1280"], ["description", "I-am-the-goal-description_7388"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5295"], ["description", "I-am-the-goal-description_5913"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8787"], ["description", "I-am-the-goal-description_7194"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7284"], ["description", "I-am-the-goal-description_9760"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task1296"], ["description", "I-am-the-task-description_8244"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7397"], ["description", "I-am-the-goal-description_3871"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3353"], ["description", "I-am-the-task-description_3615"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 9]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:59:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.1ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4478.0ms) Completed 200 OK in 4564ms (Views: 4531.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 10:59:15 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 10:59:15 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 10:59:15 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (406.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (410.9ms) Completed 200 OK in 423ms (Views: 413.4ms | ActiveRecord: 0.5ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 10:59:15 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:59:17 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 08:59:17.657862"], ["updated_at", "2015-04-07 08:59:17.657862"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:56717/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:17 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (34.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (41.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (58.7ms) Completed 200 OK in 127ms (Views: 60.7ms | ActiveRecord: 0.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1286"], ["description", "I-am-the-goal-description_8549"], ["version", 1], ["created_at", "2015-04-07 08:59:17.951123"], ["updated_at", "2015-04-07 08:59:17.951123"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5178"], ["description", "I-am-the-task-description_9627"], ["cost", 1], ["created_at", "2015-04-07 08:59:17.976728"], ["updated_at", "2015-04-07 08:59:17.976728"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1451"], ["description", "I-am-the-task-description_7819"], ["cost", 1], ["created_at", "2015-04-07 08:59:17.981561"], ["updated_at", "2015-04-07 08:59:17.981561"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task119"], ["description", "I-am-the-task-description_4369"], ["cost", 1], ["created_at", "2015-04-07 08:59:17.985552"], ["updated_at", "2015-04-07 08:59:17.985552"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:59:17 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9455"], ["description", "I-am-the-goal-description_4271"], ["version", 1], ["created_at", "2015-04-07 08:59:19.733674"], ["updated_at", "2015-04-07 08:59:19.733674"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:59:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 10:59:21 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (62.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (65.2ms) Completed 200 OK in 70ms (Views: 69.0ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:21 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_4271"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 08:59:21.674282"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56717/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1606"], ["description", "I-am-the-goal-description_8891"], ["version", 1], ["created_at", "2015-04-07 08:59:21.819394"], ["updated_at", "2015-04-07 08:59:21.819394"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:59:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:23 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56717/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:59:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.6ms) Completed 200 OK in 4ms (Views: 3.0ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8725"], ["description", "I-am-the-goal-description_3881"], ["version", 1], ["created_at", "2015-04-07 08:59:23.804775"], ["updated_at", "2015-04-07 08:59:23.804775"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.6ms) Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 10:59:25 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:59:25.706817"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56717/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 10:59:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_262"], ["description", "I-am-the-goal-description_9664"], ["version", 1], ["created_at", "2015-04-07 08:59:25.849865"], ["updated_at", "2015-04-07 08:59:25.849865"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 10:59:28 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.7ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:59:28.154063"], ["id", 1]]  (3.9ms) commit transaction Redirected to http://127.0.0.1:56717/flyboy/goals/1 Completed 302 Found in 15ms (ActiveRecord: 5.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 10:59:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (9.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (11.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (20.1ms) Completed 200 OK in 28ms (Views: 22.1ms | ActiveRecord: 1.3ms)  (3.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7495"], ["description", "I-am-the-goal-description_5064"], ["version", 1], ["created_at", "2015-04-07 08:59:42.905878"], ["updated_at", "2015-04-07 08:59:42.905878"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6186"], ["description", "I-am-the-goal-description_7629"], ["version", 1], ["created_at", "2015-04-07 08:59:42.915632"], ["updated_at", "2015-04-07 08:59:42.915632"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 65ms (Views: 57.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (3.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9265"], ["description", "I-am-the-goal-description_4235"], ["version", 1], ["created_at", "2015-04-07 08:59:43.028489"], ["updated_at", "2015-04-07 08:59:43.028489"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6830"], ["description", "I-am-the-goal-description_566"], ["version", 1], ["created_at", "2015-04-07 08:59:43.033891"], ["updated_at", "2015-04-07 08:59:43.033891"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 58ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4493"], ["description", "I-am-the-goal-description_2651"], ["version", 1], ["created_at", "2015-04-07 08:59:43.107727"], ["updated_at", "2015-04-07 08:59:43.107727"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3329"], ["description", "I-am-the-goal-description_1176"], ["version", 1], ["created_at", "2015-04-07 08:59:43.112458"], ["updated_at", "2015-04-07 08:59:43.112458"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7533"], ["description", "I-am-the-goal-description_8914"], ["version", 1], ["created_at", "2015-04-07 08:59:43.122757"], ["updated_at", "2015-04-07 08:59:43.122757"], ["tracking", "150407-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:59:43.135830"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3576ms (ActiveRecord: 1.7ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2014"], ["description", "I-am-the-goal-description_8291"], ["version", 1], ["created_at", "2015-04-07 08:59:46.708108"], ["updated_at", "2015-04-07 08:59:46.708108"], ["tracking", "150407-4"]]  (2.6ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 08:59:46.718518"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2251"], ["description", "I-am-the-goal-description_4576"], ["version", 1], ["created_at", "2015-04-07 08:59:46.725612"], ["updated_at", "2015-04-07 08:59:46.725612"], ["tracking", "150407-5"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:59:46.734700"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 7ms (ActiveRecord: 1.7ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2107"], ["description", "I-am-the-goal-description_6707"], ["version", 1], ["created_at", "2015-04-07 08:59:46.743097"], ["updated_at", "2015-04-07 08:59:46.743097"], ["tracking", "150407-6"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 08:59:46.750705"], ["id", 10]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 6ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4139"], ["description", "I-am-the-goal-description_8191"], ["version", 1], ["created_at", "2015-04-07 08:59:46.769154"], ["updated_at", "2015-04-07 08:59:46.769154"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9935"], ["description", "I-am-the-task-description_8581"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.780361"], ["updated_at", "2015-04-07 08:59:46.780361"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 08:59:46.790753"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 08:59:46.791662"], ["updated_at", "2015-04-07 08:59:46.791662"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 08:59:46.793291"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 08:59:46 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 08:59:46 UTC", "updated_at"=>"2015-04-07 08:59:46 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 08:59:46.802698"], ["created_at", "2015-04-07 08:59:46.803227"], ["updated_at", "2015-04-07 08:59:46.803227"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4099"], ["description", "I-am-the-goal-description_367"], ["version", 1], ["created_at", "2015-04-07 08:59:46.815081"], ["updated_at", "2015-04-07 08:59:46.815081"], ["tracking", "150407-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2174"], ["description", "I-am-the-task-description_8912"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.818968"], ["updated_at", "2015-04-07 08:59:46.818968"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6253"], ["description", "I-am-the-task-description_2630"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.822951"], ["updated_at", "2015-04-07 08:59:46.822951"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 08:59:46.831513"], ["task_id", 2], ["created_at", "2015-04-07 08:59:46.833141"], ["updated_at", "2015-04-07 08:59:46.833141"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 08:59:46.834945"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6390"], ["description", "I-am-the-goal-description_8921"], ["version", 1], ["created_at", "2015-04-07 08:59:46.841734"], ["updated_at", "2015-04-07 08:59:46.841734"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5831"], ["description", "I-am-the-task-description_6664"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.845748"], ["updated_at", "2015-04-07 08:59:46.845748"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task635"], ["description", "I-am-the-task-description_4805"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.850922"], ["updated_at", "2015-04-07 08:59:46.850922"]]  (1.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.6ms) 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-07 08:59:46.861858"], ["task_id", 4], ["created_at", "2015-04-07 08:59:46.863705"], ["updated_at", "2015-04-07 08:59:46.863705"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 08:59:46.866052"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 2.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7387"], ["description", "I-am-the-goal-description_4829"], ["version", 1], ["created_at", "2015-04-07 08:59:46.875435"], ["updated_at", "2015-04-07 08:59:46.875435"], ["tracking", "150407-10"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8792"], ["description", "I-am-the-task-description_7261"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.880510"], ["updated_at", "2015-04-07 08:59:46.880510"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3369"], ["description", "I-am-the-task-description_4764"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.886127"], ["updated_at", "2015-04-07 08:59:46.886127"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.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-07 08:59:46.895950"], ["task_id", 6], ["created_at", "2015-04-07 08:59:46.897412"], ["updated_at", "2015-04-07 08:59:46.897412"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 08:59:46.899507"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3820"], ["description", "I-am-the-goal-description_8374"], ["version", 1], ["created_at", "2015-04-07 08:59:46.910073"], ["updated_at", "2015-04-07 08:59:46.910073"], ["tracking", "150407-11"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1321"], ["description", "I-am-the-task-description_136"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.914151"], ["updated_at", "2015-04-07 08:59:46.914151"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5374"], ["description", "I-am-the-task-description_6801"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.918134"], ["updated_at", "2015-04-07 08:59:46.918134"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 08:59:46.924162"], ["task_id", 8], ["created_at", "2015-04-07 08:59:46.925598"], ["updated_at", "2015-04-07 08:59:46.925598"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 08:59:46.927351"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8768"], ["description", "I-am-the-goal-description_5524"], ["version", 1], ["created_at", "2015-04-07 08:59:46.933441"], ["updated_at", "2015-04-07 08:59:46.933441"], ["tracking", "150407-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7189"], ["description", "I-am-the-task-description_6062"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.938035"], ["updated_at", "2015-04-07 08:59:46.938035"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1665"], ["description", "I-am-the-task-description_4878"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.942718"], ["updated_at", "2015-04-07 08:59:46.942718"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3753"], ["description", "I-am-the-goal-description_5260"], ["version", 1], ["created_at", "2015-04-07 08:59:46.958384"], ["updated_at", "2015-04-07 08:59:46.958384"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4685"], ["description", "I-am-the-task-description_8307"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.962230"], ["updated_at", "2015-04-07 08:59:46.962230"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7202"], ["description", "I-am-the-task-description_3026"], ["cost", 1], ["created_at", "2015-04-07 08:59:46.966097"], ["updated_at", "2015-04-07 08:59:46.966097"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (2.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7458"], ["description", "I-am-the-goal-description_7497"], ["version", 1], ["created_at", "2015-04-07 08:59:47.007481"], ["updated_at", "2015-04-07 08:59:47.007481"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2332"], ["description", "I-am-the-task-description_3878"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.011336"], ["updated_at", "2015-04-07 08:59:47.011336"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6148"], ["description", "I-am-the-goal-description_13"], ["version", 1], ["created_at", "2015-04-07 08:59:47.015533"], ["updated_at", "2015-04-07 08:59:47.015533"], ["tracking", "150407-15"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4218"], ["description", "I-am-the-task-description_863"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.079353"], ["updated_at", "2015-04-07 08:59:47.079353"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3333"], ["description", "I-am-the-goal-description_5689"], ["version", 1], ["created_at", "2015-04-07 08:59:47.088579"], ["updated_at", "2015-04-07 08:59:47.088579"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2785"], ["description", "I-am-the-task-description_2627"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.092856"], ["updated_at", "2015-04-07 08:59:47.092856"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4621"], ["description", "I-am-the-task-description_9632"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.096992"], ["updated_at", "2015-04-07 08:59:47.096992"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1179"], ["description", "I-am-the-goal-description_8502"], ["version", 1], ["created_at", "2015-04-07 08:59:47.111155"], ["updated_at", "2015-04-07 08:59:47.111155"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task1409"], ["description", "I-am-the-task-description_8435"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.115149"], ["updated_at", "2015-04-07 08:59:47.115149"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9146"], ["description", "I-am-the-goal-description_8795"], ["version", 1], ["created_at", "2015-04-07 08:59:47.119193"], ["updated_at", "2015-04-07 08:59:47.119193"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task494"], ["description", "I-am-the-task-description_3196"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.123619"], ["updated_at", "2015-04-07 08:59:47.123619"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2591"], ["description", "I-am-the-goal-description_8809"], ["version", 1], ["created_at", "2015-04-07 08:59:47.133931"], ["updated_at", "2015-04-07 08:59:47.133931"], ["tracking", "150407-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5008"], ["description", "I-am-the-task-description_3582"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.138440"], ["updated_at", "2015-04-07 08:59:47.138440"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6602"], ["description", "I-am-the-task-description_7909"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.143026"], ["updated_at", "2015-04-07 08:59:47.143026"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9854"], ["description", "I-am-the-goal-description_1359"], ["version", 1], ["created_at", "2015-04-07 08:59:47.157036"], ["updated_at", "2015-04-07 08:59:47.157036"], ["tracking", "150407-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2896"], ["description", "I-am-the-task-description_7111"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.161315"], ["updated_at", "2015-04-07 08:59:47.161315"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9253"], ["description", "I-am-the-goal-description_3755"], ["version", 1], ["created_at", "2015-04-07 08:59:47.166461"], ["updated_at", "2015-04-07 08:59:47.166461"], ["tracking", "150407-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5996"], ["description", "I-am-the-task-description_7117"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.171434"], ["updated_at", "2015-04-07 08:59:47.171434"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4411"], ["description", "I-am-the-goal-description_1096"], ["version", 1], ["created_at", "2015-04-07 08:59:47.181308"], ["updated_at", "2015-04-07 08:59:47.181308"], ["tracking", "150407-22"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2413"], ["description", "I-am-the-task-description_4198"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.185131"], ["updated_at", "2015-04-07 08:59:47.185131"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1598"], ["description", "I-am-the-task-description_7124"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.189151"], ["updated_at", "2015-04-07 08:59:47.189151"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5239"], ["description", "I-am-the-goal-description_5606"], ["version", 1], ["created_at", "2015-04-07 08:59:47.200769"], ["updated_at", "2015-04-07 08:59:47.200769"], ["tracking", "150407-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1926"], ["description", "I-am-the-task-description_8788"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.204614"], ["updated_at", "2015-04-07 08:59:47.204614"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8336"], ["description", "I-am-the-task-description_446"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.208506"], ["updated_at", "2015-04-07 08:59:47.208506"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8232"], ["description", "I-am-the-goal-description_7368"], ["version", 1], ["created_at", "2015-04-07 08:59:47.220705"], ["updated_at", "2015-04-07 08:59:47.220705"], ["tracking", "150407-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task9351"], ["description", "I-am-the-task-description_7852"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.224496"], ["updated_at", "2015-04-07 08:59:47.224496"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6639"], ["description", "I-am-the-task-description_1054"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.228368"], ["updated_at", "2015-04-07 08:59:47.228368"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5497"], ["description", "I-am-the-goal-description_5305"], ["version", 1], ["created_at", "2015-04-07 08:59:47.241863"], ["updated_at", "2015-04-07 08:59:47.241863"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task9135"], ["description", "I-am-the-task-description_6430"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.245672"], ["updated_at", "2015-04-07 08:59:47.245672"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2940"], ["description", "I-am-the-task-description_6936"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.249539"], ["updated_at", "2015-04-07 08:59:47.249539"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:59:47.260885"], ["updated_at", "2015-04-07 08:59:47.260885"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9446"], ["description", "I-am-the-goal-description_1505"], ["version", 1], ["created_at", "2015-04-07 08:59:47.268511"], ["updated_at", "2015-04-07 08:59:47.268511"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task628"], ["description", "I-am-the-task-description_9631"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.273024"], ["updated_at", "2015-04-07 08:59:47.273024"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task1847"], ["description", "I-am-the-task-description_626"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.278445"], ["updated_at", "2015-04-07 08:59:47.278445"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:59:47.284874"], ["updated_at", "2015-04-07 08:59:47.284874"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9598"], ["description", "I-am-the-goal-description_5762"], ["version", 1], ["created_at", "2015-04-07 08:59:47.295094"], ["updated_at", "2015-04-07 08:59:47.295094"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5697"], ["description", "I-am-the-task-description_2886"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.299429"], ["updated_at", "2015-04-07 08:59:47.299429"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task2774"], ["description", "I-am-the-task-description_1894"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.303793"], ["updated_at", "2015-04-07 08:59:47.303793"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:59:47.309672"], ["updated_at", "2015-04-07 08:59:47.309672"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_913"], ["description", "I-am-the-goal-description_9532"], ["version", 1], ["created_at", "2015-04-07 08:59:47.317437"], ["updated_at", "2015-04-07 08:59:47.317437"], ["tracking", "150407-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8577"], ["description", "I-am-the-task-description_7361"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.321242"], ["updated_at", "2015-04-07 08:59:47.321242"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task2636"], ["description", "I-am-the-task-description_2436"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.325526"], ["updated_at", "2015-04-07 08:59:47.325526"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}}  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 0.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1966"], ["description", "I-am-the-goal-description_9216"], ["version", 1], ["created_at", "2015-04-07 08:59:47.335959"], ["updated_at", "2015-04-07 08:59:47.335959"], ["tracking", "150407-29"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7893"], ["description", "I-am-the-task-description_7030"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.339906"], ["updated_at", "2015-04-07 08:59:47.339906"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8504"], ["description", "I-am-the-task-description_2166"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.346338"], ["updated_at", "2015-04-07 08:59:47.346338"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:59:47.351540"], ["updated_at", "2015-04-07 08:59:47.351540"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4332"], ["description", "I-am-the-goal-description_6603"], ["version", 1], ["created_at", "2015-04-07 08:59:47.362745"], ["updated_at", "2015-04-07 08:59:47.362745"], ["tracking", "150407-30"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9509"], ["description", "I-am-the-task-description_2440"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.366690"], ["updated_at", "2015-04-07 08:59:47.366690"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2832"], ["description", "I-am-the-task-description_9249"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.370669"], ["updated_at", "2015-04-07 08:59:47.370669"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:59:47.374417"], ["updated_at", "2015-04-07 08:59:47.374417"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_390"], ["description", "I-am-the-goal-description_4301"], ["version", 1], ["created_at", "2015-04-07 08:59:47.386058"], ["updated_at", "2015-04-07 08:59:47.386058"], ["tracking", "150407-31"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task2220"], ["description", "I-am-the-task-description_301"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.390359"], ["updated_at", "2015-04-07 08:59:47.390359"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task5166"], ["description", "I-am-the-task-description_9210"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.394327"], ["updated_at", "2015-04-07 08:59:47.394327"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:59:47.398679"], ["updated_at", "2015-04-07 08:59:47.398679"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2729"], ["description", "I-am-the-goal-description_6302"], ["version", 1], ["created_at", "2015-04-07 08:59:47.477217"], ["updated_at", "2015-04-07 08:59:47.477217"], ["tracking", "150407-32"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task3233"], ["description", "I-am-the-task-description_1870"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.481178"], ["updated_at", "2015-04-07 08:59:47.481178"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task8506"], ["description", "I-am-the-task-description_9465"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.485220"], ["updated_at", "2015-04-07 08:59:47.485220"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:59:47.489152"], ["updated_at", "2015-04-07 08:59:47.489152"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8836"], ["description", "I-am-the-goal-description_643"], ["version", 1], ["created_at", "2015-04-07 08:59:47.502921"], ["updated_at", "2015-04-07 08:59:47.502921"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task4284"], ["description", "I-am-the-task-description_3669"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.506782"], ["updated_at", "2015-04-07 08:59:47.506782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2086"], ["description", "I-am-the-task-description_8663"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.511348"], ["updated_at", "2015-04-07 08:59:47.511348"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:59:47.515711"], ["updated_at", "2015-04-07 08:59:47.515711"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2141"], ["description", "I-am-the-goal-description_8690"], ["version", 1], ["created_at", "2015-04-07 08:59:47.527768"], ["updated_at", "2015-04-07 08:59:47.527768"], ["tracking", "150407-34"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task2355"], ["description", "I-am-the-task-description_4463"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.532675"], ["updated_at", "2015-04-07 08:59:47.532675"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task9190"], ["description", "I-am-the-task-description_304"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.536591"], ["updated_at", "2015-04-07 08:59:47.536591"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 08:59:47.540292"], ["updated_at", "2015-04-07 08:59:47.540292"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 08:59:47.546232"], ["id", 58]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3156"], ["description", "I-am-the-goal-description_4792"], ["version", 1], ["created_at", "2015-04-07 08:59:47.552946"], ["updated_at", "2015-04-07 08:59:47.552946"], ["tracking", "150407-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6034"], ["description", "I-am-the-goal-description_3284"], ["version", 1], ["created_at", "2015-04-07 08:59:47.558165"], ["updated_at", "2015-04-07 08:59:47.558165"], ["tracking", "150407-36"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task7317"], ["description", "I-am-the-task-description_9595"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.562155"], ["updated_at", "2015-04-07 08:59:47.562155"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6463"], ["description", "I-am-the-goal-description_9374"], ["version", 1], ["created_at", "2015-04-07 08:59:47.566475"], ["updated_at", "2015-04-07 08:59:47.566475"], ["tracking", "150407-37"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task4630"], ["description", "I-am-the-task-description_4251"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.570452"], ["updated_at", "2015-04-07 08:59:47.570452"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5999"], ["description", "I-am-the-goal-description_4680"], ["version", 1], ["created_at", "2015-04-07 08:59:47.573997"], ["updated_at", "2015-04-07 08:59:47.573997"], ["tracking", "150407-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task8252"], ["description", "I-am-the-task-description_2506"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.580969"], ["updated_at", "2015-04-07 08:59:47.580969"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task5786"], ["description", "I-am-the-task-description_6399"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.585615"], ["updated_at", "2015-04-07 08:59:47.585615"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task6506"], ["description", "I-am-the-task-description_5218"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.589770"], ["updated_at", "2015-04-07 08:59:47.589770"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task8033"], ["description", "I-am-the-task-description_7632"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.594716"], ["updated_at", "2015-04-07 08:59:47.594716"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1915"], ["description", "I-am-the-goal-description_7745"], ["version", 1], ["created_at", "2015-04-07 08:59:47.602494"], ["updated_at", "2015-04-07 08:59:47.602494"], ["tracking", "150407-39"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3657"], ["description", "I-am-the-goal-description_7224"], ["version", 1], ["created_at", "2015-04-07 08:59:47.608613"], ["updated_at", "2015-04-07 08:59:47.608613"], ["tracking", "150407-40"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task482"], ["description", "I-am-the-task-description_9944"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.613683"], ["updated_at", "2015-04-07 08:59:47.613683"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_737"], ["description", "I-am-the-goal-description_2823"], ["version", 1], ["created_at", "2015-04-07 08:59:47.618517"], ["updated_at", "2015-04-07 08:59:47.618517"], ["tracking", "150407-41"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task2946"], ["description", "I-am-the-task-description_9884"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.622541"], ["updated_at", "2015-04-07 08:59:47.622541"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7358"], ["description", "I-am-the-goal-description_2406"], ["version", 1], ["created_at", "2015-04-07 08:59:47.625599"], ["updated_at", "2015-04-07 08:59:47.625599"], ["tracking", "150407-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 46], ["title", "I-am-a-task1306"], ["description", "I-am-the-task-description_6847"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.630049"], ["updated_at", "2015-04-07 08:59:47.630049"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task7796"], ["description", "I-am-the-task-description_4812"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.634812"], ["updated_at", "2015-04-07 08:59:47.634812"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 43], ["title", "I-am-a-task1557"], ["description", "I-am-the-task-description_3571"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.639481"], ["updated_at", "2015-04-07 08:59:47.639481"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task3718"], ["description", "I-am-the-task-description_9442"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.643896"], ["updated_at", "2015-04-07 08:59:47.643896"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3481"], ["description", "I-am-the-goal-description_6899"], ["version", 1], ["created_at", "2015-04-07 08:59:47.647609"], ["updated_at", "2015-04-07 08:59:47.647609"], ["tracking", "150407-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_937"], ["description", "I-am-the-goal-description_1773"], ["version", 1], ["created_at", "2015-04-07 08:59:47.654699"], ["updated_at", "2015-04-07 08:59:47.654699"], ["tracking", "150407-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4164"], ["description", "I-am-the-goal-description_7337"], ["version", 1], ["created_at", "2015-04-07 08:59:47.660042"], ["updated_at", "2015-04-07 08:59:47.660042"], ["tracking", "150407-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task1208"], ["description", "I-am-the-task-description_6025"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.663866"], ["updated_at", "2015-04-07 08:59:47.663866"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3573"], ["description", "I-am-the-goal-description_6786"], ["version", 1], ["created_at", "2015-04-07 08:59:47.668405"], ["updated_at", "2015-04-07 08:59:47.668405"], ["tracking", "150407-46"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task6237"], ["description", "I-am-the-task-description_3860"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.673199"], ["updated_at", "2015-04-07 08:59:47.673199"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1771"], ["description", "I-am-the-goal-description_1038"], ["version", 1], ["created_at", "2015-04-07 08:59:47.676630"], ["updated_at", "2015-04-07 08:59:47.676630"], ["tracking", "150407-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task1959"], ["description", "I-am-the-task-description_7974"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.681776"], ["updated_at", "2015-04-07 08:59:47.681776"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task7436"], ["description", "I-am-the-task-description_8987"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.686346"], ["updated_at", "2015-04-07 08:59:47.686346"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task566"], ["description", "I-am-the-task-description_9625"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.690896"], ["updated_at", "2015-04-07 08:59:47.690896"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task785"], ["description", "I-am-the-task-description_4057"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.695592"], ["updated_at", "2015-04-07 08:59:47.695592"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task3858"], ["description", "I-am-the-task-description_7831"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.700419"], ["updated_at", "2015-04-07 08:59:47.700419"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4081"], ["description", "I-am-the-goal-description_6840"], ["version", 1], ["created_at", "2015-04-07 08:59:47.706708"], ["updated_at", "2015-04-07 08:59:47.706708"], ["tracking", "150407-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7953"], ["description", "I-am-the-goal-description_1811"], ["version", 1], ["created_at", "2015-04-07 08:59:47.711896"], ["updated_at", "2015-04-07 08:59:47.711896"], ["tracking", "150407-49"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task4785"], ["description", "I-am-the-task-description_866"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.715713"], ["updated_at", "2015-04-07 08:59:47.715713"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9672"], ["description", "I-am-the-goal-description_8941"], ["version", 1], ["created_at", "2015-04-07 08:59:47.719955"], ["updated_at", "2015-04-07 08:59:47.719955"], ["tracking", "150407-50"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 54], ["title", "I-am-a-task1551"], ["description", "I-am-the-task-description_5867"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.723978"], ["updated_at", "2015-04-07 08:59:47.723978"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6352"], ["description", "I-am-the-goal-description_7673"], ["version", 1], ["created_at", "2015-04-07 08:59:47.726900"], ["updated_at", "2015-04-07 08:59:47.726900"], ["tracking", "150407-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task9289"], ["description", "I-am-the-task-description_4820"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.731261"], ["updated_at", "2015-04-07 08:59:47.731261"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task2462"], ["description", "I-am-the-task-description_7539"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.736657"], ["updated_at", "2015-04-07 08:59:47.736657"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task1479"], ["description", "I-am-the-task-description_2580"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.742211"], ["updated_at", "2015-04-07 08:59:47.742211"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task6485"], ["description", "I-am-the-task-description_8955"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.746593"], ["updated_at", "2015-04-07 08:59:47.746593"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task3709"], ["description", "I-am-the-task-description_428"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.750745"], ["updated_at", "2015-04-07 08:59:47.750745"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6192"], ["description", "I-am-the-goal-description_201"], ["version", 1], ["created_at", "2015-04-07 08:59:47.757814"], ["updated_at", "2015-04-07 08:59:47.757814"], ["tracking", "150407-52"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 56], ["title", "I-am-a-task3482"], ["description", "I-am-the-task-description_4112"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.762133"], ["updated_at", "2015-04-07 08:59:47.762133"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_865"], ["description", "I-am-the-goal-description_1033"], ["version", 1], ["created_at", "2015-04-07 08:59:47.768259"], ["updated_at", "2015-04-07 08:59:47.768259"], ["tracking", "150407-53"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 57], ["title", "I-am-a-task4716"], ["description", "I-am-the-task-description_5193"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.772887"], ["updated_at", "2015-04-07 08:59:47.772887"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7067"], ["description", "I-am-the-goal-description_1012"], ["version", 1], ["created_at", "2015-04-07 08:59:47.778992"], ["updated_at", "2015-04-07 08:59:47.778992"], ["tracking", "150407-54"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 58], ["title", "I-am-a-task4027"], ["description", "I-am-the-task-description_3893"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.783346"], ["updated_at", "2015-04-07 08:59:47.783346"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9699"], ["description", "I-am-the-goal-description_6511"], ["version", 1], ["created_at", "2015-04-07 08:59:47.788872"], ["updated_at", "2015-04-07 08:59:47.788872"], ["tracking", "150407-55"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 59], ["title", "I-am-a-task5928"], ["description", "I-am-the-task-description_3245"], ["cost", 1], ["created_at", "2015-04-07 08:59:47.793640"], ["updated_at", "2015-04-07 08:59:47.793640"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5983"], ["description", "I-am-the-goal-description_8971"], ["version", 1], ["created_at", "2015-04-07 08:59:47.798986"], ["updated_at", "2015-04-07 08:59:47.798986"], ["tracking", "150407-56"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 08:59:47.802540"], ["id", 60]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 08:59:47.805050"], ["id", 60]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6917"], ["description", "I-am-the-goal-description_5473"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_851"], ["description", "I-am-the-goal-description_6305"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7720"], ["description", "I-am-the-goal-description_4274"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4673"], ["description", "I-am-the-goal-description_639"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4458"], ["description", "I-am-the-goal-description_298"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 65]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6957"], ["description", "I-am-the-goal-description_713"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3118"], ["description", "I-am-the-goal-description_9912"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task29"], ["description", "I-am-the-task-description_5721"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9574"], ["description", "I-am-the-goal-description_5448"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 68], ["title", "I-am-a-task1570"], ["description", "I-am-the-task-description_9983"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 68]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2569"], ["description", "I-am-the-goal-description_1841"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 69], ["title", "I-am-a-task9018"], ["description", "I-am-the-task-description_1198"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4766"], ["description", "I-am-the-goal-description_2987"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 70], ["title", "I-am-a-task7997"], ["description", "I-am-the-task-description_373"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 92], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 92]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 92]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4929"], ["description", "I-am-the-goal-description_8135"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task3718"], ["description", "I-am-the-task-description_1302"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 93], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 93]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 93]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_196"], ["description", "I-am-the-goal-description_8203"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task6278"], ["description", "I-am-the-task-description_458"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 94], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 94]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 94]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1964"], ["description", "I-am-the-goal-description_8944"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task1586"], ["description", "I-am-the-task-description_361"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4371"], ["description", "I-am-the-goal-description_4668"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2904"], ["description", "I-am-the-goal-description_8659"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1556"], ["description", "I-am-the-goal-description_3834"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1102"], ["description", "I-am-the-goal-description_4002"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:00:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3889.9ms) Completed 200 OK in 3988ms (Views: 3958.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 11:00:05 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 11:00:05 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 11:00:05 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (311.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (315.8ms) Completed 200 OK in 325ms (Views: 317.7ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 11:00:05 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:00:07 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 09:00:07.757930"], ["updated_at", "2015-04-07 09:00:07.757930"], ["tracking", "150407-1"]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/goals/1 Completed 302 Found in 55ms (ActiveRecord: 2.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:07 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (74.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (80.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (96.7ms) Completed 200 OK in 122ms (Views: 98.7ms | ActiveRecord: 0.9ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4675"], ["description", "I-am-the-goal-description_7165"], ["version", 1], ["created_at", "2015-04-07 09:00:08.125482"], ["updated_at", "2015-04-07 09:00:08.125482"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4514"], ["description", "I-am-the-task-description_2730"], ["cost", 1], ["created_at", "2015-04-07 09:00:08.153057"], ["updated_at", "2015-04-07 09:00:08.153057"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9273"], ["description", "I-am-the-task-description_3940"], ["cost", 1], ["created_at", "2015-04-07 09:00:08.157698"], ["updated_at", "2015-04-07 09:00:08.157698"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2538"], ["description", "I-am-the-task-description_1754"], ["cost", 1], ["created_at", "2015-04-07 09:00:08.161560"], ["updated_at", "2015-04-07 09:00:08.161560"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:00:08 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 6ms (Views: 5.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4729"], ["description", "I-am-the-goal-description_5570"], ["version", 1], ["created_at", "2015-04-07 09:00:09.963435"], ["updated_at", "2015-04-07 09:00:09.963435"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:00:09 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 11:00:11 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (16.4ms) Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:11 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5570"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 09:00:11.787715"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:11 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6977"], ["description", "I-am-the-goal-description_387"], ["version", 1], ["created_at", "2015-04-07 09:00:11.929730"], ["updated_at", "2015-04-07 09:00:11.929730"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:00:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:13 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:00:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (52.0ms) Completed 200 OK in 53ms (Views: 52.6ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3840"], ["description", "I-am-the-goal-description_8699"], ["version", 1], ["created_at", "2015-04-07 09:00:13.767607"], ["updated_at", "2015-04-07 09:00:13.767607"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 11:00:15 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:00:15.382241"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:00:15 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.6ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3154"], ["description", "I-am-the-goal-description_9898"], ["version", 1], ["created_at", "2015-04-07 09:00:15.521998"], ["updated_at", "2015-04-07 09:00:15.521998"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:15 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 11:00:17 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:00:17.108509"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:17 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4128"], ["description", "I-am-the-goal-description_4774"], ["version", 1], ["created_at", "2015-04-07 09:00:17.251857"], ["updated_at", "2015-04-07 09:00:17.251857"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7039"], ["description", "I-am-the-task-description_3883"], ["cost", 1], ["created_at", "2015-04-07 09:00:17.258185"], ["updated_at", "2015-04-07 09:00:17.258185"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:17 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.7ms) Completed 200 OK in 16ms (Views: 12.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:00:17 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (78.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (102.2ms) Completed 200 OK in 107ms (Views: 103.3ms | ActiveRecord: 1.1ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 11:00:19 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.6ms) 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-07 09:00:19.092415"], ["created_at", "2015-04-07 09:00:19.093198"], ["updated_at", "2015-04-07 09:00:19.093198"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 09:00:19.098486"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:00:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (15.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.0ms) Completed 200 OK in 30ms (Views: 25.7ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6482"], ["description", "I-am-the-goal-description_1536"], ["version", 1], ["created_at", "2015-04-07 09:00:19.387493"], ["updated_at", "2015-04-07 09:00:19.387493"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:00:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:00:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 11:00:21 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (104.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (108.5ms) Completed 200 OK in 113ms (Views: 110.7ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:21 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}}  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 09:00:21.323013"], ["updated_at", "2015-04-07 09:00:21.323013"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:00:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (56.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (57.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.3ms) Completed 200 OK in 79ms (Views: 74.8ms | ActiveRecord: 0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9210"], ["description", "I-am-the-goal-description_9401"], ["version", 1], ["created_at", "2015-04-07 09:00:21.496252"], ["updated_at", "2015-04-07 09:00:21.496252"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9991"], ["description", "I-am-the-task-description_5487"], ["cost", 1], ["created_at", "2015-04-07 09:00:21.500299"], ["updated_at", "2015-04-07 09:00:21.500299"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:00:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.6ms) Completed 200 OK in 72ms (Views: 68.1ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8005"], ["description", "I-am-the-goal-description_6041"], ["version", 1], ["created_at", "2015-04-07 09:00:23.294560"], ["updated_at", "2015-04-07 09:00:23.294560"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6117"], ["description", "I-am-the-task-description_51"], ["cost", 1], ["created_at", "2015-04-07 09:00:23.300960"], ["updated_at", "2015-04-07 09:00:23.300960"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:00:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (17.7ms) Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 11:00:25 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (131.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (134.7ms) Completed 200 OK in 139ms (Views: 136.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:00:25 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_51", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 09:00:25.349455"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:00:25 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.6ms) Completed 200 OK in 27ms (Views: 23.1ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9875"], ["description", "I-am-the-goal-description_2005"], ["version", 1], ["created_at", "2015-04-07 09:00:25.488818"], ["updated_at", "2015-04-07 09:00:25.488818"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5868"], ["description", "I-am-the-task-description_7986"], ["cost", 1], ["created_at", "2015-04-07 09:00:25.493336"], ["updated_at", "2015-04-07 09:00:25.493336"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:00:25 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (2.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (70.4ms) Completed 200 OK in 74ms (Views: 70.8ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:00:27 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7885"], ["description", "I-am-the-goal-description_1236"], ["version", 1], ["created_at", "2015-04-07 09:00:27.516926"], ["updated_at", "2015-04-07 09:00:27.516926"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1626"], ["description", "I-am-the-task-description_5589"], ["cost", 1], ["created_at", "2015-04-07 09:00:27.521079"], ["updated_at", "2015-04-07 09:00:27.521079"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 11:00:27 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:00:27.659818"], ["task_id", 1], ["created_at", "2015-04-07 09:00:27.661081"], ["updated_at", "2015-04-07 09:00:27.661081"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:00:27.662671"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2944"], ["description", "I-am-the-goal-description_7206"], ["version", 1], ["created_at", "2015-04-07 09:00:27.803681"], ["updated_at", "2015-04-07 09:00:27.803681"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task7147"], ["description", "I-am-the-task-description_8558"], ["cost", 1], ["created_at", "2015-04-07 09:00:27.809586"], ["updated_at", "2015-04-07 09:00:27.809586"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 11:00:27 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:00:27.942318"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:56755/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.6ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_484"], ["description", "I-am-the-goal-description_881"], ["version", 1], ["created_at", "2015-04-07 09:00:28.086001"], ["updated_at", "2015-04-07 09:00:28.086001"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9606"], ["description", "I-am-the-task-description_7649"], ["cost", 1], ["created_at", "2015-04-07 09:00:28.092448"], ["updated_at", "2015-04-07 09:00:28.092448"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_942"], ["description", "I-am-the-goal-description_4764"], ["version", 1], ["created_at", "2015-04-07 09:00:28.096481"], ["updated_at", "2015-04-07 09:00:28.096481"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3150"], ["description", "I-am-the-task-description_6165"], ["cost", 1], ["created_at", "2015-04-07 09:00:28.099776"], ["updated_at", "2015-04-07 09:00:28.099776"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1352"], ["description", "I-am-the-goal-description_3156"], ["version", 1], ["created_at", "2015-04-07 09:00:28.103399"], ["updated_at", "2015-04-07 09:00:28.103399"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8261"], ["description", "I-am-the-task-description_1837"], ["cost", 1], ["created_at", "2015-04-07 09:00:28.106807"], ["updated_at", "2015-04-07 09:00:28.106807"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.9ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 11:00:28 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (5.2ms) Completed 200 OK in 117ms (Views: 5.0ms | ActiveRecord: 0.4ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7382"], ["description", "I-am-the-goal-description_9665"], ["version", 1], ["created_at", "2015-04-07 09:00:28.475261"], ["updated_at", "2015-04-07 09:00:28.475261"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2547"], ["description", "I-am-the-task-description_3684"], ["cost", 1], ["created_at", "2015-04-07 09:00:28.481255"], ["updated_at", "2015-04-07 09:00:28.481255"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8001"], ["description", "I-am-the-goal-description_7266"], ["version", 1], ["created_at", "2015-04-07 09:00:28.484820"], ["updated_at", "2015-04-07 09:00:28.484820"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4400"], ["description", "I-am-the-task-description_7561"], ["cost", 1], ["created_at", "2015-04-07 09:00:28.488174"], ["updated_at", "2015-04-07 09:00:28.488174"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5532"], ["description", "I-am-the-goal-description_2793"], ["version", 1], ["created_at", "2015-04-07 09:00:28.493337"], ["updated_at", "2015-04-07 09:00:28.493337"], ["tracking", "150407-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5425"], ["description", "I-am-the-task-description_5349"], ["cost", 1], ["created_at", "2015-04-07 09:00:28.499263"], ["updated_at", "2015-04-07 09:00:28.499263"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.4ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 11:00:28 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (1.1ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.6ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1282"], ["description", "I-am-the-goal-description_9938"], ["version", 1], ["created_at", "2015-04-07 09:00:28.761446"], ["updated_at", "2015-04-07 09:00:28.761446"], ["tracking", "150407-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2335"], ["description", "I-am-the-task-description_503"], ["cost", 1], ["created_at", "2015-04-07 09:00:28.766588"], ["updated_at", "2015-04-07 09:00:28.766588"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6967"], ["description", "I-am-the-goal-description_5870"], ["version", 1], ["created_at", "2015-04-07 09:00:28.770966"], ["updated_at", "2015-04-07 09:00:28.770966"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8598"], ["description", "I-am-the-task-description_5942"], ["cost", 1], ["created_at", "2015-04-07 09:00:28.774690"], ["updated_at", "2015-04-07 09:00:28.774690"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3211"], ["description", "I-am-the-goal-description_6844"], ["version", 1], ["created_at", "2015-04-07 09:00:28.780495"], ["updated_at", "2015-04-07 09:00:28.780495"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8530"], ["description", "I-am-the-task-description_7411"], ["cost", 1], ["created_at", "2015-04-07 09:00:28.784274"], ["updated_at", "2015-04-07 09:00:28.784274"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:00:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 11:00:28 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.4ms) Completed 200 OK in 78ms (Views: 76.6ms | ActiveRecord: 0.4ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7308"], ["description", "I-am-the-goal-description_8488"], ["version", 1], ["created_at", "2015-04-07 09:16:23.007288"], ["updated_at", "2015-04-07 09:16:23.007288"], ["tracking", "150407-1"]]  (2.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4603"], ["description", "I-am-the-goal-description_3930"], ["version", 1], ["created_at", "2015-04-07 09:16:23.071218"], ["updated_at", "2015-04-07 09:16:23.071218"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 29ms (Views: 15.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2820"], ["description", "I-am-the-goal-description_7507"], ["version", 1], ["created_at", "2015-04-07 09:16:23.191484"], ["updated_at", "2015-04-07 09:16:23.191484"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_169"], ["description", "I-am-the-goal-description_1656"], ["version", 1], ["created_at", "2015-04-07 09:16:23.196733"], ["updated_at", "2015-04-07 09:16:23.196733"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 15ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8607"], ["description", "I-am-the-goal-description_5583"], ["version", 1], ["created_at", "2015-04-07 09:16:23.228766"], ["updated_at", "2015-04-07 09:16:23.228766"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9460"], ["description", "I-am-the-goal-description_2092"], ["version", 1], ["created_at", "2015-04-07 09:16:23.233083"], ["updated_at", "2015-04-07 09:16:23.233083"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4169"], ["description", "I-am-the-goal-description_2382"], ["version", 1], ["created_at", "2015-04-07 09:16:23.243205"], ["updated_at", "2015-04-07 09:16:23.243205"], ["tracking", "150407-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:16:23.255559"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3879ms (ActiveRecord: 1.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7781"], ["description", "I-am-the-goal-description_9117"], ["version", 1], ["created_at", "2015-04-07 09:16:27.130416"], ["updated_at", "2015-04-07 09:16:27.130416"], ["tracking", "150407-4"]]  (2.6ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:16:27.140678"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2776"], ["description", "I-am-the-goal-description_7437"], ["version", 1], ["created_at", "2015-04-07 09:16:27.147790"], ["updated_at", "2015-04-07 09:16:27.147790"], ["tracking", "150407-5"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:16:27.157185"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2218"], ["description", "I-am-the-goal-description_6032"], ["version", 1], ["created_at", "2015-04-07 09:16:27.165578"], ["updated_at", "2015-04-07 09:16:27.165578"], ["tracking", "150407-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:16:27.173405"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (3.7ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2073"], ["description", "I-am-the-goal-description_402"], ["version", 1], ["created_at", "2015-04-07 09:17:37.200396"], ["updated_at", "2015-04-07 09:17:37.200396"], ["tracking", "150407-1"]]  (2.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9531"], ["description", "I-am-the-goal-description_1228"], ["version", 1], ["created_at", "2015-04-07 09:17:37.259524"], ["updated_at", "2015-04-07 09:17:37.259524"], ["tracking", "150407-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 26ms (Views: 16.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1340"], ["description", "I-am-the-goal-description_6203"], ["version", 1], ["created_at", "2015-04-07 09:17:37.380945"], ["updated_at", "2015-04-07 09:17:37.380945"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4123"], ["description", "I-am-the-goal-description_4208"], ["version", 1], ["created_at", "2015-04-07 09:17:37.386451"], ["updated_at", "2015-04-07 09:17:37.386451"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_720"], ["description", "I-am-the-goal-description_2493"], ["version", 1], ["created_at", "2015-04-07 09:17:37.411354"], ["updated_at", "2015-04-07 09:17:37.411354"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9367"], ["description", "I-am-the-goal-description_4944"], ["version", 1], ["created_at", "2015-04-07 09:17:37.415584"], ["updated_at", "2015-04-07 09:17:37.415584"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7352"], ["description", "I-am-the-goal-description_5535"], ["version", 1], ["created_at", "2015-04-07 09:17:37.426288"], ["updated_at", "2015-04-07 09:17:37.426288"], ["tracking", "150407-3"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:17:37.439742"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3665ms (ActiveRecord: 1.7ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4861"], ["description", "I-am-the-goal-description_113"], ["version", 1], ["created_at", "2015-04-07 09:17:41.099730"], ["updated_at", "2015-04-07 09:17:41.099730"], ["tracking", "150407-4"]]  (2.2ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:17:41.108614"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9332"], ["description", "I-am-the-goal-description_1440"], ["version", 1], ["created_at", "2015-04-07 09:17:41.117124"], ["updated_at", "2015-04-07 09:17:41.117124"], ["tracking", "150407-5"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.2ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:17:41.134274"], ["id", 9]]  (2.1ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 14ms (ActiveRecord: 3.4ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3367"], ["description", "I-am-the-goal-description_8336"], ["version", 1], ["created_at", "2015-04-07 09:17:41.151310"], ["updated_at", "2015-04-07 09:17:41.151310"], ["tracking", "150407-6"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:17:41.160929"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7668"], ["description", "I-am-the-goal-description_5035"], ["version", 1], ["created_at", "2015-04-07 09:18:00.748201"], ["updated_at", "2015-04-07 09:18:00.748201"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task387"], ["description", "I-am-the-task-description_9556"], ["cost", 1], ["created_at", "2015-04-07 09:18:00.770196"], ["updated_at", "2015-04-07 09:18:00.770196"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1259"], ["description", "I-am-the-task-description_903"], ["cost", 1], ["created_at", "2015-04-07 09:18:00.775237"], ["updated_at", "2015-04-07 09:18:00.775237"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-07 09:18:00.881322"], ["task_id", 1], ["created_at", "2015-04-07 09:18:00.889489"], ["updated_at", "2015-04-07 09:18:00.889489"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:18:00.891559"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 114ms (ActiveRecord: 3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5365"], ["description", "I-am-the-goal-description_1064"], ["version", 1], ["created_at", "2015-04-07 09:18:00.904481"], ["updated_at", "2015-04-07 09:18:00.904481"], ["tracking", "150407-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9684"], ["description", "I-am-the-task-description_8567"], ["cost", 1], ["created_at", "2015-04-07 09:18:00.909157"], ["updated_at", "2015-04-07 09:18:00.909157"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8352"], ["description", "I-am-the-task-description_3979"], ["cost", 1], ["created_at", "2015-04-07 09:18:00.913396"], ["updated_at", "2015-04-07 09:18:00.913396"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:18:00.920052"], ["task_id", 3], ["created_at", "2015-04-07 09:18:00.966467"], ["updated_at", "2015-04-07 09:18:00.966467"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:18:00.968484"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 54ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4871"], ["description", "I-am-the-goal-description_260"], ["version", 1], ["created_at", "2015-04-07 09:18:00.979316"], ["updated_at", "2015-04-07 09:18:00.979316"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3300"], ["description", "I-am-the-task-description_2780"], ["cost", 1], ["created_at", "2015-04-07 09:18:00.983672"], ["updated_at", "2015-04-07 09:18:00.983672"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4126"], ["description", "I-am-the-task-description_6130"], ["cost", 1], ["created_at", "2015-04-07 09:18:00.987848"], ["updated_at", "2015-04-07 09:18:00.987848"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:18:00.995927"], ["task_id", 5], ["created_at", "2015-04-07 09:18:00.997294"], ["updated_at", "2015-04-07 09:18:00.997294"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:18:00.998899"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3917"], ["description", "I-am-the-goal-description_2328"], ["version", 1], ["created_at", "2015-04-07 09:18:01.008078"], ["updated_at", "2015-04-07 09:18:01.008078"], ["tracking", "150407-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task8455"], ["description", "I-am-the-task-description_2657"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.014834"], ["updated_at", "2015-04-07 09:18:01.014834"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task6642"], ["description", "I-am-the-task-description_4513"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.019513"], ["updated_at", "2015-04-07 09:18:01.019513"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:18:01.026545"], ["task_id", 7], ["created_at", "2015-04-07 09:18:01.027885"], ["updated_at", "2015-04-07 09:18:01.027885"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:18:01.029482"], ["id", 7]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8268"], ["description", "I-am-the-goal-description_6831"], ["version", 1], ["created_at", "2015-04-07 09:18:01.035760"], ["updated_at", "2015-04-07 09:18:01.035760"], ["tracking", "150407-5"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task5868"], ["description", "I-am-the-task-description_8499"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.040701"], ["updated_at", "2015-04-07 09:18:01.040701"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task9947"], ["description", "I-am-the-task-description_3274"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.045242"], ["updated_at", "2015-04-07 09:18:01.045242"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 21ms (Views: 14.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1537"], ["description", "I-am-the-goal-description_5360"], ["version", 1], ["created_at", "2015-04-07 09:18:01.073887"], ["updated_at", "2015-04-07 09:18:01.073887"], ["tracking", "150407-6"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task4261"], ["description", "I-am-the-task-description_6260"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.077852"], ["updated_at", "2015-04-07 09:18:01.077852"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task721"], ["description", "I-am-the-task-description_6236"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.082096"], ["updated_at", "2015-04-07 09:18:01.082096"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2479"], ["description", "I-am-the-goal-description_1021"], ["version", 1], ["created_at", "2015-04-07 09:18:01.119181"], ["updated_at", "2015-04-07 09:18:01.119181"], ["tracking", "150407-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task8221"], ["description", "I-am-the-task-description_4488"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.123457"], ["updated_at", "2015-04-07 09:18:01.123457"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7652"], ["description", "I-am-the-goal-description_374"], ["version", 1], ["created_at", "2015-04-07 09:18:01.127641"], ["updated_at", "2015-04-07 09:18:01.127641"], ["tracking", "150407-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2856"], ["description", "I-am-the-task-description_7606"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.132125"], ["updated_at", "2015-04-07 09:18:01.132125"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4656"], ["description", "I-am-the-goal-description_3719"], ["version", 1], ["created_at", "2015-04-07 09:18:01.147404"], ["updated_at", "2015-04-07 09:18:01.147404"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5190"], ["description", "I-am-the-task-description_6953"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.152085"], ["updated_at", "2015-04-07 09:18:01.152085"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9660"], ["description", "I-am-the-task-description_36"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.156111"], ["updated_at", "2015-04-07 09:18:01.156111"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2541"], ["description", "I-am-the-goal-description_9420"], ["version", 1], ["created_at", "2015-04-07 09:18:01.170949"], ["updated_at", "2015-04-07 09:18:01.170949"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task6850"], ["description", "I-am-the-task-description_1582"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.175800"], ["updated_at", "2015-04-07 09:18:01.175800"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9973"], ["description", "I-am-the-goal-description_8009"], ["version", 1], ["created_at", "2015-04-07 09:18:01.180786"], ["updated_at", "2015-04-07 09:18:01.180786"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4955"], ["description", "I-am-the-task-description_7695"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.184815"], ["updated_at", "2015-04-07 09:18:01.184815"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1096"], ["description", "I-am-the-goal-description_6674"], ["version", 1], ["created_at", "2015-04-07 09:18:01.194147"], ["updated_at", "2015-04-07 09:18:01.194147"], ["tracking", "150407-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3466"], ["description", "I-am-the-task-description_2762"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.198909"], ["updated_at", "2015-04-07 09:18:01.198909"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3277"], ["description", "I-am-the-task-description_9021"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.203131"], ["updated_at", "2015-04-07 09:18:01.203131"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8344"], ["description", "I-am-the-goal-description_6092"], ["version", 1], ["created_at", "2015-04-07 09:18:01.217836"], ["updated_at", "2015-04-07 09:18:01.217836"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2746"], ["description", "I-am-the-task-description_2152"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.222963"], ["updated_at", "2015-04-07 09:18:01.222963"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8007"], ["description", "I-am-the-goal-description_4440"], ["version", 1], ["created_at", "2015-04-07 09:18:01.227823"], ["updated_at", "2015-04-07 09:18:01.227823"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2775"], ["description", "I-am-the-task-description_7953"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.232153"], ["updated_at", "2015-04-07 09:18:01.232153"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (56.3ms) Completed 200 OK in 59ms (Views: 57.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5851"], ["description", "I-am-the-goal-description_6449"], ["version", 1], ["created_at", "2015-04-07 09:18:01.299748"], ["updated_at", "2015-04-07 09:18:01.299748"], ["tracking", "150407-15"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task566"], ["description", "I-am-the-task-description_6747"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.305067"], ["updated_at", "2015-04-07 09:18:01.305067"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1225"], ["description", "I-am-the-task-description_701"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.309950"], ["updated_at", "2015-04-07 09:18:01.309950"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.5ms) Completed 200 OK in 10ms (Views: 4.1ms | ActiveRecord: 0.6ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5084"], ["description", "I-am-the-goal-description_5586"], ["version", 1], ["created_at", "2015-04-07 09:18:01.330723"], ["updated_at", "2015-04-07 09:18:01.330723"], ["tracking", "150407-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8058"], ["description", "I-am-the-task-description_1641"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.336398"], ["updated_at", "2015-04-07 09:18:01.336398"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9744"], ["description", "I-am-the-task-description_5487"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.340595"], ["updated_at", "2015-04-07 09:18:01.340595"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_744"], ["description", "I-am-the-goal-description_3528"], ["version", 1], ["created_at", "2015-04-07 09:18:01.353917"], ["updated_at", "2015-04-07 09:18:01.353917"], ["tracking", "150407-17"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6406"], ["description", "I-am-the-task-description_2397"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.357761"], ["updated_at", "2015-04-07 09:18:01.357761"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5912"], ["description", "I-am-the-task-description_7874"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.362095"], ["updated_at", "2015-04-07 09:18:01.362095"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8404"], ["description", "I-am-the-goal-description_8578"], ["version", 1], ["created_at", "2015-04-07 09:18:01.374825"], ["updated_at", "2015-04-07 09:18:01.374825"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8156"], ["description", "I-am-the-task-description_7166"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.379203"], ["updated_at", "2015-04-07 09:18:01.379203"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task212"], ["description", "I-am-the-task-description_6858"], ["cost", 1], ["created_at", "2015-04-07 09:18:01.386883"], ["updated_at", "2015-04-07 09:18:01.386883"]]  (1.0ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:18:01.406024"], ["updated_at", "2015-04-07 09:18:01.406024"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3796ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8680"], ["description", "I-am-the-goal-description_7557"], ["version", 1], ["created_at", "2015-04-07 09:18:05.205189"], ["updated_at", "2015-04-07 09:18:05.205189"], ["tracking", "150407-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2672"], ["description", "I-am-the-task-description_2883"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.211747"], ["updated_at", "2015-04-07 09:18:05.211747"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5633"], ["description", "I-am-the-task-description_8344"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.216301"], ["updated_at", "2015-04-07 09:18:05.216301"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:18:05.223931"], ["updated_at", "2015-04-07 09:18:05.223931"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6492"], ["description", "I-am-the-goal-description_6629"], ["version", 1], ["created_at", "2015-04-07 09:18:05.234133"], ["updated_at", "2015-04-07 09:18:05.234133"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3219"], ["description", "I-am-the-task-description_6122"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.238276"], ["updated_at", "2015-04-07 09:18:05.238276"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5202"], ["description", "I-am-the-task-description_4869"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.242547"], ["updated_at", "2015-04-07 09:18:05.242547"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:18:05.249206"], ["updated_at", "2015-04-07 09:18:05.249206"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_214"], ["description", "I-am-the-goal-description_8143"], ["version", 1], ["created_at", "2015-04-07 09:18:05.258829"], ["updated_at", "2015-04-07 09:18:05.258829"], ["tracking", "150407-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8927"], ["description", "I-am-the-task-description_6308"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.262960"], ["updated_at", "2015-04-07 09:18:05.262960"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8515"], ["description", "I-am-the-task-description_399"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.267001"], ["updated_at", "2015-04-07 09:18:05.267001"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2573"], ["description", "I-am-the-goal-description_2455"], ["version", 1], ["created_at", "2015-04-07 09:18:05.275298"], ["updated_at", "2015-04-07 09:18:05.275298"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7845"], ["description", "I-am-the-task-description_3852"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.279286"], ["updated_at", "2015-04-07 09:18:05.279286"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2614"], ["description", "I-am-the-task-description_6101"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.283282"], ["updated_at", "2015-04-07 09:18:05.283282"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:18:05.287154"], ["updated_at", "2015-04-07 09:18:05.287154"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1690"], ["description", "I-am-the-goal-description_2734"], ["version", 1], ["created_at", "2015-04-07 09:18:05.298672"], ["updated_at", "2015-04-07 09:18:05.298672"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2633"], ["description", "I-am-the-task-description_6133"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.302890"], ["updated_at", "2015-04-07 09:18:05.302890"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3813"], ["description", "I-am-the-task-description_1069"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.308432"], ["updated_at", "2015-04-07 09:18:05.308432"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:18:05.312901"], ["updated_at", "2015-04-07 09:18:05.312901"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6295"], ["description", "I-am-the-goal-description_8846"], ["version", 1], ["created_at", "2015-04-07 09:18:05.325347"], ["updated_at", "2015-04-07 09:18:05.325347"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9066"], ["description", "I-am-the-task-description_3762"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.329390"], ["updated_at", "2015-04-07 09:18:05.329390"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task348"], ["description", "I-am-the-task-description_3323"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.333372"], ["updated_at", "2015-04-07 09:18:05.333372"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:18:05.337155"], ["updated_at", "2015-04-07 09:18:05.337155"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9152"], ["description", "I-am-the-goal-description_1495"], ["version", 1], ["created_at", "2015-04-07 09:18:05.414419"], ["updated_at", "2015-04-07 09:18:05.414419"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8101"], ["description", "I-am-the-task-description_7179"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.418391"], ["updated_at", "2015-04-07 09:18:05.418391"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7746"], ["description", "I-am-the-task-description_1669"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.422315"], ["updated_at", "2015-04-07 09:18:05.422315"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:18:05.426145"], ["updated_at", "2015-04-07 09:18:05.426145"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_724"], ["description", "I-am-the-goal-description_6689"], ["version", 1], ["created_at", "2015-04-07 09:18:05.440827"], ["updated_at", "2015-04-07 09:18:05.440827"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8155"], ["description", "I-am-the-task-description_798"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.444825"], ["updated_at", "2015-04-07 09:18:05.444825"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8028"], ["description", "I-am-the-task-description_4345"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.449286"], ["updated_at", "2015-04-07 09:18:05.449286"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:18:05.453386"], ["updated_at", "2015-04-07 09:18:05.453386"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9344"], ["description", "I-am-the-goal-description_4723"], ["version", 1], ["created_at", "2015-04-07 09:18:05.468273"], ["updated_at", "2015-04-07 09:18:05.468273"], ["tracking", "150407-27"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9605"], ["description", "I-am-the-task-description_3696"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.472998"], ["updated_at", "2015-04-07 09:18:05.472998"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5186"], ["description", "I-am-the-task-description_4957"], ["cost", 1], ["created_at", "2015-04-07 09:18:05.477721"], ["updated_at", "2015-04-07 09:18:05.477721"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:18:05.482622"], ["updated_at", "2015-04-07 09:18:05.482622"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:18:05.489870"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4162"], ["description", "I-am-the-goal-description_1647"], ["version", 1], ["created_at", "2015-04-07 09:25:06.625526"], ["updated_at", "2015-04-07 09:25:06.625526"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9500"], ["description", "I-am-the-task-description_9420"], ["cost", 1], ["created_at", "2015-04-07 09:25:06.646998"], ["updated_at", "2015-04-07 09:25:06.646998"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]]  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5021"], ["description", "I-am-the-goal-description_9953"], ["version", 1], ["created_at", "2015-04-07 09:26:24.742483"], ["updated_at", "2015-04-07 09:26:24.742483"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4801"], ["description", "I-am-the-goal-description_9977"], ["version", 1], ["created_at", "2015-04-07 09:26:24.756386"], ["updated_at", "2015-04-07 09:26:24.756386"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8360"], ["description", "I-am-the-goal-description_8834"], ["version", 1], ["created_at", "2015-04-07 09:26:24.771818"], ["updated_at", "2015-04-07 09:26:24.771818"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1511"], ["description", "I-am-the-task-description_4327"], ["cost", 1], ["created_at", "2015-04-07 09:26:24.826884"], ["updated_at", "2015-04-07 09:26:24.826884"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7141"], ["description", "I-am-the-goal-description_1059"], ["version", 1], ["created_at", "2015-04-07 09:27:59.691119"], ["updated_at", "2015-04-07 09:27:59.691119"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2961"], ["description", "I-am-the-goal-description_6736"], ["version", 1], ["created_at", "2015-04-07 09:27:59.703972"], ["updated_at", "2015-04-07 09:27:59.703972"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1163"], ["description", "I-am-the-goal-description_6508"], ["version", 1], ["created_at", "2015-04-07 09:27:59.760497"], ["updated_at", "2015-04-07 09:27:59.760497"], ["tracking", "150407-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7701"], ["description", "I-am-the-task-description_8358"], ["cost", 1], ["created_at", "2015-04-07 09:27:59.777771"], ["updated_at", "2015-04-07 09:27:59.777771"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5056"], ["description", "I-am-the-goal-description_4956"], ["version", 1], ["created_at", "2015-04-07 09:27:59.851563"], ["updated_at", "2015-04-07 09:27:59.851563"], ["tracking", "150407-4"]]  (1.5ms) commit transaction  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1761"], ["description", "I-am-the-goal-description_7476"], ["version", 1], ["created_at", "2015-04-07 09:28:16.847445"], ["updated_at", "2015-04-07 09:28:16.847445"], ["tracking", "150407-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8972"], ["description", "I-am-the-goal-description_6081"], ["version", 1], ["created_at", "2015-04-07 09:28:16.862252"], ["updated_at", "2015-04-07 09:28:16.862252"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) 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_8889"], ["version", 1], ["created_at", "2015-04-07 09:28:16.878974"], ["updated_at", "2015-04-07 09:28:16.878974"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5108"], ["description", "I-am-the-task-description_4390"], ["cost", 1], ["created_at", "2015-04-07 09:28:16.892522"], ["updated_at", "2015-04-07 09:28:16.892522"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2787"], ["description", "I-am-the-goal-description_484"], ["version", 1], ["created_at", "2015-04-07 09:28:16.970292"], ["updated_at", "2015-04-07 09:28:16.970292"], ["tracking", "150407-4"]]  (1.4ms) commit transaction  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9819"], ["description", "I-am-the-goal-description_2612"], ["version", 1], ["created_at", "2015-04-07 09:28:28.460890"], ["updated_at", "2015-04-07 09:28:28.460890"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_528"], ["description", "I-am-the-goal-description_4353"], ["version", 1], ["created_at", "2015-04-07 09:28:28.525107"], ["updated_at", "2015-04-07 09:28:28.525107"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_632"], ["description", "I-am-the-goal-description_9318"], ["version", 1], ["created_at", "2015-04-07 09:28:28.542377"], ["updated_at", "2015-04-07 09:28:28.542377"], ["tracking", "150407-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5578"], ["description", "I-am-the-task-description_4738"], ["cost", 1], ["created_at", "2015-04-07 09:28:28.556392"], ["updated_at", "2015-04-07 09:28:28.556392"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1345"], ["description", "I-am-the-goal-description_4278"], ["version", 1], ["created_at", "2015-04-07 09:28:28.635358"], ["updated_at", "2015-04-07 09:28:28.635358"], ["tracking", "150407-4"]]  (1.5ms) commit transaction  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2064"], ["description", "I-am-the-goal-description_4606"], ["version", 1], ["created_at", "2015-04-07 09:28:53.287623"], ["updated_at", "2015-04-07 09:28:53.287623"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7046"], ["description", "I-am-the-goal-description_909"], ["version", 1], ["created_at", "2015-04-07 09:28:53.301751"], ["updated_at", "2015-04-07 09:28:53.301751"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6154"], ["description", "I-am-the-goal-description_515"], ["version", 1], ["created_at", "2015-04-07 09:28:53.358505"], ["updated_at", "2015-04-07 09:28:53.358505"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7026"], ["description", "I-am-the-task-description_6853"], ["cost", 1], ["created_at", "2015-04-07 09:28:53.372797"], ["updated_at", "2015-04-07 09:28:53.372797"]]  (0.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9406"], ["description", "I-am-the-goal-description_9715"], ["version", 1], ["created_at", "2015-04-07 09:28:53.447118"], ["updated_at", "2015-04-07 09:28:53.447118"], ["tracking", "150407-4"]]  (1.5ms) commit transaction  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7143"], ["description", "I-am-the-goal-description_9032"], ["version", 1], ["created_at", "2015-04-07 09:31:06.463367"], ["updated_at", "2015-04-07 09:31:06.463367"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4207"], ["description", "I-am-the-goal-description_9086"], ["version", 1], ["created_at", "2015-04-07 09:31:06.482023"], ["updated_at", "2015-04-07 09:31:06.482023"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3909"], ["description", "I-am-the-goal-description_799"], ["version", 1], ["created_at", "2015-04-07 09:31:06.548015"], ["updated_at", "2015-04-07 09:31:06.548015"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4029"], ["description", "I-am-the-task-description_2742"], ["cost", 1], ["created_at", "2015-04-07 09:31:06.565231"], ["updated_at", "2015-04-07 09:31:06.565231"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9449"], ["description", "I-am-the-goal-description_7100"], ["version", 1], ["created_at", "2015-04-07 09:31:06.640462"], ["updated_at", "2015-04-07 09:31:06.640462"], ["tracking", "150407-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2998"], ["description", "I-am-the-goal-description_8741"], ["version", 1], ["created_at", "2015-04-07 09:31:06.649040"], ["updated_at", "2015-04-07 09:31:06.649040"], ["tracking", "150407-5"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8112"], ["description", "I-am-the-task-description_6043"], ["cost", 1], ["created_at", "2015-04-07 09:31:06.654326"], ["updated_at", "2015-04-07 09:31:06.654326"]]  (0.9ms) commit transaction  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5352"], ["description", "I-am-the-goal-description_1553"], ["version", 1], ["created_at", "2015-04-07 09:31:26.123325"], ["updated_at", "2015-04-07 09:31:26.123325"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6939"], ["description", "I-am-the-goal-description_7965"], ["version", 1], ["created_at", "2015-04-07 09:31:26.140877"], ["updated_at", "2015-04-07 09:31:26.140877"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6408"], ["description", "I-am-the-goal-description_2025"], ["version", 1], ["created_at", "2015-04-07 09:31:26.211655"], ["updated_at", "2015-04-07 09:31:26.211655"], ["tracking", "150407-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4880"], ["description", "I-am-the-task-description_4300"], ["cost", 1], ["created_at", "2015-04-07 09:31:26.231174"], ["updated_at", "2015-04-07 09:31:26.231174"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6957"], ["description", "I-am-the-goal-description_404"], ["version", 1], ["created_at", "2015-04-07 09:31:26.304347"], ["updated_at", "2015-04-07 09:31:26.304347"], ["tracking", "150407-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_573"], ["description", "I-am-the-goal-description_9340"], ["version", 1], ["created_at", "2015-04-07 09:31:26.312567"], ["updated_at", "2015-04-07 09:31:26.312567"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task5669"], ["description", "I-am-the-task-description_5826"], ["cost", 1], ["created_at", "2015-04-07 09:31:26.316891"], ["updated_at", "2015-04-07 09:31:26.316891"]]  (0.9ms) commit transaction  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_519"], ["description", "I-am-the-goal-description_3893"], ["version", 1], ["created_at", "2015-04-07 09:31:38.728335"], ["updated_at", "2015-04-07 09:31:38.728335"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1559"], ["description", "I-am-the-goal-description_5834"], ["version", 1], ["created_at", "2015-04-07 09:31:38.742733"], ["updated_at", "2015-04-07 09:31:38.742733"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1812"], ["description", "I-am-the-goal-description_2761"], ["version", 1], ["created_at", "2015-04-07 09:31:38.760468"], ["updated_at", "2015-04-07 09:31:38.760468"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1575"], ["description", "I-am-the-task-description_2564"], ["cost", 1], ["created_at", "2015-04-07 09:31:38.775054"], ["updated_at", "2015-04-07 09:31:38.775054"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1425"], ["description", "I-am-the-goal-description_4151"], ["version", 1], ["created_at", "2015-04-07 09:31:38.855868"], ["updated_at", "2015-04-07 09:31:38.855868"], ["tracking", "150407-4"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7747"], ["description", "I-am-the-goal-description_295"], ["version", 1], ["created_at", "2015-04-07 09:31:38.863680"], ["updated_at", "2015-04-07 09:31:38.863680"], ["tracking", "150407-5"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task2998"], ["description", "I-am-the-task-description_1180"], ["cost", 1], ["created_at", "2015-04-07 09:31:38.867486"], ["updated_at", "2015-04-07 09:31:38.867486"]]  (0.8ms) commit transaction  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5201"], ["description", "I-am-the-goal-description_6749"], ["version", 1], ["created_at", "2015-04-07 09:32:22.359606"], ["updated_at", "2015-04-07 09:32:22.359606"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4608"], ["description", "I-am-the-goal-description_1044"], ["version", 1], ["created_at", "2015-04-07 09:32:22.375411"], ["updated_at", "2015-04-07 09:32:22.375411"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9318"], ["description", "I-am-the-goal-description_2994"], ["version", 1], ["created_at", "2015-04-07 09:32:22.436966"], ["updated_at", "2015-04-07 09:32:22.436966"], ["tracking", "150407-3"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6499"], ["description", "I-am-the-task-description_5756"], ["cost", 1], ["created_at", "2015-04-07 09:32:22.456854"], ["updated_at", "2015-04-07 09:32:22.456854"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4275"], ["description", "I-am-the-goal-description_7533"], ["version", 1], ["created_at", "2015-04-07 09:32:22.535591"], ["updated_at", "2015-04-07 09:32:22.535591"], ["tracking", "150407-4"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2969"], ["description", "I-am-the-goal-description_9617"], ["version", 1], ["created_at", "2015-04-07 09:32:22.543930"], ["updated_at", "2015-04-07 09:32:22.543930"], ["tracking", "150407-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task1887"], ["description", "I-am-the-task-description_4520"], ["cost", 1], ["created_at", "2015-04-07 09:32:22.548189"], ["updated_at", "2015-04-07 09:32:22.548189"]]  (0.9ms) commit transaction  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6208"], ["description", "I-am-the-goal-description_8403"], ["version", 1], ["created_at", "2015-04-07 09:34:26.389523"], ["updated_at", "2015-04-07 09:34:26.389523"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6271"], ["description", "I-am-the-goal-description_761"], ["version", 1], ["created_at", "2015-04-07 09:34:26.403313"], ["updated_at", "2015-04-07 09:34:26.403313"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1604"], ["description", "I-am-the-goal-description_586"], ["version", 1], ["created_at", "2015-04-07 09:34:26.419765"], ["updated_at", "2015-04-07 09:34:26.419765"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8259"], ["description", "I-am-the-task-description_1605"], ["cost", 1], ["created_at", "2015-04-07 09:34:26.475249"], ["updated_at", "2015-04-07 09:34:26.475249"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4055"], ["description", "I-am-the-goal-description_734"], ["version", 1], ["created_at", "2015-04-07 09:34:26.511543"], ["updated_at", "2015-04-07 09:34:26.511543"], ["tracking", "150407-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_674"], ["description", "I-am-the-goal-description_1990"], ["version", 1], ["created_at", "2015-04-07 09:34:26.518391"], ["updated_at", "2015-04-07 09:34:26.518391"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task3068"], ["description", "I-am-the-task-description_1011"], ["cost", 1], ["created_at", "2015-04-07 09:34:26.522432"], ["updated_at", "2015-04-07 09:34:26.522432"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6253"], ["description", "I-am-the-goal-description_422"], ["version", 1], ["created_at", "2015-04-07 09:34:26.570726"], ["updated_at", "2015-04-07 09:34:26.570726"], ["tracking", "150407-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task7273"], ["description", "I-am-the-task-description_9112"], ["cost", 1], ["created_at", "2015-04-07 09:34:26.575085"], ["updated_at", "2015-04-07 09:34:26.575085"]]  (0.8ms) commit transaction  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6380"], ["description", "I-am-the-goal-description_8465"], ["version", 1], ["created_at", "2015-04-07 09:35:01.262717"], ["updated_at", "2015-04-07 09:35:01.262717"], ["tracking", "150407-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3020"], ["description", "I-am-the-goal-description_8011"], ["version", 1], ["created_at", "2015-04-07 09:35:01.317569"], ["updated_at", "2015-04-07 09:35:01.317569"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6610"], ["description", "I-am-the-goal-description_394"], ["version", 1], ["created_at", "2015-04-07 09:35:01.333925"], ["updated_at", "2015-04-07 09:35:01.333925"], ["tracking", "150407-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9845"], ["description", "I-am-the-task-description_1030"], ["cost", 1], ["created_at", "2015-04-07 09:35:01.348652"], ["updated_at", "2015-04-07 09:35:01.348652"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3039"], ["description", "I-am-the-goal-description_9177"], ["version", 1], ["created_at", "2015-04-07 09:35:01.431452"], ["updated_at", "2015-04-07 09:35:01.431452"], ["tracking", "150407-4"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9768"], ["description", "I-am-the-goal-description_7302"], ["version", 1], ["created_at", "2015-04-07 09:35:01.438840"], ["updated_at", "2015-04-07 09:35:01.438840"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task9235"], ["description", "I-am-the-task-description_8693"], ["cost", 1], ["created_at", "2015-04-07 09:35:01.442795"], ["updated_at", "2015-04-07 09:35:01.442795"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6080"], ["description", "I-am-the-goal-description_4258"], ["version", 1], ["created_at", "2015-04-07 09:35:01.447967"], ["updated_at", "2015-04-07 09:35:01.447967"], ["tracking", "150407-6"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task8638"], ["description", "I-am-the-task-description_5887"], ["cost", 1], ["created_at", "2015-04-07 09:35:01.452064"], ["updated_at", "2015-04-07 09:35:01.452064"]]  (0.9ms) commit transaction  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8749"], ["description", "I-am-the-goal-description_2628"], ["version", 1], ["created_at", "2015-04-07 09:36:26.830650"], ["updated_at", "2015-04-07 09:36:26.830650"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5741"], ["description", "I-am-the-goal-description_7077"], ["version", 1], ["created_at", "2015-04-07 09:36:26.885644"], ["updated_at", "2015-04-07 09:36:26.885644"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8983"], ["description", "I-am-the-goal-description_5983"], ["version", 1], ["created_at", "2015-04-07 09:36:26.902609"], ["updated_at", "2015-04-07 09:36:26.902609"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7876"], ["description", "I-am-the-task-description_7460"], ["cost", 1], ["created_at", "2015-04-07 09:36:26.918370"], ["updated_at", "2015-04-07 09:36:26.918370"]]  (0.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1787"], ["description", "I-am-the-goal-description_6600"], ["version", 1], ["created_at", "2015-04-07 09:36:27.013517"], ["updated_at", "2015-04-07 09:36:27.013517"], ["tracking", "150407-4"]]  (1.0ms) commit transaction  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7599"], ["description", "I-am-the-goal-description_5583"], ["version", 1], ["created_at", "2015-04-07 09:36:27.025918"], ["updated_at", "2015-04-07 09:36:27.025918"], ["tracking", "150407-5"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task3539"], ["description", "I-am-the-task-description_6682"], ["cost", 1], ["created_at", "2015-04-07 09:36:27.034656"], ["updated_at", "2015-04-07 09:36:27.034656"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5994"], ["description", "I-am-the-goal-description_1352"], ["version", 1], ["created_at", "2015-04-07 09:36:27.046083"], ["updated_at", "2015-04-07 09:36:27.046083"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5496"], ["description", "I-am-the-task-description_7076"], ["cost", 1], ["created_at", "2015-04-07 09:36:27.050173"], ["updated_at", "2015-04-07 09:36:27.050173"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2407"], ["description", "I-am-the-goal-description_5712"], ["version", 1], ["created_at", "2015-04-07 09:36:27.055845"], ["updated_at", "2015-04-07 09:36:27.055845"], ["tracking", "150407-7"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.1ms) rollback transaction  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6867"], ["description", "I-am-the-goal-description_6093"], ["version", 1], ["created_at", "2015-04-07 09:37:01.891785"], ["updated_at", "2015-04-07 09:37:01.891785"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1021"], ["description", "I-am-the-goal-description_1441"], ["version", 1], ["created_at", "2015-04-07 09:37:01.905791"], ["updated_at", "2015-04-07 09:37:01.905791"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9674"], ["description", "I-am-the-goal-description_5113"], ["version", 1], ["created_at", "2015-04-07 09:37:01.923477"], ["updated_at", "2015-04-07 09:37:01.923477"], ["tracking", "150407-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3676"], ["description", "I-am-the-task-description_9449"], ["cost", 1], ["created_at", "2015-04-07 09:37:01.982365"], ["updated_at", "2015-04-07 09:37:01.982365"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5206"], ["description", "I-am-the-goal-description_1632"], ["version", 1], ["created_at", "2015-04-07 09:37:02.059083"], ["updated_at", "2015-04-07 09:37:02.059083"], ["tracking", "150407-4"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4861"], ["description", "I-am-the-goal-description_2796"], ["version", 1], ["created_at", "2015-04-07 09:37:02.067372"], ["updated_at", "2015-04-07 09:37:02.067372"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task5890"], ["description", "I-am-the-task-description_1561"], ["cost", 1], ["created_at", "2015-04-07 09:37:02.071643"], ["updated_at", "2015-04-07 09:37:02.071643"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_972"], ["description", "I-am-the-goal-description_2392"], ["version", 1], ["created_at", "2015-04-07 09:37:02.077365"], ["updated_at", "2015-04-07 09:37:02.077365"], ["tracking", "150407-6"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task606"], ["description", "I-am-the-task-description_100"], ["cost", 1], ["created_at", "2015-04-07 09:37:02.081470"], ["updated_at", "2015-04-07 09:37:02.081470"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8435"], ["description", "I-am-the-goal-description_3956"], ["version", 1], ["created_at", "2015-04-07 09:37:02.087664"], ["updated_at", "2015-04-07 09:37:02.087664"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9018"], ["description", "I-am-the-goal-description_9035"], ["version", 1], ["created_at", "2015-04-07 09:37:16.754465"], ["updated_at", "2015-04-07 09:37:16.754465"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6718"], ["description", "I-am-the-goal-description_5688"], ["version", 1], ["created_at", "2015-04-07 09:37:16.767826"], ["updated_at", "2015-04-07 09:37:16.767826"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7299"], ["description", "I-am-the-goal-description_8392"], ["version", 1], ["created_at", "2015-04-07 09:37:16.785467"], ["updated_at", "2015-04-07 09:37:16.785467"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6852"], ["description", "I-am-the-task-description_4397"], ["cost", 1], ["created_at", "2015-04-07 09:37:16.799998"], ["updated_at", "2015-04-07 09:37:16.799998"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_997"], ["description", "I-am-the-goal-description_6646"], ["version", 1], ["created_at", "2015-04-07 09:37:16.878672"], ["updated_at", "2015-04-07 09:37:16.878672"], ["tracking", "150407-4"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1260"], ["description", "I-am-the-goal-description_345"], ["version", 1], ["created_at", "2015-04-07 09:37:16.886397"], ["updated_at", "2015-04-07 09:37:16.886397"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task9507"], ["description", "I-am-the-task-description_1909"], ["cost", 1], ["created_at", "2015-04-07 09:37:16.890444"], ["updated_at", "2015-04-07 09:37:16.890444"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7588"], ["description", "I-am-the-goal-description_7147"], ["version", 1], ["created_at", "2015-04-07 09:37:16.896115"], ["updated_at", "2015-04-07 09:37:16.896115"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5513"], ["description", "I-am-the-task-description_8995"], ["cost", 1], ["created_at", "2015-04-07 09:37:16.900596"], ["updated_at", "2015-04-07 09:37:16.900596"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9642"], ["description", "I-am-the-goal-description_4041"], ["version", 1], ["created_at", "2015-04-07 09:37:16.906738"], ["updated_at", "2015-04-07 09:37:16.906738"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) rollback transaction  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_444"], ["description", "I-am-the-goal-description_9179"], ["version", 1], ["created_at", "2015-04-07 09:38:25.485618"], ["updated_at", "2015-04-07 09:38:25.485618"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6957"], ["description", "I-am-the-goal-description_2707"], ["version", 1], ["created_at", "2015-04-07 09:38:25.537537"], ["updated_at", "2015-04-07 09:38:25.537537"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6225"], ["description", "I-am-the-goal-description_4624"], ["version", 1], ["created_at", "2015-04-07 09:38:25.555471"], ["updated_at", "2015-04-07 09:38:25.555471"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4600"], ["description", "I-am-the-task-description_8901"], ["cost", 1], ["created_at", "2015-04-07 09:38:25.569107"], ["updated_at", "2015-04-07 09:38:25.569107"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9153"], ["description", "I-am-the-goal-description_5277"], ["version", 1], ["created_at", "2015-04-07 09:38:25.649867"], ["updated_at", "2015-04-07 09:38:25.649867"], ["tracking", "150407-4"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_80"], ["description", "I-am-the-goal-description_8183"], ["version", 1], ["created_at", "2015-04-07 09:38:25.657463"], ["updated_at", "2015-04-07 09:38:25.657463"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task6556"], ["description", "I-am-the-task-description_7538"], ["cost", 1], ["created_at", "2015-04-07 09:38:25.661439"], ["updated_at", "2015-04-07 09:38:25.661439"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6417"], ["description", "I-am-the-goal-description_7922"], ["version", 1], ["created_at", "2015-04-07 09:38:25.667286"], ["updated_at", "2015-04-07 09:38:25.667286"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5703"], ["description", "I-am-the-task-description_2429"], ["cost", 1], ["created_at", "2015-04-07 09:38:25.673292"], ["updated_at", "2015-04-07 09:38:25.673292"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4974"], ["description", "I-am-the-goal-description_5974"], ["version", 1], ["created_at", "2015-04-07 09:38:25.680313"], ["updated_at", "2015-04-07 09:38:25.680313"], ["tracking", "150407-7"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 7], ["title", "I-am-a-task6626"], ["description", "I-am-the-task-description_4549"], ["cost", 1], ["created_at", "2015-04-07 09:38:25.686450"], ["updated_at", "2015-04-07 09:38:25.686450"]]  (0.9ms) commit transaction  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9830"], ["description", "I-am-the-goal-description_5684"], ["version", 1], ["created_at", "2015-04-07 09:41:36.923664"], ["updated_at", "2015-04-07 09:41:36.923664"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7187"], ["description", "I-am-the-goal-description_8291"], ["version", 1], ["created_at", "2015-04-07 09:41:36.934191"], ["updated_at", "2015-04-07 09:41:36.934191"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 65ms (Views: 16.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6125"], ["description", "I-am-the-goal-description_5526"], ["version", 1], ["created_at", "2015-04-07 09:41:37.090785"], ["updated_at", "2015-04-07 09:41:37.090785"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7510"], ["description", "I-am-the-goal-description_4029"], ["version", 1], ["created_at", "2015-04-07 09:41:37.094812"], ["updated_at", "2015-04-07 09:41:37.094812"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4368"], ["description", "I-am-the-goal-description_5941"], ["version", 1], ["created_at", "2015-04-07 09:41:37.119245"], ["updated_at", "2015-04-07 09:41:37.119245"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4882"], ["description", "I-am-the-goal-description_5905"], ["version", 1], ["created_at", "2015-04-07 09:41:37.123270"], ["updated_at", "2015-04-07 09:41:37.123270"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6808"], ["description", "I-am-the-goal-description_3348"], ["version", 1], ["created_at", "2015-04-07 09:41:37.133544"], ["updated_at", "2015-04-07 09:41:37.133544"], ["tracking", "150407-3"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:41:37.146184"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3337ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) 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_8422"], ["version", 1], ["created_at", "2015-04-07 09:41:40.478655"], ["updated_at", "2015-04-07 09:41:40.478655"], ["tracking", "150407-4"]]  (2.4ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:41:40.487430"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3720"], ["description", "I-am-the-goal-description_8697"], ["version", 1], ["created_at", "2015-04-07 09:41:40.493205"], ["updated_at", "2015-04-07 09:41:40.493205"], ["tracking", "150407-5"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:41:40.498653"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.1ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5643"], ["description", "I-am-the-goal-description_8249"], ["version", 1], ["created_at", "2015-04-07 09:41:40.505102"], ["updated_at", "2015-04-07 09:41:40.505102"], ["tracking", "150407-6"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:41:40.511097"], ["id", 10]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) 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_5398"], ["version", 1], ["created_at", "2015-04-07 09:41:40.529631"], ["updated_at", "2015-04-07 09:41:40.529631"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3064"], ["description", "I-am-the-task-description_5608"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.539938"], ["updated_at", "2015-04-07 09:41:40.539938"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 09:41:40.549720"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 09:41:40.550649"], ["updated_at", "2015-04-07 09:41:40.550649"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 09:41:40.552317"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 09:41:40 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 09:41:40 UTC", "updated_at"=>"2015-04-07 09:41:40 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 09:41:40.565715"], ["created_at", "2015-04-07 09:41:40.566442"], ["updated_at", "2015-04-07 09:41:40.566442"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6717"], ["description", "I-am-the-goal-description_1719"], ["version", 1], ["created_at", "2015-04-07 09:41:40.583741"], ["updated_at", "2015-04-07 09:41:40.583741"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3887"], ["description", "I-am-the-task-description_4599"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.588126"], ["updated_at", "2015-04-07 09:41:40.588126"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2226"], ["description", "I-am-the-task-description_8709"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.592051"], ["updated_at", "2015-04-07 09:41:40.592051"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:41:40.599832"], ["task_id", 2], ["created_at", "2015-04-07 09:41:40.601358"], ["updated_at", "2015-04-07 09:41:40.601358"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:41:40.603130"], ["id", 2]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5675"], ["description", "I-am-the-goal-description_639"], ["version", 1], ["created_at", "2015-04-07 09:41:40.609660"], ["updated_at", "2015-04-07 09:41:40.609660"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5280"], ["description", "I-am-the-task-description_9597"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.613819"], ["updated_at", "2015-04-07 09:41:40.613819"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6121"], ["description", "I-am-the-task-description_2424"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.618335"], ["updated_at", "2015-04-07 09:41:40.618335"]]  (1.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:41:40.626203"], ["task_id", 4], ["created_at", "2015-04-07 09:41:40.627449"], ["updated_at", "2015-04-07 09:41:40.627449"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:41:40.628938"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_853"], ["description", "I-am-the-goal-description_6146"], ["version", 1], ["created_at", "2015-04-07 09:41:40.635309"], ["updated_at", "2015-04-07 09:41:40.635309"], ["tracking", "150407-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9765"], ["description", "I-am-the-task-description_1321"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.639791"], ["updated_at", "2015-04-07 09:41:40.639791"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9185"], ["description", "I-am-the-task-description_7467"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.643955"], ["updated_at", "2015-04-07 09:41:40.643955"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:41:40.651562"], ["task_id", 6], ["created_at", "2015-04-07 09:41:40.652760"], ["updated_at", "2015-04-07 09:41:40.652760"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:41:40.654259"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1858"], ["description", "I-am-the-goal-description_9746"], ["version", 1], ["created_at", "2015-04-07 09:41:40.663042"], ["updated_at", "2015-04-07 09:41:40.663042"], ["tracking", "150407-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8998"], ["description", "I-am-the-task-description_380"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.668606"], ["updated_at", "2015-04-07 09:41:40.668606"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task2845"], ["description", "I-am-the-task-description_4808"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.674087"], ["updated_at", "2015-04-07 09:41:40.674087"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.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-07 09:41:40.680243"], ["task_id", 8], ["created_at", "2015-04-07 09:41:40.681424"], ["updated_at", "2015-04-07 09:41:40.681424"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:41:40.682910"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 58ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_778"], ["description", "I-am-the-goal-description_8347"], ["version", 1], ["created_at", "2015-04-07 09:41:40.739623"], ["updated_at", "2015-04-07 09:41:40.739623"], ["tracking", "150407-12"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2944"], ["description", "I-am-the-task-description_3524"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.743704"], ["updated_at", "2015-04-07 09:41:40.743704"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1643"], ["description", "I-am-the-task-description_4194"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.748148"], ["updated_at", "2015-04-07 09:41:40.748148"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6242"], ["description", "I-am-the-goal-description_996"], ["version", 1], ["created_at", "2015-04-07 09:41:40.761207"], ["updated_at", "2015-04-07 09:41:40.761207"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6705"], ["description", "I-am-the-task-description_6599"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.765128"], ["updated_at", "2015-04-07 09:41:40.765128"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8897"], ["description", "I-am-the-task-description_7578"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.769087"], ["updated_at", "2015-04-07 09:41:40.769087"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7372"], ["description", "I-am-the-goal-description_9151"], ["version", 1], ["created_at", "2015-04-07 09:41:40.810477"], ["updated_at", "2015-04-07 09:41:40.810477"], ["tracking", "150407-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6486"], ["description", "I-am-the-task-description_2372"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.814345"], ["updated_at", "2015-04-07 09:41:40.814345"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2426"], ["description", "I-am-the-goal-description_2788"], ["version", 1], ["created_at", "2015-04-07 09:41:40.818277"], ["updated_at", "2015-04-07 09:41:40.818277"], ["tracking", "150407-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6076"], ["description", "I-am-the-task-description_2047"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.822146"], ["updated_at", "2015-04-07 09:41:40.822146"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7099"], ["description", "I-am-the-goal-description_9296"], ["version", 1], ["created_at", "2015-04-07 09:41:40.832147"], ["updated_at", "2015-04-07 09:41:40.832147"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4718"], ["description", "I-am-the-task-description_8015"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.837143"], ["updated_at", "2015-04-07 09:41:40.837143"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3193"], ["description", "I-am-the-task-description_7900"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.842255"], ["updated_at", "2015-04-07 09:41:40.842255"]]  (0.7ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1220"], ["description", "I-am-the-goal-description_6477"], ["version", 1], ["created_at", "2015-04-07 09:41:40.860184"], ["updated_at", "2015-04-07 09:41:40.860184"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8062"], ["description", "I-am-the-task-description_8992"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.865675"], ["updated_at", "2015-04-07 09:41:40.865675"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9685"], ["description", "I-am-the-goal-description_2069"], ["version", 1], ["created_at", "2015-04-07 09:41:40.869786"], ["updated_at", "2015-04-07 09:41:40.869786"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4872"], ["description", "I-am-the-task-description_758"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.875993"], ["updated_at", "2015-04-07 09:41:40.875993"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5632"], ["description", "I-am-the-goal-description_3650"], ["version", 1], ["created_at", "2015-04-07 09:41:40.885760"], ["updated_at", "2015-04-07 09:41:40.885760"], ["tracking", "150407-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9901"], ["description", "I-am-the-task-description_9666"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.889614"], ["updated_at", "2015-04-07 09:41:40.889614"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4911"], ["description", "I-am-the-task-description_963"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.893444"], ["updated_at", "2015-04-07 09:41:40.893444"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5727"], ["description", "I-am-the-goal-description_8781"], ["version", 1], ["created_at", "2015-04-07 09:41:40.907444"], ["updated_at", "2015-04-07 09:41:40.907444"], ["tracking", "150407-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8682"], ["description", "I-am-the-task-description_8035"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.911467"], ["updated_at", "2015-04-07 09:41:40.911467"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1186"], ["description", "I-am-the-goal-description_597"], ["version", 1], ["created_at", "2015-04-07 09:41:40.915561"], ["updated_at", "2015-04-07 09:41:40.915561"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2279"], ["description", "I-am-the-task-description_2536"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.919817"], ["updated_at", "2015-04-07 09:41:40.919817"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1550"], ["description", "I-am-the-goal-description_6141"], ["version", 1], ["created_at", "2015-04-07 09:41:40.929632"], ["updated_at", "2015-04-07 09:41:40.929632"], ["tracking", "150407-22"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1429"], ["description", "I-am-the-task-description_15"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.934245"], ["updated_at", "2015-04-07 09:41:40.934245"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9657"], ["description", "I-am-the-task-description_9379"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.940652"], ["updated_at", "2015-04-07 09:41:40.940652"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_294"], ["description", "I-am-the-goal-description_6963"], ["version", 1], ["created_at", "2015-04-07 09:41:40.954326"], ["updated_at", "2015-04-07 09:41:40.954326"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3091"], ["description", "I-am-the-task-description_1987"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.958209"], ["updated_at", "2015-04-07 09:41:40.958209"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8236"], ["description", "I-am-the-task-description_5651"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.964561"], ["updated_at", "2015-04-07 09:41:40.964561"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_690"], ["description", "I-am-the-goal-description_81"], ["version", 1], ["created_at", "2015-04-07 09:41:40.976026"], ["updated_at", "2015-04-07 09:41:40.976026"], ["tracking", "150407-24"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2623"], ["description", "I-am-the-task-description_869"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.980672"], ["updated_at", "2015-04-07 09:41:40.980672"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task9449"], ["description", "I-am-the-task-description_9293"], ["cost", 1], ["created_at", "2015-04-07 09:41:40.984442"], ["updated_at", "2015-04-07 09:41:40.984442"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2325"], ["description", "I-am-the-goal-description_4967"], ["version", 1], ["created_at", "2015-04-07 09:41:40.997936"], ["updated_at", "2015-04-07 09:41:40.997936"], ["tracking", "150407-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task4398"], ["description", "I-am-the-task-description_9297"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.002801"], ["updated_at", "2015-04-07 09:41:41.002801"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3253"], ["description", "I-am-the-task-description_7508"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.007965"], ["updated_at", "2015-04-07 09:41:41.007965"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:41:41.018775"], ["updated_at", "2015-04-07 09:41:41.018775"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4226"], ["description", "I-am-the-goal-description_3865"], ["version", 1], ["created_at", "2015-04-07 09:41:41.026244"], ["updated_at", "2015-04-07 09:41:41.026244"], ["tracking", "150407-26"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3802"], ["description", "I-am-the-task-description_4970"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.030593"], ["updated_at", "2015-04-07 09:41:41.030593"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3356"], ["description", "I-am-the-task-description_5304"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.035332"], ["updated_at", "2015-04-07 09:41:41.035332"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:41:41.043263"], ["updated_at", "2015-04-07 09:41:41.043263"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7905"], ["description", "I-am-the-goal-description_4724"], ["version", 1], ["created_at", "2015-04-07 09:41:41.053397"], ["updated_at", "2015-04-07 09:41:41.053397"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5276"], ["description", "I-am-the-task-description_9019"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.057545"], ["updated_at", "2015-04-07 09:41:41.057545"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9004"], ["description", "I-am-the-task-description_7954"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.062753"], ["updated_at", "2015-04-07 09:41:41.062753"]]  (3.3ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:41:41.071587"], ["updated_at", "2015-04-07 09:41:41.071587"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6477"], ["description", "I-am-the-goal-description_4331"], ["version", 1], ["created_at", "2015-04-07 09:41:41.079622"], ["updated_at", "2015-04-07 09:41:41.079622"], ["tracking", "150407-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task9326"], ["description", "I-am-the-task-description_5892"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.083673"], ["updated_at", "2015-04-07 09:41:41.083673"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7073"], ["description", "I-am-the-task-description_5099"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.089343"], ["updated_at", "2015-04-07 09:41:41.089343"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5310"], ["description", "I-am-the-goal-description_7434"], ["version", 1], ["created_at", "2015-04-07 09:41:41.097545"], ["updated_at", "2015-04-07 09:41:41.097545"], ["tracking", "150407-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7171"], ["description", "I-am-the-task-description_9546"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.101421"], ["updated_at", "2015-04-07 09:41:41.101421"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task4235"], ["description", "I-am-the-task-description_1629"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.105676"], ["updated_at", "2015-04-07 09:41:41.105676"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:41:41.109653"], ["updated_at", "2015-04-07 09:41:41.109653"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3622"], ["description", "I-am-the-goal-description_5358"], ["version", 1], ["created_at", "2015-04-07 09:41:41.120859"], ["updated_at", "2015-04-07 09:41:41.120859"], ["tracking", "150407-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9577"], ["description", "I-am-the-task-description_9274"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.125155"], ["updated_at", "2015-04-07 09:41:41.125155"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task7919"], ["description", "I-am-the-task-description_3539"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.129216"], ["updated_at", "2015-04-07 09:41:41.129216"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:41:41.132934"], ["updated_at", "2015-04-07 09:41:41.132934"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 6ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_424"], ["description", "I-am-the-goal-description_5521"], ["version", 1], ["created_at", "2015-04-07 09:41:41.147433"], ["updated_at", "2015-04-07 09:41:41.147433"], ["tracking", "150407-31"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task2841"], ["description", "I-am-the-task-description_325"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.151959"], ["updated_at", "2015-04-07 09:41:41.151959"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task8396"], ["description", "I-am-the-task-description_9962"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.156020"], ["updated_at", "2015-04-07 09:41:41.156020"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:41:41.159900"], ["updated_at", "2015-04-07 09:41:41.159900"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5689"], ["description", "I-am-the-goal-description_3930"], ["version", 1], ["created_at", "2015-04-07 09:41:41.243506"], ["updated_at", "2015-04-07 09:41:41.243506"], ["tracking", "150407-32"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task7676"], ["description", "I-am-the-task-description_1190"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.247498"], ["updated_at", "2015-04-07 09:41:41.247498"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task7897"], ["description", "I-am-the-task-description_6453"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.251420"], ["updated_at", "2015-04-07 09:41:41.251420"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:41:41.255312"], ["updated_at", "2015-04-07 09:41:41.255312"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9815"], ["description", "I-am-the-goal-description_5595"], ["version", 1], ["created_at", "2015-04-07 09:41:41.269986"], ["updated_at", "2015-04-07 09:41:41.269986"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task4244"], ["description", "I-am-the-task-description_2226"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.273810"], ["updated_at", "2015-04-07 09:41:41.273810"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task7558"], ["description", "I-am-the-task-description_6677"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.278095"], ["updated_at", "2015-04-07 09:41:41.278095"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:41:41.282181"], ["updated_at", "2015-04-07 09:41:41.282181"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9944"], ["description", "I-am-the-goal-description_5645"], ["version", 1], ["created_at", "2015-04-07 09:41:41.296602"], ["updated_at", "2015-04-07 09:41:41.296602"], ["tracking", "150407-34"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task9270"], ["description", "I-am-the-task-description_5200"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.300962"], ["updated_at", "2015-04-07 09:41:41.300962"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task9113"], ["description", "I-am-the-task-description_6361"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.305598"], ["updated_at", "2015-04-07 09:41:41.305598"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:41:41.310431"], ["updated_at", "2015-04-07 09:41:41.310431"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:41:41.317523"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3490"], ["description", "I-am-the-goal-description_9788"], ["version", 1], ["created_at", "2015-04-07 09:41:41.324383"], ["updated_at", "2015-04-07 09:41:41.324383"], ["tracking", "150407-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4613"], ["description", "I-am-the-goal-description_2095"], ["version", 1], ["created_at", "2015-04-07 09:41:41.329901"], ["updated_at", "2015-04-07 09:41:41.329901"], ["tracking", "150407-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task1725"], ["description", "I-am-the-task-description_656"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.333867"], ["updated_at", "2015-04-07 09:41:41.333867"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1072"], ["description", "I-am-the-goal-description_8680"], ["version", 1], ["created_at", "2015-04-07 09:41:41.339292"], ["updated_at", "2015-04-07 09:41:41.339292"], ["tracking", "150407-37"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task1467"], ["description", "I-am-the-task-description_3127"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.344173"], ["updated_at", "2015-04-07 09:41:41.344173"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_46"], ["description", "I-am-the-goal-description_3709"], ["version", 1], ["created_at", "2015-04-07 09:41:41.347042"], ["updated_at", "2015-04-07 09:41:41.347042"], ["tracking", "150407-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task6270"], ["description", "I-am-the-task-description_2342"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.351517"], ["updated_at", "2015-04-07 09:41:41.351517"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task8649"], ["description", "I-am-the-task-description_6646"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.356090"], ["updated_at", "2015-04-07 09:41:41.356090"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task1140"], ["description", "I-am-the-task-description_4277"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.360328"], ["updated_at", "2015-04-07 09:41:41.360328"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task5874"], ["description", "I-am-the-task-description_1620"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.364383"], ["updated_at", "2015-04-07 09:41:41.364383"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_394"], ["description", "I-am-the-goal-description_639"], ["version", 1], ["created_at", "2015-04-07 09:41:41.372447"], ["updated_at", "2015-04-07 09:41:41.372447"], ["tracking", "150407-39"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6763"], ["description", "I-am-the-goal-description_869"], ["version", 1], ["created_at", "2015-04-07 09:41:41.377692"], ["updated_at", "2015-04-07 09:41:41.377692"], ["tracking", "150407-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task2164"], ["description", "I-am-the-task-description_1810"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.381811"], ["updated_at", "2015-04-07 09:41:41.381811"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9354"], ["description", "I-am-the-goal-description_5552"], ["version", 1], ["created_at", "2015-04-07 09:41:41.385906"], ["updated_at", "2015-04-07 09:41:41.385906"], ["tracking", "150407-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task7494"], ["description", "I-am-the-task-description_3623"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.389694"], ["updated_at", "2015-04-07 09:41:41.389694"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7592"], ["description", "I-am-the-goal-description_242"], ["version", 1], ["created_at", "2015-04-07 09:41:41.392962"], ["updated_at", "2015-04-07 09:41:41.392962"], ["tracking", "150407-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 46], ["title", "I-am-a-task2535"], ["description", "I-am-the-task-description_2700"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.397464"], ["updated_at", "2015-04-07 09:41:41.397464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task5664"], ["description", "I-am-the-task-description_8341"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.401624"], ["updated_at", "2015-04-07 09:41:41.401624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 43], ["title", "I-am-a-task5858"], ["description", "I-am-the-task-description_9480"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.406889"], ["updated_at", "2015-04-07 09:41:41.406889"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task6583"], ["description", "I-am-the-task-description_7281"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.411633"], ["updated_at", "2015-04-07 09:41:41.411633"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9876"], ["description", "I-am-the-goal-description_4048"], ["version", 1], ["created_at", "2015-04-07 09:41:41.415418"], ["updated_at", "2015-04-07 09:41:41.415418"], ["tracking", "150407-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5507"], ["description", "I-am-the-goal-description_5512"], ["version", 1], ["created_at", "2015-04-07 09:41:41.424251"], ["updated_at", "2015-04-07 09:41:41.424251"], ["tracking", "150407-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9276"], ["description", "I-am-the-goal-description_4742"], ["version", 1], ["created_at", "2015-04-07 09:41:41.429634"], ["updated_at", "2015-04-07 09:41:41.429634"], ["tracking", "150407-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task7793"], ["description", "I-am-the-task-description_2716"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.433537"], ["updated_at", "2015-04-07 09:41:41.433537"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8766"], ["description", "I-am-the-goal-description_5438"], ["version", 1], ["created_at", "2015-04-07 09:41:41.438080"], ["updated_at", "2015-04-07 09:41:41.438080"], ["tracking", "150407-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task8544"], ["description", "I-am-the-task-description_3766"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.442102"], ["updated_at", "2015-04-07 09:41:41.442102"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8263"], ["description", "I-am-the-goal-description_7278"], ["version", 1], ["created_at", "2015-04-07 09:41:41.445065"], ["updated_at", "2015-04-07 09:41:41.445065"], ["tracking", "150407-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task3211"], ["description", "I-am-the-task-description_4178"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.449428"], ["updated_at", "2015-04-07 09:41:41.449428"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task5623"], ["description", "I-am-the-task-description_1766"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.453664"], ["updated_at", "2015-04-07 09:41:41.453664"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task9282"], ["description", "I-am-the-task-description_2466"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.458477"], ["updated_at", "2015-04-07 09:41:41.458477"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task8903"], ["description", "I-am-the-task-description_6830"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.463699"], ["updated_at", "2015-04-07 09:41:41.463699"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task4734"], ["description", "I-am-the-task-description_7734"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.469075"], ["updated_at", "2015-04-07 09:41:41.469075"]]  (0.8ms) commit transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8732"], ["description", "I-am-the-goal-description_1553"], ["version", 1], ["created_at", "2015-04-07 09:41:41.478460"], ["updated_at", "2015-04-07 09:41:41.478460"], ["tracking", "150407-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4458"], ["description", "I-am-the-goal-description_2359"], ["version", 1], ["created_at", "2015-04-07 09:41:41.483338"], ["updated_at", "2015-04-07 09:41:41.483338"], ["tracking", "150407-49"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task4649"], ["description", "I-am-the-task-description_9331"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.487192"], ["updated_at", "2015-04-07 09:41:41.487192"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1768"], ["description", "I-am-the-goal-description_6266"], ["version", 1], ["created_at", "2015-04-07 09:41:41.491324"], ["updated_at", "2015-04-07 09:41:41.491324"], ["tracking", "150407-50"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 54], ["title", "I-am-a-task4834"], ["description", "I-am-the-task-description_5119"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.495508"], ["updated_at", "2015-04-07 09:41:41.495508"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_836"], ["description", "I-am-the-goal-description_720"], ["version", 1], ["created_at", "2015-04-07 09:41:41.498482"], ["updated_at", "2015-04-07 09:41:41.498482"], ["tracking", "150407-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task6635"], ["description", "I-am-the-task-description_9041"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.503008"], ["updated_at", "2015-04-07 09:41:41.503008"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task8598"], ["description", "I-am-the-task-description_6348"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.507736"], ["updated_at", "2015-04-07 09:41:41.507736"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task9459"], ["description", "I-am-the-task-description_9446"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.512862"], ["updated_at", "2015-04-07 09:41:41.512862"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task7663"], ["description", "I-am-the-task-description_5098"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.518640"], ["updated_at", "2015-04-07 09:41:41.518640"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task2929"], ["description", "I-am-the-task-description_8411"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.525111"], ["updated_at", "2015-04-07 09:41:41.525111"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7575"], ["description", "I-am-the-goal-description_7001"], ["version", 1], ["created_at", "2015-04-07 09:41:41.532873"], ["updated_at", "2015-04-07 09:41:41.532873"], ["tracking", "150407-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 56], ["title", "I-am-a-task8947"], ["description", "I-am-the-task-description_5657"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.536782"], ["updated_at", "2015-04-07 09:41:41.536782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7721"], ["description", "I-am-the-goal-description_2019"], ["version", 1], ["created_at", "2015-04-07 09:41:41.542416"], ["updated_at", "2015-04-07 09:41:41.542416"], ["tracking", "150407-53"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 57], ["title", "I-am-a-task6241"], ["description", "I-am-the-task-description_6237"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.546308"], ["updated_at", "2015-04-07 09:41:41.546308"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3062"], ["description", "I-am-the-goal-description_4825"], ["version", 1], ["created_at", "2015-04-07 09:41:41.551658"], ["updated_at", "2015-04-07 09:41:41.551658"], ["tracking", "150407-54"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 58], ["title", "I-am-a-task3176"], ["description", "I-am-the-task-description_5520"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.555402"], ["updated_at", "2015-04-07 09:41:41.555402"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6262"], ["description", "I-am-the-goal-description_788"], ["version", 1], ["created_at", "2015-04-07 09:41:41.562201"], ["updated_at", "2015-04-07 09:41:41.562201"], ["tracking", "150407-55"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 59], ["title", "I-am-a-task5350"], ["description", "I-am-the-task-description_3183"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.569477"], ["updated_at", "2015-04-07 09:41:41.569477"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5527"], ["description", "I-am-the-goal-description_1062"], ["version", 1], ["created_at", "2015-04-07 09:41:41.576677"], ["updated_at", "2015-04-07 09:41:41.576677"], ["tracking", "150407-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6087"], ["description", "I-am-the-goal-description_753"], ["version", 1], ["created_at", "2015-04-07 09:41:41.584182"], ["updated_at", "2015-04-07 09:41:41.584182"], ["tracking", "150407-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_545"], ["description", "I-am-the-goal-description_2273"], ["version", 1], ["created_at", "2015-04-07 09:41:41.590659"], ["updated_at", "2015-04-07 09:41:41.590659"], ["tracking", "150407-58"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task304"], ["description", "I-am-the-task-description_8463"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.594966"], ["updated_at", "2015-04-07 09:41:41.594966"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 62]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6201"], ["description", "I-am-the-goal-description_9653"], ["version", 1], ["created_at", "2015-04-07 09:41:41.600582"], ["updated_at", "2015-04-07 09:41:41.600582"], ["tracking", "150407-59"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4552"], ["description", "I-am-the-goal-description_5613"], ["version", 1], ["created_at", "2015-04-07 09:41:41.607277"], ["updated_at", "2015-04-07 09:41:41.607277"], ["tracking", "150407-60"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task8744"], ["description", "I-am-the-task-description_6097"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.611432"], ["updated_at", "2015-04-07 09:41:41.611432"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2379"], ["description", "I-am-the-goal-description_6011"], ["version", 1], ["created_at", "2015-04-07 09:41:41.616310"], ["updated_at", "2015-04-07 09:41:41.616310"], ["tracking", "150407-61"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task4412"], ["description", "I-am-the-task-description_9215"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.620163"], ["updated_at", "2015-04-07 09:41:41.620163"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9608"], ["description", "I-am-the-goal-description_3702"], ["version", 1], ["created_at", "2015-04-07 09:41:41.628194"], ["updated_at", "2015-04-07 09:41:41.628194"], ["tracking", "150407-62"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 66], ["title", "I-am-a-task7008"], ["description", "I-am-the-task-description_9220"], ["cost", 1], ["created_at", "2015-04-07 09:41:41.632539"], ["updated_at", "2015-04-07 09:41:41.632539"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1305"], ["description", "I-am-the-goal-description_713"], ["version", 1], ["created_at", "2015-04-07 09:41:41.637511"], ["updated_at", "2015-04-07 09:41:41.637511"], ["tracking", "150407-63"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 09:41:41.640941"], ["id", 67]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 09:41:41.643450"], ["id", 67]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6811"], ["description", "I-am-the-goal-description_6903"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_19"], ["description", "I-am-the-goal-description_8108"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7894"], ["description", "I-am-the-goal-description_8002"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9652"], ["description", "I-am-the-goal-description_9546"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3919"], ["description", "I-am-the-goal-description_5663"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 72]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1210"], ["description", "I-am-the-goal-description_2849"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9225"], ["description", "I-am-the-goal-description_2936"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task7542"], ["description", "I-am-the-task-description_1983"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 74]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7847"], ["description", "I-am-the-goal-description_9276"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task6814"], ["description", "I-am-the-task-description_2937"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 75]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3852"], ["description", "I-am-the-goal-description_9784"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task173"], ["description", "I-am-the-task-description_2382"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5216"], ["description", "I-am-the-goal-description_4838"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task4118"], ["description", "I-am-the-task-description_963"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 96], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 96]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 96]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3997"], ["description", "I-am-the-goal-description_285"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task9879"], ["description", "I-am-the-task-description_1087"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 97], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 97]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 97]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7956"], ["description", "I-am-the-goal-description_6872"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task5903"], ["description", "I-am-the-task-description_7838"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 98], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 98]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 98]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2808"], ["description", "I-am-the-goal-description_2969"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 80], ["title", "I-am-a-task300"], ["description", "I-am-the-task-description_6336"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7768"], ["description", "I-am-the-goal-description_4279"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4145"], ["description", "I-am-the-goal-description_8302"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6964"], ["description", "I-am-the-goal-description_3343"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1057"], ["description", "I-am-the-goal-description_7060"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:41:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (59.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4516.6ms) Completed 200 OK in 4597ms (Views: 4554.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 11:41:59 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 11:41:59 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 11:41:59 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (324.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (327.9ms) Completed 200 OK in 339ms (Views: 329.9ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 11:41:59 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:42:01 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) 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-07 09:42:01.548328"], ["updated_at", "2015-04-07 09:42:01.548328"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/goals/1 Completed 302 Found in 12ms (ActiveRecord: 1.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (90.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (95.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (111.0ms) Completed 200 OK in 135ms (Views: 112.7ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.0ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8575"], ["description", "I-am-the-goal-description_4142"], ["version", 1], ["created_at", "2015-04-07 09:42:01.859190"], ["updated_at", "2015-04-07 09:42:01.859190"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6258"], ["description", "I-am-the-task-description_2265"], ["cost", 1], ["created_at", "2015-04-07 09:42:01.865521"], ["updated_at", "2015-04-07 09:42:01.865521"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3712"], ["description", "I-am-the-task-description_8376"], ["cost", 1], ["created_at", "2015-04-07 09:42:01.870532"], ["updated_at", "2015-04-07 09:42:01.870532"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4125"], ["description", "I-am-the-task-description_4212"], ["cost", 1], ["created_at", "2015-04-07 09:42:01.877535"], ["updated_at", "2015-04-07 09:42:01.877535"]]  (1.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:42:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.1ms) Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9103"], ["description", "I-am-the-goal-description_2301"], ["version", 1], ["created_at", "2015-04-07 09:42:03.824184"], ["updated_at", "2015-04-07 09:42:03.824184"], ["tracking", "150407-1"]]  (2.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:42:03 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (15.3ms) Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 1.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:03 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 11:42:05 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (70.1ms) Completed 200 OK in 73ms (Views: 72.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:06 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_2301"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 09:42:06.056609"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.0ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5257"], ["description", "I-am-the-goal-description_3957"], ["version", 1], ["created_at", "2015-04-07 09:42:06.196916"], ["updated_at", "2015-04-07 09:42:06.196916"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:42:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:08 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.6ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:42:08 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.9ms) Completed 200 OK in 4ms (Views: 3.4ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8803"], ["description", "I-am-the-goal-description_1243"], ["version", 1], ["created_at", "2015-04-07 09:42:08.453255"], ["updated_at", "2015-04-07 09:42:08.453255"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 11:42:10 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:42:10.424207"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:42:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6997"], ["description", "I-am-the-goal-description_3159"], ["version", 1], ["created_at", "2015-04-07 09:42:10.565355"], ["updated_at", "2015-04-07 09:42:10.565355"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (4.8ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 11:42:12 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:42:12.159164"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.2ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5157"], ["description", "I-am-the-goal-description_7420"], ["version", 1], ["created_at", "2015-04-07 09:42:12.357309"], ["updated_at", "2015-04-07 09:42:12.357309"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3231"], ["description", "I-am-the-task-description_1497"], ["cost", 1], ["created_at", "2015-04-07 09:42:12.361267"], ["updated_at", "2015-04-07 09:42:12.361267"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:12 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.9ms) Completed 200 OK in 17ms (Views: 12.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:42:12 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (11.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (48.9ms) Completed 200 OK in 54ms (Views: 50.4ms | ActiveRecord: 1.0ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 11:42:14 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-07 09:42:14.199910"], ["created_at", "2015-04-07 09:42:14.200602"], ["updated_at", "2015-04-07 09:42:14.200602"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 09:42:14.203008"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:42:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.9ms) CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.8ms) Completed 200 OK in 30ms (Views: 26.2ms | ActiveRecord: 0.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9889"], ["description", "I-am-the-goal-description_8413"], ["version", 1], ["created_at", "2015-04-07 09:42:14.389717"], ["updated_at", "2015-04-07 09:42:14.389717"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:42:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:42:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 11:42:16 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (152.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (157.6ms) Completed 200 OK in 162ms (Views: 159.7ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:16 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 09:42:16.328191"], ["updated_at", "2015-04-07 09:42:16.328191"]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/tasks/1 Completed 302 Found in 6ms (ActiveRecord: 1.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:42:16 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.3ms) Completed 200 OK in 28ms (Views: 24.6ms | ActiveRecord: 0.7ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6045"], ["description", "I-am-the-goal-description_7250"], ["version", 1], ["created_at", "2015-04-07 09:42:16.521482"], ["updated_at", "2015-04-07 09:42:16.521482"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1226"], ["description", "I-am-the-task-description_6616"], ["cost", 1], ["created_at", "2015-04-07 09:42:16.525972"], ["updated_at", "2015-04-07 09:42:16.525972"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:16 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:42:16 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.9ms) Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.5ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (4.1ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1925"], ["description", "I-am-the-goal-description_5152"], ["version", 1], ["created_at", "2015-04-07 09:42:18.451046"], ["updated_at", "2015-04-07 09:42:18.451046"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3991"], ["description", "I-am-the-task-description_4505"], ["cost", 1], ["created_at", "2015-04-07 09:42:18.456442"], ["updated_at", "2015-04-07 09:42:18.456442"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.9ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:42:18 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (6.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (124.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (140.9ms) Completed 200 OK in 146ms (Views: 141.3ms | ActiveRecord: 0.9ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 11:42:20 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (124.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (128.2ms) Completed 200 OK in 135ms (Views: 130.8ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:42:20 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_4505", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (1.2ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 09:42:20.829803"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 4.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:42:20 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (93.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (110.5ms) Completed 200 OK in 122ms (Views: 110.7ms | ActiveRecord: 1.8ms)  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2881"], ["description", "I-am-the-goal-description_3698"], ["version", 1], ["created_at", "2015-04-07 09:42:21.072895"], ["updated_at", "2015-04-07 09:42:21.072895"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5199"], ["description", "I-am-the-task-description_9664"], ["cost", 1], ["created_at", "2015-04-07 09:42:21.077225"], ["updated_at", "2015-04-07 09:42:21.077225"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:42:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.3ms) Completed 200 OK in 25ms (Views: 21.0ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.5ms) Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.3ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2421"], ["description", "I-am-the-goal-description_9003"], ["version", 1], ["created_at", "2015-04-07 09:42:23.227095"], ["updated_at", "2015-04-07 09:42:23.227095"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1490"], ["description", "I-am-the-task-description_3785"], ["cost", 1], ["created_at", "2015-04-07 09:42:23.231038"], ["updated_at", "2015-04-07 09:42:23.231038"]]  (1.3ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction 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-07 09:42:23.368265"], ["task_id", 1], ["created_at", "2015-04-07 09:42:23.369596"], ["updated_at", "2015-04-07 09:42:23.369596"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:42:23.371241"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (56.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (58.9ms) Completed 200 OK in 61ms (Views: 59.4ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5913"], ["description", "I-am-the-goal-description_7310"], ["version", 1], ["created_at", "2015-04-07 09:42:23.517421"], ["updated_at", "2015-04-07 09:42:23.517421"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task1688"], ["description", "I-am-the-task-description_3829"], ["cost", 1], ["created_at", "2015-04-07 09:42:23.521286"], ["updated_at", "2015-04-07 09:42:23.521286"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:42:23.648740"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57086/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4920"], ["description", "I-am-the-goal-description_9642"], ["version", 1], ["created_at", "2015-04-07 09:42:23.796283"], ["updated_at", "2015-04-07 09:42:23.796283"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1974"], ["description", "I-am-the-task-description_4772"], ["cost", 1], ["created_at", "2015-04-07 09:42:23.802568"], ["updated_at", "2015-04-07 09:42:23.802568"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_476"], ["description", "I-am-the-goal-description_5105"], ["version", 1], ["created_at", "2015-04-07 09:42:23.809634"], ["updated_at", "2015-04-07 09:42:23.809634"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2431"], ["description", "I-am-the-task-description_871"], ["cost", 1], ["created_at", "2015-04-07 09:42:23.813079"], ["updated_at", "2015-04-07 09:42:23.813079"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7677"], ["description", "I-am-the-goal-description_958"], ["version", 1], ["created_at", "2015-04-07 09:42:23.817057"], ["updated_at", "2015-04-07 09:42:23.817057"], ["tracking", "150407-3"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task627"], ["description", "I-am-the-task-description_8682"], ["cost", 1], ["created_at", "2015-04-07 09:42:23.824042"], ["updated_at", "2015-04-07 09:42:23.824042"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.4ms) Completed 200 OK in 15ms (Views: 10.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 11:42:23 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (6.1ms) Completed 200 OK in 80ms (Views: 5.9ms | ActiveRecord: 1.1ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4451"], ["description", "I-am-the-goal-description_76"], ["version", 1], ["created_at", "2015-04-07 09:42:24.088633"], ["updated_at", "2015-04-07 09:42:24.088633"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3975"], ["description", "I-am-the-task-description_6056"], ["cost", 1], ["created_at", "2015-04-07 09:42:24.150096"], ["updated_at", "2015-04-07 09:42:24.150096"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2904"], ["description", "I-am-the-goal-description_4498"], ["version", 1], ["created_at", "2015-04-07 09:42:24.154050"], ["updated_at", "2015-04-07 09:42:24.154050"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9207"], ["description", "I-am-the-task-description_3558"], ["cost", 1], ["created_at", "2015-04-07 09:42:24.158115"], ["updated_at", "2015-04-07 09:42:24.158115"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9973"], ["description", "I-am-the-goal-description_5722"], ["version", 1], ["created_at", "2015-04-07 09:42:24.161749"], ["updated_at", "2015-04-07 09:42:24.161749"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8699"], ["description", "I-am-the-task-description_4945"], ["cost", 1], ["created_at", "2015-04-07 09:42:24.165346"], ["updated_at", "2015-04-07 09:42:24.165346"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (15.2ms) Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 11:42:24 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3589"], ["description", "I-am-the-goal-description_7966"], ["version", 1], ["created_at", "2015-04-07 09:42:24.429441"], ["updated_at", "2015-04-07 09:42:24.429441"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6030"], ["description", "I-am-the-task-description_7925"], ["cost", 1], ["created_at", "2015-04-07 09:42:24.433677"], ["updated_at", "2015-04-07 09:42:24.433677"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2805"], ["description", "I-am-the-goal-description_1550"], ["version", 1], ["created_at", "2015-04-07 09:42:24.437907"], ["updated_at", "2015-04-07 09:42:24.437907"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8122"], ["description", "I-am-the-task-description_4116"], ["cost", 1], ["created_at", "2015-04-07 09:42:24.441365"], ["updated_at", "2015-04-07 09:42:24.441365"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6712"], ["description", "I-am-the-goal-description_9460"], ["version", 1], ["created_at", "2015-04-07 09:42:24.444726"], ["updated_at", "2015-04-07 09:42:24.444726"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5924"], ["description", "I-am-the-task-description_3303"], ["cost", 1], ["created_at", "2015-04-07 09:42:24.448375"], ["updated_at", "2015-04-07 09:42:24.448375"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:42:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 11:42:24 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.3ms) Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.5ms)  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6388"], ["description", "I-am-the-goal-description_5784"], ["version", 1], ["created_at", "2015-04-07 09:43:16.206881"], ["updated_at", "2015-04-07 09:43:16.206881"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6618"], ["description", "I-am-the-task-description_3557"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.229006"], ["updated_at", "2015-04-07 09:43:16.229006"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7507"], ["description", "I-am-the-task-description_8897"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.233755"], ["updated_at", "2015-04-07 09:43:16.233755"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:43:16.320218"], ["task_id", 1], ["created_at", "2015-04-07 09:43:16.327841"], ["updated_at", "2015-04-07 09:43:16.327841"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:43:16.329649"], ["id", 1]]  (1.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 93ms (ActiveRecord: 3.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8291"], ["description", "I-am-the-goal-description_1616"], ["version", 1], ["created_at", "2015-04-07 09:43:16.342509"], ["updated_at", "2015-04-07 09:43:16.342509"], ["tracking", "150407-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2677"], ["description", "I-am-the-task-description_4240"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.347123"], ["updated_at", "2015-04-07 09:43:16.347123"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3361"], ["description", "I-am-the-task-description_2724"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.351636"], ["updated_at", "2015-04-07 09:43:16.351636"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:43:16.357803"], ["task_id", 3], ["created_at", "2015-04-07 09:43:16.359000"], ["updated_at", "2015-04-07 09:43:16.359000"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:43:16.360499"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8112"], ["description", "I-am-the-goal-description_5538"], ["version", 1], ["created_at", "2015-04-07 09:43:16.371192"], ["updated_at", "2015-04-07 09:43:16.371192"], ["tracking", "150407-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8061"], ["description", "I-am-the-task-description_5053"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.376688"], ["updated_at", "2015-04-07 09:43:16.376688"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2325"], ["description", "I-am-the-task-description_5400"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.381492"], ["updated_at", "2015-04-07 09:43:16.381492"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:43:16.391140"], ["task_id", 5], ["created_at", "2015-04-07 09:43:16.392356"], ["updated_at", "2015-04-07 09:43:16.392356"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:43:16.393865"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2129"], ["description", "I-am-the-goal-description_164"], ["version", 1], ["created_at", "2015-04-07 09:43:16.402312"], ["updated_at", "2015-04-07 09:43:16.402312"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task847"], ["description", "I-am-the-task-description_2397"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.453338"], ["updated_at", "2015-04-07 09:43:16.453338"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task3370"], ["description", "I-am-the-task-description_2493"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.457508"], ["updated_at", "2015-04-07 09:43:16.457508"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:43:16.464601"], ["task_id", 7], ["created_at", "2015-04-07 09:43:16.466227"], ["updated_at", "2015-04-07 09:43:16.466227"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:43:16.468258"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4733"], ["description", "I-am-the-goal-description_9641"], ["version", 1], ["created_at", "2015-04-07 09:43:16.475473"], ["updated_at", "2015-04-07 09:43:16.475473"], ["tracking", "150407-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task180"], ["description", "I-am-the-task-description_7728"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.480429"], ["updated_at", "2015-04-07 09:43:16.480429"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task6145"], ["description", "I-am-the-task-description_3794"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.485227"], ["updated_at", "2015-04-07 09:43:16.485227"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 22ms (Views: 14.9ms | ActiveRecord: 0.0ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1076"], ["description", "I-am-the-goal-description_3922"], ["version", 1], ["created_at", "2015-04-07 09:43:16.516338"], ["updated_at", "2015-04-07 09:43:16.516338"], ["tracking", "150407-6"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task746"], ["description", "I-am-the-task-description_5362"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.520525"], ["updated_at", "2015-04-07 09:43:16.520525"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5403"], ["description", "I-am-the-task-description_9531"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.524584"], ["updated_at", "2015-04-07 09:43:16.524584"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4226"], ["description", "I-am-the-goal-description_7145"], ["version", 1], ["created_at", "2015-04-07 09:43:16.562133"], ["updated_at", "2015-04-07 09:43:16.562133"], ["tracking", "150407-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task6216"], ["description", "I-am-the-task-description_7970"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.568359"], ["updated_at", "2015-04-07 09:43:16.568359"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6273"], ["description", "I-am-the-goal-description_7438"], ["version", 1], ["created_at", "2015-04-07 09:43:16.572666"], ["updated_at", "2015-04-07 09:43:16.572666"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task5959"], ["description", "I-am-the-task-description_3998"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.576458"], ["updated_at", "2015-04-07 09:43:16.576458"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5448"], ["description", "I-am-the-goal-description_7568"], ["version", 1], ["created_at", "2015-04-07 09:43:16.585769"], ["updated_at", "2015-04-07 09:43:16.585769"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7208"], ["description", "I-am-the-task-description_276"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.589751"], ["updated_at", "2015-04-07 09:43:16.589751"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1343"], ["description", "I-am-the-task-description_4343"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.593910"], ["updated_at", "2015-04-07 09:43:16.593910"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_538"], ["description", "I-am-the-goal-description_6863"], ["version", 1], ["created_at", "2015-04-07 09:43:16.608772"], ["updated_at", "2015-04-07 09:43:16.608772"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8900"], ["description", "I-am-the-task-description_7432"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.612997"], ["updated_at", "2015-04-07 09:43:16.612997"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6723"], ["description", "I-am-the-goal-description_4487"], ["version", 1], ["created_at", "2015-04-07 09:43:16.617029"], ["updated_at", "2015-04-07 09:43:16.617029"], ["tracking", "150407-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task1213"], ["description", "I-am-the-task-description_9903"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.621766"], ["updated_at", "2015-04-07 09:43:16.621766"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7718"], ["description", "I-am-the-goal-description_4344"], ["version", 1], ["created_at", "2015-04-07 09:43:16.633659"], ["updated_at", "2015-04-07 09:43:16.633659"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4401"], ["description", "I-am-the-task-description_1474"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.640589"], ["updated_at", "2015-04-07 09:43:16.640589"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3405"], ["description", "I-am-the-task-description_4778"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.644990"], ["updated_at", "2015-04-07 09:43:16.644990"]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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_3261"], ["version", 1], ["created_at", "2015-04-07 09:43:16.659810"], ["updated_at", "2015-04-07 09:43:16.659810"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1371"], ["description", "I-am-the-task-description_1366"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.663812"], ["updated_at", "2015-04-07 09:43:16.663812"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3429"], ["description", "I-am-the-goal-description_8811"], ["version", 1], ["created_at", "2015-04-07 09:43:16.668077"], ["updated_at", "2015-04-07 09:43:16.668077"], ["tracking", "150407-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9401"], ["description", "I-am-the-task-description_7350"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.672923"], ["updated_at", "2015-04-07 09:43:16.672923"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5477"], ["description", "I-am-the-goal-description_7741"], ["version", 1], ["created_at", "2015-04-07 09:43:16.684541"], ["updated_at", "2015-04-07 09:43:16.684541"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1714"], ["description", "I-am-the-task-description_3020"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.689265"], ["updated_at", "2015-04-07 09:43:16.689265"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7777"], ["description", "I-am-the-task-description_145"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.693514"], ["updated_at", "2015-04-07 09:43:16.693514"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6204"], ["description", "I-am-the-goal-description_8943"], ["version", 1], ["created_at", "2015-04-07 09:43:16.706282"], ["updated_at", "2015-04-07 09:43:16.706282"], ["tracking", "150407-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7711"], ["description", "I-am-the-task-description_4883"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.710854"], ["updated_at", "2015-04-07 09:43:16.710854"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2826"], ["description", "I-am-the-task-description_4610"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.715301"], ["updated_at", "2015-04-07 09:43:16.715301"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4470"], ["description", "I-am-the-goal-description_7174"], ["version", 1], ["created_at", "2015-04-07 09:43:16.728074"], ["updated_at", "2015-04-07 09:43:16.728074"], ["tracking", "150407-17"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3568"], ["description", "I-am-the-task-description_4234"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.733280"], ["updated_at", "2015-04-07 09:43:16.733280"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7917"], ["description", "I-am-the-task-description_4120"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.737514"], ["updated_at", "2015-04-07 09:43:16.737514"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8499"], ["description", "I-am-the-goal-description_5627"], ["version", 1], ["created_at", "2015-04-07 09:43:16.749620"], ["updated_at", "2015-04-07 09:43:16.749620"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2956"], ["description", "I-am-the-task-description_306"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.754310"], ["updated_at", "2015-04-07 09:43:16.754310"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2907"], ["description", "I-am-the-task-description_8808"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.758235"], ["updated_at", "2015-04-07 09:43:16.758235"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6004"], ["description", "I-am-the-goal-description_4103"], ["version", 1], ["created_at", "2015-04-07 09:43:16.820891"], ["updated_at", "2015-04-07 09:43:16.820891"], ["tracking", "150407-19"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5750"], ["description", "I-am-the-task-description_6335"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.825269"], ["updated_at", "2015-04-07 09:43:16.825269"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4187"], ["description", "I-am-the-task-description_2919"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.829351"], ["updated_at", "2015-04-07 09:43:16.829351"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9585"], ["description", "I-am-the-goal-description_6012"], ["version", 1], ["created_at", "2015-04-07 09:43:16.837179"], ["updated_at", "2015-04-07 09:43:16.837179"], ["tracking", "150407-20"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2752"], ["description", "I-am-the-task-description_2915"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.840988"], ["updated_at", "2015-04-07 09:43:16.840988"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2178"], ["description", "I-am-the-task-description_1854"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.844935"], ["updated_at", "2015-04-07 09:43:16.844935"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9313"], ["description", "I-am-the-goal-description_7420"], ["version", 1], ["created_at", "2015-04-07 09:43:16.853090"], ["updated_at", "2015-04-07 09:43:16.853090"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8966"], ["description", "I-am-the-task-description_4328"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.857467"], ["updated_at", "2015-04-07 09:43:16.857467"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9385"], ["description", "I-am-the-task-description_1844"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.861513"], ["updated_at", "2015-04-07 09:43:16.861513"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 2ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6079"], ["description", "I-am-the-goal-description_9374"], ["version", 1], ["created_at", "2015-04-07 09:43:16.870744"], ["updated_at", "2015-04-07 09:43:16.870744"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3645"], ["description", "I-am-the-task-description_1771"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.874575"], ["updated_at", "2015-04-07 09:43:16.874575"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2976"], ["description", "I-am-the-task-description_4801"], ["cost", 1], ["created_at", "2015-04-07 09:43:16.878438"], ["updated_at", "2015-04-07 09:43:16.878438"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:43:16.882186"], ["updated_at", "2015-04-07 09:43:16.882186"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/39 Completed 302 Found in 3264ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7067"], ["description", "I-am-the-goal-description_9118"], ["version", 1], ["created_at", "2015-04-07 09:43:20.153117"], ["updated_at", "2015-04-07 09:43:20.153117"], ["tracking", "150407-23"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4336"], ["description", "I-am-the-task-description_6827"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.158771"], ["updated_at", "2015-04-07 09:43:20.158771"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3675"], ["description", "I-am-the-task-description_7529"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.162892"], ["updated_at", "2015-04-07 09:43:20.162892"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:43:20.167490"], ["updated_at", "2015-04-07 09:43:20.167490"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (1.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9581"], ["description", "I-am-the-goal-description_2680"], ["version", 1], ["created_at", "2015-04-07 09:43:20.183830"], ["updated_at", "2015-04-07 09:43:20.183830"], ["tracking", "150407-24"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5765"], ["description", "I-am-the-task-description_6664"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.241569"], ["updated_at", "2015-04-07 09:43:20.241569"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9760"], ["description", "I-am-the-task-description_7737"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.245985"], ["updated_at", "2015-04-07 09:43:20.245985"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:43:20.249973"], ["updated_at", "2015-04-07 09:43:20.249973"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3456"], ["description", "I-am-the-goal-description_2033"], ["version", 1], ["created_at", "2015-04-07 09:43:20.273293"], ["updated_at", "2015-04-07 09:43:20.273293"], ["tracking", "150407-25"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8761"], ["description", "I-am-the-task-description_8158"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.278016"], ["updated_at", "2015-04-07 09:43:20.278016"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9621"], ["description", "I-am-the-task-description_2014"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.282060"], ["updated_at", "2015-04-07 09:43:20.282060"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:43:20.286256"], ["updated_at", "2015-04-07 09:43:20.286256"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 48]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 48]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4276"], ["description", "I-am-the-goal-description_3252"], ["version", 1], ["created_at", "2015-04-07 09:43:20.299544"], ["updated_at", "2015-04-07 09:43:20.299544"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6566"], ["description", "I-am-the-task-description_6865"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.303509"], ["updated_at", "2015-04-07 09:43:20.303509"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1846"], ["description", "I-am-the-task-description_9797"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.307847"], ["updated_at", "2015-04-07 09:43:20.307847"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:43:20.313857"], ["updated_at", "2015-04-07 09:43:20.313857"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3933"], ["description", "I-am-the-goal-description_2514"], ["version", 1], ["created_at", "2015-04-07 09:43:20.326226"], ["updated_at", "2015-04-07 09:43:20.326226"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2015"], ["description", "I-am-the-task-description_3497"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.330120"], ["updated_at", "2015-04-07 09:43:20.330120"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2588"], ["description", "I-am-the-task-description_8604"], ["cost", 1], ["created_at", "2015-04-07 09:43:20.334596"], ["updated_at", "2015-04-07 09:43:20.334596"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:43:20.338531"], ["updated_at", "2015-04-07 09:43:20.338531"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:43:20.344767"], ["id", 54]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6932"], ["description", "I-am-the-goal-description_6039"], ["version", 1], ["created_at", "2015-04-07 09:46:03.760919"], ["updated_at", "2015-04-07 09:46:03.760919"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task653"], ["description", "I-am-the-task-description_4465"], ["cost", 1], ["created_at", "2015-04-07 09:46:03.820585"], ["updated_at", "2015-04-07 09:46:03.820585"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1597"], ["description", "I-am-the-task-description_5803"], ["cost", 1], ["created_at", "2015-04-07 09:46:03.825740"], ["updated_at", "2015-04-07 09:46:03.825740"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:46:03.910283"], ["task_id", 1], ["created_at", "2015-04-07 09:46:03.917865"], ["updated_at", "2015-04-07 09:46:03.917865"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:46:03.919608"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 89ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1991"], ["description", "I-am-the-goal-description_7474"], ["version", 1], ["created_at", "2015-04-07 09:46:03.932010"], ["updated_at", "2015-04-07 09:46:03.932010"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task564"], ["description", "I-am-the-task-description_816"], ["cost", 1], ["created_at", "2015-04-07 09:46:03.936252"], ["updated_at", "2015-04-07 09:46:03.936252"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3576"], ["description", "I-am-the-task-description_1449"], ["cost", 1], ["created_at", "2015-04-07 09:46:03.940283"], ["updated_at", "2015-04-07 09:46:03.940283"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:46:03.946661"], ["task_id", 3], ["created_at", "2015-04-07 09:46:03.947890"], ["updated_at", "2015-04-07 09:46:03.947890"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:46:03.949435"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3647"], ["description", "I-am-the-goal-description_9997"], ["version", 1], ["created_at", "2015-04-07 09:46:03.959089"], ["updated_at", "2015-04-07 09:46:03.959089"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4648"], ["description", "I-am-the-task-description_2191"], ["cost", 1], ["created_at", "2015-04-07 09:46:03.964075"], ["updated_at", "2015-04-07 09:46:03.964075"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7199"], ["description", "I-am-the-task-description_5416"], ["cost", 1], ["created_at", "2015-04-07 09:46:03.968341"], ["updated_at", "2015-04-07 09:46:03.968341"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:46:03.976384"], ["task_id", 5], ["created_at", "2015-04-07 09:46:03.978153"], ["updated_at", "2015-04-07 09:46:03.978153"]] SQL (0.4ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:46:03.980484"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4745"], ["description", "I-am-the-goal-description_2126"], ["version", 1], ["created_at", "2015-04-07 09:46:03.991686"], ["updated_at", "2015-04-07 09:46:03.991686"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task4871"], ["description", "I-am-the-task-description_7216"], ["cost", 1], ["created_at", "2015-04-07 09:46:03.995693"], ["updated_at", "2015-04-07 09:46:03.995693"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task6178"], ["description", "I-am-the-task-description_1735"], ["cost", 1], ["created_at", "2015-04-07 09:46:03.999723"], ["updated_at", "2015-04-07 09:46:03.999723"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:46:04.007030"], ["task_id", 7], ["created_at", "2015-04-07 09:46:04.008282"], ["updated_at", "2015-04-07 09:46:04.008282"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:46:04.009804"], ["id", 7]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8143"], ["description", "I-am-the-goal-description_4850"], ["version", 1], ["created_at", "2015-04-07 09:46:04.017410"], ["updated_at", "2015-04-07 09:46:04.017410"], ["tracking", "150407-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task9310"], ["description", "I-am-the-task-description_7067"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.022025"], ["updated_at", "2015-04-07 09:46:04.022025"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task2414"], ["description", "I-am-the-task-description_5855"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.026920"], ["updated_at", "2015-04-07 09:46:04.026920"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 68ms (Views: 60.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1865"], ["description", "I-am-the-goal-description_9235"], ["version", 1], ["created_at", "2015-04-07 09:46:04.104194"], ["updated_at", "2015-04-07 09:46:04.104194"], ["tracking", "150407-6"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task8835"], ["description", "I-am-the-task-description_493"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.109257"], ["updated_at", "2015-04-07 09:46:04.109257"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task6402"], ["description", "I-am-the-task-description_9847"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.114063"], ["updated_at", "2015-04-07 09:46:04.114063"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1204"], ["description", "I-am-the-goal-description_2430"], ["version", 1], ["created_at", "2015-04-07 09:46:04.156388"], ["updated_at", "2015-04-07 09:46:04.156388"], ["tracking", "150407-7"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task8773"], ["description", "I-am-the-task-description_3508"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.160384"], ["updated_at", "2015-04-07 09:46:04.160384"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_104"], ["description", "I-am-the-goal-description_9711"], ["version", 1], ["created_at", "2015-04-07 09:46:04.164549"], ["updated_at", "2015-04-07 09:46:04.164549"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task8371"], ["description", "I-am-the-task-description_480"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.168793"], ["updated_at", "2015-04-07 09:46:04.168793"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8127"], ["description", "I-am-the-goal-description_108"], ["version", 1], ["created_at", "2015-04-07 09:46:04.177777"], ["updated_at", "2015-04-07 09:46:04.177777"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5210"], ["description", "I-am-the-task-description_8130"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.181839"], ["updated_at", "2015-04-07 09:46:04.181839"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5553"], ["description", "I-am-the-task-description_1294"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.185766"], ["updated_at", "2015-04-07 09:46:04.185766"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6945"], ["description", "I-am-the-goal-description_4653"], ["version", 1], ["created_at", "2015-04-07 09:46:04.202027"], ["updated_at", "2015-04-07 09:46:04.202027"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task525"], ["description", "I-am-the-task-description_2599"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.206178"], ["updated_at", "2015-04-07 09:46:04.206178"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2484"], ["description", "I-am-the-goal-description_9235"], ["version", 1], ["created_at", "2015-04-07 09:46:04.210026"], ["updated_at", "2015-04-07 09:46:04.210026"], ["tracking", "150407-11"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6379"], ["description", "I-am-the-task-description_7256"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.214195"], ["updated_at", "2015-04-07 09:46:04.214195"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3755"], ["description", "I-am-the-goal-description_8950"], ["version", 1], ["created_at", "2015-04-07 09:46:04.223705"], ["updated_at", "2015-04-07 09:46:04.223705"], ["tracking", "150407-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5380"], ["description", "I-am-the-task-description_5279"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.227544"], ["updated_at", "2015-04-07 09:46:04.227544"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2927"], ["description", "I-am-the-task-description_469"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.233483"], ["updated_at", "2015-04-07 09:46:04.233483"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_89"], ["description", "I-am-the-goal-description_2330"], ["version", 1], ["created_at", "2015-04-07 09:46:04.248439"], ["updated_at", "2015-04-07 09:46:04.248439"], ["tracking", "150407-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3426"], ["description", "I-am-the-task-description_1659"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.252853"], ["updated_at", "2015-04-07 09:46:04.252853"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9682"], ["description", "I-am-the-goal-description_2211"], ["version", 1], ["created_at", "2015-04-07 09:46:04.257460"], ["updated_at", "2015-04-07 09:46:04.257460"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task1371"], ["description", "I-am-the-task-description_1107"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.261350"], ["updated_at", "2015-04-07 09:46:04.261350"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5068"], ["description", "I-am-the-goal-description_7748"], ["version", 1], ["created_at", "2015-04-07 09:46:04.270974"], ["updated_at", "2015-04-07 09:46:04.270974"], ["tracking", "150407-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4991"], ["description", "I-am-the-task-description_6066"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.274856"], ["updated_at", "2015-04-07 09:46:04.274856"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8883"], ["description", "I-am-the-task-description_6467"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.279328"], ["updated_at", "2015-04-07 09:46:04.279328"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4069"], ["description", "I-am-the-goal-description_3684"], ["version", 1], ["created_at", "2015-04-07 09:46:04.293639"], ["updated_at", "2015-04-07 09:46:04.293639"], ["tracking", "150407-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6172"], ["description", "I-am-the-task-description_4642"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.298104"], ["updated_at", "2015-04-07 09:46:04.298104"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1492"], ["description", "I-am-the-task-description_9953"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.302552"], ["updated_at", "2015-04-07 09:46:04.302552"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_729"], ["description", "I-am-the-goal-description_7232"], ["version", 1], ["created_at", "2015-04-07 09:46:04.316864"], ["updated_at", "2015-04-07 09:46:04.316864"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8409"], ["description", "I-am-the-task-description_9523"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.321317"], ["updated_at", "2015-04-07 09:46:04.321317"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8249"], ["description", "I-am-the-task-description_3593"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.325271"], ["updated_at", "2015-04-07 09:46:04.325271"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6931"], ["description", "I-am-the-goal-description_674"], ["version", 1], ["created_at", "2015-04-07 09:46:04.339314"], ["updated_at", "2015-04-07 09:46:04.339314"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2253"], ["description", "I-am-the-task-description_8203"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.343754"], ["updated_at", "2015-04-07 09:46:04.343754"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6650"], ["description", "I-am-the-task-description_6373"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.348185"], ["updated_at", "2015-04-07 09:46:04.348185"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1049"], ["description", "I-am-the-goal-description_3692"], ["version", 1], ["created_at", "2015-04-07 09:46:04.361863"], ["updated_at", "2015-04-07 09:46:04.361863"], ["tracking", "150407-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1970"], ["description", "I-am-the-task-description_5303"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.366134"], ["updated_at", "2015-04-07 09:46:04.366134"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1246"], ["description", "I-am-the-task-description_4520"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.372152"], ["updated_at", "2015-04-07 09:46:04.372152"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7101"], ["description", "I-am-the-goal-description_3408"], ["version", 1], ["created_at", "2015-04-07 09:46:04.382898"], ["updated_at", "2015-04-07 09:46:04.382898"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1625"], ["description", "I-am-the-task-description_6934"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.388265"], ["updated_at", "2015-04-07 09:46:04.388265"]]  (3.0ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3151"], ["description", "I-am-the-task-description_1861"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.396189"], ["updated_at", "2015-04-07 09:46:04.396189"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_599"], ["description", "I-am-the-goal-description_774"], ["version", 1], ["created_at", "2015-04-07 09:46:04.405144"], ["updated_at", "2015-04-07 09:46:04.405144"], ["tracking", "150407-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5380"], ["description", "I-am-the-task-description_246"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.409406"], ["updated_at", "2015-04-07 09:46:04.409406"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9681"], ["description", "I-am-the-task-description_9536"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.414364"], ["updated_at", "2015-04-07 09:46:04.414364"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4785"], ["description", "I-am-the-goal-description_4594"], ["version", 1], ["created_at", "2015-04-07 09:46:04.422553"], ["updated_at", "2015-04-07 09:46:04.422553"], ["tracking", "150407-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7799"], ["description", "I-am-the-task-description_5037"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.426476"], ["updated_at", "2015-04-07 09:46:04.426476"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9972"], ["description", "I-am-the-task-description_1153"], ["cost", 1], ["created_at", "2015-04-07 09:46:04.432260"], ["updated_at", "2015-04-07 09:46:04.432260"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:46:04.436813"], ["updated_at", "2015-04-07 09:46:04.436813"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/39 Completed 302 Found in 3313ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6704"], ["description", "I-am-the-goal-description_6596"], ["version", 1], ["created_at", "2015-04-07 09:46:07.756546"], ["updated_at", "2015-04-07 09:46:07.756546"], ["tracking", "150407-23"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7451"], ["description", "I-am-the-task-description_5934"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.763039"], ["updated_at", "2015-04-07 09:46:07.763039"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4585"], ["description", "I-am-the-task-description_5386"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.767722"], ["updated_at", "2015-04-07 09:46:07.767722"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:46:07.772568"], ["updated_at", "2015-04-07 09:46:07.772568"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3125"], ["description", "I-am-the-goal-description_8344"], ["version", 1], ["created_at", "2015-04-07 09:46:07.789988"], ["updated_at", "2015-04-07 09:46:07.789988"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3054"], ["description", "I-am-the-task-description_1296"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.793804"], ["updated_at", "2015-04-07 09:46:07.793804"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3640"], ["description", "I-am-the-task-description_4976"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.797829"], ["updated_at", "2015-04-07 09:46:07.797829"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:46:07.801763"], ["updated_at", "2015-04-07 09:46:07.801763"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3893"], ["description", "I-am-the-goal-description_464"], ["version", 1], ["created_at", "2015-04-07 09:46:07.872798"], ["updated_at", "2015-04-07 09:46:07.872798"], ["tracking", "150407-25"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task4512"], ["description", "I-am-the-task-description_1620"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.877070"], ["updated_at", "2015-04-07 09:46:07.877070"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8227"], ["description", "I-am-the-task-description_7010"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.881135"], ["updated_at", "2015-04-07 09:46:07.881135"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:46:07.885353"], ["updated_at", "2015-04-07 09:46:07.885353"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 48]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 48]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4993"], ["description", "I-am-the-goal-description_5897"], ["version", 1], ["created_at", "2015-04-07 09:46:07.902500"], ["updated_at", "2015-04-07 09:46:07.902500"], ["tracking", "150407-26"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3449"], ["description", "I-am-the-task-description_7124"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.911116"], ["updated_at", "2015-04-07 09:46:07.911116"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task294"], ["description", "I-am-the-task-description_6944"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.916035"], ["updated_at", "2015-04-07 09:46:07.916035"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:46:07.920385"], ["updated_at", "2015-04-07 09:46:07.920385"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_142"], ["description", "I-am-the-goal-description_5683"], ["version", 1], ["created_at", "2015-04-07 09:46:07.932631"], ["updated_at", "2015-04-07 09:46:07.932631"], ["tracking", "150407-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2240"], ["description", "I-am-the-task-description_3163"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.936605"], ["updated_at", "2015-04-07 09:46:07.936605"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4583"], ["description", "I-am-the-task-description_2828"], ["cost", 1], ["created_at", "2015-04-07 09:46:07.940894"], ["updated_at", "2015-04-07 09:46:07.940894"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:46:07.944912"], ["updated_at", "2015-04-07 09:46:07.944912"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:46:07.951301"], ["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1829"], ["description", "I-am-the-goal-description_3992"], ["version", 1], ["created_at", "2015-04-07 09:48:28.880300"], ["updated_at", "2015-04-07 09:48:28.880300"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3051"], ["description", "I-am-the-task-description_9763"], ["cost", 1], ["created_at", "2015-04-07 09:48:28.939497"], ["updated_at", "2015-04-07 09:48:28.939497"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task579"], ["description", "I-am-the-task-description_3279"], ["cost", 1], ["created_at", "2015-04-07 09:48:28.943820"], ["updated_at", "2015-04-07 09:48:28.943820"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:48:29.028875"], ["task_id", 1], ["created_at", "2015-04-07 09:48:29.036579"], ["updated_at", "2015-04-07 09:48:29.036579"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:48:29.038456"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 92ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_857"], ["description", "I-am-the-goal-description_3493"], ["version", 1], ["created_at", "2015-04-07 09:48:29.050780"], ["updated_at", "2015-04-07 09:48:29.050780"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3497"], ["description", "I-am-the-task-description_9928"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.054794"], ["updated_at", "2015-04-07 09:48:29.054794"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3078"], ["description", "I-am-the-task-description_7544"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.058750"], ["updated_at", "2015-04-07 09:48:29.058750"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:48:29.065833"], ["task_id", 3], ["created_at", "2015-04-07 09:48:29.067489"], ["updated_at", "2015-04-07 09:48:29.067489"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:48:29.069260"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9705"], ["description", "I-am-the-goal-description_7547"], ["version", 1], ["created_at", "2015-04-07 09:48:29.078248"], ["updated_at", "2015-04-07 09:48:29.078248"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7943"], ["description", "I-am-the-task-description_6348"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.082576"], ["updated_at", "2015-04-07 09:48:29.082576"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3961"], ["description", "I-am-the-task-description_6604"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.086613"], ["updated_at", "2015-04-07 09:48:29.086613"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:48:29.094358"], ["task_id", 5], ["created_at", "2015-04-07 09:48:29.095599"], ["updated_at", "2015-04-07 09:48:29.095599"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:48:29.097210"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4723"], ["description", "I-am-the-goal-description_4049"], ["version", 1], ["created_at", "2015-04-07 09:48:29.105815"], ["updated_at", "2015-04-07 09:48:29.105815"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task9074"], ["description", "I-am-the-task-description_2871"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.110050"], ["updated_at", "2015-04-07 09:48:29.110050"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task4185"], ["description", "I-am-the-task-description_9367"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.113999"], ["updated_at", "2015-04-07 09:48:29.113999"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:48:29.120349"], ["task_id", 7], ["created_at", "2015-04-07 09:48:29.121642"], ["updated_at", "2015-04-07 09:48:29.121642"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:48:29.123186"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1859"], ["description", "I-am-the-goal-description_6272"], ["version", 1], ["created_at", "2015-04-07 09:48:29.129252"], ["updated_at", "2015-04-07 09:48:29.129252"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task180"], ["description", "I-am-the-task-description_3092"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.133187"], ["updated_at", "2015-04-07 09:48:29.133187"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8777"], ["description", "I-am-the-task-description_3685"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.137978"], ["updated_at", "2015-04-07 09:48:29.137978"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 67ms (Views: 59.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4688"], ["description", "I-am-the-goal-description_4810"], ["version", 1], ["created_at", "2015-04-07 09:48:29.211935"], ["updated_at", "2015-04-07 09:48:29.211935"], ["tracking", "150407-6"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task6041"], ["description", "I-am-the-task-description_6262"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.217085"], ["updated_at", "2015-04-07 09:48:29.217085"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task904"], ["description", "I-am-the-task-description_1275"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.221884"], ["updated_at", "2015-04-07 09:48:29.221884"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6438"], ["description", "I-am-the-goal-description_1190"], ["version", 1], ["created_at", "2015-04-07 09:48:29.259736"], ["updated_at", "2015-04-07 09:48:29.259736"], ["tracking", "150407-7"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task7111"], ["description", "I-am-the-task-description_2593"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.263677"], ["updated_at", "2015-04-07 09:48:29.263677"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3200"], ["description", "I-am-the-goal-description_7764"], ["version", 1], ["created_at", "2015-04-07 09:48:29.267657"], ["updated_at", "2015-04-07 09:48:29.267657"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task8439"], ["description", "I-am-the-task-description_5345"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.272490"], ["updated_at", "2015-04-07 09:48:29.272490"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7392"], ["description", "I-am-the-goal-description_7064"], ["version", 1], ["created_at", "2015-04-07 09:48:29.281961"], ["updated_at", "2015-04-07 09:48:29.281961"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8693"], ["description", "I-am-the-task-description_5414"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.286505"], ["updated_at", "2015-04-07 09:48:29.286505"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6391"], ["description", "I-am-the-task-description_6460"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.290499"], ["updated_at", "2015-04-07 09:48:29.290499"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9146"], ["description", "I-am-the-goal-description_6802"], ["version", 1], ["created_at", "2015-04-07 09:48:29.304895"], ["updated_at", "2015-04-07 09:48:29.304895"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task9761"], ["description", "I-am-the-task-description_6225"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.308794"], ["updated_at", "2015-04-07 09:48:29.308794"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3792"], ["description", "I-am-the-goal-description_5745"], ["version", 1], ["created_at", "2015-04-07 09:48:29.312963"], ["updated_at", "2015-04-07 09:48:29.312963"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9930"], ["description", "I-am-the-task-description_931"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.316894"], ["updated_at", "2015-04-07 09:48:29.316894"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1827"], ["description", "I-am-the-goal-description_6193"], ["version", 1], ["created_at", "2015-04-07 09:48:29.327022"], ["updated_at", "2015-04-07 09:48:29.327022"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6413"], ["description", "I-am-the-task-description_5411"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.332005"], ["updated_at", "2015-04-07 09:48:29.332005"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3451"], ["description", "I-am-the-task-description_6610"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.336880"], ["updated_at", "2015-04-07 09:48:29.336880"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8935"], ["description", "I-am-the-goal-description_9721"], ["version", 1], ["created_at", "2015-04-07 09:48:29.352496"], ["updated_at", "2015-04-07 09:48:29.352496"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3816"], ["description", "I-am-the-task-description_5806"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.356712"], ["updated_at", "2015-04-07 09:48:29.356712"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9338"], ["description", "I-am-the-goal-description_8687"], ["version", 1], ["created_at", "2015-04-07 09:48:29.360517"], ["updated_at", "2015-04-07 09:48:29.360517"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7909"], ["description", "I-am-the-task-description_163"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.364192"], ["updated_at", "2015-04-07 09:48:29.364192"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4586"], ["description", "I-am-the-goal-description_1425"], ["version", 1], ["created_at", "2015-04-07 09:48:29.373468"], ["updated_at", "2015-04-07 09:48:29.373468"], ["tracking", "150407-15"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4077"], ["description", "I-am-the-task-description_6917"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.377737"], ["updated_at", "2015-04-07 09:48:29.377737"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3299"], ["description", "I-am-the-task-description_3386"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.381753"], ["updated_at", "2015-04-07 09:48:29.381753"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8766"], ["description", "I-am-the-goal-description_2884"], ["version", 1], ["created_at", "2015-04-07 09:48:29.394964"], ["updated_at", "2015-04-07 09:48:29.394964"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task103"], ["description", "I-am-the-task-description_3642"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.399261"], ["updated_at", "2015-04-07 09:48:29.399261"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6734"], ["description", "I-am-the-task-description_3730"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.403450"], ["updated_at", "2015-04-07 09:48:29.403450"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9343"], ["description", "I-am-the-goal-description_6262"], ["version", 1], ["created_at", "2015-04-07 09:48:29.415833"], ["updated_at", "2015-04-07 09:48:29.415833"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3774"], ["description", "I-am-the-task-description_5423"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.419496"], ["updated_at", "2015-04-07 09:48:29.419496"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4389"], ["description", "I-am-the-task-description_776"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.423282"], ["updated_at", "2015-04-07 09:48:29.423282"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1266"], ["description", "I-am-the-goal-description_9006"], ["version", 1], ["created_at", "2015-04-07 09:48:29.435572"], ["updated_at", "2015-04-07 09:48:29.435572"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5827"], ["description", "I-am-the-task-description_97"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.440402"], ["updated_at", "2015-04-07 09:48:29.440402"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7677"], ["description", "I-am-the-task-description_9242"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.445114"], ["updated_at", "2015-04-07 09:48:29.445114"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6351"], ["description", "I-am-the-goal-description_3346"], ["version", 1], ["created_at", "2015-04-07 09:48:29.459271"], ["updated_at", "2015-04-07 09:48:29.459271"], ["tracking", "150407-19"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8142"], ["description", "I-am-the-task-description_2106"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.463116"], ["updated_at", "2015-04-07 09:48:29.463116"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1089"], ["description", "I-am-the-task-description_8184"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.466926"], ["updated_at", "2015-04-07 09:48:29.466926"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6199"], ["description", "I-am-the-goal-description_9391"], ["version", 1], ["created_at", "2015-04-07 09:48:29.474291"], ["updated_at", "2015-04-07 09:48:29.474291"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7521"], ["description", "I-am-the-task-description_2578"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.479466"], ["updated_at", "2015-04-07 09:48:29.479466"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5993"], ["description", "I-am-the-task-description_1397"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.484370"], ["updated_at", "2015-04-07 09:48:29.484370"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1670"], ["description", "I-am-the-goal-description_1278"], ["version", 1], ["created_at", "2015-04-07 09:48:29.492061"], ["updated_at", "2015-04-07 09:48:29.492061"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5955"], ["description", "I-am-the-task-description_9570"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.495743"], ["updated_at", "2015-04-07 09:48:29.495743"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4258"], ["description", "I-am-the-task-description_2466"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.499807"], ["updated_at", "2015-04-07 09:48:29.499807"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8889"], ["description", "I-am-the-goal-description_9611"], ["version", 1], ["created_at", "2015-04-07 09:48:29.506799"], ["updated_at", "2015-04-07 09:48:29.506799"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1531"], ["description", "I-am-the-task-description_7984"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.511007"], ["updated_at", "2015-04-07 09:48:29.511007"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task6626"], ["description", "I-am-the-task-description_3907"], ["cost", 1], ["created_at", "2015-04-07 09:48:29.516086"], ["updated_at", "2015-04-07 09:48:29.516086"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:48:29.521623"], ["updated_at", "2015-04-07 09:48:29.521623"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/39 Completed 302 Found in 3283ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5726"], ["description", "I-am-the-goal-description_2234"], ["version", 1], ["created_at", "2015-04-07 09:48:32.811959"], ["updated_at", "2015-04-07 09:48:32.811959"], ["tracking", "150407-23"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6272"], ["description", "I-am-the-task-description_618"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.818705"], ["updated_at", "2015-04-07 09:48:32.818705"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task83"], ["description", "I-am-the-task-description_626"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.823119"], ["updated_at", "2015-04-07 09:48:32.823119"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:48:32.827482"], ["updated_at", "2015-04-07 09:48:32.827482"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 7ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5139"], ["description", "I-am-the-goal-description_7973"], ["version", 1], ["created_at", "2015-04-07 09:48:32.843503"], ["updated_at", "2015-04-07 09:48:32.843503"], ["tracking", "150407-24"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task6823"], ["description", "I-am-the-task-description_1455"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.847241"], ["updated_at", "2015-04-07 09:48:32.847241"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4887"], ["description", "I-am-the-task-description_1967"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.851864"], ["updated_at", "2015-04-07 09:48:32.851864"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:48:32.855910"], ["updated_at", "2015-04-07 09:48:32.855910"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8373"], ["description", "I-am-the-goal-description_794"], ["version", 1], ["created_at", "2015-04-07 09:48:32.917915"], ["updated_at", "2015-04-07 09:48:32.917915"], ["tracking", "150407-25"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task1132"], ["description", "I-am-the-task-description_5659"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.922998"], ["updated_at", "2015-04-07 09:48:32.922998"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9858"], ["description", "I-am-the-task-description_8226"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.927717"], ["updated_at", "2015-04-07 09:48:32.927717"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:48:32.932747"], ["updated_at", "2015-04-07 09:48:32.932747"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 48]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 48]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4181"], ["description", "I-am-the-goal-description_9664"], ["version", 1], ["created_at", "2015-04-07 09:48:32.946280"], ["updated_at", "2015-04-07 09:48:32.946280"], ["tracking", "150407-26"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1024"], ["description", "I-am-the-task-description_8700"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.950078"], ["updated_at", "2015-04-07 09:48:32.950078"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6892"], ["description", "I-am-the-task-description_5457"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.954261"], ["updated_at", "2015-04-07 09:48:32.954261"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:48:32.958119"], ["updated_at", "2015-04-07 09:48:32.958119"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3617"], ["description", "I-am-the-goal-description_1116"], ["version", 1], ["created_at", "2015-04-07 09:48:32.969832"], ["updated_at", "2015-04-07 09:48:32.969832"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task521"], ["description", "I-am-the-task-description_928"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.973525"], ["updated_at", "2015-04-07 09:48:32.973525"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5358"], ["description", "I-am-the-task-description_195"], ["cost", 1], ["created_at", "2015-04-07 09:48:32.977583"], ["updated_at", "2015-04-07 09:48:32.977583"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:48:32.981305"], ["updated_at", "2015-04-07 09:48:32.981305"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:48:32.987375"], ["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2424"], ["description", "I-am-the-goal-description_2584"], ["version", 1], ["created_at", "2015-04-07 09:48:58.354847"], ["updated_at", "2015-04-07 09:48:58.354847"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1491"], ["description", "I-am-the-task-description_7461"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.419841"], ["updated_at", "2015-04-07 09:48:58.419841"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8"], ["description", "I-am-the-task-description_1051"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.424510"], ["updated_at", "2015-04-07 09:48:58.424510"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:48:58.509845"], ["task_id", 1], ["created_at", "2015-04-07 09:48:58.518035"], ["updated_at", "2015-04-07 09:48:58.518035"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:48:58.519875"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 93ms (ActiveRecord: 2.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3998"], ["description", "I-am-the-goal-description_464"], ["version", 1], ["created_at", "2015-04-07 09:48:58.534126"], ["updated_at", "2015-04-07 09:48:58.534126"], ["tracking", "150407-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6613"], ["description", "I-am-the-task-description_2996"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.538924"], ["updated_at", "2015-04-07 09:48:58.538924"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5002"], ["description", "I-am-the-task-description_908"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.542851"], ["updated_at", "2015-04-07 09:48:58.542851"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:48:58.549052"], ["task_id", 3], ["created_at", "2015-04-07 09:48:58.550333"], ["updated_at", "2015-04-07 09:48:58.550333"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:48:58.551840"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3816"], ["description", "I-am-the-goal-description_4109"], ["version", 1], ["created_at", "2015-04-07 09:48:58.561579"], ["updated_at", "2015-04-07 09:48:58.561579"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9099"], ["description", "I-am-the-task-description_6016"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.566590"], ["updated_at", "2015-04-07 09:48:58.566590"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1563"], ["description", "I-am-the-task-description_3614"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.571007"], ["updated_at", "2015-04-07 09:48:58.571007"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:48:58.578950"], ["task_id", 5], ["created_at", "2015-04-07 09:48:58.580135"], ["updated_at", "2015-04-07 09:48:58.580135"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:48:58.581854"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_274"], ["description", "I-am-the-goal-description_8455"], ["version", 1], ["created_at", "2015-04-07 09:48:58.593228"], ["updated_at", "2015-04-07 09:48:58.593228"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task6153"], ["description", "I-am-the-task-description_8684"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.597094"], ["updated_at", "2015-04-07 09:48:58.597094"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task7762"], ["description", "I-am-the-task-description_1071"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.601278"], ["updated_at", "2015-04-07 09:48:58.601278"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:48:58.607918"], ["task_id", 7], ["created_at", "2015-04-07 09:48:58.609179"], ["updated_at", "2015-04-07 09:48:58.609179"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:48:58.610843"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6374"], ["description", "I-am-the-goal-description_8706"], ["version", 1], ["created_at", "2015-04-07 09:48:58.616888"], ["updated_at", "2015-04-07 09:48:58.616888"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task4938"], ["description", "I-am-the-task-description_3173"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.620837"], ["updated_at", "2015-04-07 09:48:58.620837"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task4964"], ["description", "I-am-the-task-description_2816"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.626030"], ["updated_at", "2015-04-07 09:48:58.626030"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 74ms (Views: 64.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2801"], ["description", "I-am-the-goal-description_7273"], ["version", 1], ["created_at", "2015-04-07 09:48:58.707585"], ["updated_at", "2015-04-07 09:48:58.707585"], ["tracking", "150407-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task1797"], ["description", "I-am-the-task-description_538"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.712483"], ["updated_at", "2015-04-07 09:48:58.712483"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task434"], ["description", "I-am-the-task-description_725"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.716434"], ["updated_at", "2015-04-07 09:48:58.716434"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9394"], ["description", "I-am-the-goal-description_3276"], ["version", 1], ["created_at", "2015-04-07 09:48:58.755421"], ["updated_at", "2015-04-07 09:48:58.755421"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task4422"], ["description", "I-am-the-task-description_6076"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.759615"], ["updated_at", "2015-04-07 09:48:58.759615"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3473"], ["description", "I-am-the-goal-description_3969"], ["version", 1], ["created_at", "2015-04-07 09:48:58.763291"], ["updated_at", "2015-04-07 09:48:58.763291"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7062"], ["description", "I-am-the-task-description_8719"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.767005"], ["updated_at", "2015-04-07 09:48:58.767005"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2472"], ["description", "I-am-the-goal-description_1478"], ["version", 1], ["created_at", "2015-04-07 09:48:58.776015"], ["updated_at", "2015-04-07 09:48:58.776015"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6602"], ["description", "I-am-the-task-description_7448"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.779759"], ["updated_at", "2015-04-07 09:48:58.779759"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3880"], ["description", "I-am-the-task-description_4775"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.784153"], ["updated_at", "2015-04-07 09:48:58.784153"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3985"], ["description", "I-am-the-goal-description_9524"], ["version", 1], ["created_at", "2015-04-07 09:48:58.798516"], ["updated_at", "2015-04-07 09:48:58.798516"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task6243"], ["description", "I-am-the-task-description_1421"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.802318"], ["updated_at", "2015-04-07 09:48:58.802318"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_386"], ["description", "I-am-the-goal-description_5495"], ["version", 1], ["created_at", "2015-04-07 09:48:58.806614"], ["updated_at", "2015-04-07 09:48:58.806614"], ["tracking", "150407-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4292"], ["description", "I-am-the-task-description_5125"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.810860"], ["updated_at", "2015-04-07 09:48:58.810860"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.7ms) Completed 200 OK in 4ms (Views: 2.5ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_161"], ["description", "I-am-the-goal-description_9753"], ["version", 1], ["created_at", "2015-04-07 09:48:58.823787"], ["updated_at", "2015-04-07 09:48:58.823787"], ["tracking", "150407-12"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8749"], ["description", "I-am-the-task-description_732"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.828319"], ["updated_at", "2015-04-07 09:48:58.828319"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3329"], ["description", "I-am-the-task-description_5891"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.832316"], ["updated_at", "2015-04-07 09:48:58.832316"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6432"], ["description", "I-am-the-goal-description_9936"], ["version", 1], ["created_at", "2015-04-07 09:48:58.847683"], ["updated_at", "2015-04-07 09:48:58.847683"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2061"], ["description", "I-am-the-task-description_4854"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.852023"], ["updated_at", "2015-04-07 09:48:58.852023"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9940"], ["description", "I-am-the-goal-description_1140"], ["version", 1], ["created_at", "2015-04-07 09:48:58.856646"], ["updated_at", "2015-04-07 09:48:58.856646"], ["tracking", "150407-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8425"], ["description", "I-am-the-task-description_6128"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.860434"], ["updated_at", "2015-04-07 09:48:58.860434"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 4ms (Views: 2.6ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8128"], ["description", "I-am-the-goal-description_9838"], ["version", 1], ["created_at", "2015-04-07 09:48:58.872187"], ["updated_at", "2015-04-07 09:48:58.872187"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1537"], ["description", "I-am-the-task-description_626"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.876455"], ["updated_at", "2015-04-07 09:48:58.876455"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8898"], ["description", "I-am-the-task-description_2115"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.880341"], ["updated_at", "2015-04-07 09:48:58.880341"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_690"], ["description", "I-am-the-goal-description_5211"], ["version", 1], ["created_at", "2015-04-07 09:48:58.893379"], ["updated_at", "2015-04-07 09:48:58.893379"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7797"], ["description", "I-am-the-task-description_1911"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.897194"], ["updated_at", "2015-04-07 09:48:58.897194"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7906"], ["description", "I-am-the-task-description_3644"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.900940"], ["updated_at", "2015-04-07 09:48:58.900940"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6432"], ["description", "I-am-the-goal-description_2211"], ["version", 1], ["created_at", "2015-04-07 09:48:58.913455"], ["updated_at", "2015-04-07 09:48:58.913455"], ["tracking", "150407-17"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3905"], ["description", "I-am-the-task-description_7620"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.919013"], ["updated_at", "2015-04-07 09:48:58.919013"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task299"], ["description", "I-am-the-task-description_8086"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.923084"], ["updated_at", "2015-04-07 09:48:58.923084"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6601"], ["description", "I-am-the-goal-description_936"], ["version", 1], ["created_at", "2015-04-07 09:48:58.936007"], ["updated_at", "2015-04-07 09:48:58.936007"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8854"], ["description", "I-am-the-task-description_2981"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.940386"], ["updated_at", "2015-04-07 09:48:58.940386"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task9437"], ["description", "I-am-the-task-description_9837"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.944551"], ["updated_at", "2015-04-07 09:48:58.944551"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 15ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8610"], ["description", "I-am-the-goal-description_4515"], ["version", 1], ["created_at", "2015-04-07 09:48:58.972942"], ["updated_at", "2015-04-07 09:48:58.972942"], ["tracking", "150407-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task245"], ["description", "I-am-the-task-description_6960"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.977408"], ["updated_at", "2015-04-07 09:48:58.977408"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4566"], ["description", "I-am-the-task-description_6329"], ["cost", 1], ["created_at", "2015-04-07 09:48:58.981748"], ["updated_at", "2015-04-07 09:48:58.981748"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 6ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5360"], ["description", "I-am-the-goal-description_8224"], ["version", 1], ["created_at", "2015-04-07 09:48:58.995858"], ["updated_at", "2015-04-07 09:48:58.995858"], ["tracking", "150407-20"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5085"], ["description", "I-am-the-task-description_2162"], ["cost", 1], ["created_at", "2015-04-07 09:48:59.055786"], ["updated_at", "2015-04-07 09:48:59.055786"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7220"], ["description", "I-am-the-task-description_1012"], ["cost", 1], ["created_at", "2015-04-07 09:48:59.059772"], ["updated_at", "2015-04-07 09:48:59.059772"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_235"], ["description", "I-am-the-goal-description_4391"], ["version", 1], ["created_at", "2015-04-07 09:48:59.072563"], ["updated_at", "2015-04-07 09:48:59.072563"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7786"], ["description", "I-am-the-task-description_4612"], ["cost", 1], ["created_at", "2015-04-07 09:48:59.076379"], ["updated_at", "2015-04-07 09:48:59.076379"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task3410"], ["description", "I-am-the-task-description_6219"], ["cost", 1], ["created_at", "2015-04-07 09:48:59.080225"], ["updated_at", "2015-04-07 09:48:59.080225"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7980"], ["description", "I-am-the-goal-description_9159"], ["version", 1], ["created_at", "2015-04-07 09:48:59.091767"], ["updated_at", "2015-04-07 09:48:59.091767"], ["tracking", "150407-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3322"], ["description", "I-am-the-task-description_2757"], ["cost", 1], ["created_at", "2015-04-07 09:48:59.095668"], ["updated_at", "2015-04-07 09:48:59.095668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8616"], ["description", "I-am-the-task-description_2747"], ["cost", 1], ["created_at", "2015-04-07 09:48:59.099452"], ["updated_at", "2015-04-07 09:48:59.099452"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:48:59.103728"], ["updated_at", "2015-04-07 09:48:59.103728"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"39"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/39 Completed 302 Found in 3451ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9790"], ["description", "I-am-the-goal-description_8284"], ["version", 1], ["created_at", "2015-04-07 09:49:02.562118"], ["updated_at", "2015-04-07 09:49:02.562118"], ["tracking", "150407-23"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3180"], ["description", "I-am-the-task-description_8932"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.568595"], ["updated_at", "2015-04-07 09:49:02.568595"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9172"], ["description", "I-am-the-task-description_7263"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.573180"], ["updated_at", "2015-04-07 09:49:02.573180"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:02.577870"], ["updated_at", "2015-04-07 09:49:02.577870"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.7ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4724"], ["description", "I-am-the-goal-description_848"], ["version", 1], ["created_at", "2015-04-07 09:49:02.594670"], ["updated_at", "2015-04-07 09:49:02.594670"], ["tracking", "150407-24"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2759"], ["description", "I-am-the-task-description_3075"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.599806"], ["updated_at", "2015-04-07 09:49:02.599806"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9833"], ["description", "I-am-the-task-description_3484"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.604132"], ["updated_at", "2015-04-07 09:49:02.604132"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:02.608660"], ["updated_at", "2015-04-07 09:49:02.608660"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1396"], ["description", "I-am-the-goal-description_4850"], ["version", 1], ["created_at", "2015-04-07 09:49:02.675433"], ["updated_at", "2015-04-07 09:49:02.675433"], ["tracking", "150407-25"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3845"], ["description", "I-am-the-task-description_6852"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.680546"], ["updated_at", "2015-04-07 09:49:02.680546"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6734"], ["description", "I-am-the-task-description_8781"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.685307"], ["updated_at", "2015-04-07 09:49:02.685307"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:02.690551"], ["updated_at", "2015-04-07 09:49:02.690551"]]  (1.2ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 48]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 48]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.9ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6885"], ["description", "I-am-the-goal-description_2848"], ["version", 1], ["created_at", "2015-04-07 09:49:02.710953"], ["updated_at", "2015-04-07 09:49:02.710953"], ["tracking", "150407-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task556"], ["description", "I-am-the-task-description_3666"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.715999"], ["updated_at", "2015-04-07 09:49:02.715999"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task7798"], ["description", "I-am-the-task-description_6117"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.719997"], ["updated_at", "2015-04-07 09:49:02.719997"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:02.723645"], ["updated_at", "2015-04-07 09:49:02.723645"]]  (1.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2628"], ["description", "I-am-the-goal-description_8966"], ["version", 1], ["created_at", "2015-04-07 09:49:02.737371"], ["updated_at", "2015-04-07 09:49:02.737371"], ["tracking", "150407-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8848"], ["description", "I-am-the-task-description_194"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.741387"], ["updated_at", "2015-04-07 09:49:02.741387"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5854"], ["description", "I-am-the-task-description_2786"], ["cost", 1], ["created_at", "2015-04-07 09:49:02.745293"], ["updated_at", "2015-04-07 09:49:02.745293"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:02.749139"], ["updated_at", "2015-04-07 09:49:02.749139"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:49:02.755470"], ["id", 54]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1244"], ["description", "I-am-the-goal-description_683"], ["version", 1], ["created_at", "2015-04-07 09:49:21.712035"], ["updated_at", "2015-04-07 09:49:21.712035"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5502"], ["description", "I-am-the-task-description_6248"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.733969"], ["updated_at", "2015-04-07 09:49:21.733969"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task353"], ["description", "I-am-the-task-description_3661"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.738753"], ["updated_at", "2015-04-07 09:49:21.738753"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:49:21.822503"], ["task_id", 1], ["created_at", "2015-04-07 09:49:21.830094"], ["updated_at", "2015-04-07 09:49:21.830094"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:49:21.831897"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 89ms (ActiveRecord: 2.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6229"], ["description", "I-am-the-goal-description_8785"], ["version", 1], ["created_at", "2015-04-07 09:49:21.884291"], ["updated_at", "2015-04-07 09:49:21.884291"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task513"], ["description", "I-am-the-task-description_9400"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.888766"], ["updated_at", "2015-04-07 09:49:21.888766"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8618"], ["description", "I-am-the-task-description_7307"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.893238"], ["updated_at", "2015-04-07 09:49:21.893238"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:49:21.899652"], ["task_id", 3], ["created_at", "2015-04-07 09:49:21.900874"], ["updated_at", "2015-04-07 09:49:21.900874"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:49:21.902411"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1449"], ["description", "I-am-the-goal-description_7399"], ["version", 1], ["created_at", "2015-04-07 09:49:21.911347"], ["updated_at", "2015-04-07 09:49:21.911347"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9641"], ["description", "I-am-the-task-description_9126"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.915723"], ["updated_at", "2015-04-07 09:49:21.915723"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1602"], ["description", "I-am-the-task-description_7771"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.920749"], ["updated_at", "2015-04-07 09:49:21.920749"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:49:21.930005"], ["task_id", 5], ["created_at", "2015-04-07 09:49:21.931248"], ["updated_at", "2015-04-07 09:49:21.931248"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:49:21.932759"], ["id", 5]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7742"], ["description", "I-am-the-goal-description_9645"], ["version", 1], ["created_at", "2015-04-07 09:49:21.943175"], ["updated_at", "2015-04-07 09:49:21.943175"], ["tracking", "150407-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task8170"], ["description", "I-am-the-task-description_5148"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.948515"], ["updated_at", "2015-04-07 09:49:21.948515"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task3716"], ["description", "I-am-the-task-description_4553"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.952897"], ["updated_at", "2015-04-07 09:49:21.952897"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:49:21.960352"], ["task_id", 7], ["created_at", "2015-04-07 09:49:21.962013"], ["updated_at", "2015-04-07 09:49:21.962013"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:49:21.963902"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9064"], ["description", "I-am-the-goal-description_2371"], ["version", 1], ["created_at", "2015-04-07 09:49:21.971619"], ["updated_at", "2015-04-07 09:49:21.971619"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task6069"], ["description", "I-am-the-task-description_4453"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.976280"], ["updated_at", "2015-04-07 09:49:21.976280"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task5870"], ["description", "I-am-the-task-description_4072"], ["cost", 1], ["created_at", "2015-04-07 09:49:21.980883"], ["updated_at", "2015-04-07 09:49:21.980883"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 25ms (Views: 15.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2622"], ["description", "I-am-the-goal-description_27"], ["version", 1], ["created_at", "2015-04-07 09:49:22.014059"], ["updated_at", "2015-04-07 09:49:22.014059"], ["tracking", "150407-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task987"], ["description", "I-am-the-task-description_7608"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.018649"], ["updated_at", "2015-04-07 09:49:22.018649"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task3014"], ["description", "I-am-the-task-description_1108"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.023291"], ["updated_at", "2015-04-07 09:49:22.023291"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.5ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1484"], ["description", "I-am-the-goal-description_3823"], ["version", 1], ["created_at", "2015-04-07 09:49:22.065452"], ["updated_at", "2015-04-07 09:49:22.065452"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task5539"], ["description", "I-am-the-task-description_843"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.069660"], ["updated_at", "2015-04-07 09:49:22.069660"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4481"], ["description", "I-am-the-goal-description_407"], ["version", 1], ["created_at", "2015-04-07 09:49:22.073702"], ["updated_at", "2015-04-07 09:49:22.073702"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7998"], ["description", "I-am-the-task-description_4311"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.078265"], ["updated_at", "2015-04-07 09:49:22.078265"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2937"], ["description", "I-am-the-goal-description_5271"], ["version", 1], ["created_at", "2015-04-07 09:49:22.088681"], ["updated_at", "2015-04-07 09:49:22.088681"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4375"], ["description", "I-am-the-task-description_5710"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.093346"], ["updated_at", "2015-04-07 09:49:22.093346"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task7649"], ["description", "I-am-the-task-description_7657"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.097835"], ["updated_at", "2015-04-07 09:49:22.097835"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2651"], ["description", "I-am-the-goal-description_4534"], ["version", 1], ["created_at", "2015-04-07 09:49:22.113215"], ["updated_at", "2015-04-07 09:49:22.113215"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8987"], ["description", "I-am-the-task-description_5998"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.117668"], ["updated_at", "2015-04-07 09:49:22.117668"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9696"], ["description", "I-am-the-goal-description_4419"], ["version", 1], ["created_at", "2015-04-07 09:49:22.122393"], ["updated_at", "2015-04-07 09:49:22.122393"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9101"], ["description", "I-am-the-task-description_851"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.126861"], ["updated_at", "2015-04-07 09:49:22.126861"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 54ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4997"], ["description", "I-am-the-goal-description_6006"], ["version", 1], ["created_at", "2015-04-07 09:49:22.189653"], ["updated_at", "2015-04-07 09:49:22.189653"], ["tracking", "150407-12"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7217"], ["description", "I-am-the-task-description_5850"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.195199"], ["updated_at", "2015-04-07 09:49:22.195199"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7318"], ["description", "I-am-the-task-description_6020"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.199987"], ["updated_at", "2015-04-07 09:49:22.199987"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2731"], ["description", "I-am-the-goal-description_3913"], ["version", 1], ["created_at", "2015-04-07 09:49:22.215385"], ["updated_at", "2015-04-07 09:49:22.215385"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2219"], ["description", "I-am-the-task-description_6572"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.219561"], ["updated_at", "2015-04-07 09:49:22.219561"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_458"], ["description", "I-am-the-goal-description_5122"], ["version", 1], ["created_at", "2015-04-07 09:49:22.224312"], ["updated_at", "2015-04-07 09:49:22.224312"], ["tracking", "150407-14"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4102"], ["description", "I-am-the-task-description_3940"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.228827"], ["updated_at", "2015-04-07 09:49:22.228827"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3000"], ["description", "I-am-the-goal-description_2385"], ["version", 1], ["created_at", "2015-04-07 09:49:22.241102"], ["updated_at", "2015-04-07 09:49:22.241102"], ["tracking", "150407-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5947"], ["description", "I-am-the-task-description_4492"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.245568"], ["updated_at", "2015-04-07 09:49:22.245568"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task633"], ["description", "I-am-the-task-description_6473"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.249737"], ["updated_at", "2015-04-07 09:49:22.249737"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_563"], ["description", "I-am-the-goal-description_6349"], ["version", 1], ["created_at", "2015-04-07 09:49:22.263263"], ["updated_at", "2015-04-07 09:49:22.263263"], ["tracking", "150407-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8409"], ["description", "I-am-the-task-description_638"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.267970"], ["updated_at", "2015-04-07 09:49:22.267970"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8612"], ["description", "I-am-the-task-description_876"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.272368"], ["updated_at", "2015-04-07 09:49:22.272368"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9598"], ["description", "I-am-the-goal-description_8310"], ["version", 1], ["created_at", "2015-04-07 09:49:22.285581"], ["updated_at", "2015-04-07 09:49:22.285581"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7958"], ["description", "I-am-the-task-description_9566"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.291807"], ["updated_at", "2015-04-07 09:49:22.291807"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task180"], ["description", "I-am-the-task-description_3076"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.296180"], ["updated_at", "2015-04-07 09:49:22.296180"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2575"], ["description", "I-am-the-goal-description_9338"], ["version", 1], ["created_at", "2015-04-07 09:49:22.309912"], ["updated_at", "2015-04-07 09:49:22.309912"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4511"], ["description", "I-am-the-task-description_864"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.314075"], ["updated_at", "2015-04-07 09:49:22.314075"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2338"], ["description", "I-am-the-task-description_915"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.318242"], ["updated_at", "2015-04-07 09:49:22.318242"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 2ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3334"], ["description", "I-am-the-goal-description_7365"], ["version", 1], ["created_at", "2015-04-07 09:49:22.333083"], ["updated_at", "2015-04-07 09:49:22.333083"], ["tracking", "150407-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9627"], ["description", "I-am-the-task-description_8623"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.336875"], ["updated_at", "2015-04-07 09:49:22.336875"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task609"], ["description", "I-am-the-task-description_9660"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.342952"], ["updated_at", "2015-04-07 09:49:22.342952"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 3ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2365"], ["description", "I-am-the-goal-description_9116"], ["version", 1], ["created_at", "2015-04-07 09:49:22.353336"], ["updated_at", "2015-04-07 09:49:22.353336"], ["tracking", "150407-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3799"], ["description", "I-am-the-task-description_1306"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.357594"], ["updated_at", "2015-04-07 09:49:22.357594"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4195"], ["description", "I-am-the-task-description_6154"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.361721"], ["updated_at", "2015-04-07 09:49:22.361721"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 3ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8962"], ["description", "I-am-the-goal-description_1274"], ["version", 1], ["created_at", "2015-04-07 09:49:22.372087"], ["updated_at", "2015-04-07 09:49:22.372087"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7501"], ["description", "I-am-the-task-description_1402"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.376873"], ["updated_at", "2015-04-07 09:49:22.376873"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task357"], ["description", "I-am-the-task-description_6769"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.381217"], ["updated_at", "2015-04-07 09:49:22.381217"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", nil]] Completed 404 Not Found in 6ms (ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3292"], ["description", "I-am-the-goal-description_9990"], ["version", 1], ["created_at", "2015-04-07 09:49:22.395358"], ["updated_at", "2015-04-07 09:49:22.395358"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3135"], ["description", "I-am-the-task-description_2222"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.399266"], ["updated_at", "2015-04-07 09:49:22.399266"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9083"], ["description", "I-am-the-task-description_4965"], ["cost", 1], ["created_at", "2015-04-07 09:49:22.403155"], ["updated_at", "2015-04-07 09:49:22.403155"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:22.407033"], ["updated_at", "2015-04-07 09:49:22.407033"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"39"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/39 Completed 302 Found in 3363ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7142"], ["description", "I-am-the-goal-description_5349"], ["version", 1], ["created_at", "2015-04-07 09:49:25.778221"], ["updated_at", "2015-04-07 09:49:25.778221"], ["tracking", "150407-23"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4483"], ["description", "I-am-the-task-description_1847"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.784327"], ["updated_at", "2015-04-07 09:49:25.784327"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2458"], ["description", "I-am-the-task-description_5640"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.789063"], ["updated_at", "2015-04-07 09:49:25.789063"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:25.793819"], ["updated_at", "2015-04-07 09:49:25.793819"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6481"], ["description", "I-am-the-goal-description_8923"], ["version", 1], ["created_at", "2015-04-07 09:49:25.810316"], ["updated_at", "2015-04-07 09:49:25.810316"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task6590"], ["description", "I-am-the-task-description_525"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.814448"], ["updated_at", "2015-04-07 09:49:25.814448"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4406"], ["description", "I-am-the-task-description_4690"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.820037"], ["updated_at", "2015-04-07 09:49:25.820037"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:25.824192"], ["updated_at", "2015-04-07 09:49:25.824192"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8331"], ["description", "I-am-the-goal-description_9488"], ["version", 1], ["created_at", "2015-04-07 09:49:25.846010"], ["updated_at", "2015-04-07 09:49:25.846010"], ["tracking", "150407-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task4938"], ["description", "I-am-the-task-description_1684"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.850652"], ["updated_at", "2015-04-07 09:49:25.850652"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9177"], ["description", "I-am-the-task-description_7336"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.855182"], ["updated_at", "2015-04-07 09:49:25.855182"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:25.860260"], ["updated_at", "2015-04-07 09:49:25.860260"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 48]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 48]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8080"], ["description", "I-am-the-goal-description_116"], ["version", 1], ["created_at", "2015-04-07 09:49:25.875103"], ["updated_at", "2015-04-07 09:49:25.875103"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3505"], ["description", "I-am-the-task-description_7115"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.880062"], ["updated_at", "2015-04-07 09:49:25.880062"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9317"], ["description", "I-am-the-task-description_836"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.886548"], ["updated_at", "2015-04-07 09:49:25.886548"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:25.891273"], ["updated_at", "2015-04-07 09:49:25.891273"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1869"], ["description", "I-am-the-goal-description_1390"], ["version", 1], ["created_at", "2015-04-07 09:49:25.905218"], ["updated_at", "2015-04-07 09:49:25.905218"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task164"], ["description", "I-am-the-task-description_204"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.909266"], ["updated_at", "2015-04-07 09:49:25.909266"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7925"], ["description", "I-am-the-task-description_5542"], ["cost", 1], ["created_at", "2015-04-07 09:49:25.913691"], ["updated_at", "2015-04-07 09:49:25.913691"]]  (14.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.8ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:49:25.935241"], ["updated_at", "2015-04-07 09:49:25.935241"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:49:25.944688"], ["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6100"], ["description", "I-am-the-goal-description_6581"], ["version", 1], ["created_at", "2015-04-07 09:50:01.999246"], ["updated_at", "2015-04-07 09:50:01.999246"], ["tracking", "150407-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5873"], ["description", "I-am-the-task-description_8093"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.022748"], ["updated_at", "2015-04-07 09:50:02.022748"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7643"], ["description", "I-am-the-task-description_8112"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.027243"], ["updated_at", "2015-04-07 09:50:02.027243"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:50:02.114893"], ["task_id", 1], ["created_at", "2015-04-07 09:50:02.122516"], ["updated_at", "2015-04-07 09:50:02.122516"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:50:02.124326"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 94ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4614"], ["description", "I-am-the-goal-description_6676"], ["version", 1], ["created_at", "2015-04-07 09:50:02.136441"], ["updated_at", "2015-04-07 09:50:02.136441"], ["tracking", "150407-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3190"], ["description", "I-am-the-task-description_978"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.140835"], ["updated_at", "2015-04-07 09:50:02.140835"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1164"], ["description", "I-am-the-task-description_3160"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.144811"], ["updated_at", "2015-04-07 09:50:02.144811"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:50:02.151688"], ["task_id", 3], ["created_at", "2015-04-07 09:50:02.153389"], ["updated_at", "2015-04-07 09:50:02.153389"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:50:02.155293"], ["id", 3]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9319"], ["description", "I-am-the-goal-description_4394"], ["version", 1], ["created_at", "2015-04-07 09:50:02.166631"], ["updated_at", "2015-04-07 09:50:02.166631"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2612"], ["description", "I-am-the-task-description_2430"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.171612"], ["updated_at", "2015-04-07 09:50:02.171612"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9673"], ["description", "I-am-the-task-description_80"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.175694"], ["updated_at", "2015-04-07 09:50:02.175694"]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:50:02.185227"], ["task_id", 5], ["created_at", "2015-04-07 09:50:02.186471"], ["updated_at", "2015-04-07 09:50:02.186471"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:50:02.188002"], ["id", 5]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2330"], ["description", "I-am-the-goal-description_7332"], ["version", 1], ["created_at", "2015-04-07 09:50:02.198376"], ["updated_at", "2015-04-07 09:50:02.198376"], ["tracking", "150407-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task3650"], ["description", "I-am-the-task-description_3643"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.248062"], ["updated_at", "2015-04-07 09:50:02.248062"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task3657"], ["description", "I-am-the-task-description_7398"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.252293"], ["updated_at", "2015-04-07 09:50:02.252293"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:50:02.259603"], ["task_id", 7], ["created_at", "2015-04-07 09:50:02.260942"], ["updated_at", "2015-04-07 09:50:02.260942"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:50:02.262551"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3258"], ["description", "I-am-the-goal-description_5657"], ["version", 1], ["created_at", "2015-04-07 09:50:02.268906"], ["updated_at", "2015-04-07 09:50:02.268906"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task9025"], ["description", "I-am-the-task-description_8686"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.272943"], ["updated_at", "2015-04-07 09:50:02.272943"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task1881"], ["description", "I-am-the-task-description_9644"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.277312"], ["updated_at", "2015-04-07 09:50:02.277312"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 24ms (Views: 17.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3791"], ["description", "I-am-the-goal-description_4004"], ["version", 1], ["created_at", "2015-04-07 09:50:02.308809"], ["updated_at", "2015-04-07 09:50:02.308809"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task9124"], ["description", "I-am-the-task-description_7349"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.314216"], ["updated_at", "2015-04-07 09:50:02.314216"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task987"], ["description", "I-am-the-task-description_663"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.318243"], ["updated_at", "2015-04-07 09:50:02.318243"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6506"], ["description", "I-am-the-goal-description_616"], ["version", 1], ["created_at", "2015-04-07 09:50:02.355893"], ["updated_at", "2015-04-07 09:50:02.355893"], ["tracking", "150407-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task4785"], ["description", "I-am-the-task-description_7505"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.361008"], ["updated_at", "2015-04-07 09:50:02.361008"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4390"], ["description", "I-am-the-goal-description_7953"], ["version", 1], ["created_at", "2015-04-07 09:50:02.367589"], ["updated_at", "2015-04-07 09:50:02.367589"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task4337"], ["description", "I-am-the-task-description_8716"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.372625"], ["updated_at", "2015-04-07 09:50:02.372625"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4335"], ["description", "I-am-the-goal-description_7625"], ["version", 1], ["created_at", "2015-04-07 09:50:02.383547"], ["updated_at", "2015-04-07 09:50:02.383547"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2521"], ["description", "I-am-the-task-description_7931"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.388453"], ["updated_at", "2015-04-07 09:50:02.388453"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5766"], ["description", "I-am-the-task-description_662"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.392708"], ["updated_at", "2015-04-07 09:50:02.392708"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2694"], ["description", "I-am-the-goal-description_4299"], ["version", 1], ["created_at", "2015-04-07 09:50:02.407303"], ["updated_at", "2015-04-07 09:50:02.407303"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task4714"], ["description", "I-am-the-task-description_1023"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.411706"], ["updated_at", "2015-04-07 09:50:02.411706"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8143"], ["description", "I-am-the-goal-description_5008"], ["version", 1], ["created_at", "2015-04-07 09:50:02.416835"], ["updated_at", "2015-04-07 09:50:02.416835"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task5173"], ["description", "I-am-the-task-description_7167"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.421174"], ["updated_at", "2015-04-07 09:50:02.421174"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (1.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6346"], ["description", "I-am-the-goal-description_7721"], ["version", 1], ["created_at", "2015-04-07 09:50:02.433390"], ["updated_at", "2015-04-07 09:50:02.433390"], ["tracking", "150407-12"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7804"], ["description", "I-am-the-task-description_5499"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.438835"], ["updated_at", "2015-04-07 09:50:02.438835"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6851"], ["description", "I-am-the-task-description_5340"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.442980"], ["updated_at", "2015-04-07 09:50:02.442980"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6865"], ["description", "I-am-the-goal-description_6771"], ["version", 1], ["created_at", "2015-04-07 09:50:02.457682"], ["updated_at", "2015-04-07 09:50:02.457682"], ["tracking", "150407-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3633"], ["description", "I-am-the-task-description_207"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.462309"], ["updated_at", "2015-04-07 09:50:02.462309"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4475"], ["description", "I-am-the-goal-description_121"], ["version", 1], ["created_at", "2015-04-07 09:50:02.467128"], ["updated_at", "2015-04-07 09:50:02.467128"], ["tracking", "150407-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3435"], ["description", "I-am-the-task-description_7300"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.471388"], ["updated_at", "2015-04-07 09:50:02.471388"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4298"], ["description", "I-am-the-goal-description_2737"], ["version", 1], ["created_at", "2015-04-07 09:50:02.482830"], ["updated_at", "2015-04-07 09:50:02.482830"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5165"], ["description", "I-am-the-task-description_5809"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.486805"], ["updated_at", "2015-04-07 09:50:02.486805"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task2496"], ["description", "I-am-the-task-description_7913"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.490716"], ["updated_at", "2015-04-07 09:50:02.490716"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1914"], ["description", "I-am-the-goal-description_9816"], ["version", 1], ["created_at", "2015-04-07 09:50:02.503308"], ["updated_at", "2015-04-07 09:50:02.503308"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7839"], ["description", "I-am-the-task-description_5493"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.507162"], ["updated_at", "2015-04-07 09:50:02.507162"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3063"], ["description", "I-am-the-task-description_3995"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.511001"], ["updated_at", "2015-04-07 09:50:02.511001"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9134"], ["description", "I-am-the-goal-description_692"], ["version", 1], ["created_at", "2015-04-07 09:50:02.523857"], ["updated_at", "2015-04-07 09:50:02.523857"], ["tracking", "150407-17"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9882"], ["description", "I-am-the-task-description_1149"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.527870"], ["updated_at", "2015-04-07 09:50:02.527870"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7820"], ["description", "I-am-the-task-description_4539"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.533774"], ["updated_at", "2015-04-07 09:50:02.533774"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3609"], ["description", "I-am-the-goal-description_1914"], ["version", 1], ["created_at", "2015-04-07 09:50:02.545430"], ["updated_at", "2015-04-07 09:50:02.545430"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7641"], ["description", "I-am-the-task-description_6662"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.549692"], ["updated_at", "2015-04-07 09:50:02.549692"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6116"], ["description", "I-am-the-task-description_6572"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.554139"], ["updated_at", "2015-04-07 09:50:02.554139"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2126"], ["description", "I-am-the-goal-description_9590"], ["version", 1], ["created_at", "2015-04-07 09:50:02.615201"], ["updated_at", "2015-04-07 09:50:02.615201"], ["tracking", "150407-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task3205"], ["description", "I-am-the-task-description_4920"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.619841"], ["updated_at", "2015-04-07 09:50:02.619841"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1933"], ["description", "I-am-the-task-description_9928"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.624477"], ["updated_at", "2015-04-07 09:50:02.624477"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7691"], ["description", "I-am-the-goal-description_6760"], ["version", 1], ["created_at", "2015-04-07 09:50:02.632894"], ["updated_at", "2015-04-07 09:50:02.632894"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8943"], ["description", "I-am-the-task-description_2755"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.637055"], ["updated_at", "2015-04-07 09:50:02.637055"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6224"], ["description", "I-am-the-task-description_9935"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.641052"], ["updated_at", "2015-04-07 09:50:02.641052"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4184"], ["description", "I-am-the-goal-description_1039"], ["version", 1], ["created_at", "2015-04-07 09:50:02.648758"], ["updated_at", "2015-04-07 09:50:02.648758"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task1729"], ["description", "I-am-the-task-description_2921"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.652619"], ["updated_at", "2015-04-07 09:50:02.652619"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task443"], ["description", "I-am-the-task-description_4677"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.656497"], ["updated_at", "2015-04-07 09:50:02.656497"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 0ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7529"], ["description", "I-am-the-goal-description_8403"], ["version", 1], ["created_at", "2015-04-07 09:50:02.665698"], ["updated_at", "2015-04-07 09:50:02.665698"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9968"], ["description", "I-am-the-task-description_9796"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.669869"], ["updated_at", "2015-04-07 09:50:02.669869"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2573"], ["description", "I-am-the-task-description_8773"], ["cost", 1], ["created_at", "2015-04-07 09:50:02.673704"], ["updated_at", "2015-04-07 09:50:02.673704"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:02.677499"], ["updated_at", "2015-04-07 09:50:02.677499"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"39"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 39]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/39 Completed 302 Found in 3279ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2994"], ["description", "I-am-the-goal-description_8611"], ["version", 1], ["created_at", "2015-04-07 09:50:05.964245"], ["updated_at", "2015-04-07 09:50:05.964245"], ["tracking", "150407-23"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task536"], ["description", "I-am-the-task-description_4919"], ["cost", 1], ["created_at", "2015-04-07 09:50:05.970479"], ["updated_at", "2015-04-07 09:50:05.970479"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5942"], ["description", "I-am-the-task-description_5487"], ["cost", 1], ["created_at", "2015-04-07 09:50:05.974871"], ["updated_at", "2015-04-07 09:50:05.974871"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:05.979227"], ["updated_at", "2015-04-07 09:50:05.979227"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9726"], ["description", "I-am-the-goal-description_7493"], ["version", 1], ["created_at", "2015-04-07 09:50:05.995458"], ["updated_at", "2015-04-07 09:50:05.995458"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task345"], ["description", "I-am-the-task-description_2374"], ["cost", 1], ["created_at", "2015-04-07 09:50:06.000103"], ["updated_at", "2015-04-07 09:50:06.000103"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4453"], ["description", "I-am-the-task-description_9309"], ["cost", 1], ["created_at", "2015-04-07 09:50:06.004297"], ["updated_at", "2015-04-07 09:50:06.004297"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:06.055988"], ["updated_at", "2015-04-07 09:50:06.055988"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_125"], ["description", "I-am-the-goal-description_2179"], ["version", 1], ["created_at", "2015-04-07 09:50:06.077685"], ["updated_at", "2015-04-07 09:50:06.077685"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task695"], ["description", "I-am-the-task-description_8808"], ["cost", 1], ["created_at", "2015-04-07 09:50:06.082073"], ["updated_at", "2015-04-07 09:50:06.082073"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task204"], ["description", "I-am-the-task-description_8525"], ["cost", 1], ["created_at", "2015-04-07 09:50:06.086401"], ["updated_at", "2015-04-07 09:50:06.086401"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:06.090275"], ["updated_at", "2015-04-07 09:50:06.090275"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 48]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 48]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6251"], ["description", "I-am-the-goal-description_4048"], ["version", 1], ["created_at", "2015-04-07 09:50:06.104563"], ["updated_at", "2015-04-07 09:50:06.104563"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6691"], ["description", "I-am-the-task-description_4376"], ["cost", 1], ["created_at", "2015-04-07 09:50:06.108507"], ["updated_at", "2015-04-07 09:50:06.108507"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task7748"], ["description", "I-am-the-task-description_9377"], ["cost", 1], ["created_at", "2015-04-07 09:50:06.112692"], ["updated_at", "2015-04-07 09:50:06.112692"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:06.116488"], ["updated_at", "2015-04-07 09:50:06.116488"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.3ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1047"], ["description", "I-am-the-goal-description_970"], ["version", 1], ["created_at", "2015-04-07 09:50:06.130575"], ["updated_at", "2015-04-07 09:50:06.130575"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4663"], ["description", "I-am-the-task-description_8900"], ["cost", 1], ["created_at", "2015-04-07 09:50:06.134450"], ["updated_at", "2015-04-07 09:50:06.134450"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2060"], ["description", "I-am-the-task-description_8395"], ["cost", 1], ["created_at", "2015-04-07 09:50:06.138406"], ["updated_at", "2015-04-07 09:50:06.138406"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:06.142559"], ["updated_at", "2015-04-07 09:50:06.142559"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:50:06.148735"], ["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8019"], ["description", "I-am-the-goal-description_6561"], ["version", 1], ["created_at", "2015-04-07 09:50:37.136782"], ["updated_at", "2015-04-07 09:50:37.136782"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4851"], ["description", "I-am-the-task-description_2766"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.159245"], ["updated_at", "2015-04-07 09:50:37.159245"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task269"], ["description", "I-am-the-task-description_3492"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.164268"], ["updated_at", "2015-04-07 09:50:37.164268"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:50:37.249754"], ["task_id", 1], ["created_at", "2015-04-07 09:50:37.257490"], ["updated_at", "2015-04-07 09:50:37.257490"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:50:37.259378"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 90ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2526"], ["description", "I-am-the-goal-description_8712"], ["version", 1], ["created_at", "2015-04-07 09:50:37.312675"], ["updated_at", "2015-04-07 09:50:37.312675"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8110"], ["description", "I-am-the-task-description_8688"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.317259"], ["updated_at", "2015-04-07 09:50:37.317259"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6396"], ["description", "I-am-the-task-description_6956"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.321766"], ["updated_at", "2015-04-07 09:50:37.321766"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:50:37.329178"], ["task_id", 3], ["created_at", "2015-04-07 09:50:37.330784"], ["updated_at", "2015-04-07 09:50:37.330784"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:50:37.332625"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4503"], ["description", "I-am-the-goal-description_5831"], ["version", 1], ["created_at", "2015-04-07 09:50:37.342436"], ["updated_at", "2015-04-07 09:50:37.342436"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5301"], ["description", "I-am-the-task-description_9539"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.347170"], ["updated_at", "2015-04-07 09:50:37.347170"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task34"], ["description", "I-am-the-task-description_4864"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.351108"], ["updated_at", "2015-04-07 09:50:37.351108"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:50:37.360513"], ["task_id", 5], ["created_at", "2015-04-07 09:50:37.361782"], ["updated_at", "2015-04-07 09:50:37.361782"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:50:37.363293"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1437"], ["description", "I-am-the-goal-description_4258"], ["version", 1], ["created_at", "2015-04-07 09:50:37.371495"], ["updated_at", "2015-04-07 09:50:37.371495"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task2494"], ["description", "I-am-the-task-description_7455"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.375642"], ["updated_at", "2015-04-07 09:50:37.375642"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task4511"], ["description", "I-am-the-task-description_3794"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.380259"], ["updated_at", "2015-04-07 09:50:37.380259"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:50:37.387081"], ["task_id", 7], ["created_at", "2015-04-07 09:50:37.388430"], ["updated_at", "2015-04-07 09:50:37.388430"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:50:37.390001"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5013"], ["description", "I-am-the-goal-description_4546"], ["version", 1], ["created_at", "2015-04-07 09:50:37.397187"], ["updated_at", "2015-04-07 09:50:37.397187"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task7602"], ["description", "I-am-the-task-description_6379"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.401779"], ["updated_at", "2015-04-07 09:50:37.401779"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task1131"], ["description", "I-am-the-task-description_9009"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.406637"], ["updated_at", "2015-04-07 09:50:37.406637"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 23ms (Views: 15.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2142"], ["description", "I-am-the-goal-description_1079"], ["version", 1], ["created_at", "2015-04-07 09:50:37.437214"], ["updated_at", "2015-04-07 09:50:37.437214"], ["tracking", "150407-6"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task1330"], ["description", "I-am-the-task-description_9455"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.441583"], ["updated_at", "2015-04-07 09:50:37.441583"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task6528"], ["description", "I-am-the-task-description_7825"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.445558"], ["updated_at", "2015-04-07 09:50:37.445558"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7540"], ["description", "I-am-the-goal-description_6957"], ["version", 1], ["created_at", "2015-04-07 09:50:37.482630"], ["updated_at", "2015-04-07 09:50:37.482630"], ["tracking", "150407-7"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task8860"], ["description", "I-am-the-task-description_2861"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.488467"], ["updated_at", "2015-04-07 09:50:37.488467"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5095"], ["description", "I-am-the-goal-description_5031"], ["version", 1], ["created_at", "2015-04-07 09:50:37.492818"], ["updated_at", "2015-04-07 09:50:37.492818"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task9325"], ["description", "I-am-the-task-description_80"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.497104"], ["updated_at", "2015-04-07 09:50:37.497104"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4799"], ["description", "I-am-the-goal-description_7100"], ["version", 1], ["created_at", "2015-04-07 09:50:37.506534"], ["updated_at", "2015-04-07 09:50:37.506534"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2738"], ["description", "I-am-the-task-description_309"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.510913"], ["updated_at", "2015-04-07 09:50:37.510913"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2172"], ["description", "I-am-the-task-description_8720"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.515066"], ["updated_at", "2015-04-07 09:50:37.515066"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2244"], ["description", "I-am-the-goal-description_8961"], ["version", 1], ["created_at", "2015-04-07 09:50:37.529752"], ["updated_at", "2015-04-07 09:50:37.529752"], ["tracking", "150407-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task1830"], ["description", "I-am-the-task-description_3012"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.534125"], ["updated_at", "2015-04-07 09:50:37.534125"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1976"], ["description", "I-am-the-goal-description_9287"], ["version", 1], ["created_at", "2015-04-07 09:50:37.585674"], ["updated_at", "2015-04-07 09:50:37.585674"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task8755"], ["description", "I-am-the-task-description_610"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.589662"], ["updated_at", "2015-04-07 09:50:37.589662"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3045"], ["description", "I-am-the-goal-description_8971"], ["version", 1], ["created_at", "2015-04-07 09:50:37.606800"], ["updated_at", "2015-04-07 09:50:37.606800"], ["tracking", "150407-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task529"], ["description", "I-am-the-task-description_5928"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.611253"], ["updated_at", "2015-04-07 09:50:37.611253"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1929"], ["description", "I-am-the-task-description_6475"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.615355"], ["updated_at", "2015-04-07 09:50:37.615355"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3944"], ["description", "I-am-the-goal-description_8401"], ["version", 1], ["created_at", "2015-04-07 09:50:37.629989"], ["updated_at", "2015-04-07 09:50:37.629989"], ["tracking", "150407-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3815"], ["description", "I-am-the-task-description_8444"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.634462"], ["updated_at", "2015-04-07 09:50:37.634462"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_535"], ["description", "I-am-the-goal-description_9114"], ["version", 1], ["created_at", "2015-04-07 09:50:37.638925"], ["updated_at", "2015-04-07 09:50:37.638925"], ["tracking", "150407-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8803"], ["description", "I-am-the-task-description_448"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.643351"], ["updated_at", "2015-04-07 09:50:37.643351"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_502"], ["description", "I-am-the-goal-description_173"], ["version", 1], ["created_at", "2015-04-07 09:50:37.654770"], ["updated_at", "2015-04-07 09:50:37.654770"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6093"], ["description", "I-am-the-task-description_7248"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.658785"], ["updated_at", "2015-04-07 09:50:37.658785"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3887"], ["description", "I-am-the-task-description_3708"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.662779"], ["updated_at", "2015-04-07 09:50:37.662779"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_59"], ["description", "I-am-the-goal-description_747"], ["version", 1], ["created_at", "2015-04-07 09:50:37.675346"], ["updated_at", "2015-04-07 09:50:37.675346"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2592"], ["description", "I-am-the-task-description_8132"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.679249"], ["updated_at", "2015-04-07 09:50:37.679249"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1258"], ["description", "I-am-the-task-description_1613"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.683119"], ["updated_at", "2015-04-07 09:50:37.683119"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7821"], ["description", "I-am-the-goal-description_4772"], ["version", 1], ["created_at", "2015-04-07 09:50:37.696394"], ["updated_at", "2015-04-07 09:50:37.696394"], ["tracking", "150407-17"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7596"], ["description", "I-am-the-task-description_9309"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.700192"], ["updated_at", "2015-04-07 09:50:37.700192"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2259"], ["description", "I-am-the-task-description_8478"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.705769"], ["updated_at", "2015-04-07 09:50:37.705769"]]  (2.3ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (1.4ms) Completed 200 OK in 11ms (Views: 4.2ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_453"], ["description", "I-am-the-goal-description_3021"], ["version", 1], ["created_at", "2015-04-07 09:50:37.728820"], ["updated_at", "2015-04-07 09:50:37.728820"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6793"], ["description", "I-am-the-task-description_6412"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.733004"], ["updated_at", "2015-04-07 09:50:37.733004"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3262"], ["description", "I-am-the-task-description_9924"], ["cost", 1], ["created_at", "2015-04-07 09:50:37.736861"], ["updated_at", "2015-04-07 09:50:37.736861"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:37.747971"], ["updated_at", "2015-04-07 09:50:37.747971"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3457ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9898"], ["description", "I-am-the-goal-description_6003"], ["version", 1], ["created_at", "2015-04-07 09:50:41.208062"], ["updated_at", "2015-04-07 09:50:41.208062"], ["tracking", "150407-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9835"], ["description", "I-am-the-task-description_877"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.214477"], ["updated_at", "2015-04-07 09:50:41.214477"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7769"], ["description", "I-am-the-task-description_8391"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.219119"], ["updated_at", "2015-04-07 09:50:41.219119"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:41.227132"], ["updated_at", "2015-04-07 09:50:41.227132"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7894"], ["description", "I-am-the-goal-description_7794"], ["version", 1], ["created_at", "2015-04-07 09:50:41.241419"], ["updated_at", "2015-04-07 09:50:41.241419"], ["tracking", "150407-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task987"], ["description", "I-am-the-task-description_2675"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.246332"], ["updated_at", "2015-04-07 09:50:41.246332"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task574"], ["description", "I-am-the-task-description_9769"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.252405"], ["updated_at", "2015-04-07 09:50:41.252405"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:41.258808"], ["updated_at", "2015-04-07 09:50:41.258808"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1288"], ["description", "I-am-the-goal-description_3553"], ["version", 1], ["created_at", "2015-04-07 09:50:41.266695"], ["updated_at", "2015-04-07 09:50:41.266695"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task99"], ["description", "I-am-the-task-description_9455"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.270649"], ["updated_at", "2015-04-07 09:50:41.270649"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task1873"], ["description", "I-am-the-task-description_3655"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.274615"], ["updated_at", "2015-04-07 09:50:41.274615"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9425"], ["description", "I-am-the-goal-description_68"], ["version", 1], ["created_at", "2015-04-07 09:50:41.282891"], ["updated_at", "2015-04-07 09:50:41.282891"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task6980"], ["description", "I-am-the-task-description_4847"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.286656"], ["updated_at", "2015-04-07 09:50:41.286656"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1740"], ["description", "I-am-the-task-description_7565"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.290567"], ["updated_at", "2015-04-07 09:50:41.290567"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:41.294382"], ["updated_at", "2015-04-07 09:50:41.294382"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5377"], ["description", "I-am-the-goal-description_950"], ["version", 1], ["created_at", "2015-04-07 09:50:41.305729"], ["updated_at", "2015-04-07 09:50:41.305729"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1833"], ["description", "I-am-the-task-description_8831"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.309889"], ["updated_at", "2015-04-07 09:50:41.309889"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3960"], ["description", "I-am-the-task-description_5431"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.314810"], ["updated_at", "2015-04-07 09:50:41.314810"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:41.319747"], ["updated_at", "2015-04-07 09:50:41.319747"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9359"], ["description", "I-am-the-goal-description_8673"], ["version", 1], ["created_at", "2015-04-07 09:50:41.330802"], ["updated_at", "2015-04-07 09:50:41.330802"], ["tracking", "150407-24"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2050"], ["description", "I-am-the-task-description_7448"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.335661"], ["updated_at", "2015-04-07 09:50:41.335661"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8077"], ["description", "I-am-the-task-description_6667"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.339673"], ["updated_at", "2015-04-07 09:50:41.339673"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:41.343377"], ["updated_at", "2015-04-07 09:50:41.343377"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7742"], ["description", "I-am-the-goal-description_7376"], ["version", 1], ["created_at", "2015-04-07 09:50:41.416284"], ["updated_at", "2015-04-07 09:50:41.416284"], ["tracking", "150407-25"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8417"], ["description", "I-am-the-task-description_5628"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.421789"], ["updated_at", "2015-04-07 09:50:41.421789"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task1308"], ["description", "I-am-the-task-description_5087"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.426262"], ["updated_at", "2015-04-07 09:50:41.426262"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:41.430757"], ["updated_at", "2015-04-07 09:50:41.430757"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.7ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3073"], ["description", "I-am-the-goal-description_5938"], ["version", 1], ["created_at", "2015-04-07 09:50:41.448695"], ["updated_at", "2015-04-07 09:50:41.448695"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9417"], ["description", "I-am-the-task-description_9121"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.454962"], ["updated_at", "2015-04-07 09:50:41.454962"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3818"], ["description", "I-am-the-task-description_5245"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.461848"], ["updated_at", "2015-04-07 09:50:41.461848"]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:41.468946"], ["updated_at", "2015-04-07 09:50:41.468946"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1791"], ["description", "I-am-the-goal-description_3536"], ["version", 1], ["created_at", "2015-04-07 09:50:41.484195"], ["updated_at", "2015-04-07 09:50:41.484195"], ["tracking", "150407-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7870"], ["description", "I-am-the-task-description_7881"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.488470"], ["updated_at", "2015-04-07 09:50:41.488470"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5639"], ["description", "I-am-the-task-description_4486"], ["cost", 1], ["created_at", "2015-04-07 09:50:41.493306"], ["updated_at", "2015-04-07 09:50:41.493306"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:50:41.498285"], ["updated_at", "2015-04-07 09:50:41.498285"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:50:41.506794"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2562"], ["description", "I-am-the-goal-description_2896"], ["version", 1], ["created_at", "2015-04-07 09:51:03.585949"], ["updated_at", "2015-04-07 09:51:03.585949"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6603"], ["description", "I-am-the-task-description_902"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.645833"], ["updated_at", "2015-04-07 09:51:03.645833"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8659"], ["description", "I-am-the-task-description_4788"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.650340"], ["updated_at", "2015-04-07 09:51:03.650340"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:51:03.735684"], ["task_id", 1], ["created_at", "2015-04-07 09:51:03.743278"], ["updated_at", "2015-04-07 09:51:03.743278"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:51:03.745076"], ["id", 1]]  (1.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 92ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5692"], ["description", "I-am-the-goal-description_2340"], ["version", 1], ["created_at", "2015-04-07 09:51:03.757082"], ["updated_at", "2015-04-07 09:51:03.757082"], ["tracking", "150407-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4691"], ["description", "I-am-the-task-description_5116"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.761335"], ["updated_at", "2015-04-07 09:51:03.761335"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2141"], ["description", "I-am-the-task-description_745"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.765664"], ["updated_at", "2015-04-07 09:51:03.765664"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:51:03.773690"], ["task_id", 3], ["created_at", "2015-04-07 09:51:03.775368"], ["updated_at", "2015-04-07 09:51:03.775368"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:51:03.777283"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4012"], ["description", "I-am-the-goal-description_6959"], ["version", 1], ["created_at", "2015-04-07 09:51:03.787309"], ["updated_at", "2015-04-07 09:51:03.787309"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6713"], ["description", "I-am-the-task-description_7748"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.792113"], ["updated_at", "2015-04-07 09:51:03.792113"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8400"], ["description", "I-am-the-task-description_3407"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.796253"], ["updated_at", "2015-04-07 09:51:03.796253"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:51:03.804122"], ["task_id", 5], ["created_at", "2015-04-07 09:51:03.805336"], ["updated_at", "2015-04-07 09:51:03.805336"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:51:03.806884"], ["id", 5]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8249"], ["description", "I-am-the-goal-description_7114"], ["version", 1], ["created_at", "2015-04-07 09:51:03.815991"], ["updated_at", "2015-04-07 09:51:03.815991"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task9359"], ["description", "I-am-the-task-description_9425"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.820866"], ["updated_at", "2015-04-07 09:51:03.820866"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task1751"], ["description", "I-am-the-task-description_4463"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.825286"], ["updated_at", "2015-04-07 09:51:03.825286"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:51:03.832013"], ["task_id", 7], ["created_at", "2015-04-07 09:51:03.833297"], ["updated_at", "2015-04-07 09:51:03.833297"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:51:03.834982"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3950"], ["description", "I-am-the-goal-description_2022"], ["version", 1], ["created_at", "2015-04-07 09:51:03.841176"], ["updated_at", "2015-04-07 09:51:03.841176"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task1632"], ["description", "I-am-the-task-description_4582"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.845539"], ["updated_at", "2015-04-07 09:51:03.845539"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task2751"], ["description", "I-am-the-task-description_1315"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.850292"], ["updated_at", "2015-04-07 09:51:03.850292"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 67ms (Views: 59.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9733"], ["description", "I-am-the-goal-description_9969"], ["version", 1], ["created_at", "2015-04-07 09:51:03.925630"], ["updated_at", "2015-04-07 09:51:03.925630"], ["tracking", "150407-6"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task1794"], ["description", "I-am-the-task-description_4545"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.931096"], ["updated_at", "2015-04-07 09:51:03.931096"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task8913"], ["description", "I-am-the-task-description_1323"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.935781"], ["updated_at", "2015-04-07 09:51:03.935781"]]  (0.9ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4368"], ["description", "I-am-the-goal-description_6354"], ["version", 1], ["created_at", "2015-04-07 09:51:03.975383"], ["updated_at", "2015-04-07 09:51:03.975383"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task8076"], ["description", "I-am-the-task-description_4159"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.979356"], ["updated_at", "2015-04-07 09:51:03.979356"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1286"], ["description", "I-am-the-goal-description_1418"], ["version", 1], ["created_at", "2015-04-07 09:51:03.983519"], ["updated_at", "2015-04-07 09:51:03.983519"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2263"], ["description", "I-am-the-task-description_9939"], ["cost", 1], ["created_at", "2015-04-07 09:51:03.987630"], ["updated_at", "2015-04-07 09:51:03.987630"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_519"], ["description", "I-am-the-goal-description_7110"], ["version", 1], ["created_at", "2015-04-07 09:51:03.997415"], ["updated_at", "2015-04-07 09:51:03.997415"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5959"], ["description", "I-am-the-task-description_9651"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.001962"], ["updated_at", "2015-04-07 09:51:04.001962"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6282"], ["description", "I-am-the-task-description_6020"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.006379"], ["updated_at", "2015-04-07 09:51:04.006379"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5764"], ["description", "I-am-the-goal-description_3736"], ["version", 1], ["created_at", "2015-04-07 09:51:04.023806"], ["updated_at", "2015-04-07 09:51:04.023806"], ["tracking", "150407-10"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task3402"], ["description", "I-am-the-task-description_3949"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.028129"], ["updated_at", "2015-04-07 09:51:04.028129"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7760"], ["description", "I-am-the-goal-description_593"], ["version", 1], ["created_at", "2015-04-07 09:51:04.032626"], ["updated_at", "2015-04-07 09:51:04.032626"], ["tracking", "150407-11"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task2944"], ["description", "I-am-the-task-description_6272"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.037119"], ["updated_at", "2015-04-07 09:51:04.037119"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2032"], ["description", "I-am-the-goal-description_5466"], ["version", 1], ["created_at", "2015-04-07 09:51:04.047387"], ["updated_at", "2015-04-07 09:51:04.047387"], ["tracking", "150407-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3292"], ["description", "I-am-the-task-description_8095"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.052719"], ["updated_at", "2015-04-07 09:51:04.052719"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1156"], ["description", "I-am-the-task-description_3893"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.056992"], ["updated_at", "2015-04-07 09:51:04.056992"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5291"], ["description", "I-am-the-goal-description_3308"], ["version", 1], ["created_at", "2015-04-07 09:51:04.073820"], ["updated_at", "2015-04-07 09:51:04.073820"], ["tracking", "150407-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9807"], ["description", "I-am-the-task-description_3524"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.079025"], ["updated_at", "2015-04-07 09:51:04.079025"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1444"], ["description", "I-am-the-goal-description_6803"], ["version", 1], ["created_at", "2015-04-07 09:51:04.084304"], ["updated_at", "2015-04-07 09:51:04.084304"], ["tracking", "150407-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2534"], ["description", "I-am-the-task-description_9935"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.089131"], ["updated_at", "2015-04-07 09:51:04.089131"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3226"], ["description", "I-am-the-goal-description_4135"], ["version", 1], ["created_at", "2015-04-07 09:51:04.099274"], ["updated_at", "2015-04-07 09:51:04.099274"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4574"], ["description", "I-am-the-task-description_4169"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.103258"], ["updated_at", "2015-04-07 09:51:04.103258"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5428"], ["description", "I-am-the-task-description_6533"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.107256"], ["updated_at", "2015-04-07 09:51:04.107256"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2265"], ["description", "I-am-the-goal-description_6264"], ["version", 1], ["created_at", "2015-04-07 09:51:04.119819"], ["updated_at", "2015-04-07 09:51:04.119819"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2542"], ["description", "I-am-the-task-description_4860"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.123919"], ["updated_at", "2015-04-07 09:51:04.123919"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task25"], ["description", "I-am-the-task-description_5954"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.128012"], ["updated_at", "2015-04-07 09:51:04.128012"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6359"], ["description", "I-am-the-goal-description_599"], ["version", 1], ["created_at", "2015-04-07 09:51:04.142563"], ["updated_at", "2015-04-07 09:51:04.142563"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1024"], ["description", "I-am-the-task-description_2189"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.147342"], ["updated_at", "2015-04-07 09:51:04.147342"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task400"], ["description", "I-am-the-task-description_7285"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.151757"], ["updated_at", "2015-04-07 09:51:04.151757"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8910"], ["description", "I-am-the-goal-description_6260"], ["version", 1], ["created_at", "2015-04-07 09:51:04.163949"], ["updated_at", "2015-04-07 09:51:04.163949"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4365"], ["description", "I-am-the-task-description_3753"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.167994"], ["updated_at", "2015-04-07 09:51:04.167994"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task9986"], ["description", "I-am-the-task-description_665"], ["cost", 1], ["created_at", "2015-04-07 09:51:04.172116"], ["updated_at", "2015-04-07 09:51:04.172116"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:04.185073"], ["updated_at", "2015-04-07 09:51:04.185073"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3518ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1218"], ["description", "I-am-the-goal-description_5163"], ["version", 1], ["created_at", "2015-04-07 09:51:07.705081"], ["updated_at", "2015-04-07 09:51:07.705081"], ["tracking", "150407-19"]]  (2.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1803"], ["description", "I-am-the-task-description_3833"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.711665"], ["updated_at", "2015-04-07 09:51:07.711665"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task3265"], ["description", "I-am-the-task-description_7960"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.719239"], ["updated_at", "2015-04-07 09:51:07.719239"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:07.732699"], ["updated_at", "2015-04-07 09:51:07.732699"]]  (1.3ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 12ms (ActiveRecord: 2.1ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1621"], ["description", "I-am-the-goal-description_5533"], ["version", 1], ["created_at", "2015-04-07 09:51:07.754781"], ["updated_at", "2015-04-07 09:51:07.754781"], ["tracking", "150407-20"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2273"], ["description", "I-am-the-task-description_6017"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.763005"], ["updated_at", "2015-04-07 09:51:07.763005"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3777"], ["description", "I-am-the-task-description_1665"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.771233"], ["updated_at", "2015-04-07 09:51:07.771233"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:07.779520"], ["updated_at", "2015-04-07 09:51:07.779520"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7197"], ["description", "I-am-the-goal-description_9720"], ["version", 1], ["created_at", "2015-04-07 09:51:07.787947"], ["updated_at", "2015-04-07 09:51:07.787947"], ["tracking", "150407-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2271"], ["description", "I-am-the-task-description_7548"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.792154"], ["updated_at", "2015-04-07 09:51:07.792154"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7327"], ["description", "I-am-the-task-description_1658"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.796297"], ["updated_at", "2015-04-07 09:51:07.796297"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4848"], ["description", "I-am-the-goal-description_4786"], ["version", 1], ["created_at", "2015-04-07 09:51:07.804421"], ["updated_at", "2015-04-07 09:51:07.804421"], ["tracking", "150407-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2768"], ["description", "I-am-the-task-description_6649"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.808241"], ["updated_at", "2015-04-07 09:51:07.808241"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4518"], ["description", "I-am-the-task-description_2066"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.812323"], ["updated_at", "2015-04-07 09:51:07.812323"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:07.816272"], ["updated_at", "2015-04-07 09:51:07.816272"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_846"], ["description", "I-am-the-goal-description_6769"], ["version", 1], ["created_at", "2015-04-07 09:51:07.829691"], ["updated_at", "2015-04-07 09:51:07.829691"], ["tracking", "150407-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1904"], ["description", "I-am-the-task-description_1097"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.833586"], ["updated_at", "2015-04-07 09:51:07.833586"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1356"], ["description", "I-am-the-task-description_9902"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.837688"], ["updated_at", "2015-04-07 09:51:07.837688"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:07.841444"], ["updated_at", "2015-04-07 09:51:07.841444"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9899"], ["description", "I-am-the-goal-description_8242"], ["version", 1], ["created_at", "2015-04-07 09:51:07.854271"], ["updated_at", "2015-04-07 09:51:07.854271"], ["tracking", "150407-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7722"], ["description", "I-am-the-task-description_5664"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.858884"], ["updated_at", "2015-04-07 09:51:07.858884"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4632"], ["description", "I-am-the-task-description_717"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.863414"], ["updated_at", "2015-04-07 09:51:07.863414"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:07.867991"], ["updated_at", "2015-04-07 09:51:07.867991"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9619"], ["description", "I-am-the-goal-description_8050"], ["version", 1], ["created_at", "2015-04-07 09:51:07.891480"], ["updated_at", "2015-04-07 09:51:07.891480"], ["tracking", "150407-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6967"], ["description", "I-am-the-task-description_391"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.895794"], ["updated_at", "2015-04-07 09:51:07.895794"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6569"], ["description", "I-am-the-task-description_255"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.899887"], ["updated_at", "2015-04-07 09:51:07.899887"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:07.903672"], ["updated_at", "2015-04-07 09:51:07.903672"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7159"], ["description", "I-am-the-goal-description_5468"], ["version", 1], ["created_at", "2015-04-07 09:51:07.917550"], ["updated_at", "2015-04-07 09:51:07.917550"], ["tracking", "150407-26"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3649"], ["description", "I-am-the-task-description_6726"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.921914"], ["updated_at", "2015-04-07 09:51:07.921914"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2935"], ["description", "I-am-the-task-description_8876"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.926789"], ["updated_at", "2015-04-07 09:51:07.926789"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:07.932125"], ["updated_at", "2015-04-07 09:51:07.932125"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_538"], ["description", "I-am-the-goal-description_2333"], ["version", 1], ["created_at", "2015-04-07 09:51:07.944920"], ["updated_at", "2015-04-07 09:51:07.944920"], ["tracking", "150407-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5966"], ["description", "I-am-the-task-description_4964"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.949088"], ["updated_at", "2015-04-07 09:51:07.949088"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7377"], ["description", "I-am-the-task-description_6659"], ["cost", 1], ["created_at", "2015-04-07 09:51:07.953393"], ["updated_at", "2015-04-07 09:51:07.953393"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:07.957510"], ["updated_at", "2015-04-07 09:51:07.957510"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:51:07.963979"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5445"], ["description", "I-am-the-goal-description_5220"], ["version", 1], ["created_at", "2015-04-07 09:51:51.373958"], ["updated_at", "2015-04-07 09:51:51.373958"], ["tracking", "150407-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5428"], ["description", "I-am-the-task-description_9368"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.400902"], ["updated_at", "2015-04-07 09:51:51.400902"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4073"], ["description", "I-am-the-task-description_6021"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.406044"], ["updated_at", "2015-04-07 09:51:51.406044"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:51:51.512155"], ["task_id", 1], ["created_at", "2015-04-07 09:51:51.520523"], ["updated_at", "2015-04-07 09:51:51.520523"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:51:51.523156"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 113ms (ActiveRecord: 4.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8041"], ["description", "I-am-the-goal-description_8069"], ["version", 1], ["created_at", "2015-04-07 09:51:51.540122"], ["updated_at", "2015-04-07 09:51:51.540122"], ["tracking", "150407-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4378"], ["description", "I-am-the-task-description_1425"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.546145"], ["updated_at", "2015-04-07 09:51:51.546145"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9067"], ["description", "I-am-the-task-description_3809"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.552978"], ["updated_at", "2015-04-07 09:51:51.552978"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:51:51.559863"], ["task_id", 3], ["created_at", "2015-04-07 09:51:51.561098"], ["updated_at", "2015-04-07 09:51:51.561098"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:51:51.563619"], ["id", 3]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4121"], ["description", "I-am-the-goal-description_1853"], ["version", 1], ["created_at", "2015-04-07 09:51:51.576673"], ["updated_at", "2015-04-07 09:51:51.576673"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2885"], ["description", "I-am-the-task-description_3260"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.581160"], ["updated_at", "2015-04-07 09:51:51.581160"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6496"], ["description", "I-am-the-task-description_1752"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.585256"], ["updated_at", "2015-04-07 09:51:51.585256"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:51:51.593041"], ["task_id", 5], ["created_at", "2015-04-07 09:51:51.594270"], ["updated_at", "2015-04-07 09:51:51.594270"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:51:51.595942"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1483"], ["description", "I-am-the-goal-description_1821"], ["version", 1], ["created_at", "2015-04-07 09:51:51.644857"], ["updated_at", "2015-04-07 09:51:51.644857"], ["tracking", "150407-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task2589"], ["description", "I-am-the-task-description_2394"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.649371"], ["updated_at", "2015-04-07 09:51:51.649371"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task2238"], ["description", "I-am-the-task-description_2222"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.653605"], ["updated_at", "2015-04-07 09:51:51.653605"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:51:51.660816"], ["task_id", 7], ["created_at", "2015-04-07 09:51:51.662471"], ["updated_at", "2015-04-07 09:51:51.662471"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:51:51.664450"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7636"], ["description", "I-am-the-goal-description_7165"], ["version", 1], ["created_at", "2015-04-07 09:51:51.670849"], ["updated_at", "2015-04-07 09:51:51.670849"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task7432"], ["description", "I-am-the-task-description_10"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.675163"], ["updated_at", "2015-04-07 09:51:51.675163"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task2114"], ["description", "I-am-the-task-description_560"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.679325"], ["updated_at", "2015-04-07 09:51:51.679325"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 26ms (Views: 18.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_148"], ["description", "I-am-the-goal-description_9973"], ["version", 1], ["created_at", "2015-04-07 09:51:51.712244"], ["updated_at", "2015-04-07 09:51:51.712244"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task4937"], ["description", "I-am-the-task-description_3573"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.716183"], ["updated_at", "2015-04-07 09:51:51.716183"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task1703"], ["description", "I-am-the-task-description_3420"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.720074"], ["updated_at", "2015-04-07 09:51:51.720074"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3753"], ["description", "I-am-the-goal-description_5571"], ["version", 1], ["created_at", "2015-04-07 09:51:51.756199"], ["updated_at", "2015-04-07 09:51:51.756199"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task8202"], ["description", "I-am-the-task-description_819"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.760497"], ["updated_at", "2015-04-07 09:51:51.760497"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7492"], ["description", "I-am-the-goal-description_5415"], ["version", 1], ["created_at", "2015-04-07 09:51:51.764910"], ["updated_at", "2015-04-07 09:51:51.764910"], ["tracking", "150407-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task3918"], ["description", "I-am-the-task-description_6131"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.769021"], ["updated_at", "2015-04-07 09:51:51.769021"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5372"], ["description", "I-am-the-goal-description_3111"], ["version", 1], ["created_at", "2015-04-07 09:51:51.779158"], ["updated_at", "2015-04-07 09:51:51.779158"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1173"], ["description", "I-am-the-task-description_3369"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.783283"], ["updated_at", "2015-04-07 09:51:51.783283"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6711"], ["description", "I-am-the-task-description_8918"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.787401"], ["updated_at", "2015-04-07 09:51:51.787401"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2156"], ["description", "I-am-the-goal-description_2693"], ["version", 1], ["created_at", "2015-04-07 09:51:51.801923"], ["updated_at", "2015-04-07 09:51:51.801923"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task2939"], ["description", "I-am-the-task-description_7956"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.806106"], ["updated_at", "2015-04-07 09:51:51.806106"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6652"], ["description", "I-am-the-goal-description_3209"], ["version", 1], ["created_at", "2015-04-07 09:51:51.810187"], ["updated_at", "2015-04-07 09:51:51.810187"], ["tracking", "150407-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task1888"], ["description", "I-am-the-task-description_9688"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.814517"], ["updated_at", "2015-04-07 09:51:51.814517"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.5ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3447"], ["description", "I-am-the-goal-description_7760"], ["version", 1], ["created_at", "2015-04-07 09:51:51.827761"], ["updated_at", "2015-04-07 09:51:51.827761"], ["tracking", "150407-12"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3897"], ["description", "I-am-the-task-description_1405"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.833544"], ["updated_at", "2015-04-07 09:51:51.833544"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4320"], ["description", "I-am-the-task-description_3123"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.838851"], ["updated_at", "2015-04-07 09:51:51.838851"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5349"], ["description", "I-am-the-goal-description_2455"], ["version", 1], ["created_at", "2015-04-07 09:51:51.854070"], ["updated_at", "2015-04-07 09:51:51.854070"], ["tracking", "150407-13"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task173"], ["description", "I-am-the-task-description_5601"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.858200"], ["updated_at", "2015-04-07 09:51:51.858200"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4222"], ["description", "I-am-the-goal-description_8094"], ["version", 1], ["created_at", "2015-04-07 09:51:51.863018"], ["updated_at", "2015-04-07 09:51:51.863018"], ["tracking", "150407-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5797"], ["description", "I-am-the-task-description_6362"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.867952"], ["updated_at", "2015-04-07 09:51:51.867952"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5195"], ["description", "I-am-the-goal-description_7416"], ["version", 1], ["created_at", "2015-04-07 09:51:51.878244"], ["updated_at", "2015-04-07 09:51:51.878244"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3342"], ["description", "I-am-the-task-description_4800"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.882906"], ["updated_at", "2015-04-07 09:51:51.882906"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8902"], ["description", "I-am-the-task-description_6836"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.888161"], ["updated_at", "2015-04-07 09:51:51.888161"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.4ms) Completed 200 OK in 9ms (Views: 3.0ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5415"], ["description", "I-am-the-goal-description_2233"], ["version", 1], ["created_at", "2015-04-07 09:51:51.907929"], ["updated_at", "2015-04-07 09:51:51.907929"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1608"], ["description", "I-am-the-task-description_1043"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.912235"], ["updated_at", "2015-04-07 09:51:51.912235"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3157"], ["description", "I-am-the-task-description_2283"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.916442"], ["updated_at", "2015-04-07 09:51:51.916442"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8562"], ["description", "I-am-the-goal-description_3972"], ["version", 1], ["created_at", "2015-04-07 09:51:51.929034"], ["updated_at", "2015-04-07 09:51:51.929034"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1743"], ["description", "I-am-the-task-description_373"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.933079"], ["updated_at", "2015-04-07 09:51:51.933079"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8503"], ["description", "I-am-the-task-description_4952"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.937087"], ["updated_at", "2015-04-07 09:51:51.937087"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8623"], ["description", "I-am-the-goal-description_2944"], ["version", 1], ["created_at", "2015-04-07 09:51:51.950000"], ["updated_at", "2015-04-07 09:51:51.950000"], ["tracking", "150407-18"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1394"], ["description", "I-am-the-task-description_559"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.954620"], ["updated_at", "2015-04-07 09:51:51.954620"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4915"], ["description", "I-am-the-task-description_8714"], ["cost", 1], ["created_at", "2015-04-07 09:51:51.959180"], ["updated_at", "2015-04-07 09:51:51.959180"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:52.020694"], ["updated_at", "2015-04-07 09:51:52.020694"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 4013ms (ActiveRecord: 1.4ms)  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (2.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2605"], ["description", "I-am-the-goal-description_3697"], ["version", 1], ["created_at", "2015-04-07 09:51:56.041440"], ["updated_at", "2015-04-07 09:51:56.041440"], ["tracking", "150407-19"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5986"], ["description", "I-am-the-task-description_8650"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.051466"], ["updated_at", "2015-04-07 09:51:56.051466"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9245"], ["description", "I-am-the-task-description_1293"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.056999"], ["updated_at", "2015-04-07 09:51:56.056999"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.3ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:56.076153"], ["updated_at", "2015-04-07 09:51:56.076153"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 16ms (ActiveRecord: 2.4ms)  (0.7ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1589"], ["description", "I-am-the-goal-description_1754"], ["version", 1], ["created_at", "2015-04-07 09:51:56.097012"], ["updated_at", "2015-04-07 09:51:56.097012"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7633"], ["description", "I-am-the-task-description_7635"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.104820"], ["updated_at", "2015-04-07 09:51:56.104820"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3172"], ["description", "I-am-the-task-description_4097"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.111893"], ["updated_at", "2015-04-07 09:51:56.111893"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:56.120545"], ["updated_at", "2015-04-07 09:51:56.120545"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7083"], ["description", "I-am-the-goal-description_6337"], ["version", 1], ["created_at", "2015-04-07 09:51:56.136013"], ["updated_at", "2015-04-07 09:51:56.136013"], ["tracking", "150407-21"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7650"], ["description", "I-am-the-task-description_4247"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.142376"], ["updated_at", "2015-04-07 09:51:56.142376"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4072"], ["description", "I-am-the-task-description_9695"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.147683"], ["updated_at", "2015-04-07 09:51:56.147683"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3009"], ["description", "I-am-the-goal-description_2819"], ["version", 1], ["created_at", "2015-04-07 09:51:56.160024"], ["updated_at", "2015-04-07 09:51:56.160024"], ["tracking", "150407-22"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3226"], ["description", "I-am-the-task-description_2836"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.167735"], ["updated_at", "2015-04-07 09:51:56.167735"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task6532"], ["description", "I-am-the-task-description_7968"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.175182"], ["updated_at", "2015-04-07 09:51:56.175182"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:56.179576"], ["updated_at", "2015-04-07 09:51:56.179576"]]  (1.6ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.8ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1196"], ["description", "I-am-the-goal-description_3061"], ["version", 1], ["created_at", "2015-04-07 09:51:56.196083"], ["updated_at", "2015-04-07 09:51:56.196083"], ["tracking", "150407-23"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1112"], ["description", "I-am-the-task-description_6371"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.203543"], ["updated_at", "2015-04-07 09:51:56.203543"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2855"], ["description", "I-am-the-task-description_448"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.208809"], ["updated_at", "2015-04-07 09:51:56.208809"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:56.213654"], ["updated_at", "2015-04-07 09:51:56.213654"]]  (1.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9561"], ["description", "I-am-the-goal-description_8528"], ["version", 1], ["created_at", "2015-04-07 09:51:56.231431"], ["updated_at", "2015-04-07 09:51:56.231431"], ["tracking", "150407-24"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1142"], ["description", "I-am-the-task-description_429"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.237850"], ["updated_at", "2015-04-07 09:51:56.237850"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3028"], ["description", "I-am-the-task-description_1238"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.243093"], ["updated_at", "2015-04-07 09:51:56.243093"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:56.247397"], ["updated_at", "2015-04-07 09:51:56.247397"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value", "goal_id"=>"24"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2553"], ["description", "I-am-the-goal-description_5980"], ["version", 1], ["created_at", "2015-04-07 09:51:56.285990"], ["updated_at", "2015-04-07 09:51:56.285990"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5486"], ["description", "I-am-the-task-description_6260"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.291915"], ["updated_at", "2015-04-07 09:51:56.291915"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task663"], ["description", "I-am-the-task-description_4431"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.296413"], ["updated_at", "2015-04-07 09:51:56.296413"]]  (1.5ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:56.303920"], ["updated_at", "2015-04-07 09:51:56.303920"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4385"], ["description", "I-am-the-goal-description_151"], ["version", 1], ["created_at", "2015-04-07 09:51:56.398521"], ["updated_at", "2015-04-07 09:51:56.398521"], ["tracking", "150407-26"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1744"], ["description", "I-am-the-task-description_5088"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.408799"], ["updated_at", "2015-04-07 09:51:56.408799"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6425"], ["description", "I-am-the-task-description_3294"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.413512"], ["updated_at", "2015-04-07 09:51:56.413512"]]  (2.3ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:56.425437"], ["updated_at", "2015-04-07 09:51:56.425437"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.3ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.7ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 13ms (ActiveRecord: 2.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8804"], ["description", "I-am-the-goal-description_34"], ["version", 1], ["created_at", "2015-04-07 09:51:56.445897"], ["updated_at", "2015-04-07 09:51:56.445897"], ["tracking", "150407-27"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5843"], ["description", "I-am-the-task-description_1821"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.454212"], ["updated_at", "2015-04-07 09:51:56.454212"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5786"], ["description", "I-am-the-task-description_1060"], ["cost", 1], ["created_at", "2015-04-07 09:51:56.460890"], ["updated_at", "2015-04-07 09:51:56.460890"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (1.0ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:51:56.467134"], ["updated_at", "2015-04-07 09:51:56.467134"]]  (1.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:51:56.479062"], ["id", 57]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.0ms)  (3.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.7ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8392"], ["description", "I-am-the-goal-description_8245"], ["version", 1], ["created_at", "2015-04-07 09:52:07.175122"], ["updated_at", "2015-04-07 09:52:07.175122"], ["tracking", "150407-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4241"], ["description", "I-am-the-task-description_1821"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.245036"], ["updated_at", "2015-04-07 09:52:07.245036"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3811"], ["description", "I-am-the-task-description_9939"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.249495"], ["updated_at", "2015-04-07 09:52:07.249495"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-07 09:52:07.351363"], ["task_id", 1], ["created_at", "2015-04-07 09:52:07.360419"], ["updated_at", "2015-04-07 09:52:07.360419"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:52:07.362590"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 112ms (ActiveRecord: 4.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3407"], ["description", "I-am-the-goal-description_608"], ["version", 1], ["created_at", "2015-04-07 09:52:07.376886"], ["updated_at", "2015-04-07 09:52:07.376886"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7046"], ["description", "I-am-the-task-description_524"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.381257"], ["updated_at", "2015-04-07 09:52:07.381257"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9750"], ["description", "I-am-the-task-description_6131"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.385580"], ["updated_at", "2015-04-07 09:52:07.385580"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:52:07.392030"], ["task_id", 3], ["created_at", "2015-04-07 09:52:07.393276"], ["updated_at", "2015-04-07 09:52:07.393276"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:52:07.394823"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5541"], ["description", "I-am-the-goal-description_4938"], ["version", 1], ["created_at", "2015-04-07 09:52:07.403999"], ["updated_at", "2015-04-07 09:52:07.403999"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task278"], ["description", "I-am-the-task-description_4324"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.408318"], ["updated_at", "2015-04-07 09:52:07.408318"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7722"], ["description", "I-am-the-task-description_3056"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.412882"], ["updated_at", "2015-04-07 09:52:07.412882"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:52:07.423042"], ["task_id", 5], ["created_at", "2015-04-07 09:52:07.426337"], ["updated_at", "2015-04-07 09:52:07.426337"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:52:07.428577"], ["id", 5]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 2.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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_8122"], ["version", 1], ["created_at", "2015-04-07 09:52:07.440189"], ["updated_at", "2015-04-07 09:52:07.440189"], ["tracking", "150407-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task4984"], ["description", "I-am-the-task-description_1062"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.444168"], ["updated_at", "2015-04-07 09:52:07.444168"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task1916"], ["description", "I-am-the-task-description_7795"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.448296"], ["updated_at", "2015-04-07 09:52:07.448296"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:52:07.457434"], ["task_id", 7], ["created_at", "2015-04-07 09:52:07.459776"], ["updated_at", "2015-04-07 09:52:07.459776"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:52:07.461689"], ["id", 7]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 13ms (ActiveRecord: 2.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6935"], ["description", "I-am-the-goal-description_149"], ["version", 1], ["created_at", "2015-04-07 09:52:07.470176"], ["updated_at", "2015-04-07 09:52:07.470176"], ["tracking", "150407-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task638"], ["description", "I-am-the-task-description_2031"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.475308"], ["updated_at", "2015-04-07 09:52:07.475308"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8528"], ["description", "I-am-the-task-description_1938"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.481561"], ["updated_at", "2015-04-07 09:52:07.481561"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 85ms (Views: 78.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3558"], ["description", "I-am-the-goal-description_2830"], ["version", 1], ["created_at", "2015-04-07 09:52:07.577413"], ["updated_at", "2015-04-07 09:52:07.577413"], ["tracking", "150407-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task8177"], ["description", "I-am-the-task-description_978"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.583709"], ["updated_at", "2015-04-07 09:52:07.583709"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task8574"], ["description", "I-am-the-task-description_7769"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.588954"], ["updated_at", "2015-04-07 09:52:07.588954"]]  (0.7ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4281"], ["description", "I-am-the-goal-description_8395"], ["version", 1], ["created_at", "2015-04-07 09:52:07.634879"], ["updated_at", "2015-04-07 09:52:07.634879"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task9373"], ["description", "I-am-the-task-description_1510"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.639882"], ["updated_at", "2015-04-07 09:52:07.639882"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1984"], ["description", "I-am-the-goal-description_3712"], ["version", 1], ["created_at", "2015-04-07 09:52:07.643646"], ["updated_at", "2015-04-07 09:52:07.643646"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2449"], ["description", "I-am-the-task-description_9860"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.647403"], ["updated_at", "2015-04-07 09:52:07.647403"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1877"], ["description", "I-am-the-goal-description_5575"], ["version", 1], ["created_at", "2015-04-07 09:52:07.656522"], ["updated_at", "2015-04-07 09:52:07.656522"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9081"], ["description", "I-am-the-task-description_8532"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.660676"], ["updated_at", "2015-04-07 09:52:07.660676"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2742"], ["description", "I-am-the-task-description_5074"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.665439"], ["updated_at", "2015-04-07 09:52:07.665439"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3661"], ["description", "I-am-the-goal-description_6049"], ["version", 1], ["created_at", "2015-04-07 09:52:07.680312"], ["updated_at", "2015-04-07 09:52:07.680312"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8390"], ["description", "I-am-the-task-description_4694"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.684069"], ["updated_at", "2015-04-07 09:52:07.684069"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4751"], ["description", "I-am-the-goal-description_9239"], ["version", 1], ["created_at", "2015-04-07 09:52:07.688462"], ["updated_at", "2015-04-07 09:52:07.688462"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9004"], ["description", "I-am-the-task-description_2852"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.693111"], ["updated_at", "2015-04-07 09:52:07.693111"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1401"], ["description", "I-am-the-goal-description_7144"], ["version", 1], ["created_at", "2015-04-07 09:52:07.704000"], ["updated_at", "2015-04-07 09:52:07.704000"], ["tracking", "150407-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1506"], ["description", "I-am-the-task-description_6545"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.709061"], ["updated_at", "2015-04-07 09:52:07.709061"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7165"], ["description", "I-am-the-task-description_7447"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.713927"], ["updated_at", "2015-04-07 09:52:07.713927"]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9696"], ["description", "I-am-the-goal-description_2418"], ["version", 1], ["created_at", "2015-04-07 09:52:07.730846"], ["updated_at", "2015-04-07 09:52:07.730846"], ["tracking", "150407-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2539"], ["description", "I-am-the-task-description_3841"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.738568"], ["updated_at", "2015-04-07 09:52:07.738568"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_690"], ["description", "I-am-the-goal-description_1339"], ["version", 1], ["created_at", "2015-04-07 09:52:07.745822"], ["updated_at", "2015-04-07 09:52:07.745822"], ["tracking", "150407-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8579"], ["description", "I-am-the-task-description_43"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.751667"], ["updated_at", "2015-04-07 09:52:07.751667"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1207"], ["description", "I-am-the-goal-description_3237"], ["version", 1], ["created_at", "2015-04-07 09:52:07.763349"], ["updated_at", "2015-04-07 09:52:07.763349"], ["tracking", "150407-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task2859"], ["description", "I-am-the-task-description_4118"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.769671"], ["updated_at", "2015-04-07 09:52:07.769671"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3639"], ["description", "I-am-the-task-description_1673"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.774104"], ["updated_at", "2015-04-07 09:52:07.774104"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5269"], ["description", "I-am-the-goal-description_520"], ["version", 1], ["created_at", "2015-04-07 09:52:07.787615"], ["updated_at", "2015-04-07 09:52:07.787615"], ["tracking", "150407-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1363"], ["description", "I-am-the-task-description_6110"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.791914"], ["updated_at", "2015-04-07 09:52:07.791914"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6332"], ["description", "I-am-the-task-description_4450"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.796464"], ["updated_at", "2015-04-07 09:52:07.796464"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7423"], ["description", "I-am-the-goal-description_130"], ["version", 1], ["created_at", "2015-04-07 09:52:07.810462"], ["updated_at", "2015-04-07 09:52:07.810462"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9524"], ["description", "I-am-the-task-description_2101"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.814519"], ["updated_at", "2015-04-07 09:52:07.814519"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5442"], ["description", "I-am-the-task-description_9931"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.818472"], ["updated_at", "2015-04-07 09:52:07.818472"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2232"], ["description", "I-am-the-goal-description_5561"], ["version", 1], ["created_at", "2015-04-07 09:52:07.830022"], ["updated_at", "2015-04-07 09:52:07.830022"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6879"], ["description", "I-am-the-task-description_7240"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.834049"], ["updated_at", "2015-04-07 09:52:07.834049"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1543"], ["description", "I-am-the-task-description_3871"], ["cost", 1], ["created_at", "2015-04-07 09:52:07.838056"], ["updated_at", "2015-04-07 09:52:07.838056"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:07.849959"], ["updated_at", "2015-04-07 09:52:07.849959"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3919ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_722"], ["description", "I-am-the-goal-description_3789"], ["version", 1], ["created_at", "2015-04-07 09:52:11.771868"], ["updated_at", "2015-04-07 09:52:11.771868"], ["tracking", "150407-19"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task307"], ["description", "I-am-the-task-description_7807"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.777861"], ["updated_at", "2015-04-07 09:52:11.777861"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7039"], ["description", "I-am-the-task-description_9279"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.782762"], ["updated_at", "2015-04-07 09:52:11.782762"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:11.792478"], ["updated_at", "2015-04-07 09:52:11.792478"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 9ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5557"], ["description", "I-am-the-goal-description_4233"], ["version", 1], ["created_at", "2015-04-07 09:52:11.808327"], ["updated_at", "2015-04-07 09:52:11.808327"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.4ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task9640"], ["description", "I-am-the-task-description_8329"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.818562"], ["updated_at", "2015-04-07 09:52:11.818562"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2181"], ["description", "I-am-the-task-description_6568"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.828942"], ["updated_at", "2015-04-07 09:52:11.828942"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:11.839615"], ["updated_at", "2015-04-07 09:52:11.839615"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 8ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8443"], ["description", "I-am-the-goal-description_3243"], ["version", 1], ["created_at", "2015-04-07 09:52:11.850631"], ["updated_at", "2015-04-07 09:52:11.850631"], ["tracking", "150407-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5389"], ["description", "I-am-the-task-description_1418"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.854979"], ["updated_at", "2015-04-07 09:52:11.854979"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9476"], ["description", "I-am-the-task-description_1212"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.861474"], ["updated_at", "2015-04-07 09:52:11.861474"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9987"], ["description", "I-am-the-goal-description_2234"], ["version", 1], ["created_at", "2015-04-07 09:52:11.870637"], ["updated_at", "2015-04-07 09:52:11.870637"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9309"], ["description", "I-am-the-task-description_3331"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.874582"], ["updated_at", "2015-04-07 09:52:11.874582"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8911"], ["description", "I-am-the-task-description_5865"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.878451"], ["updated_at", "2015-04-07 09:52:11.878451"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:11.882162"], ["updated_at", "2015-04-07 09:52:11.882162"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6373"], ["description", "I-am-the-goal-description_6927"], ["version", 1], ["created_at", "2015-04-07 09:52:11.895077"], ["updated_at", "2015-04-07 09:52:11.895077"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2505"], ["description", "I-am-the-task-description_6248"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.899450"], ["updated_at", "2015-04-07 09:52:11.899450"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task397"], ["description", "I-am-the-task-description_7713"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.903380"], ["updated_at", "2015-04-07 09:52:11.903380"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:11.907122"], ["updated_at", "2015-04-07 09:52:11.907122"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3926"], ["description", "I-am-the-goal-description_1369"], ["version", 1], ["created_at", "2015-04-07 09:52:11.921126"], ["updated_at", "2015-04-07 09:52:11.921126"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1985"], ["description", "I-am-the-task-description_778"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.925526"], ["updated_at", "2015-04-07 09:52:11.925526"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1535"], ["description", "I-am-the-task-description_1771"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.929957"], ["updated_at", "2015-04-07 09:52:11.929957"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:11.934115"], ["updated_at", "2015-04-07 09:52:11.934115"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value", "goal_id"=>"24"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9303"], ["description", "I-am-the-goal-description_127"], ["version", 1], ["created_at", "2015-04-07 09:52:11.956471"], ["updated_at", "2015-04-07 09:52:11.956471"], ["tracking", "150407-25"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9969"], ["description", "I-am-the-task-description_3950"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.962049"], ["updated_at", "2015-04-07 09:52:11.962049"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task1078"], ["description", "I-am-the-task-description_607"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.966207"], ["updated_at", "2015-04-07 09:52:11.966207"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:11.970375"], ["updated_at", "2015-04-07 09:52:11.970375"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3613"], ["description", "I-am-the-goal-description_602"], ["version", 1], ["created_at", "2015-04-07 09:52:11.983181"], ["updated_at", "2015-04-07 09:52:11.983181"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task564"], ["description", "I-am-the-task-description_3661"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.987006"], ["updated_at", "2015-04-07 09:52:11.987006"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task912"], ["description", "I-am-the-task-description_7805"], ["cost", 1], ["created_at", "2015-04-07 09:52:11.990766"], ["updated_at", "2015-04-07 09:52:11.990766"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:11.996532"], ["updated_at", "2015-04-07 09:52:11.996532"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4046"], ["description", "I-am-the-goal-description_4188"], ["version", 1], ["created_at", "2015-04-07 09:52:12.010712"], ["updated_at", "2015-04-07 09:52:12.010712"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7525"], ["description", "I-am-the-task-description_1846"], ["cost", 1], ["created_at", "2015-04-07 09:52:12.015585"], ["updated_at", "2015-04-07 09:52:12.015585"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5351"], ["description", "I-am-the-task-description_2498"], ["cost", 1], ["created_at", "2015-04-07 09:52:12.019481"], ["updated_at", "2015-04-07 09:52:12.019481"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:12.023148"], ["updated_at", "2015-04-07 09:52:12.023148"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:52:12.029161"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2701"], ["description", "I-am-the-goal-description_3441"], ["version", 1], ["created_at", "2015-04-07 09:52:23.469959"], ["updated_at", "2015-04-07 09:52:23.469959"], ["tracking", "150407-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1895"], ["description", "I-am-the-task-description_6178"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.490226"], ["updated_at", "2015-04-07 09:52:23.490226"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2412"], ["description", "I-am-the-task-description_6931"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.494775"], ["updated_at", "2015-04-07 09:52:23.494775"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:52:23.587381"], ["task_id", 1], ["created_at", "2015-04-07 09:52:23.595690"], ["updated_at", "2015-04-07 09:52:23.595690"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:52:23.598043"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 102ms (ActiveRecord: 3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_969"], ["description", "I-am-the-goal-description_2199"], ["version", 1], ["created_at", "2015-04-07 09:52:23.652899"], ["updated_at", "2015-04-07 09:52:23.652899"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3631"], ["description", "I-am-the-task-description_1839"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.657323"], ["updated_at", "2015-04-07 09:52:23.657323"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2111"], ["description", "I-am-the-task-description_9367"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.661882"], ["updated_at", "2015-04-07 09:52:23.661882"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:52:23.668579"], ["task_id", 3], ["created_at", "2015-04-07 09:52:23.669838"], ["updated_at", "2015-04-07 09:52:23.669838"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:52:23.671342"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_128"], ["description", "I-am-the-goal-description_4488"], ["version", 1], ["created_at", "2015-04-07 09:52:23.680448"], ["updated_at", "2015-04-07 09:52:23.680448"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task371"], ["description", "I-am-the-task-description_2455"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.684957"], ["updated_at", "2015-04-07 09:52:23.684957"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9218"], ["description", "I-am-the-task-description_9995"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.688921"], ["updated_at", "2015-04-07 09:52:23.688921"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:52:23.699323"], ["task_id", 5], ["created_at", "2015-04-07 09:52:23.700823"], ["updated_at", "2015-04-07 09:52:23.700823"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:52:23.702488"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2181"], ["description", "I-am-the-goal-description_8744"], ["version", 1], ["created_at", "2015-04-07 09:52:23.711266"], ["updated_at", "2015-04-07 09:52:23.711266"], ["tracking", "150407-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task7931"], ["description", "I-am-the-task-description_7734"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.715979"], ["updated_at", "2015-04-07 09:52:23.715979"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task6875"], ["description", "I-am-the-task-description_3147"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.720545"], ["updated_at", "2015-04-07 09:52:23.720545"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:52:23.727225"], ["task_id", 7], ["created_at", "2015-04-07 09:52:23.728476"], ["updated_at", "2015-04-07 09:52:23.728476"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:52:23.730021"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4068"], ["description", "I-am-the-goal-description_8300"], ["version", 1], ["created_at", "2015-04-07 09:52:23.736029"], ["updated_at", "2015-04-07 09:52:23.736029"], ["tracking", "150407-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task6429"], ["description", "I-am-the-task-description_3461"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.740061"], ["updated_at", "2015-04-07 09:52:23.740061"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task7908"], ["description", "I-am-the-task-description_6942"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.745296"], ["updated_at", "2015-04-07 09:52:23.745296"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 23ms (Views: 15.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9940"], ["description", "I-am-the-goal-description_5534"], ["version", 1], ["created_at", "2015-04-07 09:52:23.778802"], ["updated_at", "2015-04-07 09:52:23.778802"], ["tracking", "150407-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task3381"], ["description", "I-am-the-task-description_9366"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.783898"], ["updated_at", "2015-04-07 09:52:23.783898"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task3463"], ["description", "I-am-the-task-description_74"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.788459"], ["updated_at", "2015-04-07 09:52:23.788459"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2995"], ["description", "I-am-the-goal-description_1703"], ["version", 1], ["created_at", "2015-04-07 09:52:23.827844"], ["updated_at", "2015-04-07 09:52:23.827844"], ["tracking", "150407-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task1908"], ["description", "I-am-the-task-description_3590"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.834600"], ["updated_at", "2015-04-07 09:52:23.834600"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4327"], ["description", "I-am-the-goal-description_9271"], ["version", 1], ["created_at", "2015-04-07 09:52:23.838949"], ["updated_at", "2015-04-07 09:52:23.838949"], ["tracking", "150407-8"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task4637"], ["description", "I-am-the-task-description_2913"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.843931"], ["updated_at", "2015-04-07 09:52:23.843931"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9573"], ["description", "I-am-the-goal-description_640"], ["version", 1], ["created_at", "2015-04-07 09:52:23.854636"], ["updated_at", "2015-04-07 09:52:23.854636"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5678"], ["description", "I-am-the-task-description_1055"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.858848"], ["updated_at", "2015-04-07 09:52:23.858848"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5969"], ["description", "I-am-the-task-description_9099"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.863003"], ["updated_at", "2015-04-07 09:52:23.863003"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_638"], ["description", "I-am-the-goal-description_8418"], ["version", 1], ["created_at", "2015-04-07 09:52:23.926858"], ["updated_at", "2015-04-07 09:52:23.926858"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task1041"], ["description", "I-am-the-task-description_1305"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.931081"], ["updated_at", "2015-04-07 09:52:23.931081"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3679"], ["description", "I-am-the-goal-description_1730"], ["version", 1], ["created_at", "2015-04-07 09:52:23.934898"], ["updated_at", "2015-04-07 09:52:23.934898"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task2383"], ["description", "I-am-the-task-description_4982"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.938894"], ["updated_at", "2015-04-07 09:52:23.938894"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1217"], ["description", "I-am-the-goal-description_3919"], ["version", 1], ["created_at", "2015-04-07 09:52:23.950094"], ["updated_at", "2015-04-07 09:52:23.950094"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4407"], ["description", "I-am-the-task-description_6887"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.954648"], ["updated_at", "2015-04-07 09:52:23.954648"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4097"], ["description", "I-am-the-task-description_7359"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.958765"], ["updated_at", "2015-04-07 09:52:23.958765"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7149"], ["description", "I-am-the-goal-description_9654"], ["version", 1], ["created_at", "2015-04-07 09:52:23.974136"], ["updated_at", "2015-04-07 09:52:23.974136"], ["tracking", "150407-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5370"], ["description", "I-am-the-task-description_7435"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.978802"], ["updated_at", "2015-04-07 09:52:23.978802"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) 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_4701"], ["version", 1], ["created_at", "2015-04-07 09:52:23.983501"], ["updated_at", "2015-04-07 09:52:23.983501"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2654"], ["description", "I-am-the-task-description_548"], ["cost", 1], ["created_at", "2015-04-07 09:52:23.987972"], ["updated_at", "2015-04-07 09:52:23.987972"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9929"], ["description", "I-am-the-goal-description_9252"], ["version", 1], ["created_at", "2015-04-07 09:52:24.000638"], ["updated_at", "2015-04-07 09:52:24.000638"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8179"], ["description", "I-am-the-task-description_5447"], ["cost", 1], ["created_at", "2015-04-07 09:52:24.005661"], ["updated_at", "2015-04-07 09:52:24.005661"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8129"], ["description", "I-am-the-task-description_4416"], ["cost", 1], ["created_at", "2015-04-07 09:52:24.009784"], ["updated_at", "2015-04-07 09:52:24.009784"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8053"], ["description", "I-am-the-goal-description_764"], ["version", 1], ["created_at", "2015-04-07 09:52:24.024899"], ["updated_at", "2015-04-07 09:52:24.024899"], ["tracking", "150407-16"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5001"], ["description", "I-am-the-task-description_5026"], ["cost", 1], ["created_at", "2015-04-07 09:52:24.031849"], ["updated_at", "2015-04-07 09:52:24.031849"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8026"], ["description", "I-am-the-task-description_7973"], ["cost", 1], ["created_at", "2015-04-07 09:52:24.037504"], ["updated_at", "2015-04-07 09:52:24.037504"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.7ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2088"], ["description", "I-am-the-goal-description_7211"], ["version", 1], ["created_at", "2015-04-07 09:52:24.052883"], ["updated_at", "2015-04-07 09:52:24.052883"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7938"], ["description", "I-am-the-task-description_5927"], ["cost", 1], ["created_at", "2015-04-07 09:52:24.056666"], ["updated_at", "2015-04-07 09:52:24.056666"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6538"], ["description", "I-am-the-task-description_8138"], ["cost", 1], ["created_at", "2015-04-07 09:52:24.060602"], ["updated_at", "2015-04-07 09:52:24.060602"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5922"], ["description", "I-am-the-goal-description_3917"], ["version", 1], ["created_at", "2015-04-07 09:52:24.072109"], ["updated_at", "2015-04-07 09:52:24.072109"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8074"], ["description", "I-am-the-task-description_6303"], ["cost", 1], ["created_at", "2015-04-07 09:52:24.076234"], ["updated_at", "2015-04-07 09:52:24.076234"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2581"], ["description", "I-am-the-task-description_4112"], ["cost", 1], ["created_at", "2015-04-07 09:52:24.080187"], ["updated_at", "2015-04-07 09:52:24.080187"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:24.091980"], ["updated_at", "2015-04-07 09:52:24.091980"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3642ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5374"], ["description", "I-am-the-goal-description_8111"], ["version", 1], ["created_at", "2015-04-07 09:52:27.736158"], ["updated_at", "2015-04-07 09:52:27.736158"], ["tracking", "150407-19"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9969"], ["description", "I-am-the-task-description_4888"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.743355"], ["updated_at", "2015-04-07 09:52:27.743355"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9552"], ["description", "I-am-the-task-description_1994"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.750994"], ["updated_at", "2015-04-07 09:52:27.750994"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:27.758374"], ["updated_at", "2015-04-07 09:52:27.758374"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7684"], ["description", "I-am-the-goal-description_5590"], ["version", 1], ["created_at", "2015-04-07 09:52:27.768059"], ["updated_at", "2015-04-07 09:52:27.768059"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6758"], ["description", "I-am-the-task-description_9059"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.772178"], ["updated_at", "2015-04-07 09:52:27.772178"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7923"], ["description", "I-am-the-task-description_3130"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.777850"], ["updated_at", "2015-04-07 09:52:27.777850"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:27.784332"], ["updated_at", "2015-04-07 09:52:27.784332"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6243"], ["description", "I-am-the-goal-description_2277"], ["version", 1], ["created_at", "2015-04-07 09:52:27.792497"], ["updated_at", "2015-04-07 09:52:27.792497"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task3954"], ["description", "I-am-the-task-description_2345"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.796408"], ["updated_at", "2015-04-07 09:52:27.796408"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6012"], ["description", "I-am-the-task-description_7941"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.800287"], ["updated_at", "2015-04-07 09:52:27.800287"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7980"], ["description", "I-am-the-goal-description_2920"], ["version", 1], ["created_at", "2015-04-07 09:52:27.808458"], ["updated_at", "2015-04-07 09:52:27.808458"], ["tracking", "150407-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2437"], ["description", "I-am-the-task-description_8913"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.812378"], ["updated_at", "2015-04-07 09:52:27.812378"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9318"], ["description", "I-am-the-task-description_3264"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.816331"], ["updated_at", "2015-04-07 09:52:27.816331"]]  (1.2ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:27.820472"], ["updated_at", "2015-04-07 09:52:27.820472"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1369"], ["description", "I-am-the-goal-description_9200"], ["version", 1], ["created_at", "2015-04-07 09:52:27.833675"], ["updated_at", "2015-04-07 09:52:27.833675"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3842"], ["description", "I-am-the-task-description_9663"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.837689"], ["updated_at", "2015-04-07 09:52:27.837689"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3518"], ["description", "I-am-the-task-description_2253"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.843368"], ["updated_at", "2015-04-07 09:52:27.843368"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:27.847652"], ["updated_at", "2015-04-07 09:52:27.847652"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3081"], ["description", "I-am-the-goal-description_5527"], ["version", 1], ["created_at", "2015-04-07 09:52:27.860007"], ["updated_at", "2015-04-07 09:52:27.860007"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7252"], ["description", "I-am-the-task-description_4995"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.864081"], ["updated_at", "2015-04-07 09:52:27.864081"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2814"], ["description", "I-am-the-task-description_6287"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.920296"], ["updated_at", "2015-04-07 09:52:27.920296"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:27.924322"], ["updated_at", "2015-04-07 09:52:27.924322"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"invalid value", "goal_id"=>"24"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) 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_178"], ["version", 1], ["created_at", "2015-04-07 09:52:27.948043"], ["updated_at", "2015-04-07 09:52:27.948043"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6064"], ["description", "I-am-the-task-description_4909"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.951953"], ["updated_at", "2015-04-07 09:52:27.951953"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8199"], ["description", "I-am-the-task-description_3162"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.955907"], ["updated_at", "2015-04-07 09:52:27.955907"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:27.959879"], ["updated_at", "2015-04-07 09:52:27.959879"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5752"], ["description", "I-am-the-goal-description_2243"], ["version", 1], ["created_at", "2015-04-07 09:52:27.974387"], ["updated_at", "2015-04-07 09:52:27.974387"], ["tracking", "150407-26"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task413"], ["description", "I-am-the-task-description_2725"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.978375"], ["updated_at", "2015-04-07 09:52:27.978375"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1577"], ["description", "I-am-the-task-description_3254"], ["cost", 1], ["created_at", "2015-04-07 09:52:27.983110"], ["updated_at", "2015-04-07 09:52:27.983110"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:27.988191"], ["updated_at", "2015-04-07 09:52:27.988191"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8288"], ["description", "I-am-the-goal-description_3864"], ["version", 1], ["created_at", "2015-04-07 09:52:28.004426"], ["updated_at", "2015-04-07 09:52:28.004426"], ["tracking", "150407-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6104"], ["description", "I-am-the-task-description_7702"], ["cost", 1], ["created_at", "2015-04-07 09:52:28.008859"], ["updated_at", "2015-04-07 09:52:28.008859"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4551"], ["description", "I-am-the-task-description_767"], ["cost", 1], ["created_at", "2015-04-07 09:52:28.013431"], ["updated_at", "2015-04-07 09:52:28.013431"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:52:28.017392"], ["updated_at", "2015-04-07 09:52:28.017392"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:52:28.023819"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2558"], ["description", "I-am-the-goal-description_8747"], ["version", 1], ["created_at", "2015-04-07 09:53:33.041897"], ["updated_at", "2015-04-07 09:53:33.041897"], ["tracking", "150407-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2522"], ["description", "I-am-the-task-description_2084"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.120490"], ["updated_at", "2015-04-07 09:53:33.120490"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2261"], ["description", "I-am-the-task-description_9523"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.124885"], ["updated_at", "2015-04-07 09:53:33.124885"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:53:33.210567"], ["task_id", 1], ["created_at", "2015-04-07 09:53:33.219805"], ["updated_at", "2015-04-07 09:53:33.219805"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:53:33.221992"], ["id", 1]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 95ms (ActiveRecord: 2.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_383"], ["description", "I-am-the-goal-description_8410"], ["version", 1], ["created_at", "2015-04-07 09:53:33.236931"], ["updated_at", "2015-04-07 09:53:33.236931"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1199"], ["description", "I-am-the-task-description_6448"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.241481"], ["updated_at", "2015-04-07 09:53:33.241481"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1358"], ["description", "I-am-the-task-description_9964"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.245437"], ["updated_at", "2015-04-07 09:53:33.245437"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:53:33.252024"], ["task_id", 3], ["created_at", "2015-04-07 09:53:33.253321"], ["updated_at", "2015-04-07 09:53:33.253321"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:53:33.255035"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5995"], ["description", "I-am-the-goal-description_2027"], ["version", 1], ["created_at", "2015-04-07 09:53:33.264288"], ["updated_at", "2015-04-07 09:53:33.264288"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1325"], ["description", "I-am-the-task-description_2515"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.269130"], ["updated_at", "2015-04-07 09:53:33.269130"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3306"], ["description", "I-am-the-task-description_1289"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.273397"], ["updated_at", "2015-04-07 09:53:33.273397"]]  (1.4ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:53:33.283505"], ["task_id", 5], ["created_at", "2015-04-07 09:53:33.284772"], ["updated_at", "2015-04-07 09:53:33.284772"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:53:33.286532"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5218"], ["description", "I-am-the-goal-description_9453"], ["version", 1], ["created_at", "2015-04-07 09:53:33.296694"], ["updated_at", "2015-04-07 09:53:33.296694"], ["tracking", "150407-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task3889"], ["description", "I-am-the-task-description_6721"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.301385"], ["updated_at", "2015-04-07 09:53:33.301385"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task4284"], ["description", "I-am-the-task-description_6271"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.305543"], ["updated_at", "2015-04-07 09:53:33.305543"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:53:33.312121"], ["task_id", 7], ["created_at", "2015-04-07 09:53:33.313477"], ["updated_at", "2015-04-07 09:53:33.313477"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:53:33.315125"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4147"], ["description", "I-am-the-goal-description_3825"], ["version", 1], ["created_at", "2015-04-07 09:53:33.321166"], ["updated_at", "2015-04-07 09:53:33.321166"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task5656"], ["description", "I-am-the-task-description_9721"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.325347"], ["updated_at", "2015-04-07 09:53:33.325347"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task1679"], ["description", "I-am-the-task-description_572"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.329917"], ["updated_at", "2015-04-07 09:53:33.329917"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 66ms (Views: 14.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2864"], ["description", "I-am-the-goal-description_5614"], ["version", 1], ["created_at", "2015-04-07 09:53:33.404465"], ["updated_at", "2015-04-07 09:53:33.404465"], ["tracking", "150407-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task2291"], ["description", "I-am-the-task-description_6119"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.409743"], ["updated_at", "2015-04-07 09:53:33.409743"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task1671"], ["description", "I-am-the-task-description_814"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.414177"], ["updated_at", "2015-04-07 09:53:33.414177"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4227"], ["description", "I-am-the-goal-description_1757"], ["version", 1], ["created_at", "2015-04-07 09:53:33.452252"], ["updated_at", "2015-04-07 09:53:33.452252"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task3061"], ["description", "I-am-the-task-description_5422"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.456450"], ["updated_at", "2015-04-07 09:53:33.456450"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9804"], ["description", "I-am-the-goal-description_1595"], ["version", 1], ["created_at", "2015-04-07 09:53:33.460282"], ["updated_at", "2015-04-07 09:53:33.460282"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task3944"], ["description", "I-am-the-task-description_4021"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.464107"], ["updated_at", "2015-04-07 09:53:33.464107"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1744"], ["description", "I-am-the-goal-description_7493"], ["version", 1], ["created_at", "2015-04-07 09:53:33.474197"], ["updated_at", "2015-04-07 09:53:33.474197"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9313"], ["description", "I-am-the-task-description_6473"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.478964"], ["updated_at", "2015-04-07 09:53:33.478964"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8693"], ["description", "I-am-the-task-description_6293"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.483448"], ["updated_at", "2015-04-07 09:53:33.483448"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2353"], ["description", "I-am-the-goal-description_1380"], ["version", 1], ["created_at", "2015-04-07 09:53:33.498218"], ["updated_at", "2015-04-07 09:53:33.498218"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task1501"], ["description", "I-am-the-task-description_7977"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.502447"], ["updated_at", "2015-04-07 09:53:33.502447"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9361"], ["description", "I-am-the-goal-description_9147"], ["version", 1], ["created_at", "2015-04-07 09:53:33.507996"], ["updated_at", "2015-04-07 09:53:33.507996"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task1423"], ["description", "I-am-the-task-description_7647"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.514053"], ["updated_at", "2015-04-07 09:53:33.514053"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_55"], ["description", "I-am-the-goal-description_8994"], ["version", 1], ["created_at", "2015-04-07 09:53:33.523786"], ["updated_at", "2015-04-07 09:53:33.523786"], ["tracking", "150407-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task268"], ["description", "I-am-the-task-description_2196"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.527659"], ["updated_at", "2015-04-07 09:53:33.527659"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7696"], ["description", "I-am-the-task-description_6557"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.531502"], ["updated_at", "2015-04-07 09:53:33.531502"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9411"], ["description", "I-am-the-goal-description_6183"], ["version", 1], ["created_at", "2015-04-07 09:53:33.545424"], ["updated_at", "2015-04-07 09:53:33.545424"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2405"], ["description", "I-am-the-task-description_4341"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.549914"], ["updated_at", "2015-04-07 09:53:33.549914"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4860"], ["description", "I-am-the-goal-description_6604"], ["version", 1], ["created_at", "2015-04-07 09:53:33.554357"], ["updated_at", "2015-04-07 09:53:33.554357"], ["tracking", "150407-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2006"], ["description", "I-am-the-task-description_1182"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.558838"], ["updated_at", "2015-04-07 09:53:33.558838"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_792"], ["description", "I-am-the-goal-description_336"], ["version", 1], ["created_at", "2015-04-07 09:53:33.570530"], ["updated_at", "2015-04-07 09:53:33.570530"], ["tracking", "150407-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5729"], ["description", "I-am-the-task-description_2262"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.574853"], ["updated_at", "2015-04-07 09:53:33.574853"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8781"], ["description", "I-am-the-task-description_6173"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.578820"], ["updated_at", "2015-04-07 09:53:33.578820"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4397"], ["description", "I-am-the-goal-description_9915"], ["version", 1], ["created_at", "2015-04-07 09:53:33.590924"], ["updated_at", "2015-04-07 09:53:33.590924"], ["tracking", "150407-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3965"], ["description", "I-am-the-task-description_8203"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.594867"], ["updated_at", "2015-04-07 09:53:33.594867"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1463"], ["description", "I-am-the-task-description_2773"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.598838"], ["updated_at", "2015-04-07 09:53:33.598838"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3540"], ["description", "I-am-the-goal-description_1397"], ["version", 1], ["created_at", "2015-04-07 09:53:33.613625"], ["updated_at", "2015-04-07 09:53:33.613625"], ["tracking", "150407-17"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7375"], ["description", "I-am-the-task-description_6048"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.617641"], ["updated_at", "2015-04-07 09:53:33.617641"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7533"], ["description", "I-am-the-task-description_4055"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.621812"], ["updated_at", "2015-04-07 09:53:33.621812"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8094"], ["description", "I-am-the-goal-description_1501"], ["version", 1], ["created_at", "2015-04-07 09:53:33.635363"], ["updated_at", "2015-04-07 09:53:33.635363"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2407"], ["description", "I-am-the-task-description_3183"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.639887"], ["updated_at", "2015-04-07 09:53:33.639887"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5762"], ["description", "I-am-the-task-description_7750"], ["cost", 1], ["created_at", "2015-04-07 09:53:33.645081"], ["updated_at", "2015-04-07 09:53:33.645081"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:53:33.703706"], ["updated_at", "2015-04-07 09:53:33.703706"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3326ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_984"], ["description", "I-am-the-goal-description_9329"], ["version", 1], ["created_at", "2015-04-07 09:53:37.032023"], ["updated_at", "2015-04-07 09:53:37.032023"], ["tracking", "150407-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6939"], ["description", "I-am-the-task-description_4780"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.038374"], ["updated_at", "2015-04-07 09:53:37.038374"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9667"], ["description", "I-am-the-task-description_2533"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.042867"], ["updated_at", "2015-04-07 09:53:37.042867"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:53:37.049230"], ["updated_at", "2015-04-07 09:53:37.049230"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6468"], ["description", "I-am-the-goal-description_6648"], ["version", 1], ["created_at", "2015-04-07 09:53:37.058702"], ["updated_at", "2015-04-07 09:53:37.058702"], ["tracking", "150407-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6423"], ["description", "I-am-the-task-description_5812"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.062718"], ["updated_at", "2015-04-07 09:53:37.062718"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4116"], ["description", "I-am-the-task-description_7142"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.067612"], ["updated_at", "2015-04-07 09:53:37.067612"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:53:37.075781"], ["updated_at", "2015-04-07 09:53:37.075781"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5431"], ["description", "I-am-the-goal-description_8683"], ["version", 1], ["created_at", "2015-04-07 09:53:37.083294"], ["updated_at", "2015-04-07 09:53:37.083294"], ["tracking", "150407-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2800"], ["description", "I-am-the-task-description_6671"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.087207"], ["updated_at", "2015-04-07 09:53:37.087207"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task1254"], ["description", "I-am-the-task-description_9428"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.091975"], ["updated_at", "2015-04-07 09:53:37.091975"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_576"], ["description", "I-am-the-goal-description_3094"], ["version", 1], ["created_at", "2015-04-07 09:53:37.100657"], ["updated_at", "2015-04-07 09:53:37.100657"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8166"], ["description", "I-am-the-task-description_5322"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.104819"], ["updated_at", "2015-04-07 09:53:37.104819"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task233"], ["description", "I-am-the-task-description_3427"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.109274"], ["updated_at", "2015-04-07 09:53:37.109274"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:53:37.113365"], ["updated_at", "2015-04-07 09:53:37.113365"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.3ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_485"], ["description", "I-am-the-goal-description_8707"], ["version", 1], ["created_at", "2015-04-07 09:53:37.127067"], ["updated_at", "2015-04-07 09:53:37.127067"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task146"], ["description", "I-am-the-task-description_4908"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.130872"], ["updated_at", "2015-04-07 09:53:37.130872"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task969"], ["description", "I-am-the-task-description_3920"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.134697"], ["updated_at", "2015-04-07 09:53:37.134697"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:53:37.138534"], ["updated_at", "2015-04-07 09:53:37.138534"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4601"], ["description", "I-am-the-goal-description_7769"], ["version", 1], ["created_at", "2015-04-07 09:53:37.150035"], ["updated_at", "2015-04-07 09:53:37.150035"], ["tracking", "150407-24"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8021"], ["description", "I-am-the-task-description_1516"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.154828"], ["updated_at", "2015-04-07 09:53:37.154828"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8803"], ["description", "I-am-the-task-description_1290"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.160506"], ["updated_at", "2015-04-07 09:53:37.160506"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:53:37.165496"], ["updated_at", "2015-04-07 09:53:37.165496"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"24"}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 1.2ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2481"], ["description", "I-am-the-goal-description_1459"], ["version", 1], ["created_at", "2015-04-07 09:53:37.181611"], ["updated_at", "2015-04-07 09:53:37.181611"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2478"], ["description", "I-am-the-task-description_6337"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.185432"], ["updated_at", "2015-04-07 09:53:37.185432"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3070"], ["description", "I-am-the-task-description_8164"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.189288"], ["updated_at", "2015-04-07 09:53:37.189288"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:53:37.193034"], ["updated_at", "2015-04-07 09:53:37.193034"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4635"], ["description", "I-am-the-goal-description_6402"], ["version", 1], ["created_at", "2015-04-07 09:53:37.205787"], ["updated_at", "2015-04-07 09:53:37.205787"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5840"], ["description", "I-am-the-task-description_2368"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.210048"], ["updated_at", "2015-04-07 09:53:37.210048"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2332"], ["description", "I-am-the-task-description_9700"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.213920"], ["updated_at", "2015-04-07 09:53:37.213920"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:53:37.218547"], ["updated_at", "2015-04-07 09:53:37.218547"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2144"], ["description", "I-am-the-goal-description_1680"], ["version", 1], ["created_at", "2015-04-07 09:53:37.232687"], ["updated_at", "2015-04-07 09:53:37.232687"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5957"], ["description", "I-am-the-task-description_4900"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.236558"], ["updated_at", "2015-04-07 09:53:37.236558"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5041"], ["description", "I-am-the-task-description_358"], ["cost", 1], ["created_at", "2015-04-07 09:53:37.240494"], ["updated_at", "2015-04-07 09:53:37.240494"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:53:37.244433"], ["updated_at", "2015-04-07 09:53:37.244433"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:53:37.250733"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_307"], ["description", "I-am-the-goal-description_9347"], ["version", 1], ["created_at", "2015-04-07 09:54:20.323482"], ["updated_at", "2015-04-07 09:54:20.323482"], ["tracking", "150407-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9053"], ["description", "I-am-the-task-description_8885"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.357512"], ["updated_at", "2015-04-07 09:54:20.357512"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6506"], ["description", "I-am-the-task-description_217"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.361833"], ["updated_at", "2015-04-07 09:54:20.361833"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:54:20.470449"], ["task_id", 1], ["created_at", "2015-04-07 09:54:20.484182"], ["updated_at", "2015-04-07 09:54:20.484182"]] SQL (0.5ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:54:20.486403"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 124ms (ActiveRecord: 4.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2149"], ["description", "I-am-the-goal-description_400"], ["version", 1], ["created_at", "2015-04-07 09:54:20.504218"], ["updated_at", "2015-04-07 09:54:20.504218"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9134"], ["description", "I-am-the-task-description_5901"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.510929"], ["updated_at", "2015-04-07 09:54:20.510929"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task472"], ["description", "I-am-the-task-description_7440"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.514789"], ["updated_at", "2015-04-07 09:54:20.514789"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:54:20.522229"], ["task_id", 3], ["created_at", "2015-04-07 09:54:20.524917"], ["updated_at", "2015-04-07 09:54:20.524917"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:54:20.527059"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7264"], ["description", "I-am-the-goal-description_7103"], ["version", 1], ["created_at", "2015-04-07 09:54:20.536852"], ["updated_at", "2015-04-07 09:54:20.536852"], ["tracking", "150407-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6743"], ["description", "I-am-the-task-description_3943"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.541103"], ["updated_at", "2015-04-07 09:54:20.541103"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6021"], ["description", "I-am-the-task-description_6902"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.547072"], ["updated_at", "2015-04-07 09:54:20.547072"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:54:20.559932"], ["task_id", 5], ["created_at", "2015-04-07 09:54:20.561588"], ["updated_at", "2015-04-07 09:54:20.561588"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:54:20.563367"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4760"], ["description", "I-am-the-goal-description_4105"], ["version", 1], ["created_at", "2015-04-07 09:54:20.571622"], ["updated_at", "2015-04-07 09:54:20.571622"], ["tracking", "150407-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task6002"], ["description", "I-am-the-task-description_7128"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.576260"], ["updated_at", "2015-04-07 09:54:20.576260"]]  (1.0ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task1461"], ["description", "I-am-the-task-description_6318"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.583633"], ["updated_at", "2015-04-07 09:54:20.583633"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:54:20.593159"], ["task_id", 7], ["created_at", "2015-04-07 09:54:20.594643"], ["updated_at", "2015-04-07 09:54:20.594643"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:54:20.596237"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3760"], ["description", "I-am-the-goal-description_6568"], ["version", 1], ["created_at", "2015-04-07 09:54:20.603337"], ["updated_at", "2015-04-07 09:54:20.603337"], ["tracking", "150407-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task3027"], ["description", "I-am-the-task-description_2797"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.607773"], ["updated_at", "2015-04-07 09:54:20.607773"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task253"], ["description", "I-am-the-task-description_799"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.611892"], ["updated_at", "2015-04-07 09:54:20.611892"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 25ms (Views: 18.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6525"], ["description", "I-am-the-goal-description_3446"], ["version", 1], ["created_at", "2015-04-07 09:54:20.685813"], ["updated_at", "2015-04-07 09:54:20.685813"], ["tracking", "150407-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task1680"], ["description", "I-am-the-task-description_9832"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.690622"], ["updated_at", "2015-04-07 09:54:20.690622"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5515"], ["description", "I-am-the-task-description_7005"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.694763"], ["updated_at", "2015-04-07 09:54:20.694763"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3343"], ["description", "I-am-the-goal-description_6462"], ["version", 1], ["created_at", "2015-04-07 09:54:20.733183"], ["updated_at", "2015-04-07 09:54:20.733183"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task7468"], ["description", "I-am-the-task-description_4394"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.737409"], ["updated_at", "2015-04-07 09:54:20.737409"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1870"], ["description", "I-am-the-goal-description_1599"], ["version", 1], ["created_at", "2015-04-07 09:54:20.741473"], ["updated_at", "2015-04-07 09:54:20.741473"], ["tracking", "150407-8"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6044"], ["description", "I-am-the-task-description_5593"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.745585"], ["updated_at", "2015-04-07 09:54:20.745585"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8076"], ["description", "I-am-the-goal-description_4771"], ["version", 1], ["created_at", "2015-04-07 09:54:20.756100"], ["updated_at", "2015-04-07 09:54:20.756100"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task859"], ["description", "I-am-the-task-description_7040"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.760830"], ["updated_at", "2015-04-07 09:54:20.760830"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5201"], ["description", "I-am-the-task-description_8971"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.764771"], ["updated_at", "2015-04-07 09:54:20.764771"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6531"], ["description", "I-am-the-goal-description_3131"], ["version", 1], ["created_at", "2015-04-07 09:54:20.779432"], ["updated_at", "2015-04-07 09:54:20.779432"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task4914"], ["description", "I-am-the-task-description_9217"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.783795"], ["updated_at", "2015-04-07 09:54:20.783795"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7536"], ["description", "I-am-the-goal-description_6599"], ["version", 1], ["created_at", "2015-04-07 09:54:20.787798"], ["updated_at", "2015-04-07 09:54:20.787798"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3569"], ["description", "I-am-the-task-description_1095"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.792631"], ["updated_at", "2015-04-07 09:54:20.792631"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_918"], ["description", "I-am-the-goal-description_8678"], ["version", 1], ["created_at", "2015-04-07 09:54:20.802507"], ["updated_at", "2015-04-07 09:54:20.802507"], ["tracking", "150407-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6794"], ["description", "I-am-the-task-description_4525"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.807165"], ["updated_at", "2015-04-07 09:54:20.807165"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3955"], ["description", "I-am-the-task-description_9333"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.811671"], ["updated_at", "2015-04-07 09:54:20.811671"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5602"], ["description", "I-am-the-goal-description_8201"], ["version", 1], ["created_at", "2015-04-07 09:54:20.830377"], ["updated_at", "2015-04-07 09:54:20.830377"], ["tracking", "150407-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2757"], ["description", "I-am-the-task-description_4523"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.837035"], ["updated_at", "2015-04-07 09:54:20.837035"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1392"], ["description", "I-am-the-goal-description_7191"], ["version", 1], ["created_at", "2015-04-07 09:54:20.841570"], ["updated_at", "2015-04-07 09:54:20.841570"], ["tracking", "150407-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3341"], ["description", "I-am-the-task-description_1613"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.845742"], ["updated_at", "2015-04-07 09:54:20.845742"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2476"], ["description", "I-am-the-goal-description_4881"], ["version", 1], ["created_at", "2015-04-07 09:54:20.856058"], ["updated_at", "2015-04-07 09:54:20.856058"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task494"], ["description", "I-am-the-task-description_7507"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.860187"], ["updated_at", "2015-04-07 09:54:20.860187"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task2156"], ["description", "I-am-the-task-description_6908"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.864022"], ["updated_at", "2015-04-07 09:54:20.864022"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) 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_9078"], ["version", 1], ["created_at", "2015-04-07 09:54:20.876592"], ["updated_at", "2015-04-07 09:54:20.876592"], ["tracking", "150407-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task76"], ["description", "I-am-the-task-description_4584"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.880629"], ["updated_at", "2015-04-07 09:54:20.880629"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9911"], ["description", "I-am-the-task-description_4624"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.884615"], ["updated_at", "2015-04-07 09:54:20.884615"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7167"], ["description", "I-am-the-goal-description_4857"], ["version", 1], ["created_at", "2015-04-07 09:54:20.898259"], ["updated_at", "2015-04-07 09:54:20.898259"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1568"], ["description", "I-am-the-task-description_2915"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.902341"], ["updated_at", "2015-04-07 09:54:20.902341"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task541"], ["description", "I-am-the-task-description_9926"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.906423"], ["updated_at", "2015-04-07 09:54:20.906423"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9636"], ["description", "I-am-the-goal-description_1035"], ["version", 1], ["created_at", "2015-04-07 09:54:20.919443"], ["updated_at", "2015-04-07 09:54:20.919443"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8688"], ["description", "I-am-the-task-description_9536"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.923690"], ["updated_at", "2015-04-07 09:54:20.923690"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4880"], ["description", "I-am-the-task-description_404"], ["cost", 1], ["created_at", "2015-04-07 09:54:20.927802"], ["updated_at", "2015-04-07 09:54:20.927802"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:54:20.986501"], ["updated_at", "2015-04-07 09:54:20.986501"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3829ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4578"], ["description", "I-am-the-goal-description_6403"], ["version", 1], ["created_at", "2015-04-07 09:54:24.817679"], ["updated_at", "2015-04-07 09:54:24.817679"], ["tracking", "150407-19"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7684"], ["description", "I-am-the-task-description_5994"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.824333"], ["updated_at", "2015-04-07 09:54:24.824333"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4537"], ["description", "I-am-the-task-description_9525"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.829104"], ["updated_at", "2015-04-07 09:54:24.829104"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:54:24.837425"], ["updated_at", "2015-04-07 09:54:24.837425"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1794"], ["description", "I-am-the-goal-description_3996"], ["version", 1], ["created_at", "2015-04-07 09:54:24.851287"], ["updated_at", "2015-04-07 09:54:24.851287"], ["tracking", "150407-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task9673"], ["description", "I-am-the-task-description_808"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.857548"], ["updated_at", "2015-04-07 09:54:24.857548"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task738"], ["description", "I-am-the-task-description_1795"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.862048"], ["updated_at", "2015-04-07 09:54:24.862048"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:54:24.869696"], ["updated_at", "2015-04-07 09:54:24.869696"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5346"], ["description", "I-am-the-goal-description_6207"], ["version", 1], ["created_at", "2015-04-07 09:54:24.878062"], ["updated_at", "2015-04-07 09:54:24.878062"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8361"], ["description", "I-am-the-task-description_7864"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.882235"], ["updated_at", "2015-04-07 09:54:24.882235"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6695"], ["description", "I-am-the-task-description_391"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.886629"], ["updated_at", "2015-04-07 09:54:24.886629"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil}} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9088"], ["description", "I-am-the-goal-description_560"], ["version", 1], ["created_at", "2015-04-07 09:54:24.894784"], ["updated_at", "2015-04-07 09:54:24.894784"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1923"], ["description", "I-am-the-task-description_3086"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.898817"], ["updated_at", "2015-04-07 09:54:24.898817"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task5045"], ["description", "I-am-the-task-description_2357"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.902756"], ["updated_at", "2015-04-07 09:54:24.902756"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:54:24.906908"], ["updated_at", "2015-04-07 09:54:24.906908"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9610"], ["description", "I-am-the-goal-description_6857"], ["version", 1], ["created_at", "2015-04-07 09:54:24.918399"], ["updated_at", "2015-04-07 09:54:24.918399"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7914"], ["description", "I-am-the-task-description_4778"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.922838"], ["updated_at", "2015-04-07 09:54:24.922838"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3216"], ["description", "I-am-the-task-description_2471"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.926605"], ["updated_at", "2015-04-07 09:54:24.926605"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:54:24.930477"], ["updated_at", "2015-04-07 09:54:24.930477"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5447"], ["description", "I-am-the-goal-description_5133"], ["version", 1], ["created_at", "2015-04-07 09:54:24.942575"], ["updated_at", "2015-04-07 09:54:24.942575"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task6470"], ["description", "I-am-the-task-description_6632"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.946820"], ["updated_at", "2015-04-07 09:54:24.946820"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3554"], ["description", "I-am-the-task-description_9008"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.951273"], ["updated_at", "2015-04-07 09:54:24.951273"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:54:24.956332"], ["updated_at", "2015-04-07 09:54:24.956332"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7239"], ["description", "I-am-the-goal-description_7367"], ["version", 1], ["created_at", "2015-04-07 09:54:24.974351"], ["updated_at", "2015-04-07 09:54:24.974351"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task16"], ["description", "I-am-the-task-description_3561"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.979184"], ["updated_at", "2015-04-07 09:54:24.979184"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6996"], ["description", "I-am-the-task-description_3865"], ["cost", 1], ["created_at", "2015-04-07 09:54:24.983389"], ["updated_at", "2015-04-07 09:54:24.983389"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:54:24.989613"], ["updated_at", "2015-04-07 09:54:24.989613"]]  (1.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2992"], ["description", "I-am-the-goal-description_4745"], ["version", 1], ["created_at", "2015-04-07 09:54:25.014398"], ["updated_at", "2015-04-07 09:54:25.014398"], ["tracking", "150407-26"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6640"], ["description", "I-am-the-task-description_3343"], ["cost", 1], ["created_at", "2015-04-07 09:54:25.020821"], ["updated_at", "2015-04-07 09:54:25.020821"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9945"], ["description", "I-am-the-task-description_1462"], ["cost", 1], ["created_at", "2015-04-07 09:54:25.025734"], ["updated_at", "2015-04-07 09:54:25.025734"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:54:25.032860"], ["updated_at", "2015-04-07 09:54:25.032860"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2776"], ["description", "I-am-the-goal-description_4169"], ["version", 1], ["created_at", "2015-04-07 09:54:25.053495"], ["updated_at", "2015-04-07 09:54:25.053495"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1026"], ["description", "I-am-the-task-description_224"], ["cost", 1], ["created_at", "2015-04-07 09:54:25.059170"], ["updated_at", "2015-04-07 09:54:25.059170"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1702"], ["description", "I-am-the-task-description_4006"], ["cost", 1], ["created_at", "2015-04-07 09:54:25.066500"], ["updated_at", "2015-04-07 09:54:25.066500"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:54:25.072013"], ["updated_at", "2015-04-07 09:54:25.072013"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.3ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:54:25.086005"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 13ms (ActiveRecord: 2.4ms)  (3.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5039"], ["description", "I-am-the-goal-description_1278"], ["version", 1], ["created_at", "2015-04-07 09:56:09.378303"], ["updated_at", "2015-04-07 09:56:09.378303"], ["tracking", "150407-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8278"], ["description", "I-am-the-task-description_2954"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.408395"], ["updated_at", "2015-04-07 09:56:09.408395"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3554"], ["description", "I-am-the-task-description_8279"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.413134"], ["updated_at", "2015-04-07 09:56:09.413134"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:56:09.504509"], ["task_id", 1], ["created_at", "2015-04-07 09:56:09.515059"], ["updated_at", "2015-04-07 09:56:09.515059"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:56:09.563326"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 151ms (ActiveRecord: 4.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_157"], ["description", "I-am-the-goal-description_5585"], ["version", 1], ["created_at", "2015-04-07 09:56:09.582769"], ["updated_at", "2015-04-07 09:56:09.582769"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7285"], ["description", "I-am-the-task-description_488"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.586800"], ["updated_at", "2015-04-07 09:56:09.586800"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9366"], ["description", "I-am-the-task-description_8848"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.591089"], ["updated_at", "2015-04-07 09:56:09.591089"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:56:09.597795"], ["task_id", 3], ["created_at", "2015-04-07 09:56:09.599057"], ["updated_at", "2015-04-07 09:56:09.599057"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:56:09.600610"], ["id", 3]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3652"], ["description", "I-am-the-goal-description_3819"], ["version", 1], ["created_at", "2015-04-07 09:56:09.610629"], ["updated_at", "2015-04-07 09:56:09.610629"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task286"], ["description", "I-am-the-task-description_7338"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.615595"], ["updated_at", "2015-04-07 09:56:09.615595"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5357"], ["description", "I-am-the-task-description_2703"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.620285"], ["updated_at", "2015-04-07 09:56:09.620285"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:56:09.628533"], ["task_id", 5], ["created_at", "2015-04-07 09:56:09.629788"], ["updated_at", "2015-04-07 09:56:09.629788"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:56:09.631279"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7787"], ["description", "I-am-the-goal-description_8064"], ["version", 1], ["created_at", "2015-04-07 09:56:09.639838"], ["updated_at", "2015-04-07 09:56:09.639838"], ["tracking", "150407-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task6683"], ["description", "I-am-the-task-description_6613"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.644154"], ["updated_at", "2015-04-07 09:56:09.644154"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task9061"], ["description", "I-am-the-task-description_3848"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.648101"], ["updated_at", "2015-04-07 09:56:09.648101"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:56:09.655433"], ["task_id", 7], ["created_at", "2015-04-07 09:56:09.657763"], ["updated_at", "2015-04-07 09:56:09.657763"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:56:09.662729"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 14ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_720"], ["description", "I-am-the-goal-description_3639"], ["version", 1], ["created_at", "2015-04-07 09:56:09.669719"], ["updated_at", "2015-04-07 09:56:09.669719"], ["tracking", "150407-5"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task3638"], ["description", "I-am-the-task-description_8277"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.678555"], ["updated_at", "2015-04-07 09:56:09.678555"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task3938"], ["description", "I-am-the-task-description_8137"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.684439"], ["updated_at", "2015-04-07 09:56:09.684439"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 16.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8710"], ["description", "I-am-the-goal-description_9717"], ["version", 1], ["created_at", "2015-04-07 09:56:09.716202"], ["updated_at", "2015-04-07 09:56:09.716202"], ["tracking", "150407-6"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task1464"], ["description", "I-am-the-task-description_5406"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.720485"], ["updated_at", "2015-04-07 09:56:09.720485"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task2950"], ["description", "I-am-the-task-description_23"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.724928"], ["updated_at", "2015-04-07 09:56:09.724928"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.6ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.7ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (2.1ms) commit transaction  (0.2ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (1.5ms) commit transaction  (0.5ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3467"], ["description", "I-am-the-goal-description_3008"], ["version", 1], ["created_at", "2015-04-07 09:56:09.785858"], ["updated_at", "2015-04-07 09:56:09.785858"], ["tracking", "150407-7"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task1643"], ["description", "I-am-the-task-description_3079"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.793086"], ["updated_at", "2015-04-07 09:56:09.793086"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6929"], ["description", "I-am-the-goal-description_3942"], ["version", 1], ["created_at", "2015-04-07 09:56:09.799481"], ["updated_at", "2015-04-07 09:56:09.799481"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6392"], ["description", "I-am-the-task-description_895"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.804513"], ["updated_at", "2015-04-07 09:56:09.804513"]]  (1.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3032"], ["description", "I-am-the-goal-description_1475"], ["version", 1], ["created_at", "2015-04-07 09:56:09.818906"], ["updated_at", "2015-04-07 09:56:09.818906"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1979"], ["description", "I-am-the-task-description_4802"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.824800"], ["updated_at", "2015-04-07 09:56:09.824800"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9415"], ["description", "I-am-the-task-description_4543"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.831799"], ["updated_at", "2015-04-07 09:56:09.831799"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (1.0ms) commit transaction  (0.2ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9797"], ["description", "I-am-the-goal-description_994"], ["version", 1], ["created_at", "2015-04-07 09:56:09.918096"], ["updated_at", "2015-04-07 09:56:09.918096"], ["tracking", "150407-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task7663"], ["description", "I-am-the-task-description_8305"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.922997"], ["updated_at", "2015-04-07 09:56:09.922997"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3276"], ["description", "I-am-the-goal-description_3744"], ["version", 1], ["created_at", "2015-04-07 09:56:09.930754"], ["updated_at", "2015-04-07 09:56:09.930754"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7279"], ["description", "I-am-the-task-description_7161"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.934727"], ["updated_at", "2015-04-07 09:56:09.934727"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9232"], ["description", "I-am-the-goal-description_6156"], ["version", 1], ["created_at", "2015-04-07 09:56:09.944348"], ["updated_at", "2015-04-07 09:56:09.944348"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6853"], ["description", "I-am-the-task-description_192"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.948802"], ["updated_at", "2015-04-07 09:56:09.948802"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4416"], ["description", "I-am-the-task-description_4221"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.952864"], ["updated_at", "2015-04-07 09:56:09.952864"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3486"], ["description", "I-am-the-goal-description_665"], ["version", 1], ["created_at", "2015-04-07 09:56:09.967031"], ["updated_at", "2015-04-07 09:56:09.967031"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2763"], ["description", "I-am-the-task-description_4720"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.971061"], ["updated_at", "2015-04-07 09:56:09.971061"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_973"], ["description", "I-am-the-goal-description_1860"], ["version", 1], ["created_at", "2015-04-07 09:56:09.975020"], ["updated_at", "2015-04-07 09:56:09.975020"], ["tracking", "150407-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3481"], ["description", "I-am-the-task-description_3083"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.979141"], ["updated_at", "2015-04-07 09:56:09.979141"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9121"], ["description", "I-am-the-goal-description_3133"], ["version", 1], ["created_at", "2015-04-07 09:56:09.989332"], ["updated_at", "2015-04-07 09:56:09.989332"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1392"], ["description", "I-am-the-task-description_8550"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.993838"], ["updated_at", "2015-04-07 09:56:09.993838"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4291"], ["description", "I-am-the-task-description_537"], ["cost", 1], ["created_at", "2015-04-07 09:56:09.997804"], ["updated_at", "2015-04-07 09:56:09.997804"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.7ms) Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2046"], ["description", "I-am-the-goal-description_3854"], ["version", 1], ["created_at", "2015-04-07 09:56:10.011984"], ["updated_at", "2015-04-07 09:56:10.011984"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6310"], ["description", "I-am-the-task-description_470"], ["cost", 1], ["created_at", "2015-04-07 09:56:10.015752"], ["updated_at", "2015-04-07 09:56:10.015752"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2738"], ["description", "I-am-the-task-description_858"], ["cost", 1], ["created_at", "2015-04-07 09:56:10.019698"], ["updated_at", "2015-04-07 09:56:10.019698"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4611"], ["description", "I-am-the-goal-description_8390"], ["version", 1], ["created_at", "2015-04-07 09:56:10.033775"], ["updated_at", "2015-04-07 09:56:10.033775"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8807"], ["description", "I-am-the-task-description_2167"], ["cost", 1], ["created_at", "2015-04-07 09:56:10.037866"], ["updated_at", "2015-04-07 09:56:10.037866"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3872"], ["description", "I-am-the-task-description_7039"], ["cost", 1], ["created_at", "2015-04-07 09:56:10.041772"], ["updated_at", "2015-04-07 09:56:10.041772"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4932"], ["description", "I-am-the-goal-description_5253"], ["version", 1], ["created_at", "2015-04-07 09:56:10.053682"], ["updated_at", "2015-04-07 09:56:10.053682"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5255"], ["description", "I-am-the-task-description_2194"], ["cost", 1], ["created_at", "2015-04-07 09:56:10.057512"], ["updated_at", "2015-04-07 09:56:10.057512"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7901"], ["description", "I-am-the-task-description_4530"], ["cost", 1], ["created_at", "2015-04-07 09:56:10.062374"], ["updated_at", "2015-04-07 09:56:10.062374"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:10.076052"], ["updated_at", "2015-04-07 09:56:10.076052"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3961ms (ActiveRecord: 1.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3332"], ["description", "I-am-the-goal-description_620"], ["version", 1], ["created_at", "2015-04-07 09:56:14.038519"], ["updated_at", "2015-04-07 09:56:14.038519"], ["tracking", "150407-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6204"], ["description", "I-am-the-task-description_1532"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.044652"], ["updated_at", "2015-04-07 09:56:14.044652"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5613"], ["description", "I-am-the-task-description_1312"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.048836"], ["updated_at", "2015-04-07 09:56:14.048836"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:14.056478"], ["updated_at", "2015-04-07 09:56:14.056478"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9744"], ["description", "I-am-the-goal-description_5454"], ["version", 1], ["created_at", "2015-04-07 09:56:14.069894"], ["updated_at", "2015-04-07 09:56:14.069894"], ["tracking", "150407-20"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6154"], ["description", "I-am-the-task-description_7124"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.074345"], ["updated_at", "2015-04-07 09:56:14.074345"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3571"], ["description", "I-am-the-task-description_6894"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.078723"], ["updated_at", "2015-04-07 09:56:14.078723"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:14.085525"], ["updated_at", "2015-04-07 09:56:14.085525"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1693"], ["description", "I-am-the-goal-description_6354"], ["version", 1], ["created_at", "2015-04-07 09:56:14.095219"], ["updated_at", "2015-04-07 09:56:14.095219"], ["tracking", "150407-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8160"], ["description", "I-am-the-task-description_8175"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.099188"], ["updated_at", "2015-04-07 09:56:14.099188"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9547"], ["description", "I-am-the-task-description_9575"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.103330"], ["updated_at", "2015-04-07 09:56:14.103330"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1182"], ["description", "I-am-the-goal-description_4257"], ["version", 1], ["created_at", "2015-04-07 09:56:14.114524"], ["updated_at", "2015-04-07 09:56:14.114524"], ["tracking", "150407-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9768"], ["description", "I-am-the-task-description_3959"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.118430"], ["updated_at", "2015-04-07 09:56:14.118430"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4051"], ["description", "I-am-the-task-description_8762"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.172630"], ["updated_at", "2015-04-07 09:56:14.172630"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:14.177665"], ["updated_at", "2015-04-07 09:56:14.177665"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9752"], ["description", "I-am-the-goal-description_2613"], ["version", 1], ["created_at", "2015-04-07 09:56:14.189431"], ["updated_at", "2015-04-07 09:56:14.189431"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3983"], ["description", "I-am-the-task-description_1700"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.194695"], ["updated_at", "2015-04-07 09:56:14.194695"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6764"], ["description", "I-am-the-task-description_4765"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.199397"], ["updated_at", "2015-04-07 09:56:14.199397"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:14.204098"], ["updated_at", "2015-04-07 09:56:14.204098"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4126"], ["description", "I-am-the-goal-description_7839"], ["version", 1], ["created_at", "2015-04-07 09:56:14.216571"], ["updated_at", "2015-04-07 09:56:14.216571"], ["tracking", "150407-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3626"], ["description", "I-am-the-task-description_973"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.221528"], ["updated_at", "2015-04-07 09:56:14.221528"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4187"], ["description", "I-am-the-task-description_5064"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.226048"], ["updated_at", "2015-04-07 09:56:14.226048"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:14.230554"], ["updated_at", "2015-04-07 09:56:14.230554"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.5ms) Completed 200 OK in 7ms (Views: 1.3ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5422"], ["description", "I-am-the-goal-description_3008"], ["version", 1], ["created_at", "2015-04-07 09:56:14.245220"], ["updated_at", "2015-04-07 09:56:14.245220"], ["tracking", "150407-25"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3797"], ["description", "I-am-the-task-description_1506"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.249133"], ["updated_at", "2015-04-07 09:56:14.249133"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6162"], ["description", "I-am-the-task-description_6511"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.253418"], ["updated_at", "2015-04-07 09:56:14.253418"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:14.257678"], ["updated_at", "2015-04-07 09:56:14.257678"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5122"], ["description", "I-am-the-goal-description_3725"], ["version", 1], ["created_at", "2015-04-07 09:56:14.272045"], ["updated_at", "2015-04-07 09:56:14.272045"], ["tracking", "150407-26"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4719"], ["description", "I-am-the-task-description_822"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.276373"], ["updated_at", "2015-04-07 09:56:14.276373"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3207"], ["description", "I-am-the-task-description_7018"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.281755"], ["updated_at", "2015-04-07 09:56:14.281755"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.8ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:14.286250"], ["updated_at", "2015-04-07 09:56:14.286250"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3415"], ["description", "I-am-the-goal-description_9882"], ["version", 1], ["created_at", "2015-04-07 09:56:14.301002"], ["updated_at", "2015-04-07 09:56:14.301002"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5264"], ["description", "I-am-the-task-description_8518"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.304889"], ["updated_at", "2015-04-07 09:56:14.304889"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4518"], ["description", "I-am-the-task-description_5501"], ["cost", 1], ["created_at", "2015-04-07 09:56:14.309583"], ["updated_at", "2015-04-07 09:56:14.309583"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:14.313564"], ["updated_at", "2015-04-07 09:56:14.313564"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:56:14.319919"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7580"], ["description", "I-am-the-goal-description_6773"], ["version", 1], ["created_at", "2015-04-07 09:56:24.672799"], ["updated_at", "2015-04-07 09:56:24.672799"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6830"], ["description", "I-am-the-goal-description_1634"], ["version", 1], ["created_at", "2015-04-07 09:56:24.683139"], ["updated_at", "2015-04-07 09:56:24.683139"], ["tracking", "150407-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 63ms (Views: 16.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9069"], ["description", "I-am-the-goal-description_9812"], ["version", 1], ["created_at", "2015-04-07 09:56:24.834446"], ["updated_at", "2015-04-07 09:56:24.834446"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8417"], ["description", "I-am-the-goal-description_8580"], ["version", 1], ["created_at", "2015-04-07 09:56:24.838541"], ["updated_at", "2015-04-07 09:56:24.838541"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 11ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6135"], ["description", "I-am-the-goal-description_5829"], ["version", 1], ["created_at", "2015-04-07 09:56:24.864902"], ["updated_at", "2015-04-07 09:56:24.864902"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4021"], ["description", "I-am-the-goal-description_4590"], ["version", 1], ["created_at", "2015-04-07 09:56:24.869358"], ["updated_at", "2015-04-07 09:56:24.869358"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_531"], ["description", "I-am-the-goal-description_9490"], ["version", 1], ["created_at", "2015-04-07 09:56:24.880660"], ["updated_at", "2015-04-07 09:56:24.880660"], ["tracking", "150407-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:56:24.895687"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3276ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1339"], ["description", "I-am-the-goal-description_3391"], ["version", 1], ["created_at", "2015-04-07 09:56:28.166577"], ["updated_at", "2015-04-07 09:56:28.166577"], ["tracking", "150407-4"]]  (1.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:56:28.177062"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6622"], ["description", "I-am-the-goal-description_5715"], ["version", 1], ["created_at", "2015-04-07 09:56:28.184041"], ["updated_at", "2015-04-07 09:56:28.184041"], ["tracking", "150407-5"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:56:28.192990"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4101"], ["description", "I-am-the-goal-description_1327"], ["version", 1], ["created_at", "2015-04-07 09:56:28.202921"], ["updated_at", "2015-04-07 09:56:28.202921"], ["tracking", "150407-6"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:56:28.209705"], ["id", 10]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1983"], ["description", "I-am-the-goal-description_9394"], ["version", 1], ["created_at", "2015-04-07 09:56:28.229598"], ["updated_at", "2015-04-07 09:56:28.229598"], ["tracking", "150407-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task5065"], ["description", "I-am-the-task-description_4376"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.241079"], ["updated_at", "2015-04-07 09:56:28.241079"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 09:56:28.252202"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 09:56:28.253435"], ["updated_at", "2015-04-07 09:56:28.253435"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 09:56:28.255605"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 09:56:28 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 09:56:28 UTC", "updated_at"=>"2015-04-07 09:56:28 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 09:56:28.266891"], ["created_at", "2015-04-07 09:56:28.267487"], ["updated_at", "2015-04-07 09:56:28.267487"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5004"], ["description", "I-am-the-goal-description_6760"], ["version", 1], ["created_at", "2015-04-07 09:56:28.278412"], ["updated_at", "2015-04-07 09:56:28.278412"], ["tracking", "150407-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2605"], ["description", "I-am-the-task-description_1480"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.283010"], ["updated_at", "2015-04-07 09:56:28.283010"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8697"], ["description", "I-am-the-task-description_3490"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.287425"], ["updated_at", "2015-04-07 09:56:28.287425"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.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-07 09:56:28.295081"], ["task_id", 2], ["created_at", "2015-04-07 09:56:28.296399"], ["updated_at", "2015-04-07 09:56:28.296399"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:56:28.298080"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7311"], ["description", "I-am-the-goal-description_381"], ["version", 1], ["created_at", "2015-04-07 09:56:28.305739"], ["updated_at", "2015-04-07 09:56:28.305739"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7677"], ["description", "I-am-the-task-description_7970"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.310419"], ["updated_at", "2015-04-07 09:56:28.310419"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2238"], ["description", "I-am-the-task-description_4415"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.317539"], ["updated_at", "2015-04-07 09:56:28.317539"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:56:28.324806"], ["task_id", 4], ["created_at", "2015-04-07 09:56:28.326177"], ["updated_at", "2015-04-07 09:56:28.326177"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:56:28.375802"], ["id", 4]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 57ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2029"], ["description", "I-am-the-goal-description_7282"], ["version", 1], ["created_at", "2015-04-07 09:56:28.383643"], ["updated_at", "2015-04-07 09:56:28.383643"], ["tracking", "150407-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8445"], ["description", "I-am-the-task-description_2214"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.388083"], ["updated_at", "2015-04-07 09:56:28.388083"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6441"], ["description", "I-am-the-task-description_9865"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.393528"], ["updated_at", "2015-04-07 09:56:28.393528"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:56:28.402115"], ["task_id", 6], ["created_at", "2015-04-07 09:56:28.403571"], ["updated_at", "2015-04-07 09:56:28.403571"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:56:28.405268"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_725"], ["description", "I-am-the-goal-description_3621"], ["version", 1], ["created_at", "2015-04-07 09:56:28.414096"], ["updated_at", "2015-04-07 09:56:28.414096"], ["tracking", "150407-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6368"], ["description", "I-am-the-task-description_2499"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.418884"], ["updated_at", "2015-04-07 09:56:28.418884"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6323"], ["description", "I-am-the-task-description_8835"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.423268"], ["updated_at", "2015-04-07 09:56:28.423268"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:56:28.431776"], ["task_id", 8], ["created_at", "2015-04-07 09:56:28.433722"], ["updated_at", "2015-04-07 09:56:28.433722"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:56:28.435637"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4576"], ["description", "I-am-the-goal-description_9657"], ["version", 1], ["created_at", "2015-04-07 09:56:28.442198"], ["updated_at", "2015-04-07 09:56:28.442198"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2893"], ["description", "I-am-the-task-description_1276"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.446729"], ["updated_at", "2015-04-07 09:56:28.446729"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1538"], ["description", "I-am-the-task-description_5825"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.451111"], ["updated_at", "2015-04-07 09:56:28.451111"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3812"], ["description", "I-am-the-goal-description_4112"], ["version", 1], ["created_at", "2015-04-07 09:56:28.464979"], ["updated_at", "2015-04-07 09:56:28.464979"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task739"], ["description", "I-am-the-task-description_9998"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.469092"], ["updated_at", "2015-04-07 09:56:28.469092"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5929"], ["description", "I-am-the-task-description_9100"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.473057"], ["updated_at", "2015-04-07 09:56:28.473057"]]  (1.0ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3480"], ["description", "I-am-the-goal-description_3634"], ["version", 1], ["created_at", "2015-04-07 09:56:28.517391"], ["updated_at", "2015-04-07 09:56:28.517391"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8834"], ["description", "I-am-the-task-description_5545"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.521482"], ["updated_at", "2015-04-07 09:56:28.521482"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1398"], ["description", "I-am-the-goal-description_361"], ["version", 1], ["created_at", "2015-04-07 09:56:28.525370"], ["updated_at", "2015-04-07 09:56:28.525370"], ["tracking", "150407-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1834"], ["description", "I-am-the-task-description_418"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.530413"], ["updated_at", "2015-04-07 09:56:28.530413"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7187"], ["description", "I-am-the-goal-description_1896"], ["version", 1], ["created_at", "2015-04-07 09:56:28.540598"], ["updated_at", "2015-04-07 09:56:28.540598"], ["tracking", "150407-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3755"], ["description", "I-am-the-task-description_5421"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.544807"], ["updated_at", "2015-04-07 09:56:28.544807"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1180"], ["description", "I-am-the-task-description_600"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.548874"], ["updated_at", "2015-04-07 09:56:28.548874"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6875"], ["description", "I-am-the-goal-description_8052"], ["version", 1], ["created_at", "2015-04-07 09:56:28.563743"], ["updated_at", "2015-04-07 09:56:28.563743"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task3939"], ["description", "I-am-the-task-description_833"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.568111"], ["updated_at", "2015-04-07 09:56:28.568111"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3423"], ["description", "I-am-the-goal-description_628"], ["version", 1], ["created_at", "2015-04-07 09:56:28.572229"], ["updated_at", "2015-04-07 09:56:28.572229"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4046"], ["description", "I-am-the-task-description_9510"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.577017"], ["updated_at", "2015-04-07 09:56:28.577017"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 4ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2806"], ["description", "I-am-the-goal-description_163"], ["version", 1], ["created_at", "2015-04-07 09:56:28.589767"], ["updated_at", "2015-04-07 09:56:28.589767"], ["tracking", "150407-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1268"], ["description", "I-am-the-task-description_5486"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.594099"], ["updated_at", "2015-04-07 09:56:28.594099"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2723"], ["description", "I-am-the-task-description_542"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.598905"], ["updated_at", "2015-04-07 09:56:28.598905"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_408"], ["description", "I-am-the-goal-description_2837"], ["version", 1], ["created_at", "2015-04-07 09:56:28.617562"], ["updated_at", "2015-04-07 09:56:28.617562"], ["tracking", "150407-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3486"], ["description", "I-am-the-task-description_204"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.622719"], ["updated_at", "2015-04-07 09:56:28.622719"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3698"], ["description", "I-am-the-goal-description_9574"], ["version", 1], ["created_at", "2015-04-07 09:56:28.627685"], ["updated_at", "2015-04-07 09:56:28.627685"], ["tracking", "150407-21"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3499"], ["description", "I-am-the-task-description_4235"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.633498"], ["updated_at", "2015-04-07 09:56:28.633498"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7894"], ["description", "I-am-the-goal-description_7197"], ["version", 1], ["created_at", "2015-04-07 09:56:28.643554"], ["updated_at", "2015-04-07 09:56:28.643554"], ["tracking", "150407-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task7599"], ["description", "I-am-the-task-description_7747"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.647453"], ["updated_at", "2015-04-07 09:56:28.647453"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1338"], ["description", "I-am-the-task-description_2401"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.651546"], ["updated_at", "2015-04-07 09:56:28.651546"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5716"], ["description", "I-am-the-goal-description_7758"], ["version", 1], ["created_at", "2015-04-07 09:56:28.664572"], ["updated_at", "2015-04-07 09:56:28.664572"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task891"], ["description", "I-am-the-task-description_1535"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.668733"], ["updated_at", "2015-04-07 09:56:28.668733"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4287"], ["description", "I-am-the-task-description_1116"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.672727"], ["updated_at", "2015-04-07 09:56:28.672727"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2311"], ["description", "I-am-the-goal-description_1438"], ["version", 1], ["created_at", "2015-04-07 09:56:28.687282"], ["updated_at", "2015-04-07 09:56:28.687282"], ["tracking", "150407-24"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task5581"], ["description", "I-am-the-task-description_5117"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.691987"], ["updated_at", "2015-04-07 09:56:28.691987"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7523"], ["description", "I-am-the-task-description_3116"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.697152"], ["updated_at", "2015-04-07 09:56:28.697152"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4801"], ["description", "I-am-the-goal-description_4048"], ["version", 1], ["created_at", "2015-04-07 09:56:28.711164"], ["updated_at", "2015-04-07 09:56:28.711164"], ["tracking", "150407-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2493"], ["description", "I-am-the-task-description_2744"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.715372"], ["updated_at", "2015-04-07 09:56:28.715372"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6967"], ["description", "I-am-the-task-description_5901"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.719659"], ["updated_at", "2015-04-07 09:56:28.719659"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:28.733824"], ["updated_at", "2015-04-07 09:56:28.733824"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5008"], ["description", "I-am-the-goal-description_3895"], ["version", 1], ["created_at", "2015-04-07 09:56:28.741549"], ["updated_at", "2015-04-07 09:56:28.741549"], ["tracking", "150407-26"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3416"], ["description", "I-am-the-task-description_6258"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.746173"], ["updated_at", "2015-04-07 09:56:28.746173"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9634"], ["description", "I-am-the-task-description_2871"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.750710"], ["updated_at", "2015-04-07 09:56:28.750710"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:28.757017"], ["updated_at", "2015-04-07 09:56:28.757017"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5031"], ["description", "I-am-the-goal-description_7926"], ["version", 1], ["created_at", "2015-04-07 09:56:28.768442"], ["updated_at", "2015-04-07 09:56:28.768442"], ["tracking", "150407-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4053"], ["description", "I-am-the-task-description_2130"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.773272"], ["updated_at", "2015-04-07 09:56:28.773272"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8499"], ["description", "I-am-the-task-description_5118"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.778153"], ["updated_at", "2015-04-07 09:56:28.778153"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:28.786972"], ["updated_at", "2015-04-07 09:56:28.786972"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8095"], ["description", "I-am-the-goal-description_5282"], ["version", 1], ["created_at", "2015-04-07 09:56:28.795312"], ["updated_at", "2015-04-07 09:56:28.795312"], ["tracking", "150407-28"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task128"], ["description", "I-am-the-task-description_6557"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.800088"], ["updated_at", "2015-04-07 09:56:28.800088"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task4365"], ["description", "I-am-the-task-description_9609"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.805027"], ["updated_at", "2015-04-07 09:56:28.805027"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4496"], ["description", "I-am-the-goal-description_4830"], ["version", 1], ["created_at", "2015-04-07 09:56:28.818606"], ["updated_at", "2015-04-07 09:56:28.818606"], ["tracking", "150407-29"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8936"], ["description", "I-am-the-task-description_741"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.823242"], ["updated_at", "2015-04-07 09:56:28.823242"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task2280"], ["description", "I-am-the-task-description_1347"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.827811"], ["updated_at", "2015-04-07 09:56:28.827811"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:28.834699"], ["updated_at", "2015-04-07 09:56:28.834699"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3757"], ["description", "I-am-the-goal-description_2482"], ["version", 1], ["created_at", "2015-04-07 09:56:28.846315"], ["updated_at", "2015-04-07 09:56:28.846315"], ["tracking", "150407-30"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task5988"], ["description", "I-am-the-task-description_9330"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.850850"], ["updated_at", "2015-04-07 09:56:28.850850"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6953"], ["description", "I-am-the-task-description_4139"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.854985"], ["updated_at", "2015-04-07 09:56:28.854985"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:28.858961"], ["updated_at", "2015-04-07 09:56:28.858961"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3158"], ["description", "I-am-the-goal-description_1292"], ["version", 1], ["created_at", "2015-04-07 09:56:28.871907"], ["updated_at", "2015-04-07 09:56:28.871907"], ["tracking", "150407-31"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task3292"], ["description", "I-am-the-task-description_2645"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.876183"], ["updated_at", "2015-04-07 09:56:28.876183"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task8687"], ["description", "I-am-the-task-description_5342"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.880878"], ["updated_at", "2015-04-07 09:56:28.880878"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:28.943514"], ["updated_at", "2015-04-07 09:56:28.943514"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9093"], ["description", "I-am-the-goal-description_7050"], ["version", 1], ["created_at", "2015-04-07 09:56:28.956390"], ["updated_at", "2015-04-07 09:56:28.956390"], ["tracking", "150407-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task2730"], ["description", "I-am-the-task-description_8743"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.960526"], ["updated_at", "2015-04-07 09:56:28.960526"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task437"], ["description", "I-am-the-task-description_8102"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.964644"], ["updated_at", "2015-04-07 09:56:28.964644"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:28.968556"], ["updated_at", "2015-04-07 09:56:28.968556"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7760"], ["description", "I-am-the-goal-description_3883"], ["version", 1], ["created_at", "2015-04-07 09:56:28.983187"], ["updated_at", "2015-04-07 09:56:28.983187"], ["tracking", "150407-33"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6349"], ["description", "I-am-the-task-description_7435"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.987522"], ["updated_at", "2015-04-07 09:56:28.987522"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2379"], ["description", "I-am-the-task-description_7998"], ["cost", 1], ["created_at", "2015-04-07 09:56:28.992284"], ["updated_at", "2015-04-07 09:56:28.992284"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:28.997035"], ["updated_at", "2015-04-07 09:56:28.997035"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8019"], ["description", "I-am-the-goal-description_25"], ["version", 1], ["created_at", "2015-04-07 09:56:29.013551"], ["updated_at", "2015-04-07 09:56:29.013551"], ["tracking", "150407-34"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task5906"], ["description", "I-am-the-task-description_7628"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.018430"], ["updated_at", "2015-04-07 09:56:29.018430"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7367"], ["description", "I-am-the-task-description_5588"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.022737"], ["updated_at", "2015-04-07 09:56:29.022737"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 09:56:29.026851"], ["updated_at", "2015-04-07 09:56:29.026851"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:56:29.034342"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6803"], ["description", "I-am-the-goal-description_6377"], ["version", 1], ["created_at", "2015-04-07 09:56:29.041425"], ["updated_at", "2015-04-07 09:56:29.041425"], ["tracking", "150407-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4013"], ["description", "I-am-the-goal-description_8369"], ["version", 1], ["created_at", "2015-04-07 09:56:29.047603"], ["updated_at", "2015-04-07 09:56:29.047603"], ["tracking", "150407-36"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task8198"], ["description", "I-am-the-task-description_288"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.054094"], ["updated_at", "2015-04-07 09:56:29.054094"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_564"], ["description", "I-am-the-goal-description_5910"], ["version", 1], ["created_at", "2015-04-07 09:56:29.059086"], ["updated_at", "2015-04-07 09:56:29.059086"], ["tracking", "150407-37"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task2746"], ["description", "I-am-the-task-description_4934"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.063264"], ["updated_at", "2015-04-07 09:56:29.063264"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_426"], ["description", "I-am-the-goal-description_4844"], ["version", 1], ["created_at", "2015-04-07 09:56:29.066956"], ["updated_at", "2015-04-07 09:56:29.066956"], ["tracking", "150407-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task2816"], ["description", "I-am-the-task-description_7951"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.072040"], ["updated_at", "2015-04-07 09:56:29.072040"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task1478"], ["description", "I-am-the-task-description_1116"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.076391"], ["updated_at", "2015-04-07 09:56:29.076391"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task8386"], ["description", "I-am-the-task-description_2016"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.081133"], ["updated_at", "2015-04-07 09:56:29.081133"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task7592"], ["description", "I-am-the-task-description_6864"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.085514"], ["updated_at", "2015-04-07 09:56:29.085514"]]  (0.9ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5714"], ["description", "I-am-the-goal-description_327"], ["version", 1], ["created_at", "2015-04-07 09:56:29.092906"], ["updated_at", "2015-04-07 09:56:29.092906"], ["tracking", "150407-39"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6489"], ["description", "I-am-the-goal-description_3474"], ["version", 1], ["created_at", "2015-04-07 09:56:29.098203"], ["updated_at", "2015-04-07 09:56:29.098203"], ["tracking", "150407-40"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task116"], ["description", "I-am-the-task-description_9824"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.102219"], ["updated_at", "2015-04-07 09:56:29.102219"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7452"], ["description", "I-am-the-goal-description_5531"], ["version", 1], ["created_at", "2015-04-07 09:56:29.106938"], ["updated_at", "2015-04-07 09:56:29.106938"], ["tracking", "150407-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task7173"], ["description", "I-am-the-task-description_947"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.111077"], ["updated_at", "2015-04-07 09:56:29.111077"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8873"], ["description", "I-am-the-goal-description_2009"], ["version", 1], ["created_at", "2015-04-07 09:56:29.114181"], ["updated_at", "2015-04-07 09:56:29.114181"], ["tracking", "150407-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 46], ["title", "I-am-a-task2316"], ["description", "I-am-the-task-description_2357"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.118892"], ["updated_at", "2015-04-07 09:56:29.118892"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task2974"], ["description", "I-am-the-task-description_8455"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.123898"], ["updated_at", "2015-04-07 09:56:29.123898"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 43], ["title", "I-am-a-task6506"], ["description", "I-am-the-task-description_3141"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.128766"], ["updated_at", "2015-04-07 09:56:29.128766"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task6976"], ["description", "I-am-the-task-description_6243"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.136007"], ["updated_at", "2015-04-07 09:56:29.136007"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_497"], ["description", "I-am-the-goal-description_6222"], ["version", 1], ["created_at", "2015-04-07 09:56:29.140252"], ["updated_at", "2015-04-07 09:56:29.140252"], ["tracking", "150407-43"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_521"], ["description", "I-am-the-goal-description_2189"], ["version", 1], ["created_at", "2015-04-07 09:56:29.148645"], ["updated_at", "2015-04-07 09:56:29.148645"], ["tracking", "150407-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7137"], ["description", "I-am-the-goal-description_767"], ["version", 1], ["created_at", "2015-04-07 09:56:29.153776"], ["updated_at", "2015-04-07 09:56:29.153776"], ["tracking", "150407-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task3519"], ["description", "I-am-the-task-description_1418"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.158176"], ["updated_at", "2015-04-07 09:56:29.158176"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4324"], ["description", "I-am-the-goal-description_2644"], ["version", 1], ["created_at", "2015-04-07 09:56:29.162493"], ["updated_at", "2015-04-07 09:56:29.162493"], ["tracking", "150407-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task6239"], ["description", "I-am-the-task-description_9730"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.166347"], ["updated_at", "2015-04-07 09:56:29.166347"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4269"], ["description", "I-am-the-goal-description_1099"], ["version", 1], ["created_at", "2015-04-07 09:56:29.169796"], ["updated_at", "2015-04-07 09:56:29.169796"], ["tracking", "150407-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task7012"], ["description", "I-am-the-task-description_116"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.174562"], ["updated_at", "2015-04-07 09:56:29.174562"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task9772"], ["description", "I-am-the-task-description_5615"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.179155"], ["updated_at", "2015-04-07 09:56:29.179155"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task5547"], ["description", "I-am-the-task-description_901"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.186525"], ["updated_at", "2015-04-07 09:56:29.186525"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task1374"], ["description", "I-am-the-task-description_1789"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.191202"], ["updated_at", "2015-04-07 09:56:29.191202"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task1723"], ["description", "I-am-the-task-description_7095"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.197099"], ["updated_at", "2015-04-07 09:56:29.197099"]]  (1.3ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2978"], ["description", "I-am-the-goal-description_7176"], ["version", 1], ["created_at", "2015-04-07 09:56:29.208307"], ["updated_at", "2015-04-07 09:56:29.208307"], ["tracking", "150407-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_285"], ["description", "I-am-the-goal-description_319"], ["version", 1], ["created_at", "2015-04-07 09:56:29.215570"], ["updated_at", "2015-04-07 09:56:29.215570"], ["tracking", "150407-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task6879"], ["description", "I-am-the-task-description_4447"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.221743"], ["updated_at", "2015-04-07 09:56:29.221743"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4408"], ["description", "I-am-the-goal-description_5461"], ["version", 1], ["created_at", "2015-04-07 09:56:29.226391"], ["updated_at", "2015-04-07 09:56:29.226391"], ["tracking", "150407-50"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 54], ["title", "I-am-a-task947"], ["description", "I-am-the-task-description_2557"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.231636"], ["updated_at", "2015-04-07 09:56:29.231636"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9561"], ["description", "I-am-the-goal-description_2460"], ["version", 1], ["created_at", "2015-04-07 09:56:29.235515"], ["updated_at", "2015-04-07 09:56:29.235515"], ["tracking", "150407-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task858"], ["description", "I-am-the-task-description_3709"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.241475"], ["updated_at", "2015-04-07 09:56:29.241475"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task4614"], ["description", "I-am-the-task-description_7404"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.246587"], ["updated_at", "2015-04-07 09:56:29.246587"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task9072"], ["description", "I-am-the-task-description_1707"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.253086"], ["updated_at", "2015-04-07 09:56:29.253086"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task1433"], ["description", "I-am-the-task-description_3322"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.258133"], ["updated_at", "2015-04-07 09:56:29.258133"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task6565"], ["description", "I-am-the-task-description_3186"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.262733"], ["updated_at", "2015-04-07 09:56:29.262733"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9869"], ["description", "I-am-the-goal-description_5143"], ["version", 1], ["created_at", "2015-04-07 09:56:29.270848"], ["updated_at", "2015-04-07 09:56:29.270848"], ["tracking", "150407-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 56], ["title", "I-am-a-task2572"], ["description", "I-am-the-task-description_2865"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.274968"], ["updated_at", "2015-04-07 09:56:29.274968"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4575"], ["description", "I-am-the-goal-description_5992"], ["version", 1], ["created_at", "2015-04-07 09:56:29.280654"], ["updated_at", "2015-04-07 09:56:29.280654"], ["tracking", "150407-53"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 57], ["title", "I-am-a-task7193"], ["description", "I-am-the-task-description_5047"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.285008"], ["updated_at", "2015-04-07 09:56:29.285008"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9976"], ["description", "I-am-the-goal-description_4518"], ["version", 1], ["created_at", "2015-04-07 09:56:29.290775"], ["updated_at", "2015-04-07 09:56:29.290775"], ["tracking", "150407-54"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 58], ["title", "I-am-a-task6528"], ["description", "I-am-the-task-description_5896"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.295331"], ["updated_at", "2015-04-07 09:56:29.295331"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7213"], ["description", "I-am-the-goal-description_4686"], ["version", 1], ["created_at", "2015-04-07 09:56:29.301275"], ["updated_at", "2015-04-07 09:56:29.301275"], ["tracking", "150407-55"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 59], ["title", "I-am-a-task1337"], ["description", "I-am-the-task-description_3240"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.306014"], ["updated_at", "2015-04-07 09:56:29.306014"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5988"], ["description", "I-am-the-goal-description_7463"], ["version", 1], ["created_at", "2015-04-07 09:56:29.310700"], ["updated_at", "2015-04-07 09:56:29.310700"], ["tracking", "150407-56"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7307"], ["description", "I-am-the-goal-description_1742"], ["version", 1], ["created_at", "2015-04-07 09:56:29.316922"], ["updated_at", "2015-04-07 09:56:29.316922"], ["tracking", "150407-57"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8846"], ["description", "I-am-the-goal-description_8433"], ["version", 1], ["created_at", "2015-04-07 09:56:29.324929"], ["updated_at", "2015-04-07 09:56:29.324929"], ["tracking", "150407-58"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task4874"], ["description", "I-am-the-task-description_1079"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.329604"], ["updated_at", "2015-04-07 09:56:29.329604"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 62]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4248"], ["description", "I-am-the-goal-description_3625"], ["version", 1], ["created_at", "2015-04-07 09:56:29.335866"], ["updated_at", "2015-04-07 09:56:29.335866"], ["tracking", "150407-59"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9351"], ["description", "I-am-the-goal-description_4570"], ["version", 1], ["created_at", "2015-04-07 09:56:29.344247"], ["updated_at", "2015-04-07 09:56:29.344247"], ["tracking", "150407-60"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task5649"], ["description", "I-am-the-task-description_6628"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.348490"], ["updated_at", "2015-04-07 09:56:29.348490"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7529"], ["description", "I-am-the-goal-description_2097"], ["version", 1], ["created_at", "2015-04-07 09:56:29.353879"], ["updated_at", "2015-04-07 09:56:29.353879"], ["tracking", "150407-61"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task8263"], ["description", "I-am-the-task-description_518"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.358165"], ["updated_at", "2015-04-07 09:56:29.358165"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1830"], ["description", "I-am-the-goal-description_9025"], ["version", 1], ["created_at", "2015-04-07 09:56:29.363286"], ["updated_at", "2015-04-07 09:56:29.363286"], ["tracking", "150407-62"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 66], ["title", "I-am-a-task9842"], ["description", "I-am-the-task-description_2796"], ["cost", 1], ["created_at", "2015-04-07 09:56:29.370201"], ["updated_at", "2015-04-07 09:56:29.370201"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1978"], ["description", "I-am-the-goal-description_9521"], ["version", 1], ["created_at", "2015-04-07 09:56:29.377044"], ["updated_at", "2015-04-07 09:56:29.377044"], ["tracking", "150407-63"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 09:56:29.381000"], ["id", 67]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 09:56:29.383671"], ["id", 67]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4103"], ["description", "I-am-the-goal-description_1832"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9142"], ["description", "I-am-the-goal-description_6187"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4369"], ["description", "I-am-the-goal-description_1379"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1136"], ["description", "I-am-the-goal-description_9266"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_836"], ["description", "I-am-the-goal-description_9138"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 72]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4226"], ["description", "I-am-the-goal-description_6519"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9064"], ["description", "I-am-the-goal-description_2595"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task70"], ["description", "I-am-the-task-description_9197"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 74]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9297"], ["description", "I-am-the-goal-description_4955"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task5394"], ["description", "I-am-the-task-description_8244"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 75]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3030"], ["description", "I-am-the-goal-description_1593"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task9798"], ["description", "I-am-the-task-description_305"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2658"], ["description", "I-am-the-goal-description_1288"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task4157"], ["description", "I-am-the-task-description_9137"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 96], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 96]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 96]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3061"], ["description", "I-am-the-goal-description_4032"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task9948"], ["description", "I-am-the-task-description_8119"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 97], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 97]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 97]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5588"], ["description", "I-am-the-goal-description_4503"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task5346"], ["description", "I-am-the-task-description_182"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 98], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 98]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 98]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5770"], ["description", "I-am-the-goal-description_7189"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 80], ["title", "I-am-a-task6810"], ["description", "I-am-the-task-description_6998"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7068"], ["description", "I-am-the-goal-description_7693"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1822"], ["description", "I-am-the-goal-description_7650"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7540"], ["description", "I-am-the-goal-description_8411"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2956"], ["description", "I-am-the-goal-description_8830"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:56:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3986.2ms) Completed 200 OK in 4089ms (Views: 4059.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 11:56:46 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 11:56:46 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 11:56:46 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (3.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (313.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (317.8ms) Completed 200 OK in 328ms (Views: 319.9ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 11:56:46 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:56:48 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 09:56:48.578917"], ["updated_at", "2015-04-07 09:56:48.578917"], ["tracking", "150407-1"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (95.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (100.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (116.0ms) Completed 200 OK in 142ms (Views: 117.2ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5445"], ["description", "I-am-the-goal-description_2370"], ["version", 1], ["created_at", "2015-04-07 09:56:48.888515"], ["updated_at", "2015-04-07 09:56:48.888515"], ["tracking", "150407-1"]]  (10.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6847"], ["description", "I-am-the-task-description_7756"], ["cost", 1], ["created_at", "2015-04-07 09:56:48.905572"], ["updated_at", "2015-04-07 09:56:48.905572"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8168"], ["description", "I-am-the-task-description_1578"], ["cost", 1], ["created_at", "2015-04-07 09:56:48.914571"], ["updated_at", "2015-04-07 09:56:48.914571"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3757"], ["description", "I-am-the-task-description_8740"], ["cost", 1], ["created_at", "2015-04-07 09:56:48.919067"], ["updated_at", "2015-04-07 09:56:48.919067"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:56:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (56.1ms) Completed 200 OK in 58ms (Views: 56.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:49 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.8ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2378"], ["description", "I-am-the-goal-description_5254"], ["version", 1], ["created_at", "2015-04-07 09:56:50.768077"], ["updated_at", "2015-04-07 09:56:50.768077"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:56:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 11:56:52 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (15.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (19.1ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:52 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5254"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 09:56:52.633742"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/goals/1 Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (7.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (11.8ms) Completed 200 OK in 15ms (Views: 12.8ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_447"], ["description", "I-am-the-goal-description_7921"], ["version", 1], ["created_at", "2015-04-07 09:56:52.832400"], ["updated_at", "2015-04-07 09:56:52.832400"], ["tracking", "150407-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:56:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:54 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:56:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6303"], ["description", "I-am-the-goal-description_5153"], ["version", 1], ["created_at", "2015-04-07 09:56:54.985206"], ["updated_at", "2015-04-07 09:56:54.985206"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.6ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 11:56:56 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 09:56:56.932709"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:56:56 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9497"], ["description", "I-am-the-goal-description_4247"], ["version", 1], ["created_at", "2015-04-07 09:56:57.072751"], ["updated_at", "2015-04-07 09:56:57.072751"], ["tracking", "150407-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 11:56:59 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 09:56:59.354141"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:56:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.9ms) Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.5ms)  (3.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4443"], ["description", "I-am-the-goal-description_6806"], ["version", 1], ["created_at", "2015-04-07 09:56:59.507160"], ["updated_at", "2015-04-07 09:56:59.507160"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6531"], ["description", "I-am-the-task-description_5706"], ["cost", 1], ["created_at", "2015-04-07 09:56:59.514121"], ["updated_at", "2015-04-07 09:56:59.514121"]]  (1.2ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:56:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (97.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (103.4ms) Completed 200 OK in 115ms (Views: 105.3ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:56:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (20.1ms) CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (12.9ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (51.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (102.8ms) Completed 200 OK in 112ms (Views: 103.8ms | ActiveRecord: 2.7ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 11:57:01 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-07 09:57:01.668007"], ["created_at", "2015-04-07 09:57:01.668844"], ["updated_at", "2015-04-07 09:57:01.668844"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 09:57:01.671464"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/tasks/1 Completed 302 Found in 15ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:57:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (78.3ms) Completed 200 OK in 82ms (Views: 78.7ms | ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8515"], ["description", "I-am-the-goal-description_5377"], ["version", 1], ["created_at", "2015-04-07 09:57:01.912036"], ["updated_at", "2015-04-07 09:57:01.912036"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 11:57:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07') Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 11:57:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 11:57:03 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (147.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (151.5ms) Completed 200 OK in 156ms (Views: 153.4ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:03 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 09:57:03.960752"], ["updated_at", "2015-04-07 09:57:03.960752"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:57:03 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.4ms) Completed 200 OK in 31ms (Views: 26.0ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6131"], ["description", "I-am-the-goal-description_7146"], ["version", 1], ["created_at", "2015-04-07 09:57:04.109865"], ["updated_at", "2015-04-07 09:57:04.109865"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9217"], ["description", "I-am-the-task-description_684"], ["cost", 1], ["created_at", "2015-04-07 09:57:04.114256"], ["updated_at", "2015-04-07 09:57:04.114256"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:57:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.6ms) Completed 200 OK in 79ms (Views: 74.9ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9082"], ["description", "I-am-the-goal-description_957"], ["version", 1], ["created_at", "2015-04-07 09:57:05.918291"], ["updated_at", "2015-04-07 09:57:05.918291"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3794"], ["description", "I-am-the-task-description_572"], ["cost", 1], ["created_at", "2015-04-07 09:57:05.924384"], ["updated_at", "2015-04-07 09:57:05.924384"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:57:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.2ms) Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 11:57:07 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (139.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (143.0ms) Completed 200 OK in 147ms (Views: 145.0ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:57:07 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_572", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 09:57:07.973613"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:57:07 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.3ms) Completed 200 OK in 25ms (Views: 20.8ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2873"], ["description", "I-am-the-goal-description_2538"], ["version", 1], ["created_at", "2015-04-07 09:57:08.116486"], ["updated_at", "2015-04-07 09:57:08.116486"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8733"], ["description", "I-am-the-task-description_8112"], ["cost", 1], ["created_at", "2015-04-07 09:57:08.124147"], ["updated_at", "2015-04-07 09:57:08.124147"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (56.0ms) Completed 200 OK in 58ms (Views: 56.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:57:08 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (18.7ms) Completed 200 OK in 23ms (Views: 19.2ms | ActiveRecord: 0.6ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 11:57:09 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.8ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6612"], ["description", "I-am-the-goal-description_3154"], ["version", 1], ["created_at", "2015-04-07 09:57:09.985354"], ["updated_at", "2015-04-07 09:57:09.985354"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1879"], ["description", "I-am-the-task-description_5633"], ["cost", 1], ["created_at", "2015-04-07 09:57:09.989348"], ["updated_at", "2015-04-07 09:57:09.989348"]]  (1.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 11:57:10 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 09:57:10.131478"], ["task_id", 1], ["created_at", "2015-04-07 09:57:10.132875"], ["updated_at", "2015-04-07 09:57:10.132875"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 09:57:10.134540"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7299"], ["description", "I-am-the-goal-description_6043"], ["version", 1], ["created_at", "2015-04-07 09:57:10.273600"], ["updated_at", "2015-04-07 09:57:10.273600"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task9434"], ["description", "I-am-the-task-description_3144"], ["cost", 1], ["created_at", "2015-04-07 09:57:10.280381"], ["updated_at", "2015-04-07 09:57:10.280381"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 11:57:10 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 09:57:10.413339"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:57174/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (64.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (65.9ms) Completed 200 OK in 67ms (Views: 66.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1048"], ["description", "I-am-the-goal-description_895"], ["version", 1], ["created_at", "2015-04-07 09:57:10.561456"], ["updated_at", "2015-04-07 09:57:10.561456"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3981"], ["description", "I-am-the-task-description_9053"], ["cost", 1], ["created_at", "2015-04-07 09:57:10.565909"], ["updated_at", "2015-04-07 09:57:10.565909"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1604"], ["description", "I-am-the-goal-description_3175"], ["version", 1], ["created_at", "2015-04-07 09:57:10.569776"], ["updated_at", "2015-04-07 09:57:10.569776"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5728"], ["description", "I-am-the-task-description_2913"], ["cost", 1], ["created_at", "2015-04-07 09:57:10.573257"], ["updated_at", "2015-04-07 09:57:10.573257"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7322"], ["description", "I-am-the-goal-description_3338"], ["version", 1], ["created_at", "2015-04-07 09:57:10.576894"], ["updated_at", "2015-04-07 09:57:10.576894"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4872"], ["description", "I-am-the-task-description_1682"], ["cost", 1], ["created_at", "2015-04-07 09:57:10.582259"], ["updated_at", "2015-04-07 09:57:10.582259"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 11:57:10 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (4.1ms) Completed 200 OK in 58ms (Views: 3.9ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3372"], ["description", "I-am-the-goal-description_6599"], ["version", 1], ["created_at", "2015-04-07 09:57:10.849211"], ["updated_at", "2015-04-07 09:57:10.849211"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8955"], ["description", "I-am-the-task-description_7271"], ["cost", 1], ["created_at", "2015-04-07 09:57:10.854388"], ["updated_at", "2015-04-07 09:57:10.854388"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2390"], ["description", "I-am-the-goal-description_6914"], ["version", 1], ["created_at", "2015-04-07 09:57:10.858627"], ["updated_at", "2015-04-07 09:57:10.858627"], ["tracking", "150407-2"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5508"], ["description", "I-am-the-task-description_4755"], ["cost", 1], ["created_at", "2015-04-07 09:57:10.863813"], ["updated_at", "2015-04-07 09:57:10.863813"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_467"], ["description", "I-am-the-goal-description_154"], ["version", 1], ["created_at", "2015-04-07 09:57:10.867938"], ["updated_at", "2015-04-07 09:57:10.867938"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1116"], ["description", "I-am-the-task-description_4600"], ["cost", 1], ["created_at", "2015-04-07 09:57:10.871404"], ["updated_at", "2015-04-07 09:57:10.871404"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.1ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 11:57:10 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.9ms) Completed 200 OK in 8ms (Views: 0.6ms | ActiveRecord: 0.7ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2442"], ["description", "I-am-the-goal-description_3564"], ["version", 1], ["created_at", "2015-04-07 09:57:11.191342"], ["updated_at", "2015-04-07 09:57:11.191342"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1219"], ["description", "I-am-the-task-description_7063"], ["cost", 1], ["created_at", "2015-04-07 09:57:11.195233"], ["updated_at", "2015-04-07 09:57:11.195233"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3721"], ["description", "I-am-the-goal-description_8005"], ["version", 1], ["created_at", "2015-04-07 09:57:11.199452"], ["updated_at", "2015-04-07 09:57:11.199452"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2253"], ["description", "I-am-the-task-description_2457"], ["cost", 1], ["created_at", "2015-04-07 09:57:11.203253"], ["updated_at", "2015-04-07 09:57:11.203253"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3539"], ["description", "I-am-the-goal-description_7942"], ["version", 1], ["created_at", "2015-04-07 09:57:11.206667"], ["updated_at", "2015-04-07 09:57:11.206667"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7181"], ["description", "I-am-the-task-description_3374"], ["cost", 1], ["created_at", "2015-04-07 09:57:11.210510"], ["updated_at", "2015-04-07 09:57:11.210510"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 11:57:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.9ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 11:57:11 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (5.5ms) Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.6ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4070"], ["description", "I-am-the-goal-description_118"], ["version", 1], ["created_at", "2015-04-07 10:00:31.507198"], ["updated_at", "2015-04-07 10:00:31.507198"], ["tracking", "150407-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 10:00:31.519404"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 10:00:31.532821"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1118"], ["description", "I-am-the-goal-description_5399"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6964"], ["description", "I-am-the-goal-description_5226"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6533"], ["description", "I-am-the-goal-description_4255"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3037"], ["description", "I-am-the-goal-description_8273"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3175"], ["description", "I-am-the-goal-description_4548"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task515"], ["description", "I-am-the-task-description_4792"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task3764"], ["description", "I-am-the-task-description_7661"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9966"], ["description", "I-am-the-goal-description_8574"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7438"], ["description", "I-am-the-goal-description_3489"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1194"], ["description", "I-am-the-goal-description_8174"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task3926"], ["description", "I-am-the-task-description_7340"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 9]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7655"], ["description", "I-am-the-goal-description_3676"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8517"], ["description", "I-am-the-task-description_5339"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4686"], ["description", "I-am-the-goal-description_4491"], ["version", 1], ["created_at", "2015-04-07 10:00:52.346068"], ["updated_at", "2015-04-07 10:00:52.346068"], ["tracking", "150407-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 10:00:52.357870"], ["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 10:00:52.369976"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9727"], ["description", "I-am-the-goal-description_5558"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_316"], ["description", "I-am-the-goal-description_9755"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2054"], ["description", "I-am-the-goal-description_1347"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_810"], ["description", "I-am-the-goal-description_8968"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3976"], ["description", "I-am-the-goal-description_8948"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task6726"], ["description", "I-am-the-task-description_6429"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task3795"], ["description", "I-am-the-task-description_6207"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8970"], ["description", "I-am-the-goal-description_4309"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8704"], ["description", "I-am-the-goal-description_6577"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5120"], ["description", "I-am-the-goal-description_9399"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_364"], ["description", "I-am-the-goal-description_36"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task5348"], ["description", "I-am-the-task-description_4707"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7910"], ["description", "I-am-the-goal-description_2272"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task8654"], ["description", "I-am-the-task-description_4752"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 11]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6598"], ["description", "I-am-the-goal-description_8413"], ["version", 1], ["created_at", "2015-04-07 10:02:18.905272"], ["updated_at", "2015-04-07 10:02:18.905272"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 10:02:18.918251"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 10:02:18.970383"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_962"], ["description", "I-am-the-goal-description_8500"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9284"], ["description", "I-am-the-goal-description_2840"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2281"], ["description", "I-am-the-goal-description_1218"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6469"], ["description", "I-am-the-goal-description_6461"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8206"], ["description", "I-am-the-goal-description_4861"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task9153"], ["description", "I-am-the-task-description_6355"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task7713"], ["description", "I-am-the-task-description_1834"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3809"], ["description", "I-am-the-goal-description_1448"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 7]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7848"], ["description", "I-am-the-goal-description_4743"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8307"], ["description", "I-am-the-goal-description_7421"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7334"], ["description", "I-am-the-goal-description_3572"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task4465"], ["description", "I-am-the-task-description_9536"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1547"], ["description", "I-am-the-goal-description_591"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task2868"], ["description", "I-am-the-task-description_224"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 11]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8656"], ["description", "I-am-the-goal-description_682"], ["version", 1], ["created_at", "2015-04-07 10:02:35.089358"], ["updated_at", "2015-04-07 10:02:35.089358"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 10:02:35.101446"], ["id", 1]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 10:02:35.159928"], ["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2892"], ["description", "I-am-the-goal-description_38"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1185"], ["description", "I-am-the-goal-description_3322"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8041"], ["description", "I-am-the-goal-description_1984"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3864"], ["description", "I-am-the-goal-description_7113"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1845"], ["description", "I-am-the-goal-description_5547"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task3511"], ["description", "I-am-the-task-description_6978"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task4742"], ["description", "I-am-the-task-description_5050"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6191"], ["description", "I-am-the-goal-description_8290"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 7]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 7]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8095"], ["description", "I-am-the-goal-description_3197"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3551"], ["description", "I-am-the-goal-description_5480"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4186"], ["description", "I-am-the-goal-description_2028"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task6643"], ["description", "I-am-the-task-description_6692"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9657"], ["description", "I-am-the-goal-description_107"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task1677"], ["description", "I-am-the-task-description_6276"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 11]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5677"], ["description", "I-am-the-goal-description_1618"], ["version", 1], ["created_at", "2015-04-07 10:03:10.806308"], ["updated_at", "2015-04-07 10:03:10.806308"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 10:03:10.818073"], ["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 10:03:10.872559"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_490"], ["description", "I-am-the-goal-description_708"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4817"], ["description", "I-am-the-goal-description_3262"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8843"], ["description", "I-am-the-goal-description_9373"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3283"], ["description", "I-am-the-goal-description_6041"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2223"], ["description", "I-am-the-goal-description_2886"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task6665"], ["description", "I-am-the-task-description_4432"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task4568"], ["description", "I-am-the-task-description_8981"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5946"], ["description", "I-am-the-goal-description_879"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7687"], ["description", "I-am-the-goal-description_7632"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5594"], ["description", "I-am-the-goal-description_1351"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7429"], ["description", "I-am-the-goal-description_7331"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8223"], ["description", "I-am-the-task-description_9184"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4066"], ["description", "I-am-the-goal-description_2821"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6467"], ["description", "I-am-the-task-description_6726"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 11]] ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8799"], ["description", "I-am-the-goal-description_9601"], ["version", 1], ["created_at", "2015-04-07 10:03:26.552962"], ["updated_at", "2015-04-07 10:03:26.552962"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 10:03:26.565806"], ["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 10:03:26.579136"], ["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1876"], ["description", "I-am-the-goal-description_7619"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3929"], ["description", "I-am-the-goal-description_3031"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9409"], ["description", "I-am-the-goal-description_57"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1930"], ["description", "I-am-the-goal-description_1817"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6614"], ["description", "I-am-the-goal-description_2162"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5206"], ["description", "I-am-the-task-description_9169"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task501"], ["description", "I-am-the-task-description_9616"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 6]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 6]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 6]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_649"], ["description", "I-am-the-goal-description_9855"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 7]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3870"], ["description", "I-am-the-goal-description_9179"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_834"], ["description", "I-am-the-goal-description_9183"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5077"], ["description", "I-am-the-goal-description_3897"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task3043"], ["description", "I-am-the-task-description_4764"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 10]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4606"], ["description", "I-am-the-goal-description_7175"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task5961"], ["description", "I-am-the-task-description_2294"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 11]]  (3.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3297"], ["description", "I-am-the-goal-description_3638"], ["version", 1], ["created_at", "2015-04-07 10:07:01.096584"], ["updated_at", "2015-04-07 10:07:01.096584"], ["tracking", "150407-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7445"], ["description", "I-am-the-goal-description_5947"], ["version", 1], ["created_at", "2015-04-07 10:07:01.109312"], ["updated_at", "2015-04-07 10:07:01.109312"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 17.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7101"], ["description", "I-am-the-goal-description_8977"], ["version", 1], ["created_at", "2015-04-07 10:07:01.224506"], ["updated_at", "2015-04-07 10:07:01.224506"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_322"], ["description", "I-am-the-goal-description_4161"], ["version", 1], ["created_at", "2015-04-07 10:07:01.229301"], ["updated_at", "2015-04-07 10:07:01.229301"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 15ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_340"], ["description", "I-am-the-goal-description_704"], ["version", 1], ["created_at", "2015-04-07 10:07:01.259756"], ["updated_at", "2015-04-07 10:07:01.259756"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8619"], ["description", "I-am-the-goal-description_4240"], ["version", 1], ["created_at", "2015-04-07 10:07:01.266210"], ["updated_at", "2015-04-07 10:07:01.266210"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6228"], ["description", "I-am-the-goal-description_908"], ["version", 1], ["created_at", "2015-04-07 10:07:01.326898"], ["updated_at", "2015-04-07 10:07:01.326898"], ["tracking", "150407-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 10:07:01.338964"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3450ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3690"], ["description", "I-am-the-goal-description_9114"], ["version", 1], ["created_at", "2015-04-07 10:07:04.785139"], ["updated_at", "2015-04-07 10:07:04.785139"], ["tracking", "150407-4"]]  (2.7ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 10:07:04.795827"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2719"], ["description", "I-am-the-goal-description_3417"], ["version", 1], ["created_at", "2015-04-07 10:07:04.802936"], ["updated_at", "2015-04-07 10:07:04.802936"], ["tracking", "150407-5"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 10:07:04.811672"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2176"], ["description", "I-am-the-goal-description_9471"], ["version", 1], ["created_at", "2015-04-07 10:07:04.819073"], ["updated_at", "2015-04-07 10:07:04.819073"], ["tracking", "150407-6"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 10:07:04.828578"], ["id", 10]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5029"], ["description", "I-am-the-goal-description_7385"], ["version", 1], ["created_at", "2015-04-07 10:07:04.898720"], ["updated_at", "2015-04-07 10:07:04.898720"], ["tracking", "150407-7"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task513"], ["description", "I-am-the-task-description_8540"], ["cost", 1], ["created_at", "2015-04-07 10:07:04.911441"], ["updated_at", "2015-04-07 10:07:04.911441"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 10:07:04.924030"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 10:07:04.925170"], ["updated_at", "2015-04-07 10:07:04.925170"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 10:07:04.926901"], ["id", 1]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 10:07:04 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 10:07:04 UTC", "updated_at"=>"2015-04-07 10:07:04 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 10:07:04.938772"], ["created_at", "2015-04-07 10:07:04.939615"], ["updated_at", "2015-04-07 10:07:04.939615"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5508"], ["description", "I-am-the-goal-description_9473"], ["version", 1], ["created_at", "2015-04-07 10:07:04.952678"], ["updated_at", "2015-04-07 10:07:04.952678"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7760"], ["description", "I-am-the-task-description_2803"], ["cost", 1], ["created_at", "2015-04-07 10:07:04.956612"], ["updated_at", "2015-04-07 10:07:04.956612"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2925"], ["description", "I-am-the-task-description_8988"], ["cost", 1], ["created_at", "2015-04-07 10:07:04.960445"], ["updated_at", "2015-04-07 10:07:04.960445"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.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-07 10:07:04.967579"], ["task_id", 2], ["created_at", "2015-04-07 10:07:04.968796"], ["updated_at", "2015-04-07 10:07:04.968796"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 10:07:04.970333"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) 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_7918"], ["version", 1], ["created_at", "2015-04-07 10:07:04.977642"], ["updated_at", "2015-04-07 10:07:04.977642"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2812"], ["description", "I-am-the-task-description_1048"], ["cost", 1], ["created_at", "2015-04-07 10:07:04.982097"], ["updated_at", "2015-04-07 10:07:04.982097"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4944"], ["description", "I-am-the-task-description_5974"], ["cost", 1], ["created_at", "2015-04-07 10:07:04.986613"], ["updated_at", "2015-04-07 10:07:04.986613"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 10:07:04.993541"], ["task_id", 4], ["created_at", "2015-04-07 10:07:04.994919"], ["updated_at", "2015-04-07 10:07:04.994919"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 10:07:04.996545"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8500"], ["description", "I-am-the-goal-description_3058"], ["version", 1], ["created_at", "2015-04-07 10:07:05.003548"], ["updated_at", "2015-04-07 10:07:05.003548"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4971"], ["description", "I-am-the-task-description_4125"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.007633"], ["updated_at", "2015-04-07 10:07:05.007633"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task784"], ["description", "I-am-the-task-description_3366"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.011695"], ["updated_at", "2015-04-07 10:07:05.011695"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 10:07:05.019670"], ["task_id", 6], ["created_at", "2015-04-07 10:07:05.021081"], ["updated_at", "2015-04-07 10:07:05.021081"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 10:07:05.022715"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5132"], ["description", "I-am-the-goal-description_8923"], ["version", 1], ["created_at", "2015-04-07 10:07:05.033338"], ["updated_at", "2015-04-07 10:07:05.033338"], ["tracking", "150407-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3326"], ["description", "I-am-the-task-description_9659"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.039519"], ["updated_at", "2015-04-07 10:07:05.039519"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6367"], ["description", "I-am-the-task-description_8890"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.044588"], ["updated_at", "2015-04-07 10:07:05.044588"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 10:07:05.058112"], ["task_id", 8], ["created_at", "2015-04-07 10:07:05.060085"], ["updated_at", "2015-04-07 10:07:05.060085"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 10:07:05.061803"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 13ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9747"], ["description", "I-am-the-goal-description_8196"], ["version", 1], ["created_at", "2015-04-07 10:07:05.068881"], ["updated_at", "2015-04-07 10:07:05.068881"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task576"], ["description", "I-am-the-task-description_5475"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.073863"], ["updated_at", "2015-04-07 10:07:05.073863"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4899"], ["description", "I-am-the-task-description_7763"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.077686"], ["updated_at", "2015-04-07 10:07:05.077686"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 7ms (Views: 3.2ms | ActiveRecord: 0.0ms)  (0.5ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9994"], ["description", "I-am-the-goal-description_6018"], ["version", 1], ["created_at", "2015-04-07 10:07:05.097307"], ["updated_at", "2015-04-07 10:07:05.097307"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6719"], ["description", "I-am-the-task-description_7340"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.106605"], ["updated_at", "2015-04-07 10:07:05.106605"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8066"], ["description", "I-am-the-task-description_3383"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.110539"], ["updated_at", "2015-04-07 10:07:05.110539"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1647"], ["description", "I-am-the-goal-description_1226"], ["version", 1], ["created_at", "2015-04-07 10:07:05.154008"], ["updated_at", "2015-04-07 10:07:05.154008"], ["tracking", "150407-14"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6812"], ["description", "I-am-the-task-description_7274"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.159251"], ["updated_at", "2015-04-07 10:07:05.159251"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5213"], ["description", "I-am-the-goal-description_6087"], ["version", 1], ["created_at", "2015-04-07 10:07:05.164096"], ["updated_at", "2015-04-07 10:07:05.164096"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7312"], ["description", "I-am-the-task-description_2757"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.167942"], ["updated_at", "2015-04-07 10:07:05.167942"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7953"], ["description", "I-am-the-goal-description_4919"], ["version", 1], ["created_at", "2015-04-07 10:07:05.177094"], ["updated_at", "2015-04-07 10:07:05.177094"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task440"], ["description", "I-am-the-task-description_1541"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.180757"], ["updated_at", "2015-04-07 10:07:05.180757"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1640"], ["description", "I-am-the-task-description_6587"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.184501"], ["updated_at", "2015-04-07 10:07:05.184501"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3613"], ["description", "I-am-the-goal-description_2788"], ["version", 1], ["created_at", "2015-04-07 10:07:05.198064"], ["updated_at", "2015-04-07 10:07:05.198064"], ["tracking", "150407-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2476"], ["description", "I-am-the-task-description_2054"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.201922"], ["updated_at", "2015-04-07 10:07:05.201922"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8524"], ["description", "I-am-the-goal-description_6290"], ["version", 1], ["created_at", "2015-04-07 10:07:05.205853"], ["updated_at", "2015-04-07 10:07:05.205853"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4335"], ["description", "I-am-the-task-description_169"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.209754"], ["updated_at", "2015-04-07 10:07:05.209754"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8834"], ["description", "I-am-the-goal-description_2499"], ["version", 1], ["created_at", "2015-04-07 10:07:05.218494"], ["updated_at", "2015-04-07 10:07:05.218494"], ["tracking", "150407-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1530"], ["description", "I-am-the-task-description_2131"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.222330"], ["updated_at", "2015-04-07 10:07:05.222330"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task499"], ["description", "I-am-the-task-description_4044"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.227457"], ["updated_at", "2015-04-07 10:07:05.227457"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1385"], ["description", "I-am-the-goal-description_2839"], ["version", 1], ["created_at", "2015-04-07 10:07:05.245079"], ["updated_at", "2015-04-07 10:07:05.245079"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8367"], ["description", "I-am-the-task-description_5383"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.304117"], ["updated_at", "2015-04-07 10:07:05.304117"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_478"], ["description", "I-am-the-goal-description_3041"], ["version", 1], ["created_at", "2015-04-07 10:07:05.308371"], ["updated_at", "2015-04-07 10:07:05.308371"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7163"], ["description", "I-am-the-task-description_6971"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.312174"], ["updated_at", "2015-04-07 10:07:05.312174"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1909"], ["description", "I-am-the-goal-description_6756"], ["version", 1], ["created_at", "2015-04-07 10:07:05.323166"], ["updated_at", "2015-04-07 10:07:05.323166"], ["tracking", "150407-22"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2621"], ["description", "I-am-the-task-description_7178"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.327360"], ["updated_at", "2015-04-07 10:07:05.327360"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5884"], ["description", "I-am-the-task-description_6590"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.332223"], ["updated_at", "2015-04-07 10:07:05.332223"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) 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_3315"], ["version", 1], ["created_at", "2015-04-07 10:07:05.347236"], ["updated_at", "2015-04-07 10:07:05.347236"], ["tracking", "150407-23"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8294"], ["description", "I-am-the-task-description_9931"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.351843"], ["updated_at", "2015-04-07 10:07:05.351843"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7231"], ["description", "I-am-the-task-description_7785"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.356808"], ["updated_at", "2015-04-07 10:07:05.356808"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8674"], ["description", "I-am-the-goal-description_204"], ["version", 1], ["created_at", "2015-04-07 10:07:05.370999"], ["updated_at", "2015-04-07 10:07:05.370999"], ["tracking", "150407-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task537"], ["description", "I-am-the-task-description_5882"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.376373"], ["updated_at", "2015-04-07 10:07:05.376373"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4656"], ["description", "I-am-the-task-description_459"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.380981"], ["updated_at", "2015-04-07 10:07:05.380981"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.2ms | ActiveRecord: 0.3ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4909"], ["description", "I-am-the-goal-description_1243"], ["version", 1], ["created_at", "2015-04-07 10:07:05.397273"], ["updated_at", "2015-04-07 10:07:05.397273"], ["tracking", "150407-25"]]  (3.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2699"], ["description", "I-am-the-task-description_6512"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.407018"], ["updated_at", "2015-04-07 10:07:05.407018"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2998"], ["description", "I-am-the-task-description_3504"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.413515"], ["updated_at", "2015-04-07 10:07:05.413515"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 10:07:05.428225"], ["updated_at", "2015-04-07 10:07:05.428225"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3999"], ["description", "I-am-the-goal-description_9775"], ["version", 1], ["created_at", "2015-04-07 10:07:05.436102"], ["updated_at", "2015-04-07 10:07:05.436102"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6628"], ["description", "I-am-the-task-description_4536"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.440708"], ["updated_at", "2015-04-07 10:07:05.440708"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task8466"], ["description", "I-am-the-task-description_3339"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.445402"], ["updated_at", "2015-04-07 10:07:05.445402"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 10:07:05.452834"], ["updated_at", "2015-04-07 10:07:05.452834"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6577"], ["description", "I-am-the-goal-description_102"], ["version", 1], ["created_at", "2015-04-07 10:07:05.463404"], ["updated_at", "2015-04-07 10:07:05.463404"], ["tracking", "150407-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7846"], ["description", "I-am-the-task-description_9315"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.469391"], ["updated_at", "2015-04-07 10:07:05.469391"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task3083"], ["description", "I-am-the-task-description_1995"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.474420"], ["updated_at", "2015-04-07 10:07:05.474420"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 10:07:05.481783"], ["updated_at", "2015-04-07 10:07:05.481783"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7492"], ["description", "I-am-the-goal-description_6908"], ["version", 1], ["created_at", "2015-04-07 10:07:05.490804"], ["updated_at", "2015-04-07 10:07:05.490804"], ["tracking", "150407-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6803"], ["description", "I-am-the-task-description_3838"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.495033"], ["updated_at", "2015-04-07 10:07:05.495033"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6279"], ["description", "I-am-the-task-description_36"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.499292"], ["updated_at", "2015-04-07 10:07:05.499292"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1525"], ["description", "I-am-the-goal-description_1457"], ["version", 1], ["created_at", "2015-04-07 10:07:05.511894"], ["updated_at", "2015-04-07 10:07:05.511894"], ["tracking", "150407-29"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7497"], ["description", "I-am-the-task-description_6552"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.515799"], ["updated_at", "2015-04-07 10:07:05.515799"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task4770"], ["description", "I-am-the-task-description_6500"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.520176"], ["updated_at", "2015-04-07 10:07:05.520176"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 10:07:05.525519"], ["updated_at", "2015-04-07 10:07:05.525519"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2722"], ["description", "I-am-the-goal-description_2303"], ["version", 1], ["created_at", "2015-04-07 10:07:05.536492"], ["updated_at", "2015-04-07 10:07:05.536492"], ["tracking", "150407-30"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6568"], ["description", "I-am-the-task-description_2185"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.540552"], ["updated_at", "2015-04-07 10:07:05.540552"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task3797"], ["description", "I-am-the-task-description_5214"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.544380"], ["updated_at", "2015-04-07 10:07:05.544380"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 10:07:05.548118"], ["updated_at", "2015-04-07 10:07:05.548118"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5062"], ["description", "I-am-the-goal-description_2258"], ["version", 1], ["created_at", "2015-04-07 10:07:05.559815"], ["updated_at", "2015-04-07 10:07:05.559815"], ["tracking", "150407-31"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task4859"], ["description", "I-am-the-task-description_4742"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.564595"], ["updated_at", "2015-04-07 10:07:05.564595"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task3702"], ["description", "I-am-the-task-description_8690"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.568464"], ["updated_at", "2015-04-07 10:07:05.568464"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 10:07:05.574363"], ["updated_at", "2015-04-07 10:07:05.574363"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_331"], ["description", "I-am-the-goal-description_7137"], ["version", 1], ["created_at", "2015-04-07 10:07:05.587984"], ["updated_at", "2015-04-07 10:07:05.587984"], ["tracking", "150407-32"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5013"], ["description", "I-am-the-task-description_3451"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.593329"], ["updated_at", "2015-04-07 10:07:05.593329"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task9025"], ["description", "I-am-the-task-description_4624"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.597813"], ["updated_at", "2015-04-07 10:07:05.597813"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 10:07:05.602113"], ["updated_at", "2015-04-07 10:07:05.602113"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3148"], ["description", "I-am-the-goal-description_4214"], ["version", 1], ["created_at", "2015-04-07 10:07:05.616649"], ["updated_at", "2015-04-07 10:07:05.616649"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task5753"], ["description", "I-am-the-task-description_8529"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.620908"], ["updated_at", "2015-04-07 10:07:05.620908"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task8488"], ["description", "I-am-the-task-description_2203"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.624804"], ["updated_at", "2015-04-07 10:07:05.624804"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 10:07:05.628697"], ["updated_at", "2015-04-07 10:07:05.628697"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_297"], ["description", "I-am-the-goal-description_9926"], ["version", 1], ["created_at", "2015-04-07 10:07:05.641130"], ["updated_at", "2015-04-07 10:07:05.641130"], ["tracking", "150407-34"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task4362"], ["description", "I-am-the-task-description_3520"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.645931"], ["updated_at", "2015-04-07 10:07:05.645931"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task1653"], ["description", "I-am-the-task-description_9733"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.649863"], ["updated_at", "2015-04-07 10:07:05.649863"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 10:07:05.653544"], ["updated_at", "2015-04-07 10:07:05.653544"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 10:07:05.659715"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5521"], ["description", "I-am-the-goal-description_9325"], ["version", 1], ["created_at", "2015-04-07 10:07:05.666742"], ["updated_at", "2015-04-07 10:07:05.666742"], ["tracking", "150407-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4258"], ["description", "I-am-the-goal-description_1730"], ["version", 1], ["created_at", "2015-04-07 10:07:05.672332"], ["updated_at", "2015-04-07 10:07:05.672332"], ["tracking", "150407-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task4626"], ["description", "I-am-the-task-description_6761"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.676053"], ["updated_at", "2015-04-07 10:07:05.676053"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7874"], ["description", "I-am-the-goal-description_5263"], ["version", 1], ["created_at", "2015-04-07 10:07:05.679922"], ["updated_at", "2015-04-07 10:07:05.679922"], ["tracking", "150407-37"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task7336"], ["description", "I-am-the-task-description_6393"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.684726"], ["updated_at", "2015-04-07 10:07:05.684726"]]  (5.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2101"], ["description", "I-am-the-goal-description_4355"], ["version", 1], ["created_at", "2015-04-07 10:07:05.693360"], ["updated_at", "2015-04-07 10:07:05.693360"], ["tracking", "150407-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task6289"], ["description", "I-am-the-task-description_5410"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.698857"], ["updated_at", "2015-04-07 10:07:05.698857"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task9043"], ["description", "I-am-the-task-description_9159"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.703876"], ["updated_at", "2015-04-07 10:07:05.703876"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task2793"], ["description", "I-am-the-task-description_4844"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.708360"], ["updated_at", "2015-04-07 10:07:05.708360"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task2614"], ["description", "I-am-the-task-description_5414"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.712543"], ["updated_at", "2015-04-07 10:07:05.712543"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7529"], ["description", "I-am-the-goal-description_4094"], ["version", 1], ["created_at", "2015-04-07 10:07:05.719651"], ["updated_at", "2015-04-07 10:07:05.719651"], ["tracking", "150407-39"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8829"], ["description", "I-am-the-goal-description_7286"], ["version", 1], ["created_at", "2015-04-07 10:07:05.725221"], ["updated_at", "2015-04-07 10:07:05.725221"], ["tracking", "150407-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task4729"], ["description", "I-am-the-task-description_7064"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.729565"], ["updated_at", "2015-04-07 10:07:05.729565"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8116"], ["description", "I-am-the-goal-description_3675"], ["version", 1], ["created_at", "2015-04-07 10:07:05.734599"], ["updated_at", "2015-04-07 10:07:05.734599"], ["tracking", "150407-41"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task9267"], ["description", "I-am-the-task-description_4962"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.740911"], ["updated_at", "2015-04-07 10:07:05.740911"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2238"], ["description", "I-am-the-goal-description_9633"], ["version", 1], ["created_at", "2015-04-07 10:07:05.744334"], ["updated_at", "2015-04-07 10:07:05.744334"], ["tracking", "150407-42"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 46], ["title", "I-am-a-task4426"], ["description", "I-am-the-task-description_3773"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.749746"], ["updated_at", "2015-04-07 10:07:05.749746"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task8614"], ["description", "I-am-the-task-description_485"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.754096"], ["updated_at", "2015-04-07 10:07:05.754096"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 43], ["title", "I-am-a-task9999"], ["description", "I-am-the-task-description_9499"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.758205"], ["updated_at", "2015-04-07 10:07:05.758205"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task5623"], ["description", "I-am-the-task-description_2745"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.762821"], ["updated_at", "2015-04-07 10:07:05.762821"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1590"], ["description", "I-am-the-goal-description_7539"], ["version", 1], ["created_at", "2015-04-07 10:07:05.766416"], ["updated_at", "2015-04-07 10:07:05.766416"], ["tracking", "150407-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8769"], ["description", "I-am-the-goal-description_4301"], ["version", 1], ["created_at", "2015-04-07 10:07:05.773647"], ["updated_at", "2015-04-07 10:07:05.773647"], ["tracking", "150407-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7474"], ["description", "I-am-the-goal-description_8536"], ["version", 1], ["created_at", "2015-04-07 10:07:05.778918"], ["updated_at", "2015-04-07 10:07:05.778918"], ["tracking", "150407-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task3208"], ["description", "I-am-the-task-description_9065"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.782808"], ["updated_at", "2015-04-07 10:07:05.782808"]]  (3.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8963"], ["description", "I-am-the-goal-description_7197"], ["version", 1], ["created_at", "2015-04-07 10:07:05.790229"], ["updated_at", "2015-04-07 10:07:05.790229"], ["tracking", "150407-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task1903"], ["description", "I-am-the-task-description_8184"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.794686"], ["updated_at", "2015-04-07 10:07:05.794686"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6991"], ["description", "I-am-the-goal-description_7211"], ["version", 1], ["created_at", "2015-04-07 10:07:05.797944"], ["updated_at", "2015-04-07 10:07:05.797944"], ["tracking", "150407-47"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task7176"], ["description", "I-am-the-task-description_9303"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.802678"], ["updated_at", "2015-04-07 10:07:05.802678"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task4599"], ["description", "I-am-the-task-description_6234"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.806866"], ["updated_at", "2015-04-07 10:07:05.806866"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task240"], ["description", "I-am-the-task-description_1722"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.811399"], ["updated_at", "2015-04-07 10:07:05.811399"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task7660"], ["description", "I-am-the-task-description_4631"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.815944"], ["updated_at", "2015-04-07 10:07:05.815944"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task5202"], ["description", "I-am-the-task-description_3459"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.820853"], ["updated_at", "2015-04-07 10:07:05.820853"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3792"], ["description", "I-am-the-goal-description_6031"], ["version", 1], ["created_at", "2015-04-07 10:07:05.827774"], ["updated_at", "2015-04-07 10:07:05.827774"], ["tracking", "150407-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4384"], ["description", "I-am-the-goal-description_2052"], ["version", 1], ["created_at", "2015-04-07 10:07:05.832538"], ["updated_at", "2015-04-07 10:07:05.832538"], ["tracking", "150407-49"]]  (3.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task3463"], ["description", "I-am-the-task-description_6368"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.840290"], ["updated_at", "2015-04-07 10:07:05.840290"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_411"], ["description", "I-am-the-goal-description_6508"], ["version", 1], ["created_at", "2015-04-07 10:07:05.846445"], ["updated_at", "2015-04-07 10:07:05.846445"], ["tracking", "150407-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 54], ["title", "I-am-a-task9107"], ["description", "I-am-the-task-description_4540"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.851243"], ["updated_at", "2015-04-07 10:07:05.851243"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1893"], ["description", "I-am-the-goal-description_7196"], ["version", 1], ["created_at", "2015-04-07 10:07:05.915961"], ["updated_at", "2015-04-07 10:07:05.915961"], ["tracking", "150407-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task4836"], ["description", "I-am-the-task-description_4378"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.920962"], ["updated_at", "2015-04-07 10:07:05.920962"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task357"], ["description", "I-am-the-task-description_5926"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.925851"], ["updated_at", "2015-04-07 10:07:05.925851"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task2296"], ["description", "I-am-the-task-description_7441"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.930737"], ["updated_at", "2015-04-07 10:07:05.930737"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task3412"], ["description", "I-am-the-task-description_1160"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.935006"], ["updated_at", "2015-04-07 10:07:05.935006"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task6193"], ["description", "I-am-the-task-description_1300"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.939527"], ["updated_at", "2015-04-07 10:07:05.939527"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5498"], ["description", "I-am-the-goal-description_7026"], ["version", 1], ["created_at", "2015-04-07 10:07:05.946305"], ["updated_at", "2015-04-07 10:07:05.946305"], ["tracking", "150407-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 56], ["title", "I-am-a-task8421"], ["description", "I-am-the-task-description_9428"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.951098"], ["updated_at", "2015-04-07 10:07:05.951098"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9897"], ["description", "I-am-the-goal-description_2498"], ["version", 1], ["created_at", "2015-04-07 10:07:05.956520"], ["updated_at", "2015-04-07 10:07:05.956520"], ["tracking", "150407-53"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 57], ["title", "I-am-a-task6749"], ["description", "I-am-the-task-description_5436"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.960532"], ["updated_at", "2015-04-07 10:07:05.960532"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7430"], ["description", "I-am-the-goal-description_2074"], ["version", 1], ["created_at", "2015-04-07 10:07:05.966021"], ["updated_at", "2015-04-07 10:07:05.966021"], ["tracking", "150407-54"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 58], ["title", "I-am-a-task7531"], ["description", "I-am-the-task-description_3757"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.969873"], ["updated_at", "2015-04-07 10:07:05.969873"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3421"], ["description", "I-am-the-goal-description_674"], ["version", 1], ["created_at", "2015-04-07 10:07:05.975753"], ["updated_at", "2015-04-07 10:07:05.975753"], ["tracking", "150407-55"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 59], ["title", "I-am-a-task1293"], ["description", "I-am-the-task-description_9207"], ["cost", 1], ["created_at", "2015-04-07 10:07:05.979674"], ["updated_at", "2015-04-07 10:07:05.979674"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6802"], ["description", "I-am-the-goal-description_2239"], ["version", 1], ["created_at", "2015-04-07 10:07:05.984140"], ["updated_at", "2015-04-07 10:07:05.984140"], ["tracking", "150407-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2560"], ["description", "I-am-the-goal-description_271"], ["version", 1], ["created_at", "2015-04-07 10:07:05.989157"], ["updated_at", "2015-04-07 10:07:05.989157"], ["tracking", "150407-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2136"], ["description", "I-am-the-goal-description_8752"], ["version", 1], ["created_at", "2015-04-07 10:07:05.994915"], ["updated_at", "2015-04-07 10:07:05.994915"], ["tracking", "150407-58"]]  (3.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task93"], ["description", "I-am-the-task-description_4873"], ["cost", 1], ["created_at", "2015-04-07 10:07:06.002243"], ["updated_at", "2015-04-07 10:07:06.002243"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 62]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8988"], ["description", "I-am-the-goal-description_5656"], ["version", 1], ["created_at", "2015-04-07 10:07:06.010380"], ["updated_at", "2015-04-07 10:07:06.010380"], ["tracking", "150407-59"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8558"], ["description", "I-am-the-goal-description_3896"], ["version", 1], ["created_at", "2015-04-07 10:07:06.018629"], ["updated_at", "2015-04-07 10:07:06.018629"], ["tracking", "150407-60"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task1745"], ["description", "I-am-the-task-description_330"], ["cost", 1], ["created_at", "2015-04-07 10:07:06.022669"], ["updated_at", "2015-04-07 10:07:06.022669"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2422"], ["description", "I-am-the-goal-description_1671"], ["version", 1], ["created_at", "2015-04-07 10:07:06.028052"], ["updated_at", "2015-04-07 10:07:06.028052"], ["tracking", "150407-61"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task1471"], ["description", "I-am-the-task-description_9874"], ["cost", 1], ["created_at", "2015-04-07 10:07:06.032240"], ["updated_at", "2015-04-07 10:07:06.032240"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8705"], ["description", "I-am-the-goal-description_5462"], ["version", 1], ["created_at", "2015-04-07 10:07:06.037232"], ["updated_at", "2015-04-07 10:07:06.037232"], ["tracking", "150407-62"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 66], ["title", "I-am-a-task8888"], ["description", "I-am-the-task-description_2113"], ["cost", 1], ["created_at", "2015-04-07 10:07:06.041087"], ["updated_at", "2015-04-07 10:07:06.041087"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3634"], ["description", "I-am-the-goal-description_3638"], ["version", 1], ["created_at", "2015-04-07 10:07:06.046048"], ["updated_at", "2015-04-07 10:07:06.046048"], ["tracking", "150407-63"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 10:07:06.049245"], ["id", 67]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 10:07:06.051986"], ["id", 67]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1209"], ["description", "I-am-the-goal-description_8562"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1043"], ["description", "I-am-the-goal-description_3127"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8629"], ["description", "I-am-the-goal-description_186"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7266"], ["description", "I-am-the-goal-description_6195"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1024"], ["description", "I-am-the-goal-description_2609"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task3969"], ["description", "I-am-the-task-description_3479"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task8866"], ["description", "I-am-the-task-description_6386"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3056"], ["description", "I-am-the-goal-description_7173"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 73]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1033"], ["description", "I-am-the-goal-description_4006"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 74]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2775"], ["description", "I-am-the-goal-description_3218"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1026"], ["description", "I-am-the-goal-description_215"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task788"], ["description", "I-am-the-task-description_4128"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 76]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_250"], ["description", "I-am-the-goal-description_9711"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task262"], ["description", "I-am-the-task-description_2272"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 77]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2940"], ["description", "I-am-the-goal-description_6409"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task4382"], ["description", "I-am-the-task-description_5743"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2397"], ["description", "I-am-the-goal-description_7391"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task8177"], ["description", "I-am-the-task-description_5206"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 98], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 98]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 98]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5504"], ["description", "I-am-the-goal-description_1175"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 80], ["title", "I-am-a-task6458"], ["description", "I-am-the-task-description_4715"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 99], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 99]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 99]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6251"], ["description", "I-am-the-goal-description_2070"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 81], ["title", "I-am-a-task8204"], ["description", "I-am-the-task-description_8808"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 100], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 100]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 100]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_74"], ["description", "I-am-the-goal-description_4315"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 82], ["title", "I-am-a-task9448"], ["description", "I-am-the-task-description_3983"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2870"], ["description", "I-am-the-goal-description_2486"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5852"], ["description", "I-am-the-goal-description_326"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3748"], ["description", "I-am-the-goal-description_4563"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9879"], ["description", "I-am-the-goal-description_4294"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 12:07:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.8ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4287.8ms) Completed 200 OK in 4390ms (Views: 4359.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 12:07:24 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 12:07:24 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 12:07:24 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (335.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (340.5ms) Completed 200 OK in 351ms (Views: 343.0ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 12:07:25 +0200 Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 12:07:27 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) 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-07 10:07:27.122156"], ["updated_at", "2015-04-07 10:07:27.122156"], ["tracking", "150407-1"]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (100.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (105.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (124.3ms) Completed 200 OK in 152ms (Views: 126.7ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9985"], ["description", "I-am-the-goal-description_8399"], ["version", 1], ["created_at", "2015-04-07 10:07:27.429343"], ["updated_at", "2015-04-07 10:07:27.429343"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task659"], ["description", "I-am-the-task-description_7456"], ["cost", 1], ["created_at", "2015-04-07 10:07:27.436004"], ["updated_at", "2015-04-07 10:07:27.436004"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3629"], ["description", "I-am-the-task-description_248"], ["cost", 1], ["created_at", "2015-04-07 10:07:27.441304"], ["updated_at", "2015-04-07 10:07:27.441304"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3271"], ["description", "I-am-the-task-description_7273"], ["cost", 1], ["created_at", "2015-04-07 10:07:27.445455"], ["updated_at", "2015-04-07 10:07:27.445455"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 12:07:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (59.8ms) Completed 200 OK in 62ms (Views: 60.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.1ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_414"], ["description", "I-am-the-goal-description_2348"], ["version", 1], ["created_at", "2015-04-07 10:07:29.303738"], ["updated_at", "2015-04-07 10:07:29.303738"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 12:07:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.4ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 12:07:31 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (14.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (17.2ms) Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:31 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_2348"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 10:07:31.158785"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.9ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_78"], ["description", "I-am-the-goal-description_3317"], ["version", 1], ["created_at", "2015-04-07 10:07:31.354480"], ["updated_at", "2015-04-07 10:07:31.354480"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 12:07:31 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:33 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 12:07:33 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6834"], ["description", "I-am-the-goal-description_8997"], ["version", 1], ["created_at", "2015-04-07 10:07:33.200222"], ["updated_at", "2015-04-07 10:07:33.200222"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:33 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 12:07:34 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 10:07:34.792144"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 12:07:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.8ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4190"], ["description", "I-am-the-goal-description_2232"], ["version", 1], ["created_at", "2015-04-07 10:07:34.930842"], ["updated_at", "2015-04-07 10:07:34.930842"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:34 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 12:07:36 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 10:07:36.547507"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:36 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4878"], ["description", "I-am-the-goal-description_9443"], ["version", 1], ["created_at", "2015-04-07 10:07:36.688391"], ["updated_at", "2015-04-07 10:07:36.688391"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3253"], ["description", "I-am-the-task-description_5508"], ["cost", 1], ["created_at", "2015-04-07 10:07:36.692423"], ["updated_at", "2015-04-07 10:07:36.692423"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (66.2ms) Completed 200 OK in 72ms (Views: 67.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 12:07:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (15.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (31.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (59.4ms) Completed 200 OK in 64ms (Views: 60.5ms | ActiveRecord: 1.2ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 12:07:38 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-07 10:07:38.498888"], ["created_at", "2015-04-07 10:07:38.499717"], ["updated_at", "2015-04-07 10:07:38.499717"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 10:07:38.502233"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 12:07:38 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.2ms) Completed 200 OK in 82ms (Views: 77.7ms | ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_508"], ["description", "I-am-the-goal-description_7790"], ["version", 1], ["created_at", "2015-04-07 10:07:38.741243"], ["updated_at", "2015-04-07 10:07:38.741243"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 12:07:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 12:07:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 12:07:40 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (142.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (146.7ms) Completed 200 OK in 151ms (Views: 148.6ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:40 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 10:07:40.790785"], ["updated_at", "2015-04-07 10:07:40.790785"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 12:07:40 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.5ms) Completed 200 OK in 31ms (Views: 26.0ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1176"], ["description", "I-am-the-goal-description_1869"], ["version", 1], ["created_at", "2015-04-07 10:07:40.941185"], ["updated_at", "2015-04-07 10:07:40.941185"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6193"], ["description", "I-am-the-task-description_6568"], ["cost", 1], ["created_at", "2015-04-07 10:07:40.945564"], ["updated_at", "2015-04-07 10:07:40.945564"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.9ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 12:07:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.6ms) Completed 200 OK in 78ms (Views: 75.0ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8873"], ["description", "I-am-the-goal-description_7177"], ["version", 1], ["created_at", "2015-04-07 10:07:42.853927"], ["updated_at", "2015-04-07 10:07:42.853927"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2106"], ["description", "I-am-the-task-description_5234"], ["cost", 1], ["created_at", "2015-04-07 10:07:42.860685"], ["updated_at", "2015-04-07 10:07:42.860685"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 12:07:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.0ms) Completed 200 OK in 24ms (Views: 20.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 12:07:44 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (123.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (126.2ms) Completed 200 OK in 130ms (Views: 128.1ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 12:07:44 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5234", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 10:07:44.907960"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 12:07:44 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.8ms) Completed 200 OK in 28ms (Views: 24.1ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3039"], ["description", "I-am-the-goal-description_3090"], ["version", 1], ["created_at", "2015-04-07 10:07:45.049994"], ["updated_at", "2015-04-07 10:07:45.049994"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1061"], ["description", "I-am-the-task-description_2826"], ["cost", 1], ["created_at", "2015-04-07 10:07:45.054128"], ["updated_at", "2015-04-07 10:07:45.054128"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 12:07:45 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (15.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.2/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.3ms) Completed 200 OK in 28ms (Views: 24.6ms | ActiveRecord: 0.8ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.3ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8219"], ["description", "I-am-the-goal-description_839"], ["version", 1], ["created_at", "2015-04-07 10:07:47.238258"], ["updated_at", "2015-04-07 10:07:47.238258"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8997"], ["description", "I-am-the-task-description_9688"], ["cost", 1], ["created_at", "2015-04-07 10:07:47.242737"], ["updated_at", "2015-04-07 10:07:47.242737"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 10:07:47.381392"], ["task_id", 1], ["created_at", "2015-04-07 10:07:47.382804"], ["updated_at", "2015-04-07 10:07:47.382804"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 10:07:47.384475"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6425"], ["description", "I-am-the-goal-description_2520"], ["version", 1], ["created_at", "2015-04-07 10:07:47.525091"], ["updated_at", "2015-04-07 10:07:47.525091"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task5486"], ["description", "I-am-the-task-description_7631"], ["cost", 1], ["created_at", "2015-04-07 10:07:47.529131"], ["updated_at", "2015-04-07 10:07:47.529131"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 10:07:47.661771"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:57323/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1225"], ["description", "I-am-the-goal-description_9865"], ["version", 1], ["created_at", "2015-04-07 10:07:47.796503"], ["updated_at", "2015-04-07 10:07:47.796503"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1676"], ["description", "I-am-the-task-description_8595"], ["cost", 1], ["created_at", "2015-04-07 10:07:47.800452"], ["updated_at", "2015-04-07 10:07:47.800452"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1818"], ["description", "I-am-the-goal-description_2625"], ["version", 1], ["created_at", "2015-04-07 10:07:47.804121"], ["updated_at", "2015-04-07 10:07:47.804121"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task481"], ["description", "I-am-the-task-description_7214"], ["cost", 1], ["created_at", "2015-04-07 10:07:47.807721"], ["updated_at", "2015-04-07 10:07:47.807721"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8691"], ["description", "I-am-the-goal-description_7129"], ["version", 1], ["created_at", "2015-04-07 10:07:47.810996"], ["updated_at", "2015-04-07 10:07:47.810996"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4222"], ["description", "I-am-the-task-description_4974"], ["cost", 1], ["created_at", "2015-04-07 10:07:47.814585"], ["updated_at", "2015-04-07 10:07:47.814585"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.4ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 12:07:47 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (4.9ms) Completed 200 OK in 64ms (Views: 4.7ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9608"], ["description", "I-am-the-goal-description_8881"], ["version", 1], ["created_at", "2015-04-07 10:07:48.082321"], ["updated_at", "2015-04-07 10:07:48.082321"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task980"], ["description", "I-am-the-task-description_7164"], ["cost", 1], ["created_at", "2015-04-07 10:07:48.087883"], ["updated_at", "2015-04-07 10:07:48.087883"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4829"], ["description", "I-am-the-goal-description_4902"], ["version", 1], ["created_at", "2015-04-07 10:07:48.092479"], ["updated_at", "2015-04-07 10:07:48.092479"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2309"], ["description", "I-am-the-task-description_6888"], ["cost", 1], ["created_at", "2015-04-07 10:07:48.096904"], ["updated_at", "2015-04-07 10:07:48.096904"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5730"], ["description", "I-am-the-goal-description_9942"], ["version", 1], ["created_at", "2015-04-07 10:07:48.101760"], ["updated_at", "2015-04-07 10:07:48.101760"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9084"], ["description", "I-am-the-task-description_4840"], ["cost", 1], ["created_at", "2015-04-07 10:07:48.105488"], ["updated_at", "2015-04-07 10:07:48.105488"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 12:07:48 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.1ms) Sent data feuille_de_route_2015-04-07.csv (0.8ms) Completed 200 OK in 9ms (Views: 0.6ms | ActiveRecord: 0.9ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2543"], ["description", "I-am-the-goal-description_994"], ["version", 1], ["created_at", "2015-04-07 10:07:48.425914"], ["updated_at", "2015-04-07 10:07:48.425914"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7783"], ["description", "I-am-the-task-description_9977"], ["cost", 1], ["created_at", "2015-04-07 10:07:48.429807"], ["updated_at", "2015-04-07 10:07:48.429807"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2549"], ["description", "I-am-the-goal-description_5672"], ["version", 1], ["created_at", "2015-04-07 10:07:48.433377"], ["updated_at", "2015-04-07 10:07:48.433377"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7992"], ["description", "I-am-the-task-description_5963"], ["cost", 1], ["created_at", "2015-04-07 10:07:48.436825"], ["updated_at", "2015-04-07 10:07:48.436825"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9297"], ["description", "I-am-the-goal-description_6554"], ["version", 1], ["created_at", "2015-04-07 10:07:48.440345"], ["updated_at", "2015-04-07 10:07:48.440345"], ["tracking", "150407-3"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9732"], ["description", "I-am-the-task-description_4176"], ["cost", 1], ["created_at", "2015-04-07 10:07:48.443691"], ["updated_at", "2015-04-07 10:07:48.443691"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 12:07:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.1ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 12:07:48 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.7ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3101"], ["description", "I-am-the-goal-description_2472"], ["version", 1], ["created_at", "2015-04-07 12:47:30.257743"], ["updated_at", "2015-04-07 12:47:30.257743"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_281"], ["description", "I-am-the-goal-description_4650"], ["version", 1], ["created_at", "2015-04-07 12:47:30.268573"], ["updated_at", "2015-04-07 12:47:30.268573"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 64ms (Views: 57.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5474"], ["description", "I-am-the-goal-description_9956"], ["version", 1], ["created_at", "2015-04-07 12:47:30.384456"], ["updated_at", "2015-04-07 12:47:30.384456"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6348"], ["description", "I-am-the-goal-description_5994"], ["version", 1], ["created_at", "2015-04-07 12:47:30.388725"], ["updated_at", "2015-04-07 12:47:30.388725"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 58ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3624"], ["description", "I-am-the-goal-description_8360"], ["version", 1], ["created_at", "2015-04-07 12:47:30.460463"], ["updated_at", "2015-04-07 12:47:30.460463"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) 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_434"], ["version", 1], ["created_at", "2015-04-07 12:47:30.464430"], ["updated_at", "2015-04-07 12:47:30.464430"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1683"], ["description", "I-am-the-goal-description_5089"], ["version", 1], ["created_at", "2015-04-07 12:47:30.475078"], ["updated_at", "2015-04-07 12:47:30.475078"], ["tracking", "150407-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 12:47:30.488162"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 4352ms (ActiveRecord: 1.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6527"], ["description", "I-am-the-goal-description_6504"], ["version", 1], ["created_at", "2015-04-07 12:47:34.836476"], ["updated_at", "2015-04-07 12:47:34.836476"], ["tracking", "150407-4"]]  (2.4ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 12:47:34.845480"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7288"], ["description", "I-am-the-goal-description_1716"], ["version", 1], ["created_at", "2015-04-07 12:47:34.851888"], ["updated_at", "2015-04-07 12:47:34.851888"], ["tracking", "150407-5"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 12:47:34.858745"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5952"], ["description", "I-am-the-goal-description_5571"], ["version", 1], ["created_at", "2015-04-07 12:47:34.866950"], ["updated_at", "2015-04-07 12:47:34.866950"], ["tracking", "150407-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 12:47:34.873981"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9290"], ["description", "I-am-the-goal-description_203"], ["version", 1], ["created_at", "2015-04-07 12:47:34.890564"], ["updated_at", "2015-04-07 12:47:34.890564"], ["tracking", "150407-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7948"], ["description", "I-am-the-task-description_4295"], ["cost", 1], ["created_at", "2015-04-07 12:47:34.903886"], ["updated_at", "2015-04-07 12:47:34.903886"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 12:47:34.914591"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 12:47:34.915647"], ["updated_at", "2015-04-07 12:47:34.915647"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 12:47:34.917968"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 12:47:34 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 12:47:34 UTC", "updated_at"=>"2015-04-07 12:47:34 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 12:47:34.926897"], ["created_at", "2015-04-07 12:47:34.927427"], ["updated_at", "2015-04-07 12:47:34.927427"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4665"], ["description", "I-am-the-goal-description_3986"], ["version", 1], ["created_at", "2015-04-07 12:47:34.940195"], ["updated_at", "2015-04-07 12:47:34.940195"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8462"], ["description", "I-am-the-task-description_5494"], ["cost", 1], ["created_at", "2015-04-07 12:47:34.944398"], ["updated_at", "2015-04-07 12:47:34.944398"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6213"], ["description", "I-am-the-task-description_4891"], ["cost", 1], ["created_at", "2015-04-07 12:47:34.948262"], ["updated_at", "2015-04-07 12:47:34.948262"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:47:34.956279"], ["task_id", 2], ["created_at", "2015-04-07 12:47:34.958039"], ["updated_at", "2015-04-07 12:47:34.958039"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:47:34.959963"], ["id", 2]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2007"], ["description", "I-am-the-goal-description_1087"], ["version", 1], ["created_at", "2015-04-07 12:47:34.966366"], ["updated_at", "2015-04-07 12:47:34.966366"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7644"], ["description", "I-am-the-task-description_590"], ["cost", 1], ["created_at", "2015-04-07 12:47:34.970913"], ["updated_at", "2015-04-07 12:47:34.970913"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4028"], ["description", "I-am-the-task-description_7817"], ["cost", 1], ["created_at", "2015-04-07 12:47:34.975426"], ["updated_at", "2015-04-07 12:47:34.975426"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:47:34.981904"], ["task_id", 4], ["created_at", "2015-04-07 12:47:34.983163"], ["updated_at", "2015-04-07 12:47:34.983163"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:47:34.985272"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2029"], ["description", "I-am-the-goal-description_7915"], ["version", 1], ["created_at", "2015-04-07 12:47:34.991885"], ["updated_at", "2015-04-07 12:47:34.991885"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task1163"], ["description", "I-am-the-task-description_1378"], ["cost", 1], ["created_at", "2015-04-07 12:47:34.996205"], ["updated_at", "2015-04-07 12:47:34.996205"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3077"], ["description", "I-am-the-task-description_5147"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.002000"], ["updated_at", "2015-04-07 12:47:35.002000"]]  (1.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:47:35.013523"], ["task_id", 6], ["created_at", "2015-04-07 12:47:35.015146"], ["updated_at", "2015-04-07 12:47:35.015146"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:47:35.018727"], ["id", 6]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 13ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7570"], ["description", "I-am-the-goal-description_8115"], ["version", 1], ["created_at", "2015-04-07 12:47:35.031271"], ["updated_at", "2015-04-07 12:47:35.031271"], ["tracking", "150407-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task849"], ["description", "I-am-the-task-description_1888"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.035534"], ["updated_at", "2015-04-07 12:47:35.035534"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8862"], ["description", "I-am-the-task-description_632"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.039669"], ["updated_at", "2015-04-07 12:47:35.039669"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:47:35.046146"], ["task_id", 8], ["created_at", "2015-04-07 12:47:35.047388"], ["updated_at", "2015-04-07 12:47:35.047388"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:47:35.048937"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8504"], ["description", "I-am-the-goal-description_5559"], ["version", 1], ["created_at", "2015-04-07 12:47:35.055105"], ["updated_at", "2015-04-07 12:47:35.055105"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7132"], ["description", "I-am-the-task-description_434"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.059578"], ["updated_at", "2015-04-07 12:47:35.059578"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1555"], ["description", "I-am-the-task-description_5148"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.064764"], ["updated_at", "2015-04-07 12:47:35.064764"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1263"], ["description", "I-am-the-goal-description_3002"], ["version", 1], ["created_at", "2015-04-07 12:47:35.079906"], ["updated_at", "2015-04-07 12:47:35.079906"], ["tracking", "150407-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2190"], ["description", "I-am-the-task-description_204"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.084030"], ["updated_at", "2015-04-07 12:47:35.084030"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6534"], ["description", "I-am-the-task-description_3712"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.088121"], ["updated_at", "2015-04-07 12:47:35.088121"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_279"], ["description", "I-am-the-goal-description_3300"], ["version", 1], ["created_at", "2015-04-07 12:47:35.185957"], ["updated_at", "2015-04-07 12:47:35.185957"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7191"], ["description", "I-am-the-task-description_1485"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.189852"], ["updated_at", "2015-04-07 12:47:35.189852"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8632"], ["description", "I-am-the-goal-description_530"], ["version", 1], ["created_at", "2015-04-07 12:47:35.193594"], ["updated_at", "2015-04-07 12:47:35.193594"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6179"], ["description", "I-am-the-task-description_9419"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.197894"], ["updated_at", "2015-04-07 12:47:35.197894"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1343"], ["description", "I-am-the-goal-description_6977"], ["version", 1], ["created_at", "2015-04-07 12:47:35.207534"], ["updated_at", "2015-04-07 12:47:35.207534"], ["tracking", "150407-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3077"], ["description", "I-am-the-task-description_6225"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.211515"], ["updated_at", "2015-04-07 12:47:35.211515"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7273"], ["description", "I-am-the-task-description_4466"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.215504"], ["updated_at", "2015-04-07 12:47:35.215504"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5286"], ["description", "I-am-the-goal-description_8154"], ["version", 1], ["created_at", "2015-04-07 12:47:35.229636"], ["updated_at", "2015-04-07 12:47:35.229636"], ["tracking", "150407-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5122"], ["description", "I-am-the-task-description_4791"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.233729"], ["updated_at", "2015-04-07 12:47:35.233729"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5533"], ["description", "I-am-the-goal-description_8819"], ["version", 1], ["created_at", "2015-04-07 12:47:35.238330"], ["updated_at", "2015-04-07 12:47:35.238330"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4556"], ["description", "I-am-the-task-description_4732"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.243457"], ["updated_at", "2015-04-07 12:47:35.243457"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6739"], ["description", "I-am-the-goal-description_4406"], ["version", 1], ["created_at", "2015-04-07 12:47:35.253725"], ["updated_at", "2015-04-07 12:47:35.253725"], ["tracking", "150407-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1276"], ["description", "I-am-the-task-description_7383"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.257700"], ["updated_at", "2015-04-07 12:47:35.257700"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1641"], ["description", "I-am-the-task-description_6314"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.261669"], ["updated_at", "2015-04-07 12:47:35.261669"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5249"], ["description", "I-am-the-goal-description_478"], ["version", 1], ["created_at", "2015-04-07 12:47:35.276508"], ["updated_at", "2015-04-07 12:47:35.276508"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4653"], ["description", "I-am-the-task-description_3047"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.280756"], ["updated_at", "2015-04-07 12:47:35.280756"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6431"], ["description", "I-am-the-goal-description_459"], ["version", 1], ["created_at", "2015-04-07 12:47:35.284700"], ["updated_at", "2015-04-07 12:47:35.284700"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8729"], ["description", "I-am-the-task-description_5534"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.288869"], ["updated_at", "2015-04-07 12:47:35.288869"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8660"], ["description", "I-am-the-goal-description_8179"], ["version", 1], ["created_at", "2015-04-07 12:47:35.304022"], ["updated_at", "2015-04-07 12:47:35.304022"], ["tracking", "150407-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9565"], ["description", "I-am-the-task-description_7191"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.308031"], ["updated_at", "2015-04-07 12:47:35.308031"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8462"], ["description", "I-am-the-task-description_2908"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.317641"], ["updated_at", "2015-04-07 12:47:35.317641"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.6ms) Completed 200 OK in 14ms (Views: 4.9ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2591"], ["description", "I-am-the-goal-description_6783"], ["version", 1], ["created_at", "2015-04-07 12:47:35.341168"], ["updated_at", "2015-04-07 12:47:35.341168"], ["tracking", "150407-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3491"], ["description", "I-am-the-task-description_2778"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.346997"], ["updated_at", "2015-04-07 12:47:35.346997"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8406"], ["description", "I-am-the-task-description_508"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.353475"], ["updated_at", "2015-04-07 12:47:35.353475"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.9ms) Completed 200 OK in 11ms (Views: 7.2ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_978"], ["description", "I-am-the-goal-description_267"], ["version", 1], ["created_at", "2015-04-07 12:47:35.375259"], ["updated_at", "2015-04-07 12:47:35.375259"], ["tracking", "150407-24"]]  (2.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4341"], ["description", "I-am-the-task-description_3379"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.387084"], ["updated_at", "2015-04-07 12:47:35.387084"]]  (1.2ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7327"], ["description", "I-am-the-task-description_5452"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.397363"], ["updated_at", "2015-04-07 12:47:35.397363"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.5ms) Completed 200 OK in 15ms (Views: 9.4ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8797"], ["description", "I-am-the-goal-description_6465"], ["version", 1], ["created_at", "2015-04-07 12:47:35.429096"], ["updated_at", "2015-04-07 12:47:35.429096"], ["tracking", "150407-25"]]  (4.7ms) commit transaction  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2690"], ["description", "I-am-the-task-description_5770"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.440899"], ["updated_at", "2015-04-07 12:47:35.440899"]]  (1.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6494"], ["description", "I-am-the-task-description_4062"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.451235"], ["updated_at", "2015-04-07 12:47:35.451235"]]  (1.3ms) commit transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:47:35.475242"], ["updated_at", "2015-04-07 12:47:35.475242"]]  (1.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 9ms (ActiveRecord: 2.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_688"], ["description", "I-am-the-goal-description_3478"], ["version", 1], ["created_at", "2015-04-07 12:47:35.491870"], ["updated_at", "2015-04-07 12:47:35.491870"], ["tracking", "150407-26"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6282"], ["description", "I-am-the-task-description_9478"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.500621"], ["updated_at", "2015-04-07 12:47:35.500621"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7709"], ["description", "I-am-the-task-description_3186"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.509255"], ["updated_at", "2015-04-07 12:47:35.509255"]]  (2.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:47:35.525814"], ["updated_at", "2015-04-07 12:47:35.525814"]]  (1.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 11ms (ActiveRecord: 2.4ms)  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8772"], ["description", "I-am-the-goal-description_3009"], ["version", 1], ["created_at", "2015-04-07 12:47:35.543790"], ["updated_at", "2015-04-07 12:47:35.543790"], ["tracking", "150407-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7279"], ["description", "I-am-the-task-description_1803"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.553936"], ["updated_at", "2015-04-07 12:47:35.553936"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task1319"], ["description", "I-am-the-task-description_2054"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.559380"], ["updated_at", "2015-04-07 12:47:35.559380"]]  (1.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:47:35.570921"], ["updated_at", "2015-04-07 12:47:35.570921"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9826"], ["description", "I-am-the-goal-description_2011"], ["version", 1], ["created_at", "2015-04-07 12:47:35.583625"], ["updated_at", "2015-04-07 12:47:35.583625"], ["tracking", "150407-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7041"], ["description", "I-am-the-task-description_8720"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.587709"], ["updated_at", "2015-04-07 12:47:35.587709"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6184"], ["description", "I-am-the-task-description_4004"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.591609"], ["updated_at", "2015-04-07 12:47:35.591609"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4036"], ["description", "I-am-the-goal-description_2384"], ["version", 1], ["created_at", "2015-04-07 12:47:35.604378"], ["updated_at", "2015-04-07 12:47:35.604378"], ["tracking", "150407-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task2540"], ["description", "I-am-the-task-description_9109"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.608165"], ["updated_at", "2015-04-07 12:47:35.608165"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5077"], ["description", "I-am-the-task-description_4560"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.612143"], ["updated_at", "2015-04-07 12:47:35.612143"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:47:35.616301"], ["updated_at", "2015-04-07 12:47:35.616301"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1804"], ["description", "I-am-the-goal-description_9641"], ["version", 1], ["created_at", "2015-04-07 12:47:35.628198"], ["updated_at", "2015-04-07 12:47:35.628198"], ["tracking", "150407-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6996"], ["description", "I-am-the-task-description_83"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.632758"], ["updated_at", "2015-04-07 12:47:35.632758"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4074"], ["description", "I-am-the-task-description_4457"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.636698"], ["updated_at", "2015-04-07 12:47:35.636698"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:47:35.640379"], ["updated_at", "2015-04-07 12:47:35.640379"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6824"], ["description", "I-am-the-goal-description_3484"], ["version", 1], ["created_at", "2015-04-07 12:47:35.652658"], ["updated_at", "2015-04-07 12:47:35.652658"], ["tracking", "150407-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task4696"], ["description", "I-am-the-task-description_7842"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.656794"], ["updated_at", "2015-04-07 12:47:35.656794"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task4337"], ["description", "I-am-the-task-description_3300"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.661125"], ["updated_at", "2015-04-07 12:47:35.661125"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:47:35.665161"], ["updated_at", "2015-04-07 12:47:35.665161"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1486"], ["description", "I-am-the-goal-description_7591"], ["version", 1], ["created_at", "2015-04-07 12:47:35.677401"], ["updated_at", "2015-04-07 12:47:35.677401"], ["tracking", "150407-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task1724"], ["description", "I-am-the-task-description_5269"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.681470"], ["updated_at", "2015-04-07 12:47:35.681470"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4189"], ["description", "I-am-the-task-description_6977"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.685699"], ["updated_at", "2015-04-07 12:47:35.685699"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:47:35.690104"], ["updated_at", "2015-04-07 12:47:35.690104"]]  (0.9ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_559"], ["description", "I-am-the-goal-description_8438"], ["version", 1], ["created_at", "2015-04-07 12:47:35.709287"], ["updated_at", "2015-04-07 12:47:35.709287"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6615"], ["description", "I-am-the-task-description_3230"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.713855"], ["updated_at", "2015-04-07 12:47:35.713855"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task7391"], ["description", "I-am-the-task-description_9942"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.718306"], ["updated_at", "2015-04-07 12:47:35.718306"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:47:35.722341"], ["updated_at", "2015-04-07 12:47:35.722341"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8363"], ["description", "I-am-the-goal-description_3726"], ["version", 1], ["created_at", "2015-04-07 12:47:35.734582"], ["updated_at", "2015-04-07 12:47:35.734582"], ["tracking", "150407-34"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task8275"], ["description", "I-am-the-task-description_8721"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.738489"], ["updated_at", "2015-04-07 12:47:35.738489"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task4727"], ["description", "I-am-the-task-description_3828"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.742505"], ["updated_at", "2015-04-07 12:47:35.742505"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:47:35.746456"], ["updated_at", "2015-04-07 12:47:35.746456"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 12:47:35.752567"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6315"], ["description", "I-am-the-goal-description_5201"], ["version", 1], ["created_at", "2015-04-07 12:47:35.758760"], ["updated_at", "2015-04-07 12:47:35.758760"], ["tracking", "150407-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8987"], ["description", "I-am-the-goal-description_2458"], ["version", 1], ["created_at", "2015-04-07 12:47:35.763858"], ["updated_at", "2015-04-07 12:47:35.763858"], ["tracking", "150407-36"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task644"], ["description", "I-am-the-task-description_5015"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.768349"], ["updated_at", "2015-04-07 12:47:35.768349"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2363"], ["description", "I-am-the-goal-description_345"], ["version", 1], ["created_at", "2015-04-07 12:47:35.772692"], ["updated_at", "2015-04-07 12:47:35.772692"], ["tracking", "150407-37"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task3746"], ["description", "I-am-the-task-description_7354"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.776866"], ["updated_at", "2015-04-07 12:47:35.776866"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3507"], ["description", "I-am-the-goal-description_9024"], ["version", 1], ["created_at", "2015-04-07 12:47:35.780105"], ["updated_at", "2015-04-07 12:47:35.780105"], ["tracking", "150407-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task9078"], ["description", "I-am-the-task-description_7806"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.842585"], ["updated_at", "2015-04-07 12:47:35.842585"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task925"], ["description", "I-am-the-task-description_5324"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.848503"], ["updated_at", "2015-04-07 12:47:35.848503"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task1526"], ["description", "I-am-the-task-description_3377"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.853143"], ["updated_at", "2015-04-07 12:47:35.853143"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task6216"], ["description", "I-am-the-task-description_1278"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.858556"], ["updated_at", "2015-04-07 12:47:35.858556"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5978"], ["description", "I-am-the-goal-description_8989"], ["version", 1], ["created_at", "2015-04-07 12:47:35.866874"], ["updated_at", "2015-04-07 12:47:35.866874"], ["tracking", "150407-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6759"], ["description", "I-am-the-goal-description_1536"], ["version", 1], ["created_at", "2015-04-07 12:47:35.872025"], ["updated_at", "2015-04-07 12:47:35.872025"], ["tracking", "150407-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task7594"], ["description", "I-am-the-task-description_7108"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.875898"], ["updated_at", "2015-04-07 12:47:35.875898"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9483"], ["description", "I-am-the-goal-description_1623"], ["version", 1], ["created_at", "2015-04-07 12:47:35.880662"], ["updated_at", "2015-04-07 12:47:35.880662"], ["tracking", "150407-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task482"], ["description", "I-am-the-task-description_9957"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.884928"], ["updated_at", "2015-04-07 12:47:35.884928"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1029"], ["description", "I-am-the-goal-description_7635"], ["version", 1], ["created_at", "2015-04-07 12:47:35.887846"], ["updated_at", "2015-04-07 12:47:35.887846"], ["tracking", "150407-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 46], ["title", "I-am-a-task5974"], ["description", "I-am-the-task-description_9436"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.892361"], ["updated_at", "2015-04-07 12:47:35.892361"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task9351"], ["description", "I-am-the-task-description_7489"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.897207"], ["updated_at", "2015-04-07 12:47:35.897207"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 43], ["title", "I-am-a-task9787"], ["description", "I-am-the-task-description_5419"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.902096"], ["updated_at", "2015-04-07 12:47:35.902096"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task5987"], ["description", "I-am-the-task-description_1514"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.906905"], ["updated_at", "2015-04-07 12:47:35.906905"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4901"], ["description", "I-am-the-goal-description_1153"], ["version", 1], ["created_at", "2015-04-07 12:47:35.910627"], ["updated_at", "2015-04-07 12:47:35.910627"], ["tracking", "150407-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5234"], ["description", "I-am-the-goal-description_3929"], ["version", 1], ["created_at", "2015-04-07 12:47:35.917834"], ["updated_at", "2015-04-07 12:47:35.917834"], ["tracking", "150407-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4349"], ["description", "I-am-the-goal-description_9512"], ["version", 1], ["created_at", "2015-04-07 12:47:35.923129"], ["updated_at", "2015-04-07 12:47:35.923129"], ["tracking", "150407-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task4712"], ["description", "I-am-the-task-description_6379"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.926922"], ["updated_at", "2015-04-07 12:47:35.926922"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3747"], ["description", "I-am-the-goal-description_7790"], ["version", 1], ["created_at", "2015-04-07 12:47:35.931868"], ["updated_at", "2015-04-07 12:47:35.931868"], ["tracking", "150407-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task6954"], ["description", "I-am-the-task-description_8000"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.935905"], ["updated_at", "2015-04-07 12:47:35.935905"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7968"], ["description", "I-am-the-goal-description_7610"], ["version", 1], ["created_at", "2015-04-07 12:47:35.938977"], ["updated_at", "2015-04-07 12:47:35.938977"], ["tracking", "150407-47"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task3520"], ["description", "I-am-the-task-description_9368"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.943652"], ["updated_at", "2015-04-07 12:47:35.943652"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task5568"], ["description", "I-am-the-task-description_7310"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.949170"], ["updated_at", "2015-04-07 12:47:35.949170"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task4931"], ["description", "I-am-the-task-description_9349"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.953910"], ["updated_at", "2015-04-07 12:47:35.953910"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task4012"], ["description", "I-am-the-task-description_9118"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.958387"], ["updated_at", "2015-04-07 12:47:35.958387"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task4300"], ["description", "I-am-the-task-description_4609"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.962699"], ["updated_at", "2015-04-07 12:47:35.962699"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3141"], ["description", "I-am-the-goal-description_2400"], ["version", 1], ["created_at", "2015-04-07 12:47:35.969541"], ["updated_at", "2015-04-07 12:47:35.969541"], ["tracking", "150407-48"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6440"], ["description", "I-am-the-goal-description_1713"], ["version", 1], ["created_at", "2015-04-07 12:47:35.975151"], ["updated_at", "2015-04-07 12:47:35.975151"], ["tracking", "150407-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task1203"], ["description", "I-am-the-task-description_787"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.979529"], ["updated_at", "2015-04-07 12:47:35.979529"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4878"], ["description", "I-am-the-goal-description_8654"], ["version", 1], ["created_at", "2015-04-07 12:47:35.984423"], ["updated_at", "2015-04-07 12:47:35.984423"], ["tracking", "150407-50"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 54], ["title", "I-am-a-task9204"], ["description", "I-am-the-task-description_4054"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.988884"], ["updated_at", "2015-04-07 12:47:35.988884"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_274"], ["description", "I-am-the-goal-description_8755"], ["version", 1], ["created_at", "2015-04-07 12:47:35.992113"], ["updated_at", "2015-04-07 12:47:35.992113"], ["tracking", "150407-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task4552"], ["description", "I-am-the-task-description_1794"], ["cost", 1], ["created_at", "2015-04-07 12:47:35.997291"], ["updated_at", "2015-04-07 12:47:35.997291"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task6597"], ["description", "I-am-the-task-description_7942"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.002002"], ["updated_at", "2015-04-07 12:47:36.002002"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task1952"], ["description", "I-am-the-task-description_8787"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.006726"], ["updated_at", "2015-04-07 12:47:36.006726"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task6160"], ["description", "I-am-the-task-description_4217"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.011173"], ["updated_at", "2015-04-07 12:47:36.011173"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task1435"], ["description", "I-am-the-task-description_4568"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.016625"], ["updated_at", "2015-04-07 12:47:36.016625"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4510"], ["description", "I-am-the-goal-description_9166"], ["version", 1], ["created_at", "2015-04-07 12:47:36.024818"], ["updated_at", "2015-04-07 12:47:36.024818"], ["tracking", "150407-52"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 56], ["title", "I-am-a-task6972"], ["description", "I-am-the-task-description_8077"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.029446"], ["updated_at", "2015-04-07 12:47:36.029446"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9703"], ["description", "I-am-the-goal-description_6098"], ["version", 1], ["created_at", "2015-04-07 12:47:36.036044"], ["updated_at", "2015-04-07 12:47:36.036044"], ["tracking", "150407-53"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 57], ["title", "I-am-a-task9980"], ["description", "I-am-the-task-description_2209"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.039959"], ["updated_at", "2015-04-07 12:47:36.039959"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7468"], ["description", "I-am-the-goal-description_6715"], ["version", 1], ["created_at", "2015-04-07 12:47:36.045860"], ["updated_at", "2015-04-07 12:47:36.045860"], ["tracking", "150407-54"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 58], ["title", "I-am-a-task714"], ["description", "I-am-the-task-description_6535"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.050223"], ["updated_at", "2015-04-07 12:47:36.050223"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4610"], ["description", "I-am-the-goal-description_4740"], ["version", 1], ["created_at", "2015-04-07 12:47:36.057374"], ["updated_at", "2015-04-07 12:47:36.057374"], ["tracking", "150407-55"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 59], ["title", "I-am-a-task3514"], ["description", "I-am-the-task-description_5639"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.061718"], ["updated_at", "2015-04-07 12:47:36.061718"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8078"], ["description", "I-am-the-goal-description_5012"], ["version", 1], ["created_at", "2015-04-07 12:47:36.066027"], ["updated_at", "2015-04-07 12:47:36.066027"], ["tracking", "150407-56"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7866"], ["description", "I-am-the-goal-description_1792"], ["version", 1], ["created_at", "2015-04-07 12:47:36.071104"], ["updated_at", "2015-04-07 12:47:36.071104"], ["tracking", "150407-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_430"], ["description", "I-am-the-goal-description_3309"], ["version", 1], ["created_at", "2015-04-07 12:47:36.076916"], ["updated_at", "2015-04-07 12:47:36.076916"], ["tracking", "150407-58"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task3699"], ["description", "I-am-the-task-description_2307"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.080690"], ["updated_at", "2015-04-07 12:47:36.080690"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 62]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1376"], ["description", "I-am-the-goal-description_7346"], ["version", 1], ["created_at", "2015-04-07 12:47:36.086452"], ["updated_at", "2015-04-07 12:47:36.086452"], ["tracking", "150407-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9266"], ["description", "I-am-the-goal-description_6626"], ["version", 1], ["created_at", "2015-04-07 12:47:36.093552"], ["updated_at", "2015-04-07 12:47:36.093552"], ["tracking", "150407-60"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task1842"], ["description", "I-am-the-task-description_7377"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.097410"], ["updated_at", "2015-04-07 12:47:36.097410"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2733"], ["description", "I-am-the-goal-description_5107"], ["version", 1], ["created_at", "2015-04-07 12:47:36.103247"], ["updated_at", "2015-04-07 12:47:36.103247"], ["tracking", "150407-61"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task5251"], ["description", "I-am-the-task-description_3346"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.107755"], ["updated_at", "2015-04-07 12:47:36.107755"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7359"], ["description", "I-am-the-goal-description_3392"], ["version", 1], ["created_at", "2015-04-07 12:47:36.113326"], ["updated_at", "2015-04-07 12:47:36.113326"], ["tracking", "150407-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 66], ["title", "I-am-a-task5646"], ["description", "I-am-the-task-description_5930"], ["cost", 1], ["created_at", "2015-04-07 12:47:36.118875"], ["updated_at", "2015-04-07 12:47:36.118875"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7000"], ["description", "I-am-the-goal-description_8383"], ["version", 1], ["created_at", "2015-04-07 12:47:36.127944"], ["updated_at", "2015-04-07 12:47:36.127944"], ["tracking", "150407-63"]]  (2.6ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 12:47:36.141911"], ["id", 67]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 12:47:36.144767"], ["id", 67]]  (2.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_533"], ["description", "I-am-the-goal-description_306"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8344"], ["description", "I-am-the-goal-description_5145"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9472"], ["description", "I-am-the-goal-description_3287"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2503"], ["description", "I-am-the-goal-description_7227"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_114"], ["description", "I-am-the-goal-description_5120"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task8176"], ["description", "I-am-the-task-description_6241"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task2370"], ["description", "I-am-the-task-description_4716"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1639"], ["description", "I-am-the-goal-description_8319"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 73]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4915"], ["description", "I-am-the-goal-description_2022"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 74]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3320"], ["description", "I-am-the-goal-description_6050"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5336"], ["description", "I-am-the-goal-description_8422"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task150"], ["description", "I-am-the-task-description_6553"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 76]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4871"], ["description", "I-am-the-goal-description_5261"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task3306"], ["description", "I-am-the-task-description_8790"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 77]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7266"], ["description", "I-am-the-goal-description_8844"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task7256"], ["description", "I-am-the-task-description_4568"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1372"], ["description", "I-am-the-goal-description_9784"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task7228"], ["description", "I-am-the-task-description_8788"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 98], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 98]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 98]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_582"], ["description", "I-am-the-goal-description_9749"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 80], ["title", "I-am-a-task5806"], ["description", "I-am-the-task-description_582"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 99], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 99]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 99]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4118"], ["description", "I-am-the-goal-description_5871"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 81], ["title", "I-am-a-task7548"], ["description", "I-am-the-task-description_6502"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 100], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 100]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 100]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1290"], ["description", "I-am-the-goal-description_9548"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 82], ["title", "I-am-a-task702"], ["description", "I-am-the-task-description_6448"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9529"], ["description", "I-am-the-goal-description_9349"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1973"], ["description", "I-am-the-goal-description_4044"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3251"], ["description", "I-am-the-goal-description_7137"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6158"], ["description", "I-am-the-goal-description_8344"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:47:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (16.5ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4093.6ms) Completed 200 OK in 15291ms (Views: 15261.1ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 14:48:07 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 14:48:07 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 14:48:07 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 14:48:09 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (316.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (320.5ms) Completed 200 OK in 332ms (Views: 324.6ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:48:09 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 12:48:09.497519"], ["updated_at", "2015-04-07 12:48:09.497519"], ["tracking", "150407-1"]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:59819/flyboy/goals/1 Completed 302 Found in 60ms (ActiveRecord: 2.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:09 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (97.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (105.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (121.7ms) Completed 200 OK in 147ms (Views: 123.6ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8860"], ["description", "I-am-the-goal-description_693"], ["version", 1], ["created_at", "2015-04-07 12:48:09.847198"], ["updated_at", "2015-04-07 12:48:09.847198"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3533"], ["description", "I-am-the-task-description_1604"], ["cost", 1], ["created_at", "2015-04-07 12:48:09.855663"], ["updated_at", "2015-04-07 12:48:09.855663"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3522"], ["description", "I-am-the-task-description_7381"], ["cost", 1], ["created_at", "2015-04-07 12:48:09.860229"], ["updated_at", "2015-04-07 12:48:09.860229"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6438"], ["description", "I-am-the-task-description_9995"], ["cost", 1], ["created_at", "2015-04-07 12:48:09.864141"], ["updated_at", "2015-04-07 12:48:09.864141"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:48:09 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:11 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.7ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6798"], ["description", "I-am-the-goal-description_6837"], ["version", 1], ["created_at", "2015-04-07 12:48:11.606084"], ["updated_at", "2015-04-07 12:48:11.606084"], ["tracking", "150407-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:48:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 14:48:13 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (68.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (71.9ms) Completed 200 OK in 75ms (Views: 73.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:13 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6837"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 12:48:13.667069"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59819/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.4ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7592"], ["description", "I-am-the-goal-description_8358"], ["version", 1], ["created_at", "2015-04-07 12:48:13.807079"], ["updated_at", "2015-04-07 12:48:13.807079"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:48:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:15 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2536"], ["description", "I-am-the-goal-description_8960"], ["version", 1], ["created_at", "2015-04-07 12:48:17.544129"], ["updated_at", "2015-04-07 12:48:17.544129"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:17 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 14:48:19 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 12:48:19.215671"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59819/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:48:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.8ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4305"], ["description", "I-am-the-goal-description_8081"], ["version", 1], ["created_at", "2015-04-07 12:48:19.354431"], ["updated_at", "2015-04-07 12:48:19.354431"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 14:48:21 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 12:48:21.052188"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59819/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.2ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.6ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8917"], ["description", "I-am-the-goal-description_6994"], ["version", 1], ["created_at", "2015-04-07 12:48:21.197268"], ["updated_at", "2015-04-07 12:48:21.197268"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2883"], ["description", "I-am-the-task-description_6835"], ["cost", 1], ["created_at", "2015-04-07 12:48:21.201262"], ["updated_at", "2015-04-07 12:48:21.201262"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.8ms) Completed 200 OK in 16ms (Views: 12.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:48:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (85.9ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (112.3ms) Completed 200 OK in 117ms (Views: 113.1ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 14:48:23 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-07 12:48:23.142192"], ["created_at", "2015-04-07 12:48:23.143227"], ["updated_at", "2015-04-07 12:48:23.143227"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 12:48:23.146515"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59819/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:48:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.8ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.4ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (27.2ms) Completed 200 OK in 32ms (Views: 27.7ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4307"], ["description", "I-am-the-goal-description_3301"], ["version", 1], ["created_at", "2015-04-07 12:48:23.271180"], ["updated_at", "2015-04-07 12:48:23.271180"], ["tracking", "150407-1"]]  (1.4ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:48:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:48:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 14:48:24 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (157.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (161.9ms) Completed 200 OK in 166ms (Views: 163.8ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:25 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 12:48:25.244016"], ["updated_at", "2015-04-07 12:48:25.244016"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:59819/flyboy/tasks/1 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:48:25 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.4ms) Completed 200 OK in 27ms (Views: 23.7ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8305"], ["description", "I-am-the-goal-description_7145"], ["version", 1], ["created_at", "2015-04-07 12:48:25.389720"], ["updated_at", "2015-04-07 12:48:25.389720"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6119"], ["description", "I-am-the-task-description_4332"], ["cost", 1], ["created_at", "2015-04-07 12:48:25.394011"], ["updated_at", "2015-04-07 12:48:25.394011"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:48:27 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (55.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (58.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.8ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.9ms) Completed 200 OK in 79ms (Views: 75.0ms | ActiveRecord: 0.8ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9585"], ["description", "I-am-the-goal-description_3094"], ["version", 1], ["created_at", "2015-04-07 12:48:27.302572"], ["updated_at", "2015-04-07 12:48:27.302572"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3477"], ["description", "I-am-the-task-description_3773"], ["cost", 1], ["created_at", "2015-04-07 12:48:27.308569"], ["updated_at", "2015-04-07 12:48:27.308569"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:48:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.8ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.4ms) Completed 200 OK in 25ms (Views: 21.5ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 14:48:29 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (138.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (141.7ms) Completed 200 OK in 146ms (Views: 143.7ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:48:29 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3773", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 12:48:29.358141"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59819/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:48:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.3ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.0ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (27.0ms) Completed 200 OK in 32ms (Views: 27.1ms | ActiveRecord: 1.0ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5878"], ["description", "I-am-the-goal-description_8647"], ["version", 1], ["created_at", "2015-04-07 12:48:29.500792"], ["updated_at", "2015-04-07 12:48:29.500792"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task185"], ["description", "I-am-the-task-description_4093"], ["cost", 1], ["created_at", "2015-04-07 12:48:29.504621"], ["updated_at", "2015-04-07 12:48:29.504621"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:48:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.7ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.7ms) Completed 200 OK in 81ms (Views: 78.0ms | ActiveRecord: 0.8ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_195"], ["description", "I-am-the-goal-description_7778"], ["version", 1], ["created_at", "2015-04-07 12:48:33.425021"], ["updated_at", "2015-04-07 12:48:33.425021"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4980"], ["description", "I-am-the-task-description_160"], ["cost", 1], ["created_at", "2015-04-07 12:48:33.431252"], ["updated_at", "2015-04-07 12:48:33.431252"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 14:48:35 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:48:35.145706"], ["task_id", 1], ["created_at", "2015-04-07 12:48:35.147136"], ["updated_at", "2015-04-07 12:48:35.147136"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:48:35.148899"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59819/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3521"], ["description", "I-am-the-goal-description_4376"], ["version", 1], ["created_at", "2015-04-07 12:48:35.290732"], ["updated_at", "2015-04-07 12:48:35.290732"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task612"], ["description", "I-am-the-task-description_5898"], ["cost", 1], ["created_at", "2015-04-07 12:48:35.296214"], ["updated_at", "2015-04-07 12:48:35.296214"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 14:48:36 +0200  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1938"], ["description", "I-am-the-goal-description_1696"], ["version", 1], ["created_at", "2015-04-07 12:48:37.037040"], ["updated_at", "2015-04-07 12:48:37.037040"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7301"], ["description", "I-am-the-task-description_539"], ["cost", 1], ["created_at", "2015-04-07 12:48:37.043421"], ["updated_at", "2015-04-07 12:48:37.043421"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9325"], ["description", "I-am-the-goal-description_692"], ["version", 1], ["created_at", "2015-04-07 12:48:37.047102"], ["updated_at", "2015-04-07 12:48:37.047102"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1997"], ["description", "I-am-the-task-description_1634"], ["cost", 1], ["created_at", "2015-04-07 12:48:37.053172"], ["updated_at", "2015-04-07 12:48:37.053172"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3359"], ["description", "I-am-the-goal-description_8898"], ["version", 1], ["created_at", "2015-04-07 12:48:37.057713"], ["updated_at", "2015-04-07 12:48:37.057713"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9408"], ["description", "I-am-the-task-description_744"], ["cost", 1], ["created_at", "2015-04-07 12:48:37.061373"], ["updated_at", "2015-04-07 12:48:37.061373"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 14:48:38 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (4.4ms) Completed 200 OK in 64ms (Views: 4.2ms | ActiveRecord: 0.5ms)  (1.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2711"], ["description", "I-am-the-goal-description_2792"], ["version", 1], ["created_at", "2015-04-07 12:48:38.969633"], ["updated_at", "2015-04-07 12:48:38.969633"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7497"], ["description", "I-am-the-task-description_9009"], ["cost", 1], ["created_at", "2015-04-07 12:48:38.976175"], ["updated_at", "2015-04-07 12:48:38.976175"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5907"], ["description", "I-am-the-goal-description_3812"], ["version", 1], ["created_at", "2015-04-07 12:48:38.979772"], ["updated_at", "2015-04-07 12:48:38.979772"], ["tracking", "150407-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1205"], ["description", "I-am-the-task-description_6383"], ["cost", 1], ["created_at", "2015-04-07 12:48:38.983191"], ["updated_at", "2015-04-07 12:48:38.983191"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5640"], ["description", "I-am-the-goal-description_7815"], ["version", 1], ["created_at", "2015-04-07 12:48:38.986397"], ["updated_at", "2015-04-07 12:48:38.986397"], ["tracking", "150407-3"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5872"], ["description", "I-am-the-task-description_5730"], ["cost", 1], ["created_at", "2015-04-07 12:48:38.992314"], ["updated_at", "2015-04-07 12:48:38.992314"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.8ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 14:48:40 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1848"], ["description", "I-am-the-goal-description_6691"], ["version", 1], ["created_at", "2015-04-07 12:48:40.861506"], ["updated_at", "2015-04-07 12:48:40.861506"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4010"], ["description", "I-am-the-task-description_430"], ["cost", 1], ["created_at", "2015-04-07 12:48:40.866079"], ["updated_at", "2015-04-07 12:48:40.866079"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6933"], ["description", "I-am-the-goal-description_9274"], ["version", 1], ["created_at", "2015-04-07 12:48:40.870007"], ["updated_at", "2015-04-07 12:48:40.870007"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4223"], ["description", "I-am-the-task-description_5388"], ["cost", 1], ["created_at", "2015-04-07 12:48:40.873720"], ["updated_at", "2015-04-07 12:48:40.873720"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5052"], ["description", "I-am-the-goal-description_3595"], ["version", 1], ["created_at", "2015-04-07 12:48:40.877346"], ["updated_at", "2015-04-07 12:48:40.877346"], ["tracking", "150407-3"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7845"], ["description", "I-am-the-task-description_4125"], ["cost", 1], ["created_at", "2015-04-07 12:48:40.883062"], ["updated_at", "2015-04-07 12:48:40.883062"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:48:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 14:48:42 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.4ms) Completed 200 OK in 83ms (Views: 81.3ms | ActiveRecord: 0.4ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:50:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (78.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4956.1ms) Completed 200 OK in 5029ms (Views: 4995.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 14:50:16 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 14:50:16 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 14:50:16 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 14:50:18 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (536.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (541.7ms) Completed 200 OK in 554ms (Views: 544.9ms | ActiveRecord: 0.4ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:50:19 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 12:50:19.380822"], ["updated_at", "2015-04-07 12:50:19.380822"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:59859/flyboy/goals/1 Completed 302 Found in 15ms (ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (95.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (103.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.4ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (120.4ms) Completed 200 OK in 213ms (Views: 121.8ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6406"], ["description", "I-am-the-goal-description_644"], ["version", 1], ["created_at", "2015-04-07 12:50:19.708741"], ["updated_at", "2015-04-07 12:50:19.708741"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8797"], ["description", "I-am-the-task-description_2581"], ["cost", 1], ["created_at", "2015-04-07 12:50:19.715242"], ["updated_at", "2015-04-07 12:50:19.715242"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6694"], ["description", "I-am-the-task-description_675"], ["cost", 1], ["created_at", "2015-04-07 12:50:19.720178"], ["updated_at", "2015-04-07 12:50:19.720178"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3795"], ["description", "I-am-the-task-description_6920"], ["cost", 1], ["created_at", "2015-04-07 12:50:19.724192"], ["updated_at", "2015-04-07 12:50:19.724192"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:50:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.5ms) Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2646"], ["description", "I-am-the-goal-description_7743"], ["version", 1], ["created_at", "2015-04-07 12:50:21.466316"], ["updated_at", "2015-04-07 12:50:21.466316"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:50:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 14:50:23 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.2ms) Completed 200 OK in 70ms (Views: 69.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:23 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7743"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 12:50:23.394554"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:59859/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 3.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.1ms) Completed 200 OK in 12ms (Views: 9.7ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1149"], ["description", "I-am-the-goal-description_4184"], ["version", 1], ["created_at", "2015-04-07 12:50:23.534831"], ["updated_at", "2015-04-07 12:50:23.534831"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:50:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 14:50:25 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (62.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (62.2ms) Completed 200 OK in 64ms (Views: 62.9ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:25 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:59859/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:50:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.7ms) Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6678"], ["description", "I-am-the-goal-description_1760"], ["version", 1], ["created_at", "2015-04-07 12:50:25.519869"], ["updated_at", "2015-04-07 12:50:25.519869"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.7ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 14:50:27 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 12:50:27.138744"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:59859/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:50:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5050"], ["description", "I-am-the-goal-description_6485"], ["version", 1], ["created_at", "2015-04-07 12:50:27.275232"], ["updated_at", "2015-04-07 12:50:27.275232"], ["tracking", "150407-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 14:50:29 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 12:50:29.193124"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://127.0.0.1:59859/flyboy/goals/1 Completed 302 Found in 11ms (ActiveRecord: 3.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:50:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.9ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.6ms)  (3.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_498"], ["description", "I-am-the-goal-description_7089"], ["version", 1], ["created_at", "2015-04-07 12:50:54.121561"], ["updated_at", "2015-04-07 12:50:54.121561"], ["tracking", "150407-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:50:57 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3879.9ms) Completed 200 OK in 3980ms (Views: 3952.4ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 14:51:01 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 14:51:01 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 14:51:01 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:51:03 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (7.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (13.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (46.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (78.6ms) Completed 200 OK in 94ms (Views: 80.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 14:51:03 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (380.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (385.1ms) Completed 200 OK in 390ms (Views: 387.0ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:04 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 12:51:04.379505"], ["updated_at", "2015-04-07 12:51:04.379505"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:59879/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (8.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (18.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (29.0ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.5ms) Completed 200 OK in 74ms (Views: 68.8ms | ActiveRecord: 1.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4861"], ["description", "I-am-the-goal-description_9436"], ["version", 1], ["created_at", "2015-04-07 12:51:04.613303"], ["updated_at", "2015-04-07 12:51:04.613303"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task678"], ["description", "I-am-the-task-description_5802"], ["cost", 1], ["created_at", "2015-04-07 12:51:04.617999"], ["updated_at", "2015-04-07 12:51:04.617999"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.6ms) Completed 200 OK in 16ms (Views: 12.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.5ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.1ms) Completed 200 OK in 26ms (Views: 22.3ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6722"], ["description", "I-am-the-goal-description_9147"], ["version", 1], ["created_at", "2015-04-07 12:51:06.382481"], ["updated_at", "2015-04-07 12:51:06.382481"], ["tracking", "150407-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6905"], ["description", "I-am-the-task-description_4272"], ["cost", 1], ["created_at", "2015-04-07 12:51:06.388565"], ["updated_at", "2015-04-07 12:51:06.388565"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:06 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:07 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (51.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.5ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (73.1ms) Completed 200 OK in 76ms (Views: 73.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 14:51:08 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (90.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (93.7ms) Completed 200 OK in 98ms (Views: 95.9ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:08 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_4272", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 12:51:08.347051"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59879/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:08 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.1ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.0ms) Completed 200 OK in 78ms (Views: 74.5ms | ActiveRecord: 0.9ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1897"], ["description", "I-am-the-goal-description_9054"], ["version", 1], ["created_at", "2015-04-07 12:51:08.511730"], ["updated_at", "2015-04-07 12:51:08.511730"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2130"], ["description", "I-am-the-task-description_4986"], ["cost", 1], ["created_at", "2015-04-07 12:51:08.516363"], ["updated_at", "2015-04-07 12:51:08.516363"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:10 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.0ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (70.2ms) Completed 200 OK in 73ms (Views: 70.4ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1115"], ["description", "I-am-the-goal-description_2224"], ["version", 1], ["created_at", "2015-04-07 12:51:10.215014"], ["updated_at", "2015-04-07 12:51:10.215014"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1229"], ["description", "I-am-the-task-description_3898"], ["cost", 1], ["created_at", "2015-04-07 12:51:10.222016"], ["updated_at", "2015-04-07 12:51:10.222016"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.7ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 14:51:11 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:51:11.804232"], ["task_id", 1], ["created_at", "2015-04-07 12:51:11.805682"], ["updated_at", "2015-04-07 12:51:11.805682"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:51:11.807362"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59879/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4063"], ["description", "I-am-the-goal-description_1996"], ["version", 1], ["created_at", "2015-04-07 12:51:11.948643"], ["updated_at", "2015-04-07 12:51:11.948643"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task4792"], ["description", "I-am-the-task-description_1598"], ["cost", 1], ["created_at", "2015-04-07 12:51:11.952477"], ["updated_at", "2015-04-07 12:51:11.952477"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 14:51:13 +0200  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4291"], ["description", "I-am-the-goal-description_8622"], ["version", 1], ["created_at", "2015-04-07 12:51:13.704388"], ["updated_at", "2015-04-07 12:51:13.704388"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2083"], ["description", "I-am-the-task-description_5872"], ["cost", 1], ["created_at", "2015-04-07 12:51:13.710597"], ["updated_at", "2015-04-07 12:51:13.710597"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) 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_8667"], ["version", 1], ["created_at", "2015-04-07 12:51:13.717114"], ["updated_at", "2015-04-07 12:51:13.717114"], ["tracking", "150407-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3128"], ["description", "I-am-the-task-description_1077"], ["cost", 1], ["created_at", "2015-04-07 12:51:13.722060"], ["updated_at", "2015-04-07 12:51:13.722060"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1514"], ["description", "I-am-the-goal-description_2843"], ["version", 1], ["created_at", "2015-04-07 12:51:13.727339"], ["updated_at", "2015-04-07 12:51:13.727339"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4452"], ["description", "I-am-the-task-description_4595"], ["cost", 1], ["created_at", "2015-04-07 12:51:13.731873"], ["updated_at", "2015-04-07 12:51:13.731873"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.7ms) Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 14:51:15 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (55.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (3.5ms) Completed 200 OK in 120ms (Views: 3.3ms | ActiveRecord: 56.0ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_158"], ["description", "I-am-the-goal-description_7121"], ["version", 1], ["created_at", "2015-04-07 12:51:15.587041"], ["updated_at", "2015-04-07 12:51:15.587041"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5648"], ["description", "I-am-the-task-description_2458"], ["cost", 1], ["created_at", "2015-04-07 12:51:15.594121"], ["updated_at", "2015-04-07 12:51:15.594121"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5183"], ["description", "I-am-the-goal-description_2886"], ["version", 1], ["created_at", "2015-04-07 12:51:15.597666"], ["updated_at", "2015-04-07 12:51:15.597666"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9485"], ["description", "I-am-the-task-description_2319"], ["cost", 1], ["created_at", "2015-04-07 12:51:15.601131"], ["updated_at", "2015-04-07 12:51:15.601131"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7462"], ["description", "I-am-the-goal-description_383"], ["version", 1], ["created_at", "2015-04-07 12:51:15.607322"], ["updated_at", "2015-04-07 12:51:15.607322"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3604"], ["description", "I-am-the-task-description_9487"], ["cost", 1], ["created_at", "2015-04-07 12:51:15.611989"], ["updated_at", "2015-04-07 12:51:15.611989"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.9ms) Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 14:51:17 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.8ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_38"], ["description", "I-am-the-goal-description_5034"], ["version", 1], ["created_at", "2015-04-07 12:51:17.716320"], ["updated_at", "2015-04-07 12:51:17.716320"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7233"], ["description", "I-am-the-task-description_1693"], ["cost", 1], ["created_at", "2015-04-07 12:51:17.720599"], ["updated_at", "2015-04-07 12:51:17.720599"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1389"], ["description", "I-am-the-goal-description_8922"], ["version", 1], ["created_at", "2015-04-07 12:51:17.724116"], ["updated_at", "2015-04-07 12:51:17.724116"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9056"], ["description", "I-am-the-task-description_5492"], ["cost", 1], ["created_at", "2015-04-07 12:51:17.727533"], ["updated_at", "2015-04-07 12:51:17.727533"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2959"], ["description", "I-am-the-goal-description_4573"], ["version", 1], ["created_at", "2015-04-07 12:51:17.731097"], ["updated_at", "2015-04-07 12:51:17.731097"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7422"], ["description", "I-am-the-task-description_3153"], ["cost", 1], ["created_at", "2015-04-07 12:51:17.734557"], ["updated_at", "2015-04-07 12:51:17.734557"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:17 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (16.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (18.2ms) Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 14:51:19 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (7.5ms) Completed 200 OK in 108ms (Views: 106.4ms | ActiveRecord: 0.9ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.8ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3479"], ["description", "I-am-the-goal-description_7042"], ["version", 1], ["created_at", "2015-04-07 12:51:40.600546"], ["updated_at", "2015-04-07 12:51:40.600546"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:51:44 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3972.9ms) Completed 200 OK in 4067ms (Views: 4038.4ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 14:51:48 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 14:51:48 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 14:51:48 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:51:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (7.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (13.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (44.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (72.7ms) Completed 200 OK in 89ms (Views: 74.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 14:51:50 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (386.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (390.3ms) Completed 200 OK in 395ms (Views: 392.3ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:51 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 12:51:51.141167"], ["updated_at", "2015-04-07 12:51:51.141167"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:59929/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:51 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (14.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (24.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (56.7ms) Completed 200 OK in 63ms (Views: 58.3ms | ActiveRecord: 1.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_251"], ["description", "I-am-the-goal-description_119"], ["version", 1], ["created_at", "2015-04-07 12:51:51.355676"], ["updated_at", "2015-04-07 12:51:51.355676"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9062"], ["description", "I-am-the-task-description_4436"], ["cost", 1], ["created_at", "2015-04-07 12:51:51.360075"], ["updated_at", "2015-04-07 12:51:51.360075"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.6ms) Completed 200 OK in 19ms (Views: 14.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:52 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.0ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.7ms) Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1359"], ["description", "I-am-the-goal-description_7172"], ["version", 1], ["created_at", "2015-04-07 12:51:53.079834"], ["updated_at", "2015-04-07 12:51:53.079834"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7681"], ["description", "I-am-the-task-description_8807"], ["cost", 1], ["created_at", "2015-04-07 12:51:53.085700"], ["updated_at", "2015-04-07 12:51:53.085700"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:54 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (55.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (57.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.9ms) Completed 200 OK in 82ms (Views: 78.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 14:51:54 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (80.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (83.6ms) Completed 200 OK in 88ms (Views: 85.5ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:55 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8807", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 12:51:55.068193"], ["id", 1]]  (1.9ms) commit transaction Redirected to http://127.0.0.1:59929/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:55 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (66.2ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (81.5ms) Completed 200 OK in 86ms (Views: 81.8ms | ActiveRecord: 0.9ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2087"], ["description", "I-am-the-goal-description_9612"], ["version", 1], ["created_at", "2015-04-07 12:51:55.352940"], ["updated_at", "2015-04-07 12:51:55.352940"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1335"], ["description", "I-am-the-task-description_5667"], ["cost", 1], ["created_at", "2015-04-07 12:51:55.356715"], ["updated_at", "2015-04-07 12:51:55.356715"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:56 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.7ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (73.7ms) Completed 200 OK in 77ms (Views: 73.9ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 14:51:57 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (213.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (213.8ms) Completed 200 OK in 218ms (Views: 214.9ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:51:57 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.8ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:59929/flyboy/tasks Completed 302 Found in 17ms (ActiveRecord: 4.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.5ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.1ms) Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 0.6ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.6ms) DELETE FROM "flyboy_tasks";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.0ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.2ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.0ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.0ms) DELETE FROM "flyboy_goals";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2632"], ["description", "I-am-the-goal-description_7760"], ["version", 1], ["created_at", "2015-04-07 12:51:57.660543"], ["updated_at", "2015-04-07 12:51:57.660543"], ["tracking", "150407-1"]]  (1.4ms) commit transaction  (0.2ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9334"], ["description", "I-am-the-task-description_1765"], ["cost", 1], ["created_at", "2015-04-07 12:51:57.669890"], ["updated_at", "2015-04-07 12:51:57.669890"]]  (1.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 11ms (Views: 7.8ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 14:51:59 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:51:59.414253"], ["task_id", 1], ["created_at", "2015-04-07 12:51:59.415730"], ["updated_at", "2015-04-07 12:51:59.415730"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:51:59.417443"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:59929/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4825"], ["description", "I-am-the-goal-description_3719"], ["version", 1], ["created_at", "2015-04-07 12:51:59.555151"], ["updated_at", "2015-04-07 12:51:59.555151"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task9165"], ["description", "I-am-the-task-description_4090"], ["cost", 1], ["created_at", "2015-04-07 12:51:59.560945"], ["updated_at", "2015-04-07 12:51:59.560945"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:51:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 14:52:01 +0200  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3905"], ["description", "I-am-the-goal-description_8221"], ["version", 1], ["created_at", "2015-04-07 12:52:01.352464"], ["updated_at", "2015-04-07 12:52:01.352464"], ["tracking", "150407-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task589"], ["description", "I-am-the-task-description_3442"], ["cost", 1], ["created_at", "2015-04-07 12:52:01.359385"], ["updated_at", "2015-04-07 12:52:01.359385"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7496"], ["description", "I-am-the-goal-description_5451"], ["version", 1], ["created_at", "2015-04-07 12:52:01.365358"], ["updated_at", "2015-04-07 12:52:01.365358"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task404"], ["description", "I-am-the-task-description_1821"], ["cost", 1], ["created_at", "2015-04-07 12:52:01.370141"], ["updated_at", "2015-04-07 12:52:01.370141"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_393"], ["description", "I-am-the-goal-description_683"], ["version", 1], ["created_at", "2015-04-07 12:52:01.375209"], ["updated_at", "2015-04-07 12:52:01.375209"], ["tracking", "150407-3"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4139"], ["description", "I-am-the-task-description_3628"], ["cost", 1], ["created_at", "2015-04-07 12:52:01.379833"], ["updated_at", "2015-04-07 12:52:01.379833"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:52:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.6ms) Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 14:52:03 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (3.3ms) Completed 200 OK in 80ms (Views: 3.2ms | ActiveRecord: 0.5ms)  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_238"], ["description", "I-am-the-goal-description_2861"], ["version", 1], ["created_at", "2015-04-07 12:52:03.282272"], ["updated_at", "2015-04-07 12:52:03.282272"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2677"], ["description", "I-am-the-task-description_3995"], ["cost", 1], ["created_at", "2015-04-07 12:52:03.286293"], ["updated_at", "2015-04-07 12:52:03.286293"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8526"], ["description", "I-am-the-goal-description_903"], ["version", 1], ["created_at", "2015-04-07 12:52:03.290058"], ["updated_at", "2015-04-07 12:52:03.290058"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1033"], ["description", "I-am-the-task-description_4329"], ["cost", 1], ["created_at", "2015-04-07 12:52:03.293458"], ["updated_at", "2015-04-07 12:52:03.293458"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6803"], ["description", "I-am-the-goal-description_9837"], ["version", 1], ["created_at", "2015-04-07 12:52:03.296706"], ["updated_at", "2015-04-07 12:52:03.296706"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9378"], ["description", "I-am-the-task-description_9669"], ["cost", 1], ["created_at", "2015-04-07 12:52:03.300214"], ["updated_at", "2015-04-07 12:52:03.300214"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:52:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.1ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 14:52:04 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7634"], ["description", "I-am-the-goal-description_1296"], ["version", 1], ["created_at", "2015-04-07 12:52:05.086475"], ["updated_at", "2015-04-07 12:52:05.086475"], ["tracking", "150407-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4487"], ["description", "I-am-the-task-description_6222"], ["cost", 1], ["created_at", "2015-04-07 12:52:05.093188"], ["updated_at", "2015-04-07 12:52:05.093188"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9234"], ["description", "I-am-the-goal-description_3180"], ["version", 1], ["created_at", "2015-04-07 12:52:05.097933"], ["updated_at", "2015-04-07 12:52:05.097933"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4914"], ["description", "I-am-the-task-description_1005"], ["cost", 1], ["created_at", "2015-04-07 12:52:05.102587"], ["updated_at", "2015-04-07 12:52:05.102587"]]  (0.8ms) commit transaction  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8766"], ["description", "I-am-the-goal-description_5026"], ["version", 1], ["created_at", "2015-04-07 12:52:05.108447"], ["updated_at", "2015-04-07 12:52:05.108447"], ["tracking", "150407-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5452"], ["description", "I-am-the-task-description_8554"], ["cost", 1], ["created_at", "2015-04-07 12:52:05.113138"], ["updated_at", "2015-04-07 12:52:05.113138"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:52:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.9ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 14:52:06 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.5ms) Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.4ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3263"], ["description", "I-am-the-goal-description_7559"], ["version", 1], ["created_at", "2015-04-07 12:54:42.018025"], ["updated_at", "2015-04-07 12:54:42.018025"], ["tracking", "150407-1"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7206"], ["description", "I-am-the-task-description_6940"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.042236"], ["updated_at", "2015-04-07 12:54:42.042236"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4187"], ["description", "I-am-the-task-description_4982"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.047138"], ["updated_at", "2015-04-07 12:54:42.047138"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:54:42.140113"], ["task_id", 1], ["created_at", "2015-04-07 12:54:42.200582"], ["updated_at", "2015-04-07 12:54:42.200582"]] SQL (0.4ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:54:42.202832"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 156ms (ActiveRecord: 4.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_562"], ["description", "I-am-the-goal-description_8715"], ["version", 1], ["created_at", "2015-04-07 12:54:42.219712"], ["updated_at", "2015-04-07 12:54:42.219712"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6880"], ["description", "I-am-the-task-description_3757"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.226449"], ["updated_at", "2015-04-07 12:54:42.226449"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7750"], ["description", "I-am-the-task-description_6707"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.232503"], ["updated_at", "2015-04-07 12:54:42.232503"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:54:42.244153"], ["task_id", 3], ["created_at", "2015-04-07 12:54:42.245544"], ["updated_at", "2015-04-07 12:54:42.245544"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:54:42.247535"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6190"], ["description", "I-am-the-goal-description_3868"], ["version", 1], ["created_at", "2015-04-07 12:54:42.260034"], ["updated_at", "2015-04-07 12:54:42.260034"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6878"], ["description", "I-am-the-task-description_8723"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.266144"], ["updated_at", "2015-04-07 12:54:42.266144"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1059"], ["description", "I-am-the-task-description_8942"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.273238"], ["updated_at", "2015-04-07 12:54:42.273238"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:54:42.282597"], ["task_id", 5], ["created_at", "2015-04-07 12:54:42.284214"], ["updated_at", "2015-04-07 12:54:42.284214"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:54:42.286032"], ["id", 5]]  (1.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.5ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3050"], ["description", "I-am-the-goal-description_9767"], ["version", 1], ["created_at", "2015-04-07 12:54:42.300323"], ["updated_at", "2015-04-07 12:54:42.300323"], ["tracking", "150407-4"]]  (1.5ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task6569"], ["description", "I-am-the-task-description_8650"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.308636"], ["updated_at", "2015-04-07 12:54:42.308636"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task2680"], ["description", "I-am-the-task-description_6533"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.313291"], ["updated_at", "2015-04-07 12:54:42.313291"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:54:42.320602"], ["task_id", 7], ["created_at", "2015-04-07 12:54:42.323281"], ["updated_at", "2015-04-07 12:54:42.323281"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:54:42.326546"], ["id", 7]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 13ms (ActiveRecord: 2.0ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_164"], ["description", "I-am-the-goal-description_8675"], ["version", 1], ["created_at", "2015-04-07 12:54:42.335901"], ["updated_at", "2015-04-07 12:54:42.335901"], ["tracking", "150407-5"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8320"], ["description", "I-am-the-task-description_2486"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.344109"], ["updated_at", "2015-04-07 12:54:42.344109"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8908"], ["description", "I-am-the-task-description_6362"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.348704"], ["updated_at", "2015-04-07 12:54:42.348704"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 36ms (Views: 24.5ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3705"], ["description", "I-am-the-goal-description_5958"], ["version", 1], ["created_at", "2015-04-07 12:54:42.394796"], ["updated_at", "2015-04-07 12:54:42.394796"], ["tracking", "150407-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task9769"], ["description", "I-am-the-task-description_3005"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.400478"], ["updated_at", "2015-04-07 12:54:42.400478"]]  (1.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task2468"], ["description", "I-am-the-task-description_5534"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.408050"], ["updated_at", "2015-04-07 12:54:42.408050"]]  (1.0ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (1.1ms) commit transaction  (0.2ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.6ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1232"], ["description", "I-am-the-goal-description_7234"], ["version", 1], ["created_at", "2015-04-07 12:54:42.464826"], ["updated_at", "2015-04-07 12:54:42.464826"], ["tracking", "150407-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task6570"], ["description", "I-am-the-task-description_2501"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.469868"], ["updated_at", "2015-04-07 12:54:42.469868"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9500"], ["description", "I-am-the-goal-description_3444"], ["version", 1], ["created_at", "2015-04-07 12:54:42.477856"], ["updated_at", "2015-04-07 12:54:42.477856"], ["tracking", "150407-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7511"], ["description", "I-am-the-task-description_2777"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.481908"], ["updated_at", "2015-04-07 12:54:42.481908"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2593"], ["description", "I-am-the-goal-description_3072"], ["version", 1], ["created_at", "2015-04-07 12:54:42.545978"], ["updated_at", "2015-04-07 12:54:42.545978"], ["tracking", "150407-9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task9863"], ["description", "I-am-the-task-description_1260"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.550038"], ["updated_at", "2015-04-07 12:54:42.550038"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4110"], ["description", "I-am-the-task-description_4724"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.555159"], ["updated_at", "2015-04-07 12:54:42.555159"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1568"], ["description", "I-am-the-goal-description_859"], ["version", 1], ["created_at", "2015-04-07 12:54:42.570244"], ["updated_at", "2015-04-07 12:54:42.570244"], ["tracking", "150407-10"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task9530"], ["description", "I-am-the-task-description_6152"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.574337"], ["updated_at", "2015-04-07 12:54:42.574337"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1782"], ["description", "I-am-the-goal-description_6008"], ["version", 1], ["created_at", "2015-04-07 12:54:42.580403"], ["updated_at", "2015-04-07 12:54:42.580403"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task84"], ["description", "I-am-the-task-description_3619"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.584861"], ["updated_at", "2015-04-07 12:54:42.584861"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5027"], ["description", "I-am-the-goal-description_7421"], ["version", 1], ["created_at", "2015-04-07 12:54:42.594794"], ["updated_at", "2015-04-07 12:54:42.594794"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9978"], ["description", "I-am-the-task-description_1605"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.598952"], ["updated_at", "2015-04-07 12:54:42.598952"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7903"], ["description", "I-am-the-task-description_4242"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.603122"], ["updated_at", "2015-04-07 12:54:42.603122"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2467"], ["description", "I-am-the-goal-description_7361"], ["version", 1], ["created_at", "2015-04-07 12:54:42.617681"], ["updated_at", "2015-04-07 12:54:42.617681"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5048"], ["description", "I-am-the-task-description_921"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.622122"], ["updated_at", "2015-04-07 12:54:42.622122"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9799"], ["description", "I-am-the-goal-description_3398"], ["version", 1], ["created_at", "2015-04-07 12:54:42.626089"], ["updated_at", "2015-04-07 12:54:42.626089"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2071"], ["description", "I-am-the-task-description_8443"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.629978"], ["updated_at", "2015-04-07 12:54:42.629978"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3535"], ["description", "I-am-the-goal-description_5455"], ["version", 1], ["created_at", "2015-04-07 12:54:42.639712"], ["updated_at", "2015-04-07 12:54:42.639712"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8557"], ["description", "I-am-the-task-description_1104"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.644288"], ["updated_at", "2015-04-07 12:54:42.644288"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7707"], ["description", "I-am-the-task-description_7423"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.648504"], ["updated_at", "2015-04-07 12:54:42.648504"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_253"], ["description", "I-am-the-goal-description_868"], ["version", 1], ["created_at", "2015-04-07 12:54:42.662399"], ["updated_at", "2015-04-07 12:54:42.662399"], ["tracking", "150407-16"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4941"], ["description", "I-am-the-task-description_6283"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.666352"], ["updated_at", "2015-04-07 12:54:42.666352"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2278"], ["description", "I-am-the-task-description_3965"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.670846"], ["updated_at", "2015-04-07 12:54:42.670846"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8898"], ["description", "I-am-the-goal-description_33"], ["version", 1], ["created_at", "2015-04-07 12:54:42.685713"], ["updated_at", "2015-04-07 12:54:42.685713"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task281"], ["description", "I-am-the-task-description_8901"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.690367"], ["updated_at", "2015-04-07 12:54:42.690367"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9271"], ["description", "I-am-the-task-description_5690"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.694899"], ["updated_at", "2015-04-07 12:54:42.694899"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3955"], ["description", "I-am-the-goal-description_2990"], ["version", 1], ["created_at", "2015-04-07 12:54:42.706621"], ["updated_at", "2015-04-07 12:54:42.706621"], ["tracking", "150407-18"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task510"], ["description", "I-am-the-task-description_696"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.710558"], ["updated_at", "2015-04-07 12:54:42.710558"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8919"], ["description", "I-am-the-task-description_1498"], ["cost", 1], ["created_at", "2015-04-07 12:54:42.714603"], ["updated_at", "2015-04-07 12:54:42.714603"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:54:42.725893"], ["updated_at", "2015-04-07 12:54:42.725893"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3843ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_605"], ["description", "I-am-the-goal-description_8023"], ["version", 1], ["created_at", "2015-04-07 12:54:46.571121"], ["updated_at", "2015-04-07 12:54:46.571121"], ["tracking", "150407-19"]]  (2.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7670"], ["description", "I-am-the-task-description_815"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.577217"], ["updated_at", "2015-04-07 12:54:46.577217"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9799"], ["description", "I-am-the-task-description_834"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.581417"], ["updated_at", "2015-04-07 12:54:46.581417"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:54:46.589080"], ["updated_at", "2015-04-07 12:54:46.589080"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4920"], ["description", "I-am-the-goal-description_5908"], ["version", 1], ["created_at", "2015-04-07 12:54:46.602920"], ["updated_at", "2015-04-07 12:54:46.602920"], ["tracking", "150407-20"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8301"], ["description", "I-am-the-task-description_350"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.606736"], ["updated_at", "2015-04-07 12:54:46.606736"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6529"], ["description", "I-am-the-task-description_2108"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.610879"], ["updated_at", "2015-04-07 12:54:46.610879"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:54:46.617496"], ["updated_at", "2015-04-07 12:54:46.617496"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8352"], ["description", "I-am-the-goal-description_7659"], ["version", 1], ["created_at", "2015-04-07 12:54:46.625160"], ["updated_at", "2015-04-07 12:54:46.625160"], ["tracking", "150407-21"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4135"], ["description", "I-am-the-task-description_4249"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.629204"], ["updated_at", "2015-04-07 12:54:46.629204"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4758"], ["description", "I-am-the-task-description_7475"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.634459"], ["updated_at", "2015-04-07 12:54:46.634459"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5532"], ["description", "I-am-the-goal-description_1749"], ["version", 1], ["created_at", "2015-04-07 12:54:46.647189"], ["updated_at", "2015-04-07 12:54:46.647189"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8081"], ["description", "I-am-the-task-description_2989"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.651071"], ["updated_at", "2015-04-07 12:54:46.651071"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2494"], ["description", "I-am-the-task-description_6499"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.655214"], ["updated_at", "2015-04-07 12:54:46.655214"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:54:46.659365"], ["updated_at", "2015-04-07 12:54:46.659365"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2779"], ["description", "I-am-the-goal-description_2690"], ["version", 1], ["created_at", "2015-04-07 12:54:46.670833"], ["updated_at", "2015-04-07 12:54:46.670833"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2428"], ["description", "I-am-the-task-description_322"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.675137"], ["updated_at", "2015-04-07 12:54:46.675137"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2374"], ["description", "I-am-the-task-description_2006"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.679004"], ["updated_at", "2015-04-07 12:54:46.679004"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:54:46.682814"], ["updated_at", "2015-04-07 12:54:46.682814"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4860"], ["description", "I-am-the-goal-description_8899"], ["version", 1], ["created_at", "2015-04-07 12:54:46.694839"], ["updated_at", "2015-04-07 12:54:46.694839"], ["tracking", "150407-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task6938"], ["description", "I-am-the-task-description_8783"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.699994"], ["updated_at", "2015-04-07 12:54:46.699994"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5205"], ["description", "I-am-the-task-description_3335"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.703924"], ["updated_at", "2015-04-07 12:54:46.703924"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:54:46.707850"], ["updated_at", "2015-04-07 12:54:46.707850"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9219"], ["description", "I-am-the-goal-description_4467"], ["version", 1], ["created_at", "2015-04-07 12:54:46.719460"], ["updated_at", "2015-04-07 12:54:46.719460"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task4687"], ["description", "I-am-the-task-description_7173"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.723868"], ["updated_at", "2015-04-07 12:54:46.723868"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2485"], ["description", "I-am-the-task-description_6663"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.727869"], ["updated_at", "2015-04-07 12:54:46.727869"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:54:46.731918"], ["updated_at", "2015-04-07 12:54:46.731918"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5482"], ["description", "I-am-the-goal-description_2342"], ["version", 1], ["created_at", "2015-04-07 12:54:46.745923"], ["updated_at", "2015-04-07 12:54:46.745923"], ["tracking", "150407-26"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8242"], ["description", "I-am-the-task-description_6946"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.749882"], ["updated_at", "2015-04-07 12:54:46.749882"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3189"], ["description", "I-am-the-task-description_4769"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.753761"], ["updated_at", "2015-04-07 12:54:46.753761"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:54:46.810125"], ["updated_at", "2015-04-07 12:54:46.810125"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9532"], ["description", "I-am-the-goal-description_2507"], ["version", 1], ["created_at", "2015-04-07 12:54:46.824619"], ["updated_at", "2015-04-07 12:54:46.824619"], ["tracking", "150407-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task403"], ["description", "I-am-the-task-description_8516"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.828884"], ["updated_at", "2015-04-07 12:54:46.828884"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8251"], ["description", "I-am-the-task-description_6690"], ["cost", 1], ["created_at", "2015-04-07 12:54:46.834662"], ["updated_at", "2015-04-07 12:54:46.834662"]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:54:46.842193"], ["updated_at", "2015-04-07 12:54:46.842193"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 12:54:46.848470"], ["id", 57]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3081"], ["description", "I-am-the-goal-description_31"], ["version", 1], ["created_at", "2015-04-07 12:55:39.276684"], ["updated_at", "2015-04-07 12:55:39.276684"], ["tracking", "150407-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2844"], ["description", "I-am-the-goal-description_4701"], ["version", 1], ["created_at", "2015-04-07 12:55:39.336794"], ["updated_at", "2015-04-07 12:55:39.336794"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 16.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1286"], ["description", "I-am-the-goal-description_6413"], ["version", 1], ["created_at", "2015-04-07 12:55:39.456254"], ["updated_at", "2015-04-07 12:55:39.456254"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1096"], ["description", "I-am-the-goal-description_7402"], ["version", 1], ["created_at", "2015-04-07 12:55:39.461407"], ["updated_at", "2015-04-07 12:55:39.461407"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 16ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_879"], ["description", "I-am-the-goal-description_1673"], ["version", 1], ["created_at", "2015-04-07 12:55:39.494231"], ["updated_at", "2015-04-07 12:55:39.494231"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6155"], ["description", "I-am-the-goal-description_1013"], ["version", 1], ["created_at", "2015-04-07 12:55:39.499271"], ["updated_at", "2015-04-07 12:55:39.499271"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5990"], ["description", "I-am-the-goal-description_6184"], ["version", 1], ["created_at", "2015-04-07 12:55:39.510845"], ["updated_at", "2015-04-07 12:55:39.510845"], ["tracking", "150407-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 12:55:39.525107"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3600ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9198"], ["description", "I-am-the-goal-description_1981"], ["version", 1], ["created_at", "2015-04-07 12:55:43.120777"], ["updated_at", "2015-04-07 12:55:43.120777"], ["tracking", "150407-4"]]  (3.2ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 12:55:43.130622"], ["id", 8]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2511"], ["description", "I-am-the-goal-description_8482"], ["version", 1], ["created_at", "2015-04-07 12:55:43.137875"], ["updated_at", "2015-04-07 12:55:43.137875"], ["tracking", "150407-5"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (1.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 12:55:43.146870"], ["id", 9]]  (1.6ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 14ms (ActiveRecord: 3.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7070"], ["description", "I-am-the-goal-description_673"], ["version", 1], ["created_at", "2015-04-07 12:55:43.167231"], ["updated_at", "2015-04-07 12:55:43.167231"], ["tracking", "150407-6"]]  (3.0ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 12:55:43.179325"], ["id", 10]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 6ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2990"], ["description", "I-am-the-goal-description_5538"], ["version", 1], ["created_at", "2015-04-07 12:55:43.197374"], ["updated_at", "2015-04-07 12:55:43.197374"], ["tracking", "150407-7"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (1.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9682"], ["description", "I-am-the-task-description_5311"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.217938"], ["updated_at", "2015-04-07 12:55:43.217938"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 12:55:43.239651"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 12:55:43.242938"], ["updated_at", "2015-04-07 12:55:43.242938"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 12:55:43.246165"], ["id", 1]]  (3.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 12:55:43 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 12:55:43 UTC", "updated_at"=>"2015-04-07 12:55:43 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 12:55:43.261779"], ["created_at", "2015-04-07 12:55:43.262365"], ["updated_at", "2015-04-07 12:55:43.262365"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9501"], ["description", "I-am-the-goal-description_5724"], ["version", 1], ["created_at", "2015-04-07 12:55:43.325381"], ["updated_at", "2015-04-07 12:55:43.325381"], ["tracking", "150407-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1772"], ["description", "I-am-the-task-description_9518"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.329485"], ["updated_at", "2015-04-07 12:55:43.329485"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4702"], ["description", "I-am-the-task-description_6355"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.333691"], ["updated_at", "2015-04-07 12:55:43.333691"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:55:43.341907"], ["task_id", 2], ["created_at", "2015-04-07 12:55:43.343629"], ["updated_at", "2015-04-07 12:55:43.343629"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:55:43.345429"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1313"], ["description", "I-am-the-goal-description_3214"], ["version", 1], ["created_at", "2015-04-07 12:55:43.353468"], ["updated_at", "2015-04-07 12:55:43.353468"], ["tracking", "150407-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6996"], ["description", "I-am-the-task-description_8000"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.357615"], ["updated_at", "2015-04-07 12:55:43.357615"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9097"], ["description", "I-am-the-task-description_6139"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.361787"], ["updated_at", "2015-04-07 12:55:43.361787"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:55:43.368485"], ["task_id", 4], ["created_at", "2015-04-07 12:55:43.369949"], ["updated_at", "2015-04-07 12:55:43.369949"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:55:43.371665"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7994"], ["description", "I-am-the-goal-description_182"], ["version", 1], ["created_at", "2015-04-07 12:55:43.378576"], ["updated_at", "2015-04-07 12:55:43.378576"], ["tracking", "150407-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task1801"], ["description", "I-am-the-task-description_8983"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.382715"], ["updated_at", "2015-04-07 12:55:43.382715"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4517"], ["description", "I-am-the-task-description_2457"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.387402"], ["updated_at", "2015-04-07 12:55:43.387402"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:55:43.395547"], ["task_id", 6], ["created_at", "2015-04-07 12:55:43.396858"], ["updated_at", "2015-04-07 12:55:43.396858"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:55:43.398548"], ["id", 6]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4667"], ["description", "I-am-the-goal-description_4592"], ["version", 1], ["created_at", "2015-04-07 12:55:43.412475"], ["updated_at", "2015-04-07 12:55:43.412475"], ["tracking", "150407-11"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6912"], ["description", "I-am-the-task-description_5373"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.418450"], ["updated_at", "2015-04-07 12:55:43.418450"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9644"], ["description", "I-am-the-task-description_3310"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.423133"], ["updated_at", "2015-04-07 12:55:43.423133"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.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-07 12:55:43.429665"], ["task_id", 8], ["created_at", "2015-04-07 12:55:43.430953"], ["updated_at", "2015-04-07 12:55:43.430953"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:55:43.432498"], ["id", 8]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1030"], ["description", "I-am-the-goal-description_5529"], ["version", 1], ["created_at", "2015-04-07 12:55:43.439318"], ["updated_at", "2015-04-07 12:55:43.439318"], ["tracking", "150407-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task55"], ["description", "I-am-the-task-description_2479"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.443599"], ["updated_at", "2015-04-07 12:55:43.443599"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task246"], ["description", "I-am-the-task-description_8442"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.448199"], ["updated_at", "2015-04-07 12:55:43.448199"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5293"], ["description", "I-am-the-goal-description_9237"], ["version", 1], ["created_at", "2015-04-07 12:55:43.461552"], ["updated_at", "2015-04-07 12:55:43.461552"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9965"], ["description", "I-am-the-task-description_119"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.465676"], ["updated_at", "2015-04-07 12:55:43.465676"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5656"], ["description", "I-am-the-task-description_3380"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.469651"], ["updated_at", "2015-04-07 12:55:43.469651"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_189"], ["description", "I-am-the-goal-description_2536"], ["version", 1], ["created_at", "2015-04-07 12:55:43.510665"], ["updated_at", "2015-04-07 12:55:43.510665"], ["tracking", "150407-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task150"], ["description", "I-am-the-task-description_7144"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.514541"], ["updated_at", "2015-04-07 12:55:43.514541"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9735"], ["description", "I-am-the-goal-description_3517"], ["version", 1], ["created_at", "2015-04-07 12:55:43.518461"], ["updated_at", "2015-04-07 12:55:43.518461"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9133"], ["description", "I-am-the-task-description_3168"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.522334"], ["updated_at", "2015-04-07 12:55:43.522334"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8138"], ["description", "I-am-the-goal-description_1104"], ["version", 1], ["created_at", "2015-04-07 12:55:43.531878"], ["updated_at", "2015-04-07 12:55:43.531878"], ["tracking", "150407-16"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4942"], ["description", "I-am-the-task-description_6191"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.537733"], ["updated_at", "2015-04-07 12:55:43.537733"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4979"], ["description", "I-am-the-task-description_1979"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.544334"], ["updated_at", "2015-04-07 12:55:43.544334"]]  (1.3ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2155"], ["description", "I-am-the-goal-description_1956"], ["version", 1], ["created_at", "2015-04-07 12:55:43.562063"], ["updated_at", "2015-04-07 12:55:43.562063"], ["tracking", "150407-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2816"], ["description", "I-am-the-task-description_6612"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.566370"], ["updated_at", "2015-04-07 12:55:43.566370"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2597"], ["description", "I-am-the-goal-description_1301"], ["version", 1], ["created_at", "2015-04-07 12:55:43.570243"], ["updated_at", "2015-04-07 12:55:43.570243"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4193"], ["description", "I-am-the-task-description_3133"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.574605"], ["updated_at", "2015-04-07 12:55:43.574605"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6006"], ["description", "I-am-the-goal-description_4928"], ["version", 1], ["created_at", "2015-04-07 12:55:43.584352"], ["updated_at", "2015-04-07 12:55:43.584352"], ["tracking", "150407-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5077"], ["description", "I-am-the-task-description_3491"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.588392"], ["updated_at", "2015-04-07 12:55:43.588392"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7750"], ["description", "I-am-the-task-description_1393"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.592351"], ["updated_at", "2015-04-07 12:55:43.592351"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_335"], ["description", "I-am-the-goal-description_2408"], ["version", 1], ["created_at", "2015-04-07 12:55:43.606443"], ["updated_at", "2015-04-07 12:55:43.606443"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9069"], ["description", "I-am-the-task-description_4036"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.610520"], ["updated_at", "2015-04-07 12:55:43.610520"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9089"], ["description", "I-am-the-goal-description_4625"], ["version", 1], ["created_at", "2015-04-07 12:55:43.614484"], ["updated_at", "2015-04-07 12:55:43.614484"], ["tracking", "150407-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9280"], ["description", "I-am-the-task-description_9952"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.618516"], ["updated_at", "2015-04-07 12:55:43.618516"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8155"], ["description", "I-am-the-goal-description_6395"], ["version", 1], ["created_at", "2015-04-07 12:55:43.628552"], ["updated_at", "2015-04-07 12:55:43.628552"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5219"], ["description", "I-am-the-task-description_6370"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.633704"], ["updated_at", "2015-04-07 12:55:43.633704"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8068"], ["description", "I-am-the-task-description_2291"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.641081"], ["updated_at", "2015-04-07 12:55:43.641081"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3355"], ["description", "I-am-the-goal-description_2687"], ["version", 1], ["created_at", "2015-04-07 12:55:43.659239"], ["updated_at", "2015-04-07 12:55:43.659239"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5026"], ["description", "I-am-the-task-description_4078"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.664304"], ["updated_at", "2015-04-07 12:55:43.664304"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task739"], ["description", "I-am-the-task-description_4583"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.669632"], ["updated_at", "2015-04-07 12:55:43.669632"]]  (1.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8372"], ["description", "I-am-the-goal-description_2964"], ["version", 1], ["created_at", "2015-04-07 12:55:43.686563"], ["updated_at", "2015-04-07 12:55:43.686563"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6703"], ["description", "I-am-the-task-description_5369"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.691420"], ["updated_at", "2015-04-07 12:55:43.691420"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task8340"], ["description", "I-am-the-task-description_5164"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.695948"], ["updated_at", "2015-04-07 12:55:43.695948"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8092"], ["description", "I-am-the-goal-description_1440"], ["version", 1], ["created_at", "2015-04-07 12:55:43.708308"], ["updated_at", "2015-04-07 12:55:43.708308"], ["tracking", "150407-25"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5932"], ["description", "I-am-the-task-description_1846"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.712181"], ["updated_at", "2015-04-07 12:55:43.712181"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3575"], ["description", "I-am-the-task-description_494"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.716256"], ["updated_at", "2015-04-07 12:55:43.716256"]]  (1.2ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:55:43.729012"], ["updated_at", "2015-04-07 12:55:43.729012"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5673"], ["description", "I-am-the-goal-description_9857"], ["version", 1], ["created_at", "2015-04-07 12:55:43.736065"], ["updated_at", "2015-04-07 12:55:43.736065"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task2430"], ["description", "I-am-the-task-description_6659"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.739989"], ["updated_at", "2015-04-07 12:55:43.739989"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task5473"], ["description", "I-am-the-task-description_8725"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.744366"], ["updated_at", "2015-04-07 12:55:43.744366"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:55:43.751721"], ["updated_at", "2015-04-07 12:55:43.751721"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3905"], ["description", "I-am-the-goal-description_3502"], ["version", 1], ["created_at", "2015-04-07 12:55:43.767960"], ["updated_at", "2015-04-07 12:55:43.767960"], ["tracking", "150407-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4928"], ["description", "I-am-the-task-description_1183"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.772377"], ["updated_at", "2015-04-07 12:55:43.772377"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4596"], ["description", "I-am-the-task-description_498"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.776585"], ["updated_at", "2015-04-07 12:55:43.776585"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:55:43.786473"], ["updated_at", "2015-04-07 12:55:43.786473"]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 7ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7158"], ["description", "I-am-the-goal-description_9569"], ["version", 1], ["created_at", "2015-04-07 12:55:43.795435"], ["updated_at", "2015-04-07 12:55:43.795435"], ["tracking", "150407-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task2000"], ["description", "I-am-the-task-description_2090"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.799556"], ["updated_at", "2015-04-07 12:55:43.799556"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5060"], ["description", "I-am-the-task-description_7509"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.803638"], ["updated_at", "2015-04-07 12:55:43.803638"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6161"], ["description", "I-am-the-goal-description_1295"], ["version", 1], ["created_at", "2015-04-07 12:55:43.815324"], ["updated_at", "2015-04-07 12:55:43.815324"], ["tracking", "150407-29"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task1594"], ["description", "I-am-the-task-description_1078"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.819124"], ["updated_at", "2015-04-07 12:55:43.819124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3356"], ["description", "I-am-the-task-description_9679"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.823047"], ["updated_at", "2015-04-07 12:55:43.823047"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:55:43.884536"], ["updated_at", "2015-04-07 12:55:43.884536"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_256"], ["description", "I-am-the-goal-description_7689"], ["version", 1], ["created_at", "2015-04-07 12:55:43.897060"], ["updated_at", "2015-04-07 12:55:43.897060"], ["tracking", "150407-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9472"], ["description", "I-am-the-task-description_8071"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.901267"], ["updated_at", "2015-04-07 12:55:43.901267"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task3534"], ["description", "I-am-the-task-description_9126"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.905359"], ["updated_at", "2015-04-07 12:55:43.905359"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:55:43.909518"], ["updated_at", "2015-04-07 12:55:43.909518"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3156"], ["description", "I-am-the-goal-description_1883"], ["version", 1], ["created_at", "2015-04-07 12:55:43.921922"], ["updated_at", "2015-04-07 12:55:43.921922"], ["tracking", "150407-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task6134"], ["description", "I-am-the-task-description_7934"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.926149"], ["updated_at", "2015-04-07 12:55:43.926149"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task5945"], ["description", "I-am-the-task-description_7250"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.930598"], ["updated_at", "2015-04-07 12:55:43.930598"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:55:43.935245"], ["updated_at", "2015-04-07 12:55:43.935245"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.2ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 1.6ms | ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5648"], ["description", "I-am-the-goal-description_6200"], ["version", 1], ["created_at", "2015-04-07 12:55:43.954443"], ["updated_at", "2015-04-07 12:55:43.954443"], ["tracking", "150407-32"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task669"], ["description", "I-am-the-task-description_954"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.962238"], ["updated_at", "2015-04-07 12:55:43.962238"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4127"], ["description", "I-am-the-task-description_2198"], ["cost", 1], ["created_at", "2015-04-07 12:55:43.968585"], ["updated_at", "2015-04-07 12:55:43.968585"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:55:43.974364"], ["updated_at", "2015-04-07 12:55:43.974364"]]  (1.6ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.0ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8819"], ["description", "I-am-the-goal-description_4589"], ["version", 1], ["created_at", "2015-04-07 12:55:43.997867"], ["updated_at", "2015-04-07 12:55:43.997867"], ["tracking", "150407-33"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task5199"], ["description", "I-am-the-task-description_5812"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.002427"], ["updated_at", "2015-04-07 12:55:44.002427"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1258"], ["description", "I-am-the-task-description_186"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.006975"], ["updated_at", "2015-04-07 12:55:44.006975"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:55:44.011063"], ["updated_at", "2015-04-07 12:55:44.011063"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 2.1ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7340"], ["description", "I-am-the-goal-description_230"], ["version", 1], ["created_at", "2015-04-07 12:55:44.032886"], ["updated_at", "2015-04-07 12:55:44.032886"], ["tracking", "150407-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7052"], ["description", "I-am-the-task-description_9924"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.038837"], ["updated_at", "2015-04-07 12:55:44.038837"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task1332"], ["description", "I-am-the-task-description_725"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.045969"], ["updated_at", "2015-04-07 12:55:44.045969"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 12:55:44.050559"], ["updated_at", "2015-04-07 12:55:44.050559"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 12:55:44.056534"], ["id", 58]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_23"], ["description", "I-am-the-goal-description_4507"], ["version", 1], ["created_at", "2015-04-07 12:55:44.065012"], ["updated_at", "2015-04-07 12:55:44.065012"], ["tracking", "150407-35"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1862"], ["description", "I-am-the-goal-description_4968"], ["version", 1], ["created_at", "2015-04-07 12:55:44.072971"], ["updated_at", "2015-04-07 12:55:44.072971"], ["tracking", "150407-36"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task6018"], ["description", "I-am-the-task-description_656"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.079843"], ["updated_at", "2015-04-07 12:55:44.079843"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9511"], ["description", "I-am-the-goal-description_9336"], ["version", 1], ["created_at", "2015-04-07 12:55:44.086261"], ["updated_at", "2015-04-07 12:55:44.086261"], ["tracking", "150407-37"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task6999"], ["description", "I-am-the-task-description_595"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.090219"], ["updated_at", "2015-04-07 12:55:44.090219"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_661"], ["description", "I-am-the-goal-description_1834"], ["version", 1], ["created_at", "2015-04-07 12:55:44.093728"], ["updated_at", "2015-04-07 12:55:44.093728"], ["tracking", "150407-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task845"], ["description", "I-am-the-task-description_4635"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.099723"], ["updated_at", "2015-04-07 12:55:44.099723"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task1646"], ["description", "I-am-the-task-description_9038"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.106399"], ["updated_at", "2015-04-07 12:55:44.106399"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task6831"], ["description", "I-am-the-task-description_6607"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.116245"], ["updated_at", "2015-04-07 12:55:44.116245"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task7999"], ["description", "I-am-the-task-description_7390"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.122328"], ["updated_at", "2015-04-07 12:55:44.122328"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7103"], ["description", "I-am-the-goal-description_969"], ["version", 1], ["created_at", "2015-04-07 12:55:44.131784"], ["updated_at", "2015-04-07 12:55:44.131784"], ["tracking", "150407-39"]]  (1.2ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8528"], ["description", "I-am-the-goal-description_488"], ["version", 1], ["created_at", "2015-04-07 12:55:44.142254"], ["updated_at", "2015-04-07 12:55:44.142254"], ["tracking", "150407-40"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task2876"], ["description", "I-am-the-task-description_2436"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.150002"], ["updated_at", "2015-04-07 12:55:44.150002"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_677"], ["description", "I-am-the-goal-description_440"], ["version", 1], ["created_at", "2015-04-07 12:55:44.157200"], ["updated_at", "2015-04-07 12:55:44.157200"], ["tracking", "150407-41"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task7438"], ["description", "I-am-the-task-description_4485"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.165184"], ["updated_at", "2015-04-07 12:55:44.165184"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5502"], ["description", "I-am-the-goal-description_5218"], ["version", 1], ["created_at", "2015-04-07 12:55:44.169860"], ["updated_at", "2015-04-07 12:55:44.169860"], ["tracking", "150407-42"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 46], ["title", "I-am-a-task827"], ["description", "I-am-the-task-description_5302"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.178550"], ["updated_at", "2015-04-07 12:55:44.178550"]]  (1.1ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task7580"], ["description", "I-am-the-task-description_2947"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.187375"], ["updated_at", "2015-04-07 12:55:44.187375"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 43], ["title", "I-am-a-task492"], ["description", "I-am-the-task-description_6849"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.195104"], ["updated_at", "2015-04-07 12:55:44.195104"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task7329"], ["description", "I-am-the-task-description_6137"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.203396"], ["updated_at", "2015-04-07 12:55:44.203396"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5944"], ["description", "I-am-the-goal-description_4969"], ["version", 1], ["created_at", "2015-04-07 12:55:44.210093"], ["updated_at", "2015-04-07 12:55:44.210093"], ["tracking", "150407-43"]]  (1.1ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-07')  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9301"], ["description", "I-am-the-goal-description_4023"], ["version", 1], ["created_at", "2015-04-07 12:55:44.225734"], ["updated_at", "2015-04-07 12:55:44.225734"], ["tracking", "150407-44"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6590"], ["description", "I-am-the-goal-description_895"], ["version", 1], ["created_at", "2015-04-07 12:55:44.235698"], ["updated_at", "2015-04-07 12:55:44.235698"], ["tracking", "150407-45"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task3056"], ["description", "I-am-the-task-description_8993"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.241409"], ["updated_at", "2015-04-07 12:55:44.241409"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1140"], ["description", "I-am-the-goal-description_623"], ["version", 1], ["created_at", "2015-04-07 12:55:44.250023"], ["updated_at", "2015-04-07 12:55:44.250023"], ["tracking", "150407-46"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task9595"], ["description", "I-am-the-task-description_6804"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.259225"], ["updated_at", "2015-04-07 12:55:44.259225"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4869"], ["description", "I-am-the-goal-description_5403"], ["version", 1], ["created_at", "2015-04-07 12:55:44.263970"], ["updated_at", "2015-04-07 12:55:44.263970"], ["tracking", "150407-47"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task3596"], ["description", "I-am-the-task-description_4065"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.273376"], ["updated_at", "2015-04-07 12:55:44.273376"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task3755"], ["description", "I-am-the-task-description_9433"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.281091"], ["updated_at", "2015-04-07 12:55:44.281091"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task9141"], ["description", "I-am-the-task-description_8200"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.287627"], ["updated_at", "2015-04-07 12:55:44.287627"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task182"], ["description", "I-am-the-task-description_7872"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.292624"], ["updated_at", "2015-04-07 12:55:44.292624"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task7731"], ["description", "I-am-the-task-description_5403"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.297052"], ["updated_at", "2015-04-07 12:55:44.297052"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6549"], ["description", "I-am-the-goal-description_9325"], ["version", 1], ["created_at", "2015-04-07 12:55:44.304145"], ["updated_at", "2015-04-07 12:55:44.304145"], ["tracking", "150407-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8397"], ["description", "I-am-the-goal-description_1046"], ["version", 1], ["created_at", "2015-04-07 12:55:44.309370"], ["updated_at", "2015-04-07 12:55:44.309370"], ["tracking", "150407-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task7404"], ["description", "I-am-the-task-description_777"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.313712"], ["updated_at", "2015-04-07 12:55:44.313712"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9116"], ["description", "I-am-the-goal-description_6340"], ["version", 1], ["created_at", "2015-04-07 12:55:44.318563"], ["updated_at", "2015-04-07 12:55:44.318563"], ["tracking", "150407-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 54], ["title", "I-am-a-task7553"], ["description", "I-am-the-task-description_7732"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.323467"], ["updated_at", "2015-04-07 12:55:44.323467"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5595"], ["description", "I-am-the-goal-description_3295"], ["version", 1], ["created_at", "2015-04-07 12:55:44.327964"], ["updated_at", "2015-04-07 12:55:44.327964"], ["tracking", "150407-51"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task3402"], ["description", "I-am-the-task-description_808"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.334916"], ["updated_at", "2015-04-07 12:55:44.334916"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task3340"], ["description", "I-am-the-task-description_8497"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.342510"], ["updated_at", "2015-04-07 12:55:44.342510"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task2528"], ["description", "I-am-the-task-description_3727"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.348989"], ["updated_at", "2015-04-07 12:55:44.348989"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task4643"], ["description", "I-am-the-task-description_1814"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.354744"], ["updated_at", "2015-04-07 12:55:44.354744"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task1748"], ["description", "I-am-the-task-description_929"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.359279"], ["updated_at", "2015-04-07 12:55:44.359279"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5779"], ["description", "I-am-the-goal-description_605"], ["version", 1], ["created_at", "2015-04-07 12:55:44.367584"], ["updated_at", "2015-04-07 12:55:44.367584"], ["tracking", "150407-52"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 56], ["title", "I-am-a-task9472"], ["description", "I-am-the-task-description_8536"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.371965"], ["updated_at", "2015-04-07 12:55:44.371965"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2793"], ["description", "I-am-the-goal-description_6392"], ["version", 1], ["created_at", "2015-04-07 12:55:44.378186"], ["updated_at", "2015-04-07 12:55:44.378186"], ["tracking", "150407-53"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 57], ["title", "I-am-a-task1741"], ["description", "I-am-the-task-description_2925"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.382219"], ["updated_at", "2015-04-07 12:55:44.382219"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9651"], ["description", "I-am-the-goal-description_7803"], ["version", 1], ["created_at", "2015-04-07 12:55:44.387851"], ["updated_at", "2015-04-07 12:55:44.387851"], ["tracking", "150407-54"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 58], ["title", "I-am-a-task9480"], ["description", "I-am-the-task-description_5558"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.391774"], ["updated_at", "2015-04-07 12:55:44.391774"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5048"], ["description", "I-am-the-goal-description_4300"], ["version", 1], ["created_at", "2015-04-07 12:55:44.398006"], ["updated_at", "2015-04-07 12:55:44.398006"], ["tracking", "150407-55"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 59], ["title", "I-am-a-task2903"], ["description", "I-am-the-task-description_9948"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.403059"], ["updated_at", "2015-04-07 12:55:44.403059"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8578"], ["description", "I-am-the-goal-description_1420"], ["version", 1], ["created_at", "2015-04-07 12:55:44.407888"], ["updated_at", "2015-04-07 12:55:44.407888"], ["tracking", "150407-56"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3618"], ["description", "I-am-the-goal-description_2950"], ["version", 1], ["created_at", "2015-04-07 12:55:44.413448"], ["updated_at", "2015-04-07 12:55:44.413448"], ["tracking", "150407-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1951"], ["description", "I-am-the-goal-description_7573"], ["version", 1], ["created_at", "2015-04-07 12:55:44.419166"], ["updated_at", "2015-04-07 12:55:44.419166"], ["tracking", "150407-58"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task9861"], ["description", "I-am-the-task-description_5576"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.423647"], ["updated_at", "2015-04-07 12:55:44.423647"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 62]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4860"], ["description", "I-am-the-goal-description_9796"], ["version", 1], ["created_at", "2015-04-07 12:55:44.430185"], ["updated_at", "2015-04-07 12:55:44.430185"], ["tracking", "150407-59"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) 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_277"], ["version", 1], ["created_at", "2015-04-07 12:55:44.437599"], ["updated_at", "2015-04-07 12:55:44.437599"], ["tracking", "150407-60"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task1513"], ["description", "I-am-the-task-description_2397"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.441722"], ["updated_at", "2015-04-07 12:55:44.441722"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1226"], ["description", "I-am-the-goal-description_3763"], ["version", 1], ["created_at", "2015-04-07 12:55:44.447409"], ["updated_at", "2015-04-07 12:55:44.447409"], ["tracking", "150407-61"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task641"], ["description", "I-am-the-task-description_8731"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.451407"], ["updated_at", "2015-04-07 12:55:44.451407"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6834"], ["description", "I-am-the-goal-description_6555"], ["version", 1], ["created_at", "2015-04-07 12:55:44.456331"], ["updated_at", "2015-04-07 12:55:44.456331"], ["tracking", "150407-62"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 66], ["title", "I-am-a-task1299"], ["description", "I-am-the-task-description_2300"], ["cost", 1], ["created_at", "2015-04-07 12:55:44.460638"], ["updated_at", "2015-04-07 12:55:44.460638"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1450"], ["description", "I-am-the-goal-description_5948"], ["version", 1], ["created_at", "2015-04-07 12:55:44.465635"], ["updated_at", "2015-04-07 12:55:44.465635"], ["tracking", "150407-63"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 12:55:44.468778"], ["id", 67]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 12:55:44.471219"], ["id", 67]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_624"], ["description", "I-am-the-goal-description_7985"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6342"], ["description", "I-am-the-goal-description_5660"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1820"], ["description", "I-am-the-goal-description_473"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7695"], ["description", "I-am-the-goal-description_3646"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_713"], ["description", "I-am-the-goal-description_1205"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task4597"], ["description", "I-am-the-task-description_5486"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task643"], ["description", "I-am-the-task-description_9212"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_767"], ["description", "I-am-the-goal-description_9402"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 73]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7171"], ["description", "I-am-the-goal-description_7803"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 74]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7517"], ["description", "I-am-the-goal-description_7521"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9305"], ["description", "I-am-the-goal-description_2080"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task5589"], ["description", "I-am-the-task-description_2627"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 76]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1501"], ["description", "I-am-the-goal-description_5399"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task4336"], ["description", "I-am-the-task-description_9857"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 77]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1637"], ["description", "I-am-the-goal-description_6697"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task6138"], ["description", "I-am-the-task-description_3257"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2543"], ["description", "I-am-the-goal-description_2512"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task2505"], ["description", "I-am-the-task-description_7668"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 98], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 98]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 98]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9886"], ["description", "I-am-the-goal-description_1608"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 80], ["title", "I-am-a-task8758"], ["description", "I-am-the-task-description_6097"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 99], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 99]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 99]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6862"], ["description", "I-am-the-goal-description_6711"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 81], ["title", "I-am-a-task8152"], ["description", "I-am-the-task-description_6047"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 100], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 100]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 100]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6782"], ["description", "I-am-the-goal-description_2754"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 82], ["title", "I-am-a-task3864"], ["description", "I-am-the-task-description_6594"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7203"], ["description", "I-am-the-goal-description_2832"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8742"], ["description", "I-am-the-goal-description_7886"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1302"], ["description", "I-am-the-goal-description_4241"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7155"], ["description", "I-am-the-goal-description_7967"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:55:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (15.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4436.8ms) Completed 200 OK in 4507ms (Views: 4473.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 14:56:03 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 14:56:03 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 14:56:03 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 14:56:05 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (385.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (394.1ms) Completed 200 OK in 407ms (Views: 396.3ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:56:06 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 12:56:06.149055"], ["updated_at", "2015-04-07 12:56:06.149055"], ["tracking", "150407-1"]]  (3.1ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/goals/1 Completed 302 Found in 16ms (ActiveRecord: 3.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (104.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (113.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.0ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (136.0ms) Completed 200 OK in 217ms (Views: 137.4ms | ActiveRecord: 1.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.8ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9324"], ["description", "I-am-the-goal-description_8189"], ["version", 1], ["created_at", "2015-04-07 12:56:06.507500"], ["updated_at", "2015-04-07 12:56:06.507500"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7705"], ["description", "I-am-the-task-description_9537"], ["cost", 1], ["created_at", "2015-04-07 12:56:06.515353"], ["updated_at", "2015-04-07 12:56:06.515353"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4471"], ["description", "I-am-the-task-description_6398"], ["cost", 1], ["created_at", "2015-04-07 12:56:06.520484"], ["updated_at", "2015-04-07 12:56:06.520484"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task680"], ["description", "I-am-the-task-description_5796"], ["cost", 1], ["created_at", "2015-04-07 12:56:06.525229"], ["updated_at", "2015-04-07 12:56:06.525229"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:56:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.7ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (16.6ms) Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8221"], ["description", "I-am-the-goal-description_7129"], ["version", 1], ["created_at", "2015-04-07 12:56:08.560628"], ["updated_at", "2015-04-07 12:56:08.560628"], ["tracking", "150407-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:56:08 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 14:56:10 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (86.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (90.1ms) Completed 200 OK in 94ms (Views: 92.2ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:10 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7129"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 12:56:10.814894"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.5ms) Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.8ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5613"], ["description", "I-am-the-goal-description_9497"], ["version", 1], ["created_at", "2015-04-07 12:56:10.966326"], ["updated_at", "2015-04-07 12:56:10.966326"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:56:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (11.9ms) Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 14:56:13 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (74.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (74.5ms) Completed 200 OK in 76ms (Views: 75.2ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:13 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:56:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 7ms (Views: 5.7ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_766"], ["description", "I-am-the-goal-description_2388"], ["version", 1], ["created_at", "2015-04-07 12:56:13.610544"], ["updated_at", "2015-04-07 12:56:13.610544"], ["tracking", "150407-1"]]  (1.1ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 14:56:15 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 12:56:15.462893"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/goals Completed 302 Found in 10ms (ActiveRecord: 3.4ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:56:15 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (12.2ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 1.1ms)  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3864"], ["description", "I-am-the-goal-description_7677"], ["version", 1], ["created_at", "2015-04-07 12:56:15.607497"], ["updated_at", "2015-04-07 12:56:15.607497"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:15 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 14:56:17 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 12:56:17.340540"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:17 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.1ms)  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (10.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (14.3ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 1.0ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5831"], ["description", "I-am-the-goal-description_7083"], ["version", 1], ["created_at", "2015-04-07 12:56:17.489927"], ["updated_at", "2015-04-07 12:56:17.489927"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3066"], ["description", "I-am-the-task-description_5816"], ["cost", 1], ["created_at", "2015-04-07 12:56:17.493818"], ["updated_at", "2015-04-07 12:56:17.493818"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:17 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (61.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (66.5ms) Completed 200 OK in 72ms (Views: 68.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:56:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (19.8ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (7.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (11.1ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.6ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (35.3ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (81.1ms) Completed 200 OK in 87ms (Views: 82.0ms | ActiveRecord: 2.0ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 14:56:19 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-07 12:56:19.723667"], ["created_at", "2015-04-07 12:56:19.724417"], ["updated_at", "2015-04-07 12:56:19.724417"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 12:56:19.727159"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:56:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (7.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (12.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (105.6ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (125.3ms) Completed 200 OK in 131ms (Views: 125.6ms | ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3915"], ["description", "I-am-the-goal-description_9951"], ["version", 1], ["created_at", "2015-04-07 12:56:20.097036"], ["updated_at", "2015-04-07 12:56:20.097036"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 14:56:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (13.6ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 14:56:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 14:56:22 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (166.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (171.5ms) Completed 200 OK in 176ms (Views: 173.6ms | ActiveRecord: 0.2ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:22 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 12:56:22.664014"], ["updated_at", "2015-04-07 12:56:22.664014"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:56:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (16.9ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (29.1ms) Completed 200 OK in 35ms (Views: 29.4ms | ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4225"], ["description", "I-am-the-goal-description_9433"], ["version", 1], ["created_at", "2015-04-07 12:56:22.813921"], ["updated_at", "2015-04-07 12:56:22.813921"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5817"], ["description", "I-am-the-task-description_309"], ["cost", 1], ["created_at", "2015-04-07 12:56:22.819417"], ["updated_at", "2015-04-07 12:56:22.819417"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:56:24 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (56.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (59.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.1ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.5ms) Completed 200 OK in 79ms (Views: 75.7ms | ActiveRecord: 0.8ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6532"], ["description", "I-am-the-goal-description_8024"], ["version", 1], ["created_at", "2015-04-07 12:56:25.145488"], ["updated_at", "2015-04-07 12:56:25.145488"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task349"], ["description", "I-am-the-task-description_7345"], ["cost", 1], ["created_at", "2015-04-07 12:56:25.151793"], ["updated_at", "2015-04-07 12:56:25.151793"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.1ms) Completed 200 OK in 13ms (Views: 10.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:56:26 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.1ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (80.7ms) Completed 200 OK in 85ms (Views: 81.0ms | ActiveRecord: 1.0ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 14:56:27 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (89.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (93.1ms) Completed 200 OK in 98ms (Views: 95.0ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:56:27 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7345", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 12:56:27.441512"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:56:27 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.2ms) CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.9ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (30.1ms) Completed 200 OK in 34ms (Views: 30.3ms | ActiveRecord: 1.0ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5589"], ["description", "I-am-the-goal-description_2027"], ["version", 1], ["created_at", "2015-04-07 12:56:27.636429"], ["updated_at", "2015-04-07 12:56:27.636429"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2056"], ["description", "I-am-the-task-description_8501"], ["cost", 1], ["created_at", "2015-04-07 12:56:27.640404"], ["updated_at", "2015-04-07 12:56:27.640404"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:56:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.8ms) Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.6ms) Completed 200 OK in 28ms (Views: 23.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 14:56:29 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/dorsale/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (134.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (135.0ms) Completed 200 OK in 138ms (Views: 135.9ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 14:56:29 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5113"], ["description", "I-am-the-goal-description_6467"], ["version", 1], ["created_at", "2015-04-07 12:56:29.842188"], ["updated_at", "2015-04-07 12:56:29.842188"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task769"], ["description", "I-am-the-task-description_9683"], ["cost", 1], ["created_at", "2015-04-07 12:56:29.846768"], ["updated_at", "2015-04-07 12:56:29.846768"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 14:56:31 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 12:56:31.661169"], ["task_id", 1], ["created_at", "2015-04-07 12:56:31.662538"], ["updated_at", "2015-04-07 12:56:31.662538"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 12:56:31.664272"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.2ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6893"], ["description", "I-am-the-goal-description_8587"], ["version", 1], ["created_at", "2015-04-07 12:56:31.809134"], ["updated_at", "2015-04-07 12:56:31.809134"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task3963"], ["description", "I-am-the-task-description_8510"], ["cost", 1], ["created_at", "2015-04-07 12:56:31.814066"], ["updated_at", "2015-04-07 12:56:31.814066"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (1.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (17.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (20.6ms) Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 1.9ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 14:56:34 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 12:56:34.368843"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:60014/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2175"], ["description", "I-am-the-goal-description_5507"], ["version", 1], ["created_at", "2015-04-07 12:56:34.508299"], ["updated_at", "2015-04-07 12:56:34.508299"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7570"], ["description", "I-am-the-task-description_9879"], ["cost", 1], ["created_at", "2015-04-07 12:56:34.512218"], ["updated_at", "2015-04-07 12:56:34.512218"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9216"], ["description", "I-am-the-goal-description_3596"], ["version", 1], ["created_at", "2015-04-07 12:56:34.516317"], ["updated_at", "2015-04-07 12:56:34.516317"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7253"], ["description", "I-am-the-task-description_7432"], ["cost", 1], ["created_at", "2015-04-07 12:56:34.519933"], ["updated_at", "2015-04-07 12:56:34.519933"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_140"], ["description", "I-am-the-goal-description_143"], ["version", 1], ["created_at", "2015-04-07 12:56:34.523533"], ["updated_at", "2015-04-07 12:56:34.523533"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6424"], ["description", "I-am-the-task-description_8900"], ["cost", 1], ["created_at", "2015-04-07 12:56:34.527883"], ["updated_at", "2015-04-07 12:56:34.527883"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.5ms) Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 14:56:36 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (3.7ms) Completed 200 OK in 123ms (Views: 3.5ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.8ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.8ms) DELETE FROM "flyboy_goals";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5790"], ["description", "I-am-the-goal-description_8685"], ["version", 1], ["created_at", "2015-04-07 12:56:36.452580"], ["updated_at", "2015-04-07 12:56:36.452580"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.3ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5418"], ["description", "I-am-the-task-description_1686"], ["cost", 1], ["created_at", "2015-04-07 12:56:36.468171"], ["updated_at", "2015-04-07 12:56:36.468171"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (1.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8928"], ["description", "I-am-the-goal-description_1125"], ["version", 1], ["created_at", "2015-04-07 12:56:36.474614"], ["updated_at", "2015-04-07 12:56:36.474614"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8316"], ["description", "I-am-the-task-description_6605"], ["cost", 1], ["created_at", "2015-04-07 12:56:36.483911"], ["updated_at", "2015-04-07 12:56:36.483911"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8942"], ["description", "I-am-the-goal-description_1269"], ["version", 1], ["created_at", "2015-04-07 12:56:36.487709"], ["updated_at", "2015-04-07 12:56:36.487709"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4978"], ["description", "I-am-the-task-description_4731"], ["cost", 1], ["created_at", "2015-04-07 12:56:36.491407"], ["updated_at", "2015-04-07 12:56:36.491407"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (14.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (15.8ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 14:56:38 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.6ms) Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8470"], ["description", "I-am-the-goal-description_6594"], ["version", 1], ["created_at", "2015-04-07 12:56:38.671549"], ["updated_at", "2015-04-07 12:56:38.671549"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task620"], ["description", "I-am-the-task-description_8638"], ["cost", 1], ["created_at", "2015-04-07 12:56:38.675318"], ["updated_at", "2015-04-07 12:56:38.675318"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5032"], ["description", "I-am-the-goal-description_7051"], ["version", 1], ["created_at", "2015-04-07 12:56:38.679236"], ["updated_at", "2015-04-07 12:56:38.679236"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7703"], ["description", "I-am-the-task-description_6030"], ["cost", 1], ["created_at", "2015-04-07 12:56:38.686236"], ["updated_at", "2015-04-07 12:56:38.686236"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4496"], ["description", "I-am-the-goal-description_5637"], ["version", 1], ["created_at", "2015-04-07 12:56:38.694247"], ["updated_at", "2015-04-07 12:56:38.694247"], ["tracking", "150407-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5984"], ["description", "I-am-the-task-description_3972"], ["cost", 1], ["created_at", "2015-04-07 12:56:38.700811"], ["updated_at", "2015-04-07 12:56:38.700811"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 14:56:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.5ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 14:56:40 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.3ms) Completed 200 OK in 69ms (Views: 68.1ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8052"], ["description", "I-am-the-goal-description_9303"], ["version", 1], ["created_at", "2015-04-07 13:03:43.116783"], ["updated_at", "2015-04-07 13:03:43.116783"], ["tracking", "150407-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3035"], ["description", "I-am-the-goal-description_7015"], ["version", 1], ["created_at", "2015-04-07 13:03:43.127383"], ["updated_at", "2015-04-07 13:03:43.127383"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 17.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6079"], ["description", "I-am-the-goal-description_6080"], ["version", 1], ["created_at", "2015-04-07 13:03:43.238124"], ["updated_at", "2015-04-07 13:03:43.238124"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8208"], ["description", "I-am-the-goal-description_5673"], ["version", 1], ["created_at", "2015-04-07 13:03:43.242191"], ["updated_at", "2015-04-07 13:03:43.242191"], ["tracking", "150407-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 11ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7776"], ["description", "I-am-the-goal-description_1103"], ["version", 1], ["created_at", "2015-04-07 13:03:43.268040"], ["updated_at", "2015-04-07 13:03:43.268040"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5527"], ["description", "I-am-the-goal-description_5428"], ["version", 1], ["created_at", "2015-04-07 13:03:43.271975"], ["updated_at", "2015-04-07 13:03:43.271975"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1648"], ["description", "I-am-the-goal-description_6306"], ["version", 1], ["created_at", "2015-04-07 13:03:43.282874"], ["updated_at", "2015-04-07 13:03:43.282874"], ["tracking", "150407-3"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 13:03:43.341546"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3244ms (ActiveRecord: 1.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9709"], ["description", "I-am-the-goal-description_7216"], ["version", 1], ["created_at", "2015-04-07 13:03:46.535682"], ["updated_at", "2015-04-07 13:03:46.535682"], ["tracking", "150407-4"]]  (2.3ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 13:03:46.545589"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9408"], ["description", "I-am-the-goal-description_4413"], ["version", 1], ["created_at", "2015-04-07 13:03:46.551918"], ["updated_at", "2015-04-07 13:03:46.551918"], ["tracking", "150407-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 13:03:46.557542"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4628"], ["description", "I-am-the-goal-description_5781"], ["version", 1], ["created_at", "2015-04-07 13:03:46.564608"], ["updated_at", "2015-04-07 13:03:46.564608"], ["tracking", "150407-6"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 13:03:46.570779"], ["id", 10]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8865"], ["description", "I-am-the-goal-description_3621"], ["version", 1], ["created_at", "2015-04-07 13:03:46.586251"], ["updated_at", "2015-04-07 13:03:46.586251"], ["tracking", "150407-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task1613"], ["description", "I-am-the-task-description_9264"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.596676"], ["updated_at", "2015-04-07 13:03:46.596676"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 13:03:46.606972"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 13:03:46.608330"], ["updated_at", "2015-04-07 13:03:46.608330"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 13:03:46.611466"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 13:03:46 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 13:03:46 UTC", "updated_at"=>"2015-04-07 13:03:46 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 13:03:46.671940"], ["created_at", "2015-04-07 13:03:46.672472"], ["updated_at", "2015-04-07 13:03:46.672472"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 2.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3674"], ["description", "I-am-the-goal-description_3917"], ["version", 1], ["created_at", "2015-04-07 13:03:46.686940"], ["updated_at", "2015-04-07 13:03:46.686940"], ["tracking", "150407-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8906"], ["description", "I-am-the-task-description_661"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.691676"], ["updated_at", "2015-04-07 13:03:46.691676"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6847"], ["description", "I-am-the-task-description_2117"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.695852"], ["updated_at", "2015-04-07 13:03:46.695852"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.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-07 13:03:46.703040"], ["task_id", 2], ["created_at", "2015-04-07 13:03:46.704300"], ["updated_at", "2015-04-07 13:03:46.704300"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:03:46.705908"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7931"], ["description", "I-am-the-goal-description_2685"], ["version", 1], ["created_at", "2015-04-07 13:03:46.712578"], ["updated_at", "2015-04-07 13:03:46.712578"], ["tracking", "150407-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task8176"], ["description", "I-am-the-task-description_1458"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.716778"], ["updated_at", "2015-04-07 13:03:46.716778"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task951"], ["description", "I-am-the-task-description_5997"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.721476"], ["updated_at", "2015-04-07 13:03:46.721476"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 13:03:46.727937"], ["task_id", 4], ["created_at", "2015-04-07 13:03:46.729159"], ["updated_at", "2015-04-07 13:03:46.729159"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:03:46.730685"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1942"], ["description", "I-am-the-goal-description_7330"], ["version", 1], ["created_at", "2015-04-07 13:03:46.737747"], ["updated_at", "2015-04-07 13:03:46.737747"], ["tracking", "150407-10"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5892"], ["description", "I-am-the-task-description_8959"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.742850"], ["updated_at", "2015-04-07 13:03:46.742850"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2724"], ["description", "I-am-the-task-description_4404"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.748630"], ["updated_at", "2015-04-07 13:03:46.748630"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 13:03:46.757288"], ["task_id", 6], ["created_at", "2015-04-07 13:03:46.758605"], ["updated_at", "2015-04-07 13:03:46.758605"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:03:46.760258"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_512"], ["description", "I-am-the-goal-description_1689"], ["version", 1], ["created_at", "2015-04-07 13:03:46.769837"], ["updated_at", "2015-04-07 13:03:46.769837"], ["tracking", "150407-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1860"], ["description", "I-am-the-task-description_2551"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.774786"], ["updated_at", "2015-04-07 13:03:46.774786"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7597"], ["description", "I-am-the-task-description_5022"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.779693"], ["updated_at", "2015-04-07 13:03:46.779693"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.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-07 13:03:46.787761"], ["task_id", 8], ["created_at", "2015-04-07 13:03:46.789900"], ["updated_at", "2015-04-07 13:03:46.789900"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:03:46.791976"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8725"], ["description", "I-am-the-goal-description_6904"], ["version", 1], ["created_at", "2015-04-07 13:03:46.798771"], ["updated_at", "2015-04-07 13:03:46.798771"], ["tracking", "150407-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9726"], ["description", "I-am-the-task-description_9524"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.803900"], ["updated_at", "2015-04-07 13:03:46.803900"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6090"], ["description", "I-am-the-task-description_4914"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.807965"], ["updated_at", "2015-04-07 13:03:46.807965"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_648"], ["description", "I-am-the-goal-description_292"], ["version", 1], ["created_at", "2015-04-07 13:03:46.821848"], ["updated_at", "2015-04-07 13:03:46.821848"], ["tracking", "150407-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9544"], ["description", "I-am-the-task-description_4287"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.825836"], ["updated_at", "2015-04-07 13:03:46.825836"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4041"], ["description", "I-am-the-task-description_4186"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.829787"], ["updated_at", "2015-04-07 13:03:46.829787"]]  (1.0ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7875"], ["description", "I-am-the-goal-description_8815"], ["version", 1], ["created_at", "2015-04-07 13:03:46.875725"], ["updated_at", "2015-04-07 13:03:46.875725"], ["tracking", "150407-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5477"], ["description", "I-am-the-task-description_1245"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.881919"], ["updated_at", "2015-04-07 13:03:46.881919"]]  (0.9ms) commit transaction  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4760"], ["description", "I-am-the-goal-description_42"], ["version", 1], ["created_at", "2015-04-07 13:03:46.890048"], ["updated_at", "2015-04-07 13:03:46.890048"], ["tracking", "150407-15"]]  (1.0ms) commit transaction  (0.7ms) begin transaction SQL (1.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4863"], ["description", "I-am-the-task-description_4242"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.901164"], ["updated_at", "2015-04-07 13:03:46.901164"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.7ms) Completed 200 OK in 8ms (Views: 4.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.3ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2438"], ["description", "I-am-the-goal-description_1530"], ["version", 1], ["created_at", "2015-04-07 13:03:46.935460"], ["updated_at", "2015-04-07 13:03:46.935460"], ["tracking", "150407-16"]]  (3.7ms) commit transaction  (0.3ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1456"], ["description", "I-am-the-task-description_2649"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.949299"], ["updated_at", "2015-04-07 13:03:46.949299"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2449"], ["description", "I-am-the-task-description_5092"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.957821"], ["updated_at", "2015-04-07 13:03:46.957821"]]  (2.6ms) commit transaction Flyboy::Task Load (0.8ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (1.0ms) commit transaction  (0.2ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (2.5ms) commit transaction  (0.3ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6709"], ["description", "I-am-the-goal-description_4860"], ["version", 1], ["created_at", "2015-04-07 13:03:46.990988"], ["updated_at", "2015-04-07 13:03:46.990988"], ["tracking", "150407-17"]]  (1.0ms) commit transaction  (0.3ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task458"], ["description", "I-am-the-task-description_6955"], ["cost", 1], ["created_at", "2015-04-07 13:03:46.999179"], ["updated_at", "2015-04-07 13:03:46.999179"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7115"], ["description", "I-am-the-goal-description_3655"], ["version", 1], ["created_at", "2015-04-07 13:03:47.006921"], ["updated_at", "2015-04-07 13:03:47.006921"], ["tracking", "150407-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task149"], ["description", "I-am-the-task-description_4317"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.011428"], ["updated_at", "2015-04-07 13:03:47.011428"]]  (1.6ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.8ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1309"], ["description", "I-am-the-goal-description_2165"], ["version", 1], ["created_at", "2015-04-07 13:03:47.035955"], ["updated_at", "2015-04-07 13:03:47.035955"], ["tracking", "150407-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4538"], ["description", "I-am-the-task-description_4716"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.039931"], ["updated_at", "2015-04-07 13:03:47.039931"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6118"], ["description", "I-am-the-task-description_3120"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.046806"], ["updated_at", "2015-04-07 13:03:47.046806"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (1.5ms) commit transaction  (0.2ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6293"], ["description", "I-am-the-goal-description_3802"], ["version", 1], ["created_at", "2015-04-07 13:03:47.082819"], ["updated_at", "2015-04-07 13:03:47.082819"], ["tracking", "150407-20"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1352"], ["description", "I-am-the-task-description_578"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.090425"], ["updated_at", "2015-04-07 13:03:47.090425"]]  (0.8ms) commit transaction  (0.3ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7137"], ["description", "I-am-the-goal-description_3019"], ["version", 1], ["created_at", "2015-04-07 13:03:47.100837"], ["updated_at", "2015-04-07 13:03:47.100837"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3671"], ["description", "I-am-the-task-description_6456"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.108660"], ["updated_at", "2015-04-07 13:03:47.108660"]]  (3.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.3ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2127"], ["description", "I-am-the-goal-description_8279"], ["version", 1], ["created_at", "2015-04-07 13:03:47.135880"], ["updated_at", "2015-04-07 13:03:47.135880"], ["tracking", "150407-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4993"], ["description", "I-am-the-task-description_8391"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.142349"], ["updated_at", "2015-04-07 13:03:47.142349"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task889"], ["description", "I-am-the-task-description_3872"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.152818"], ["updated_at", "2015-04-07 13:03:47.152818"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 2.0ms | ActiveRecord: 0.7ms)  (0.5ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5191"], ["description", "I-am-the-goal-description_781"], ["version", 1], ["created_at", "2015-04-07 13:03:47.183139"], ["updated_at", "2015-04-07 13:03:47.183139"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3079"], ["description", "I-am-the-task-description_1305"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.192792"], ["updated_at", "2015-04-07 13:03:47.192792"]]  (1.7ms) commit transaction  (0.9ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6415"], ["description", "I-am-the-task-description_7339"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.206078"], ["updated_at", "2015-04-07 13:03:47.206078"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 2.1ms | ActiveRecord: 0.5ms)  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2954"], ["description", "I-am-the-goal-description_908"], ["version", 1], ["created_at", "2015-04-07 13:03:47.235603"], ["updated_at", "2015-04-07 13:03:47.235603"], ["tracking", "150407-24"]]  (2.0ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6497"], ["description", "I-am-the-task-description_6516"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.245033"], ["updated_at", "2015-04-07 13:03:47.245033"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task8819"], ["description", "I-am-the-task-description_5234"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.256948"], ["updated_at", "2015-04-07 13:03:47.256948"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 8ms (Views: 2.1ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (1.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9775"], ["description", "I-am-the-goal-description_5463"], ["version", 1], ["created_at", "2015-04-07 13:03:47.276439"], ["updated_at", "2015-04-07 13:03:47.276439"], ["tracking", "150407-25"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5444"], ["description", "I-am-the-task-description_8868"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.288752"], ["updated_at", "2015-04-07 13:03:47.288752"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5959"], ["description", "I-am-the-task-description_9742"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.295636"], ["updated_at", "2015-04-07 13:03:47.295636"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:03:47.318036"], ["updated_at", "2015-04-07 13:03:47.318036"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 12ms (ActiveRecord: 1.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8592"], ["description", "I-am-the-goal-description_3748"], ["version", 1], ["created_at", "2015-04-07 13:03:47.327624"], ["updated_at", "2015-04-07 13:03:47.327624"], ["tracking", "150407-26"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9170"], ["description", "I-am-the-task-description_2619"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.336394"], ["updated_at", "2015-04-07 13:03:47.336394"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task909"], ["description", "I-am-the-task-description_6480"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.340531"], ["updated_at", "2015-04-07 13:03:47.340531"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:03:47.346783"], ["updated_at", "2015-04-07 13:03:47.346783"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_677"], ["description", "I-am-the-goal-description_9060"], ["version", 1], ["created_at", "2015-04-07 13:03:47.356992"], ["updated_at", "2015-04-07 13:03:47.356992"], ["tracking", "150407-27"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task1812"], ["description", "I-am-the-task-description_2267"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.418906"], ["updated_at", "2015-04-07 13:03:47.418906"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8395"], ["description", "I-am-the-task-description_4389"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.423302"], ["updated_at", "2015-04-07 13:03:47.423302"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:03:47.431099"], ["updated_at", "2015-04-07 13:03:47.431099"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9953"], ["description", "I-am-the-goal-description_3174"], ["version", 1], ["created_at", "2015-04-07 13:03:47.439748"], ["updated_at", "2015-04-07 13:03:47.439748"], ["tracking", "150407-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7713"], ["description", "I-am-the-task-description_1616"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.443939"], ["updated_at", "2015-04-07 13:03:47.443939"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8427"], ["description", "I-am-the-task-description_4107"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.448401"], ["updated_at", "2015-04-07 13:03:47.448401"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9637"], ["description", "I-am-the-goal-description_6717"], ["version", 1], ["created_at", "2015-04-07 13:03:47.460748"], ["updated_at", "2015-04-07 13:03:47.460748"], ["tracking", "150407-29"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task4438"], ["description", "I-am-the-task-description_2475"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.464975"], ["updated_at", "2015-04-07 13:03:47.464975"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task360"], ["description", "I-am-the-task-description_7479"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.469065"], ["updated_at", "2015-04-07 13:03:47.469065"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:03:47.473909"], ["updated_at", "2015-04-07 13:03:47.473909"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3398"], ["description", "I-am-the-goal-description_9004"], ["version", 1], ["created_at", "2015-04-07 13:03:47.489029"], ["updated_at", "2015-04-07 13:03:47.489029"], ["tracking", "150407-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task8437"], ["description", "I-am-the-task-description_3619"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.493088"], ["updated_at", "2015-04-07 13:03:47.493088"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6889"], ["description", "I-am-the-task-description_3599"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.497230"], ["updated_at", "2015-04-07 13:03:47.497230"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:03:47.501002"], ["updated_at", "2015-04-07 13:03:47.501002"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4006"], ["description", "I-am-the-goal-description_2380"], ["version", 1], ["created_at", "2015-04-07 13:03:47.512853"], ["updated_at", "2015-04-07 13:03:47.512853"], ["tracking", "150407-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task4051"], ["description", "I-am-the-task-description_8921"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.517167"], ["updated_at", "2015-04-07 13:03:47.517167"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task2775"], ["description", "I-am-the-task-description_360"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.521680"], ["updated_at", "2015-04-07 13:03:47.521680"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:03:47.525679"], ["updated_at", "2015-04-07 13:03:47.525679"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2900"], ["description", "I-am-the-goal-description_9528"], ["version", 1], ["created_at", "2015-04-07 13:03:47.542462"], ["updated_at", "2015-04-07 13:03:47.542462"], ["tracking", "150407-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task356"], ["description", "I-am-the-task-description_1084"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.547792"], ["updated_at", "2015-04-07 13:03:47.547792"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5136"], ["description", "I-am-the-task-description_7099"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.553813"], ["updated_at", "2015-04-07 13:03:47.553813"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:03:47.558274"], ["updated_at", "2015-04-07 13:03:47.558274"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1397"], ["description", "I-am-the-goal-description_3634"], ["version", 1], ["created_at", "2015-04-07 13:03:47.572560"], ["updated_at", "2015-04-07 13:03:47.572560"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task5819"], ["description", "I-am-the-task-description_6008"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.577511"], ["updated_at", "2015-04-07 13:03:47.577511"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task3156"], ["description", "I-am-the-task-description_5835"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.581845"], ["updated_at", "2015-04-07 13:03:47.581845"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:03:47.585935"], ["updated_at", "2015-04-07 13:03:47.585935"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6099"], ["description", "I-am-the-goal-description_7308"], ["version", 1], ["created_at", "2015-04-07 13:03:47.598323"], ["updated_at", "2015-04-07 13:03:47.598323"], ["tracking", "150407-34"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task4587"], ["description", "I-am-the-task-description_7532"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.602931"], ["updated_at", "2015-04-07 13:03:47.602931"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task3439"], ["description", "I-am-the-task-description_4978"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.607266"], ["updated_at", "2015-04-07 13:03:47.607266"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:03:47.611151"], ["updated_at", "2015-04-07 13:03:47.611151"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 13:03:47.617880"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8490"], ["description", "I-am-the-goal-description_8027"], ["version", 1], ["created_at", "2015-04-07 13:03:47.626366"], ["updated_at", "2015-04-07 13:03:47.626366"], ["tracking", "150407-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5390"], ["description", "I-am-the-goal-description_9906"], ["version", 1], ["created_at", "2015-04-07 13:03:47.633013"], ["updated_at", "2015-04-07 13:03:47.633013"], ["tracking", "150407-36"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task5299"], ["description", "I-am-the-task-description_2339"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.637799"], ["updated_at", "2015-04-07 13:03:47.637799"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4769"], ["description", "I-am-the-goal-description_2360"], ["version", 1], ["created_at", "2015-04-07 13:03:47.642770"], ["updated_at", "2015-04-07 13:03:47.642770"], ["tracking", "150407-37"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task5047"], ["description", "I-am-the-task-description_7880"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.646822"], ["updated_at", "2015-04-07 13:03:47.646822"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1682"], ["description", "I-am-the-goal-description_111"], ["version", 1], ["created_at", "2015-04-07 13:03:47.650291"], ["updated_at", "2015-04-07 13:03:47.650291"], ["tracking", "150407-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task6211"], ["description", "I-am-the-task-description_2249"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.655601"], ["updated_at", "2015-04-07 13:03:47.655601"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task39"], ["description", "I-am-the-task-description_7516"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.659782"], ["updated_at", "2015-04-07 13:03:47.659782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task5109"], ["description", "I-am-the-task-description_3601"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.664481"], ["updated_at", "2015-04-07 13:03:47.664481"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task6330"], ["description", "I-am-the-task-description_9030"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.672863"], ["updated_at", "2015-04-07 13:03:47.672863"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-07')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.3ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7872"], ["description", "I-am-the-goal-description_5169"], ["version", 1], ["created_at", "2015-04-07 13:03:47.681801"], ["updated_at", "2015-04-07 13:03:47.681801"], ["tracking", "150407-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4198"], ["description", "I-am-the-goal-description_5929"], ["version", 1], ["created_at", "2015-04-07 13:03:47.689933"], ["updated_at", "2015-04-07 13:03:47.689933"], ["tracking", "150407-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task7068"], ["description", "I-am-the-task-description_4703"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.693814"], ["updated_at", "2015-04-07 13:03:47.693814"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8530"], ["description", "I-am-the-goal-description_5190"], ["version", 1], ["created_at", "2015-04-07 13:03:47.698373"], ["updated_at", "2015-04-07 13:03:47.698373"], ["tracking", "150407-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task6551"], ["description", "I-am-the-task-description_2453"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.702394"], ["updated_at", "2015-04-07 13:03:47.702394"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7204"], ["description", "I-am-the-goal-description_5941"], ["version", 1], ["created_at", "2015-04-07 13:03:47.705248"], ["updated_at", "2015-04-07 13:03:47.705248"], ["tracking", "150407-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 46], ["title", "I-am-a-task135"], ["description", "I-am-the-task-description_4513"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.709608"], ["updated_at", "2015-04-07 13:03:47.709608"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task7198"], ["description", "I-am-the-task-description_8428"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.714431"], ["updated_at", "2015-04-07 13:03:47.714431"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 43], ["title", "I-am-a-task1337"], ["description", "I-am-the-task-description_2573"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.718712"], ["updated_at", "2015-04-07 13:03:47.718712"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task8686"], ["description", "I-am-the-task-description_2399"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.723283"], ["updated_at", "2015-04-07 13:03:47.723283"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2386"], ["description", "I-am-the-goal-description_3126"], ["version", 1], ["created_at", "2015-04-07 13:03:47.726967"], ["updated_at", "2015-04-07 13:03:47.726967"], ["tracking", "150407-43"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_640"], ["description", "I-am-the-goal-description_1307"], ["version", 1], ["created_at", "2015-04-07 13:03:47.734314"], ["updated_at", "2015-04-07 13:03:47.734314"], ["tracking", "150407-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8513"], ["description", "I-am-the-goal-description_6560"], ["version", 1], ["created_at", "2015-04-07 13:03:47.744632"], ["updated_at", "2015-04-07 13:03:47.744632"], ["tracking", "150407-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task418"], ["description", "I-am-the-task-description_2300"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.748907"], ["updated_at", "2015-04-07 13:03:47.748907"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4916"], ["description", "I-am-the-goal-description_2341"], ["version", 1], ["created_at", "2015-04-07 13:03:47.753373"], ["updated_at", "2015-04-07 13:03:47.753373"], ["tracking", "150407-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task1969"], ["description", "I-am-the-task-description_4546"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.757174"], ["updated_at", "2015-04-07 13:03:47.757174"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5260"], ["description", "I-am-the-goal-description_1914"], ["version", 1], ["created_at", "2015-04-07 13:03:47.760029"], ["updated_at", "2015-04-07 13:03:47.760029"], ["tracking", "150407-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task970"], ["description", "I-am-the-task-description_9909"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.764699"], ["updated_at", "2015-04-07 13:03:47.764699"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task1463"], ["description", "I-am-the-task-description_1909"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.771894"], ["updated_at", "2015-04-07 13:03:47.771894"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task7066"], ["description", "I-am-the-task-description_5928"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.778488"], ["updated_at", "2015-04-07 13:03:47.778488"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task7515"], ["description", "I-am-the-task-description_2825"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.787105"], ["updated_at", "2015-04-07 13:03:47.787105"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task9796"], ["description", "I-am-the-task-description_4186"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.791524"], ["updated_at", "2015-04-07 13:03:47.791524"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9040"], ["description", "I-am-the-goal-description_8997"], ["version", 1], ["created_at", "2015-04-07 13:03:47.799168"], ["updated_at", "2015-04-07 13:03:47.799168"], ["tracking", "150407-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5386"], ["description", "I-am-the-goal-description_5732"], ["version", 1], ["created_at", "2015-04-07 13:03:47.804438"], ["updated_at", "2015-04-07 13:03:47.804438"], ["tracking", "150407-49"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task4094"], ["description", "I-am-the-task-description_8507"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.808383"], ["updated_at", "2015-04-07 13:03:47.808383"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8179"], ["description", "I-am-the-goal-description_4807"], ["version", 1], ["created_at", "2015-04-07 13:03:47.812826"], ["updated_at", "2015-04-07 13:03:47.812826"], ["tracking", "150407-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 54], ["title", "I-am-a-task7635"], ["description", "I-am-the-task-description_5837"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.817999"], ["updated_at", "2015-04-07 13:03:47.817999"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_978"], ["description", "I-am-the-goal-description_4165"], ["version", 1], ["created_at", "2015-04-07 13:03:47.820879"], ["updated_at", "2015-04-07 13:03:47.820879"], ["tracking", "150407-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task1313"], ["description", "I-am-the-task-description_5398"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.825336"], ["updated_at", "2015-04-07 13:03:47.825336"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task3697"], ["description", "I-am-the-task-description_3029"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.829874"], ["updated_at", "2015-04-07 13:03:47.829874"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task5924"], ["description", "I-am-the-task-description_2250"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.834674"], ["updated_at", "2015-04-07 13:03:47.834674"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task1682"], ["description", "I-am-the-task-description_9022"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.839566"], ["updated_at", "2015-04-07 13:03:47.839566"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task3148"], ["description", "I-am-the-task-description_3977"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.844676"], ["updated_at", "2015-04-07 13:03:47.844676"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1602"], ["description", "I-am-the-goal-description_1525"], ["version", 1], ["created_at", "2015-04-07 13:03:47.851577"], ["updated_at", "2015-04-07 13:03:47.851577"], ["tracking", "150407-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 56], ["title", "I-am-a-task2021"], ["description", "I-am-the-task-description_5164"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.855766"], ["updated_at", "2015-04-07 13:03:47.855766"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9196"], ["description", "I-am-the-goal-description_7879"], ["version", 1], ["created_at", "2015-04-07 13:03:47.861023"], ["updated_at", "2015-04-07 13:03:47.861023"], ["tracking", "150407-53"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 57], ["title", "I-am-a-task5906"], ["description", "I-am-the-task-description_8028"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.865253"], ["updated_at", "2015-04-07 13:03:47.865253"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6753"], ["description", "I-am-the-goal-description_8357"], ["version", 1], ["created_at", "2015-04-07 13:03:47.871025"], ["updated_at", "2015-04-07 13:03:47.871025"], ["tracking", "150407-54"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 58], ["title", "I-am-a-task83"], ["description", "I-am-the-task-description_2709"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.875231"], ["updated_at", "2015-04-07 13:03:47.875231"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_134"], ["description", "I-am-the-goal-description_7303"], ["version", 1], ["created_at", "2015-04-07 13:03:47.880986"], ["updated_at", "2015-04-07 13:03:47.880986"], ["tracking", "150407-55"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 59], ["title", "I-am-a-task8245"], ["description", "I-am-the-task-description_9028"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.889602"], ["updated_at", "2015-04-07 13:03:47.889602"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_483"], ["description", "I-am-the-goal-description_3268"], ["version", 1], ["created_at", "2015-04-07 13:03:47.894035"], ["updated_at", "2015-04-07 13:03:47.894035"], ["tracking", "150407-56"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4050"], ["description", "I-am-the-goal-description_2383"], ["version", 1], ["created_at", "2015-04-07 13:03:47.899558"], ["updated_at", "2015-04-07 13:03:47.899558"], ["tracking", "150407-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4543"], ["description", "I-am-the-goal-description_4482"], ["version", 1], ["created_at", "2015-04-07 13:03:47.905312"], ["updated_at", "2015-04-07 13:03:47.905312"], ["tracking", "150407-58"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task2108"], ["description", "I-am-the-task-description_8383"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.909159"], ["updated_at", "2015-04-07 13:03:47.909159"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 62]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3691"], ["description", "I-am-the-goal-description_4942"], ["version", 1], ["created_at", "2015-04-07 13:03:47.915329"], ["updated_at", "2015-04-07 13:03:47.915329"], ["tracking", "150407-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_188"], ["description", "I-am-the-goal-description_1898"], ["version", 1], ["created_at", "2015-04-07 13:03:47.922025"], ["updated_at", "2015-04-07 13:03:47.922025"], ["tracking", "150407-60"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task50"], ["description", "I-am-the-task-description_6854"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.926377"], ["updated_at", "2015-04-07 13:03:47.926377"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4865"], ["description", "I-am-the-goal-description_324"], ["version", 1], ["created_at", "2015-04-07 13:03:47.932223"], ["updated_at", "2015-04-07 13:03:47.932223"], ["tracking", "150407-61"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task3454"], ["description", "I-am-the-task-description_6279"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.936133"], ["updated_at", "2015-04-07 13:03:47.936133"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7715"], ["description", "I-am-the-goal-description_9637"], ["version", 1], ["created_at", "2015-04-07 13:03:47.941734"], ["updated_at", "2015-04-07 13:03:47.941734"], ["tracking", "150407-62"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 66], ["title", "I-am-a-task9739"], ["description", "I-am-the-task-description_1847"], ["cost", 1], ["created_at", "2015-04-07 13:03:47.946218"], ["updated_at", "2015-04-07 13:03:47.946218"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_767"], ["description", "I-am-the-goal-description_3455"], ["version", 1], ["created_at", "2015-04-07 13:03:47.950934"], ["updated_at", "2015-04-07 13:03:47.950934"], ["tracking", "150407-63"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 13:03:47.953976"], ["id", 67]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 13:03:47.956484"], ["id", 67]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5838"], ["description", "I-am-the-goal-description_6611"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5900"], ["description", "I-am-the-goal-description_4807"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4937"], ["description", "I-am-the-goal-description_9629"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2482"], ["description", "I-am-the-goal-description_8409"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_768"], ["description", "I-am-the-goal-description_5867"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task7963"], ["description", "I-am-the-task-description_1959"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task8161"], ["description", "I-am-the-task-description_4344"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7605"], ["description", "I-am-the-goal-description_6372"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 73]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3451"], ["description", "I-am-the-goal-description_360"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 74]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8509"], ["description", "I-am-the-goal-description_8757"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1450"], ["description", "I-am-the-goal-description_2367"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task1006"], ["description", "I-am-the-task-description_7637"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 76]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3083"], ["description", "I-am-the-goal-description_6027"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task8050"], ["description", "I-am-the-task-description_191"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 77]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6827"], ["description", "I-am-the-goal-description_4649"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task3837"], ["description", "I-am-the-task-description_1239"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3502"], ["description", "I-am-the-goal-description_8457"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task3659"], ["description", "I-am-the-task-description_7759"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 98], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 98]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 98]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8097"], ["description", "I-am-the-goal-description_8238"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 80], ["title", "I-am-a-task5862"], ["description", "I-am-the-task-description_8822"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 99], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 99]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 99]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7990"], ["description", "I-am-the-goal-description_5712"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 81], ["title", "I-am-a-task907"], ["description", "I-am-the-task-description_1594"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 100], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 100]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 100]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_14"], ["description", "I-am-the-goal-description_8331"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 82], ["title", "I-am-a-task9704"], ["description", "I-am-the-task-description_9463"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5971"], ["description", "I-am-the-goal-description_2661"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8976"], ["description", "I-am-the-goal-description_828"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1199"], ["description", "I-am-the-goal-description_4928"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_86"], ["description", "I-am-the-goal-description_6169"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:04:01 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3966.5ms) Completed 200 OK in 13300ms (Views: 13228.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:14 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 15:04:14 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 15:04:14 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 15:04:16 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (265.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (269.9ms) Completed 200 OK in 341ms (Views: 271.9ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:04:16 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') 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-07 13:04:16.808021"], ["updated_at", "2015-04-07 13:04:16.808021"], ["tracking", "150407-1"]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (41.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (48.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (56.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (111.5ms) Completed 200 OK in 181ms (Views: 112.5ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1980"], ["description", "I-am-the-goal-description_7707"], ["version", 1], ["created_at", "2015-04-07 13:04:17.162431"], ["updated_at", "2015-04-07 13:04:17.162431"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4331"], ["description", "I-am-the-task-description_2161"], ["cost", 1], ["created_at", "2015-04-07 13:04:17.169949"], ["updated_at", "2015-04-07 13:04:17.169949"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6288"], ["description", "I-am-the-task-description_9387"], ["cost", 1], ["created_at", "2015-04-07 13:04:17.175669"], ["updated_at", "2015-04-07 13:04:17.175669"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5235"], ["description", "I-am-the-task-description_3033"], ["cost", 1], ["created_at", "2015-04-07 13:04:17.181024"], ["updated_at", "2015-04-07 13:04:17.181024"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:04:17 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.1ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.8ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_191"], ["description", "I-am-the-goal-description_3423"], ["version", 1], ["created_at", "2015-04-07 13:04:19.028066"], ["updated_at", "2015-04-07 13:04:19.028066"], ["tracking", "150407-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:04:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.7ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:20 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 15:04:20 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.7ms) Completed 200 OK in 70ms (Views: 69.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:20 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:21 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_3423"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 13:04:21.072345"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.3ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:21 +0200  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2183"], ["description", "I-am-the-goal-description_4925"], ["version", 1], ["created_at", "2015-04-07 13:04:21.210945"], ["updated_at", "2015-04-07 13:04:21.210945"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:04:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:21 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:22 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 15:04:22 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (15.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (15.3ms) Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:22 +0200 Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:23 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:04:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.7ms) Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:23 +0200  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9847"], ["description", "I-am-the-goal-description_7591"], ["version", 1], ["created_at", "2015-04-07 13:04:24.821500"], ["updated_at", "2015-04-07 13:04:24.821500"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:24 +0200 Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 15:04:26 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 13:04:26.541288"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:04:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (68.3ms) Completed 200 OK in 70ms (Views: 68.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:26 +0200  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8980"], ["description", "I-am-the-goal-description_194"], ["version", 1], ["created_at", "2015-04-07 13:04:28.418816"], ["updated_at", "2015-04-07 13:04:28.418816"], ["tracking", "150407-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:28 +0200 Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 15:04:30 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 13:04:30.292668"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:30 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.5ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:30 +0200  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3952"], ["description", "I-am-the-goal-description_6827"], ["version", 1], ["created_at", "2015-04-07 13:04:32.209425"], ["updated_at", "2015-04-07 13:04:32.209425"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2757"], ["description", "I-am-the-task-description_4003"], ["cost", 1], ["created_at", "2015-04-07 13:04:32.214589"], ["updated_at", "2015-04-07 13:04:32.214589"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.9ms) Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:32 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:04:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (13.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (88.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (115.6ms) Completed 200 OK in 121ms (Views: 116.6ms | ActiveRecord: 1.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:34 +0200 Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 15:04:34 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-07 13:04:34.350823"], ["created_at", "2015-04-07 13:04:34.351474"], ["updated_at", "2015-04-07 13:04:34.351474"]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 13:04:34.353768"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:04:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.8ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (16.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (31.5ms) Completed 200 OK in 36ms (Views: 32.2ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:34 +0200  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4320"], ["description", "I-am-the-goal-description_1292"], ["version", 1], ["created_at", "2015-04-07 13:04:34.486254"], ["updated_at", "2015-04-07 13:04:34.486254"], ["tracking", "150407-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:04:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:34 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:04:36 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:36 +0200 Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 15:04:36 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (172.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (176.1ms) Completed 200 OK in 180ms (Views: 178.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:36 +0200 Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:36 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 13:04:36.618126"], ["updated_at", "2015-04-07 13:04:36.618126"]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:04:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.7ms) Completed 200 OK in 31ms (Views: 26.1ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:36 +0200 Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1278"], ["description", "I-am-the-goal-description_5910"], ["version", 1], ["created_at", "2015-04-07 13:04:36.762665"], ["updated_at", "2015-04-07 13:04:36.762665"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5351"], ["description", "I-am-the-task-description_9143"], ["cost", 1], ["created_at", "2015-04-07 13:04:36.767240"], ["updated_at", "2015-04-07 13:04:36.767240"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:36 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:04:38 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.1ms) Completed 200 OK in 78ms (Views: 74.4ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:38 +0200  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9357"], ["description", "I-am-the-goal-description_1846"], ["version", 1], ["created_at", "2015-04-07 13:04:38.832395"], ["updated_at", "2015-04-07 13:04:38.832395"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8766"], ["description", "I-am-the-task-description_6406"], ["cost", 1], ["created_at", "2015-04-07 13:04:38.837862"], ["updated_at", "2015-04-07 13:04:38.837862"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:38 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:04:40 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.7ms) Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:40 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 15:04:42 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (138.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (142.0ms) Completed 200 OK in 146ms (Views: 144.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:42 +0200 Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:04:42 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_6406", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 13:04:42.488784"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:04:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (26.4ms) Completed 200 OK in 30ms (Views: 26.4ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:42 +0200  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4345"], ["description", "I-am-the-goal-description_8224"], ["version", 1], ["created_at", "2015-04-07 13:04:42.629654"], ["updated_at", "2015-04-07 13:04:42.629654"], ["tracking", "150407-1"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4187"], ["description", "I-am-the-task-description_8906"], ["cost", 1], ["created_at", "2015-04-07 13:04:42.633774"], ["updated_at", "2015-04-07 13:04:42.633774"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:42 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:04:44 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.5ms) Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:44 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 15:04:46 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (86.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (87.0ms) Completed 200 OK in 90ms (Views: 87.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:46 +0200 Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:04:46 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.7ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:46 +0200  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3433"], ["description", "I-am-the-goal-description_5515"], ["version", 1], ["created_at", "2015-04-07 13:04:46.406603"], ["updated_at", "2015-04-07 13:04:46.406603"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5311"], ["description", "I-am-the-task-description_9309"], ["cost", 1], ["created_at", "2015-04-07 13:04:46.410567"], ["updated_at", "2015-04-07 13:04:46.410567"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:46 +0200 Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 15:04:48 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 13:04:48.515751"], ["task_id", 1], ["created_at", "2015-04-07 13:04:48.517142"], ["updated_at", "2015-04-07 13:04:48.517142"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:04:48.518762"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:48 +0200  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9284"], ["description", "I-am-the-goal-description_9852"], ["version", 1], ["created_at", "2015-04-07 13:04:50.141133"], ["updated_at", "2015-04-07 13:04:50.141133"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task5509"], ["description", "I-am-the-task-description_3348"], ["cost", 1], ["created_at", "2015-04-07 13:04:50.147144"], ["updated_at", "2015-04-07 13:04:50.147144"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:50 +0200 Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 15:04:52 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 13:04:52.071455"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:60181/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:52 +0200  (5.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7372"], ["description", "I-am-the-goal-description_4300"], ["version", 1], ["created_at", "2015-04-07 13:04:54.399361"], ["updated_at", "2015-04-07 13:04:54.399361"], ["tracking", "150407-1"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6147"], ["description", "I-am-the-task-description_9257"], ["cost", 1], ["created_at", "2015-04-07 13:04:54.412512"], ["updated_at", "2015-04-07 13:04:54.412512"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1358"], ["description", "I-am-the-goal-description_9137"], ["version", 1], ["created_at", "2015-04-07 13:04:54.420770"], ["updated_at", "2015-04-07 13:04:54.420770"], ["tracking", "150407-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9928"], ["description", "I-am-the-task-description_4926"], ["cost", 1], ["created_at", "2015-04-07 13:04:54.428686"], ["updated_at", "2015-04-07 13:04:54.428686"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1722"], ["description", "I-am-the-goal-description_6478"], ["version", 1], ["created_at", "2015-04-07 13:04:54.434022"], ["updated_at", "2015-04-07 13:04:54.434022"], ["tracking", "150407-3"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8903"], ["description", "I-am-the-task-description_4726"], ["cost", 1], ["created_at", "2015-04-07 13:04:54.444892"], ["updated_at", "2015-04-07 13:04:54.444892"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (24.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (26.6ms) Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 1.0ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:54 +0200 Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 15:04:56 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (5.1ms) Completed 200 OK in 157ms (Views: 4.9ms | ActiveRecord: 1.1ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9343"], ["description", "I-am-the-goal-description_4739"], ["version", 1], ["created_at", "2015-04-07 13:04:57.183702"], ["updated_at", "2015-04-07 13:04:57.183702"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9926"], ["description", "I-am-the-task-description_4450"], ["cost", 1], ["created_at", "2015-04-07 13:04:57.188025"], ["updated_at", "2015-04-07 13:04:57.188025"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6018"], ["description", "I-am-the-goal-description_7269"], ["version", 1], ["created_at", "2015-04-07 13:04:57.192545"], ["updated_at", "2015-04-07 13:04:57.192545"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9230"], ["description", "I-am-the-task-description_2070"], ["cost", 1], ["created_at", "2015-04-07 13:04:57.196285"], ["updated_at", "2015-04-07 13:04:57.196285"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9810"], ["description", "I-am-the-goal-description_927"], ["version", 1], ["created_at", "2015-04-07 13:04:57.200952"], ["updated_at", "2015-04-07 13:04:57.200952"], ["tracking", "150407-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7488"], ["description", "I-am-the-task-description_4592"], ["cost", 1], ["created_at", "2015-04-07 13:04:57.205543"], ["updated_at", "2015-04-07 13:04:57.205543"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.3ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (38.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (44.3ms) Completed 200 OK in 51ms (Views: 44.9ms | ActiveRecord: 2.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:57 +0200 Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 15:04:59 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.6ms) Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8188"], ["description", "I-am-the-goal-description_2501"], ["version", 1], ["created_at", "2015-04-07 13:04:59.890400"], ["updated_at", "2015-04-07 13:04:59.890400"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4105"], ["description", "I-am-the-task-description_7488"], ["cost", 1], ["created_at", "2015-04-07 13:04:59.894668"], ["updated_at", "2015-04-07 13:04:59.894668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5777"], ["description", "I-am-the-goal-description_6381"], ["version", 1], ["created_at", "2015-04-07 13:04:59.898356"], ["updated_at", "2015-04-07 13:04:59.898356"], ["tracking", "150407-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5515"], ["description", "I-am-the-task-description_3183"], ["cost", 1], ["created_at", "2015-04-07 13:04:59.901985"], ["updated_at", "2015-04-07 13:04:59.901985"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8338"], ["description", "I-am-the-goal-description_9833"], ["version", 1], ["created_at", "2015-04-07 13:04:59.905309"], ["updated_at", "2015-04-07 13:04:59.905309"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2291"], ["description", "I-am-the-task-description_3610"], ["cost", 1], ["created_at", "2015-04-07 13:04:59.909023"], ["updated_at", "2015-04-07 13:04:59.909023"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:04:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (14.9ms) Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:04:59 +0200 Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 15:05:01 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.7ms) Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1203"], ["description", "I-am-the-goal-description_6448"], ["version", 1], ["created_at", "2015-04-07 13:36:15.769193"], ["updated_at", "2015-04-07 13:36:15.769193"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5600"], ["description", "I-am-the-goal-description_1372"], ["version", 1], ["created_at", "2015-04-07 13:36:15.782237"], ["updated_at", "2015-04-07 13:36:15.782237"], ["tracking", "150407-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 76ms (Views: 67.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7832"], ["description", "I-am-the-goal-description_6818"], ["version", 1], ["created_at", "2015-04-07 13:36:15.915715"], ["updated_at", "2015-04-07 13:36:15.915715"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_50"], ["description", "I-am-the-goal-description_2601"], ["version", 1], ["created_at", "2015-04-07 13:36:15.921380"], ["updated_at", "2015-04-07 13:36:15.921380"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 65ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2821"], ["description", "I-am-the-goal-description_4984"], ["version", 1], ["created_at", "2015-04-07 13:36:16.005338"], ["updated_at", "2015-04-07 13:36:16.005338"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2422"], ["description", "I-am-the-goal-description_6649"], ["version", 1], ["created_at", "2015-04-07 13:36:16.010712"], ["updated_at", "2015-04-07 13:36:16.010712"], ["tracking", "150407-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9902"], ["description", "I-am-the-goal-description_854"], ["version", 1], ["created_at", "2015-04-07 13:36:16.024708"], ["updated_at", "2015-04-07 13:36:16.024708"], ["tracking", "150407-3"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 13:36:16.040276"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3499ms (ActiveRecord: 1.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1635"], ["description", "I-am-the-goal-description_3460"], ["version", 1], ["created_at", "2015-04-07 13:36:19.532272"], ["updated_at", "2015-04-07 13:36:19.532272"], ["tracking", "150407-4"]]  (2.5ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 13:36:19.541163"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4163"], ["description", "I-am-the-goal-description_11"], ["version", 1], ["created_at", "2015-04-07 13:36:19.547467"], ["updated_at", "2015-04-07 13:36:19.547467"], ["tracking", "150407-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 13:36:19.555705"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8696"], ["description", "I-am-the-goal-description_6673"], ["version", 1], ["created_at", "2015-04-07 13:36:19.564979"], ["updated_at", "2015-04-07 13:36:19.564979"], ["tracking", "150407-6"]]  (0.6ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 13:36:19.573032"], ["id", 10]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3874"], ["description", "I-am-the-goal-description_9313"], ["version", 1], ["created_at", "2015-04-07 13:36:19.589254"], ["updated_at", "2015-04-07 13:36:19.589254"], ["tracking", "150407-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9032"], ["description", "I-am-the-task-description_5763"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.600698"], ["updated_at", "2015-04-07 13:36:19.600698"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-07 13:36:19.612182"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-07 13:36:19.613423"], ["updated_at", "2015-04-07 13:36:19.613423"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-07 13:36:19.615279"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-07 13:36:19 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-07 13:36:19 UTC", "updated_at"=>"2015-04-07 13:36:19 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-07 13:36:19.623815"], ["created_at", "2015-04-07 13:36:19.624332"], ["updated_at", "2015-04-07 13:36:19.624332"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5383"], ["description", "I-am-the-goal-description_6716"], ["version", 1], ["created_at", "2015-04-07 13:36:19.636786"], ["updated_at", "2015-04-07 13:36:19.636786"], ["tracking", "150407-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6858"], ["description", "I-am-the-task-description_3693"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.640610"], ["updated_at", "2015-04-07 13:36:19.640610"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9702"], ["description", "I-am-the-task-description_2965"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.644804"], ["updated_at", "2015-04-07 13:36:19.644804"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 13:36:19.652120"], ["task_id", 2], ["created_at", "2015-04-07 13:36:19.653644"], ["updated_at", "2015-04-07 13:36:19.653644"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:36:19.655574"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2574"], ["description", "I-am-the-goal-description_3455"], ["version", 1], ["created_at", "2015-04-07 13:36:19.663321"], ["updated_at", "2015-04-07 13:36:19.663321"], ["tracking", "150407-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task553"], ["description", "I-am-the-task-description_7351"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.668256"], ["updated_at", "2015-04-07 13:36:19.668256"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5169"], ["description", "I-am-the-task-description_7689"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.673106"], ["updated_at", "2015-04-07 13:36:19.673106"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 13:36:19.680020"], ["task_id", 4], ["created_at", "2015-04-07 13:36:19.681210"], ["updated_at", "2015-04-07 13:36:19.681210"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:36:19.682709"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9742"], ["description", "I-am-the-goal-description_9422"], ["version", 1], ["created_at", "2015-04-07 13:36:19.689940"], ["updated_at", "2015-04-07 13:36:19.689940"], ["tracking", "150407-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6491"], ["description", "I-am-the-task-description_3227"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.694522"], ["updated_at", "2015-04-07 13:36:19.694522"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2959"], ["description", "I-am-the-task-description_4012"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.699035"], ["updated_at", "2015-04-07 13:36:19.699035"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 13:36:19.707316"], ["task_id", 6], ["created_at", "2015-04-07 13:36:19.708604"], ["updated_at", "2015-04-07 13:36:19.708604"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:36:19.710112"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4176"], ["description", "I-am-the-goal-description_1888"], ["version", 1], ["created_at", "2015-04-07 13:36:19.718649"], ["updated_at", "2015-04-07 13:36:19.718649"], ["tracking", "150407-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5650"], ["description", "I-am-the-task-description_8194"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.723070"], ["updated_at", "2015-04-07 13:36:19.723070"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8490"], ["description", "I-am-the-task-description_3063"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.727067"], ["updated_at", "2015-04-07 13:36:19.727067"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.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-07 13:36:19.733483"], ["task_id", 8], ["created_at", "2015-04-07 13:36:19.734743"], ["updated_at", "2015-04-07 13:36:19.734743"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:36:19.736266"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4378"], ["description", "I-am-the-goal-description_3111"], ["version", 1], ["created_at", "2015-04-07 13:36:19.742044"], ["updated_at", "2015-04-07 13:36:19.742044"], ["tracking", "150407-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5356"], ["description", "I-am-the-task-description_3784"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.745768"], ["updated_at", "2015-04-07 13:36:19.745768"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6154"], ["description", "I-am-the-task-description_3415"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.750025"], ["updated_at", "2015-04-07 13:36:19.750025"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.5ms) Completed 200 OK in 7ms (Views: 3.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5631"], ["description", "I-am-the-goal-description_3369"], ["version", 1], ["created_at", "2015-04-07 13:36:19.766318"], ["updated_at", "2015-04-07 13:36:19.766318"], ["tracking", "150407-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9729"], ["description", "I-am-the-task-description_9425"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.770365"], ["updated_at", "2015-04-07 13:36:19.770365"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7276"], ["description", "I-am-the-task-description_3004"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.774396"], ["updated_at", "2015-04-07 13:36:19.774396"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8680"], ["description", "I-am-the-goal-description_1471"], ["version", 1], ["created_at", "2015-04-07 13:36:19.862996"], ["updated_at", "2015-04-07 13:36:19.862996"], ["tracking", "150407-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4677"], ["description", "I-am-the-task-description_8931"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.868032"], ["updated_at", "2015-04-07 13:36:19.868032"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1291"], ["description", "I-am-the-goal-description_4973"], ["version", 1], ["created_at", "2015-04-07 13:36:19.872986"], ["updated_at", "2015-04-07 13:36:19.872986"], ["tracking", "150407-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1141"], ["description", "I-am-the-task-description_6229"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.876968"], ["updated_at", "2015-04-07 13:36:19.876968"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6143"], ["description", "I-am-the-goal-description_9678"], ["version", 1], ["created_at", "2015-04-07 13:36:19.886249"], ["updated_at", "2015-04-07 13:36:19.886249"], ["tracking", "150407-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1532"], ["description", "I-am-the-task-description_7345"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.890232"], ["updated_at", "2015-04-07 13:36:19.890232"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5123"], ["description", "I-am-the-task-description_8139"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.895159"], ["updated_at", "2015-04-07 13:36:19.895159"]]  (0.9ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4710"], ["description", "I-am-the-goal-description_7325"], ["version", 1], ["created_at", "2015-04-07 13:36:19.911696"], ["updated_at", "2015-04-07 13:36:19.911696"], ["tracking", "150407-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task94"], ["description", "I-am-the-task-description_3787"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.916484"], ["updated_at", "2015-04-07 13:36:19.916484"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3738"], ["description", "I-am-the-goal-description_4957"], ["version", 1], ["created_at", "2015-04-07 13:36:19.920536"], ["updated_at", "2015-04-07 13:36:19.920536"], ["tracking", "150407-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2680"], ["description", "I-am-the-task-description_8728"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.924493"], ["updated_at", "2015-04-07 13:36:19.924493"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5224"], ["description", "I-am-the-goal-description_5657"], ["version", 1], ["created_at", "2015-04-07 13:36:19.934212"], ["updated_at", "2015-04-07 13:36:19.934212"], ["tracking", "150407-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task84"], ["description", "I-am-the-task-description_8367"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.938277"], ["updated_at", "2015-04-07 13:36:19.938277"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7267"], ["description", "I-am-the-task-description_292"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.942316"], ["updated_at", "2015-04-07 13:36:19.942316"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3856"], ["description", "I-am-the-goal-description_2810"], ["version", 1], ["created_at", "2015-04-07 13:36:19.956399"], ["updated_at", "2015-04-07 13:36:19.956399"], ["tracking", "150407-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7178"], ["description", "I-am-the-task-description_9735"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.960383"], ["updated_at", "2015-04-07 13:36:19.960383"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7147"], ["description", "I-am-the-goal-description_6933"], ["version", 1], ["created_at", "2015-04-07 13:36:19.964442"], ["updated_at", "2015-04-07 13:36:19.964442"], ["tracking", "150407-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task858"], ["description", "I-am-the-task-description_7884"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.968202"], ["updated_at", "2015-04-07 13:36:19.968202"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3104"], ["description", "I-am-the-goal-description_392"], ["version", 1], ["created_at", "2015-04-07 13:36:19.979219"], ["updated_at", "2015-04-07 13:36:19.979219"], ["tracking", "150407-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6015"], ["description", "I-am-the-task-description_1945"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.983458"], ["updated_at", "2015-04-07 13:36:19.983458"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9408"], ["description", "I-am-the-task-description_4053"], ["cost", 1], ["created_at", "2015-04-07 13:36:19.987384"], ["updated_at", "2015-04-07 13:36:19.987384"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2425"], ["description", "I-am-the-goal-description_2377"], ["version", 1], ["created_at", "2015-04-07 13:36:20.000013"], ["updated_at", "2015-04-07 13:36:20.000013"], ["tracking", "150407-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7786"], ["description", "I-am-the-task-description_358"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.004532"], ["updated_at", "2015-04-07 13:36:20.004532"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3350"], ["description", "I-am-the-task-description_9820"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.008560"], ["updated_at", "2015-04-07 13:36:20.008560"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8043"], ["description", "I-am-the-goal-description_3726"], ["version", 1], ["created_at", "2015-04-07 13:36:20.021979"], ["updated_at", "2015-04-07 13:36:20.021979"], ["tracking", "150407-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6060"], ["description", "I-am-the-task-description_1225"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.026056"], ["updated_at", "2015-04-07 13:36:20.026056"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7171"], ["description", "I-am-the-task-description_8465"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.029983"], ["updated_at", "2015-04-07 13:36:20.029983"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9842"], ["description", "I-am-the-goal-description_3672"], ["version", 1], ["created_at", "2015-04-07 13:36:20.042466"], ["updated_at", "2015-04-07 13:36:20.042466"], ["tracking", "150407-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7855"], ["description", "I-am-the-task-description_7480"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.046348"], ["updated_at", "2015-04-07 13:36:20.046348"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3161"], ["description", "I-am-the-task-description_8010"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.050285"], ["updated_at", "2015-04-07 13:36:20.050285"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:36:20.063742"], ["updated_at", "2015-04-07 13:36:20.063742"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3543"], ["description", "I-am-the-goal-description_3024"], ["version", 1], ["created_at", "2015-04-07 13:36:20.070681"], ["updated_at", "2015-04-07 13:36:20.070681"], ["tracking", "150407-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7910"], ["description", "I-am-the-task-description_4611"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.074777"], ["updated_at", "2015-04-07 13:36:20.074777"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task2872"], ["description", "I-am-the-task-description_1936"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.079849"], ["updated_at", "2015-04-07 13:36:20.079849"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:36:20.086149"], ["updated_at", "2015-04-07 13:36:20.086149"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8471"], ["description", "I-am-the-goal-description_4393"], ["version", 1], ["created_at", "2015-04-07 13:36:20.096328"], ["updated_at", "2015-04-07 13:36:20.096328"], ["tracking", "150407-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4043"], ["description", "I-am-the-task-description_8160"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.100231"], ["updated_at", "2015-04-07 13:36:20.100231"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task2388"], ["description", "I-am-the-task-description_2449"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.104285"], ["updated_at", "2015-04-07 13:36:20.104285"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:36:20.110891"], ["updated_at", "2015-04-07 13:36:20.110891"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2087"], ["description", "I-am-the-goal-description_5266"], ["version", 1], ["created_at", "2015-04-07 13:36:20.119015"], ["updated_at", "2015-04-07 13:36:20.119015"], ["tracking", "150407-28"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task810"], ["description", "I-am-the-task-description_3318"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.122822"], ["updated_at", "2015-04-07 13:36:20.122822"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task9121"], ["description", "I-am-the-task-description_2522"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.128038"], ["updated_at", "2015-04-07 13:36:20.128038"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9521"], ["description", "I-am-the-goal-description_5303"], ["version", 1], ["created_at", "2015-04-07 13:36:20.141304"], ["updated_at", "2015-04-07 13:36:20.141304"], ["tracking", "150407-29"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8745"], ["description", "I-am-the-task-description_4367"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.146943"], ["updated_at", "2015-04-07 13:36:20.146943"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9389"], ["description", "I-am-the-task-description_6212"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.151225"], ["updated_at", "2015-04-07 13:36:20.151225"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:36:20.155390"], ["updated_at", "2015-04-07 13:36:20.155390"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1894"], ["description", "I-am-the-goal-description_7641"], ["version", 1], ["created_at", "2015-04-07 13:36:20.166695"], ["updated_at", "2015-04-07 13:36:20.166695"], ["tracking", "150407-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9034"], ["description", "I-am-the-task-description_4957"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.170624"], ["updated_at", "2015-04-07 13:36:20.170624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task836"], ["description", "I-am-the-task-description_500"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.174395"], ["updated_at", "2015-04-07 13:36:20.174395"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:36:20.178058"], ["updated_at", "2015-04-07 13:36:20.178058"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-07", "term"=>"2015-04-07"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2259"], ["description", "I-am-the-goal-description_5253"], ["version", 1], ["created_at", "2015-04-07 13:36:20.190390"], ["updated_at", "2015-04-07 13:36:20.190390"], ["tracking", "150407-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task8614"], ["description", "I-am-the-task-description_215"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.194629"], ["updated_at", "2015-04-07 13:36:20.194629"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task6557"], ["description", "I-am-the-task-description_6546"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.199134"], ["updated_at", "2015-04-07 13:36:20.199134"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:36:20.202970"], ["updated_at", "2015-04-07 13:36:20.202970"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5193"], ["description", "I-am-the-goal-description_1055"], ["version", 1], ["created_at", "2015-04-07 13:36:20.214657"], ["updated_at", "2015-04-07 13:36:20.214657"], ["tracking", "150407-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task7293"], ["description", "I-am-the-task-description_3638"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.219141"], ["updated_at", "2015-04-07 13:36:20.219141"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task2426"], ["description", "I-am-the-task-description_4969"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.222992"], ["updated_at", "2015-04-07 13:36:20.222992"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:36:20.226743"], ["updated_at", "2015-04-07 13:36:20.226743"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1138"], ["description", "I-am-the-goal-description_94"], ["version", 1], ["created_at", "2015-04-07 13:36:20.241601"], ["updated_at", "2015-04-07 13:36:20.241601"], ["tracking", "150407-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task4579"], ["description", "I-am-the-task-description_2844"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.245464"], ["updated_at", "2015-04-07 13:36:20.245464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task3260"], ["description", "I-am-the-task-description_634"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.249317"], ["updated_at", "2015-04-07 13:36:20.249317"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:36:20.253200"], ["updated_at", "2015-04-07 13:36:20.253200"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7979"], ["description", "I-am-the-goal-description_6317"], ["version", 1], ["created_at", "2015-04-07 13:36:20.265285"], ["updated_at", "2015-04-07 13:36:20.265285"], ["tracking", "150407-34"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task2283"], ["description", "I-am-the-task-description_2743"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.269712"], ["updated_at", "2015-04-07 13:36:20.269712"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task3401"], ["description", "I-am-the-task-description_3902"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.273598"], ["updated_at", "2015-04-07 13:36:20.273598"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-07"], ["term", "2015-04-07"], ["done", "f"], ["created_at", "2015-04-07 13:36:20.277366"], ["updated_at", "2015-04-07 13:36:20.277366"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 13:36:20.284960"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8779"], ["description", "I-am-the-goal-description_4876"], ["version", 1], ["created_at", "2015-04-07 13:36:20.291807"], ["updated_at", "2015-04-07 13:36:20.291807"], ["tracking", "150407-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8400"], ["description", "I-am-the-goal-description_5589"], ["version", 1], ["created_at", "2015-04-07 13:36:20.297511"], ["updated_at", "2015-04-07 13:36:20.297511"], ["tracking", "150407-36"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 40], ["title", "I-am-a-task776"], ["description", "I-am-the-task-description_9296"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.301830"], ["updated_at", "2015-04-07 13:36:20.301830"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6779"], ["description", "I-am-the-goal-description_7602"], ["version", 1], ["created_at", "2015-04-07 13:36:20.306812"], ["updated_at", "2015-04-07 13:36:20.306812"], ["tracking", "150407-37"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 41], ["title", "I-am-a-task8850"], ["description", "I-am-the-task-description_9443"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.312081"], ["updated_at", "2015-04-07 13:36:20.312081"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8557"], ["description", "I-am-the-goal-description_299"], ["version", 1], ["created_at", "2015-04-07 13:36:20.316322"], ["updated_at", "2015-04-07 13:36:20.316322"], ["tracking", "150407-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 42], ["title", "I-am-a-task7034"], ["description", "I-am-the-task-description_2079"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.321400"], ["updated_at", "2015-04-07 13:36:20.321400"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task7795"], ["description", "I-am-the-task-description_3171"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.325767"], ["updated_at", "2015-04-07 13:36:20.325767"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 39], ["title", "I-am-a-task433"], ["description", "I-am-the-task-description_1337"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.330364"], ["updated_at", "2015-04-07 13:36:20.330364"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 39], ["title", "I-am-a-task7263"], ["description", "I-am-the-task-description_4423"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.335155"], ["updated_at", "2015-04-07 13:36:20.335155"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5241"], ["description", "I-am-the-goal-description_3201"], ["version", 1], ["created_at", "2015-04-07 13:36:20.341958"], ["updated_at", "2015-04-07 13:36:20.341958"], ["tracking", "150407-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5875"], ["description", "I-am-the-goal-description_5895"], ["version", 1], ["created_at", "2015-04-07 13:36:20.347549"], ["updated_at", "2015-04-07 13:36:20.347549"], ["tracking", "150407-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 44], ["title", "I-am-a-task9084"], ["description", "I-am-the-task-description_1117"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.411572"], ["updated_at", "2015-04-07 13:36:20.411572"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6952"], ["description", "I-am-the-goal-description_6367"], ["version", 1], ["created_at", "2015-04-07 13:36:20.417590"], ["updated_at", "2015-04-07 13:36:20.417590"], ["tracking", "150407-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 45], ["title", "I-am-a-task5668"], ["description", "I-am-the-task-description_7614"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.421925"], ["updated_at", "2015-04-07 13:36:20.421925"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5251"], ["description", "I-am-the-goal-description_9949"], ["version", 1], ["created_at", "2015-04-07 13:36:20.425690"], ["updated_at", "2015-04-07 13:36:20.425690"], ["tracking", "150407-42"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 46], ["title", "I-am-a-task3663"], ["description", "I-am-the-task-description_5215"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.430885"], ["updated_at", "2015-04-07 13:36:20.430885"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task8087"], ["description", "I-am-the-task-description_1543"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.435700"], ["updated_at", "2015-04-07 13:36:20.435700"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 43], ["title", "I-am-a-task6696"], ["description", "I-am-the-task-description_1497"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.440339"], ["updated_at", "2015-04-07 13:36:20.440339"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 43], ["title", "I-am-a-task2942"], ["description", "I-am-the-task-description_8826"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.444570"], ["updated_at", "2015-04-07 13:36:20.444570"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1128"], ["description", "I-am-the-goal-description_1786"], ["version", 1], ["created_at", "2015-04-07 13:36:20.448479"], ["updated_at", "2015-04-07 13:36:20.448479"], ["tracking", "150407-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1678"], ["description", "I-am-the-goal-description_6767"], ["version", 1], ["created_at", "2015-04-07 13:36:20.455953"], ["updated_at", "2015-04-07 13:36:20.455953"], ["tracking", "150407-44"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3387"], ["description", "I-am-the-goal-description_9236"], ["version", 1], ["created_at", "2015-04-07 13:36:20.460985"], ["updated_at", "2015-04-07 13:36:20.460985"], ["tracking", "150407-45"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 49], ["title", "I-am-a-task5767"], ["description", "I-am-the-task-description_946"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.466191"], ["updated_at", "2015-04-07 13:36:20.466191"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6357"], ["description", "I-am-the-goal-description_1846"], ["version", 1], ["created_at", "2015-04-07 13:36:20.471031"], ["updated_at", "2015-04-07 13:36:20.471031"], ["tracking", "150407-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 50], ["title", "I-am-a-task8654"], ["description", "I-am-the-task-description_6318"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.475438"], ["updated_at", "2015-04-07 13:36:20.475438"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9314"], ["description", "I-am-the-goal-description_9871"], ["version", 1], ["created_at", "2015-04-07 13:36:20.478752"], ["updated_at", "2015-04-07 13:36:20.478752"], ["tracking", "150407-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 51], ["title", "I-am-a-task5522"], ["description", "I-am-the-task-description_1336"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.483588"], ["updated_at", "2015-04-07 13:36:20.483588"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task3277"], ["description", "I-am-the-task-description_3291"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.488174"], ["updated_at", "2015-04-07 13:36:20.488174"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task6971"], ["description", "I-am-the-task-description_4232"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.493397"], ["updated_at", "2015-04-07 13:36:20.493397"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 48], ["title", "I-am-a-task239"], ["description", "I-am-the-task-description_632"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.498734"], ["updated_at", "2015-04-07 13:36:20.498734"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task8286"], ["description", "I-am-the-task-description_7103"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.503750"], ["updated_at", "2015-04-07 13:36:20.503750"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8562"], ["description", "I-am-the-goal-description_9202"], ["version", 1], ["created_at", "2015-04-07 13:36:20.511126"], ["updated_at", "2015-04-07 13:36:20.511126"], ["tracking", "150407-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3965"], ["description", "I-am-the-goal-description_8750"], ["version", 1], ["created_at", "2015-04-07 13:36:20.516635"], ["updated_at", "2015-04-07 13:36:20.516635"], ["tracking", "150407-49"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 53], ["title", "I-am-a-task6229"], ["description", "I-am-the-task-description_5974"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.520674"], ["updated_at", "2015-04-07 13:36:20.520674"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9367"], ["description", "I-am-the-goal-description_7517"], ["version", 1], ["created_at", "2015-04-07 13:36:20.525579"], ["updated_at", "2015-04-07 13:36:20.525579"], ["tracking", "150407-50"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 54], ["title", "I-am-a-task4432"], ["description", "I-am-the-task-description_2391"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.530502"], ["updated_at", "2015-04-07 13:36:20.530502"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2366"], ["description", "I-am-the-goal-description_5674"], ["version", 1], ["created_at", "2015-04-07 13:36:20.533673"], ["updated_at", "2015-04-07 13:36:20.533673"], ["tracking", "150407-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 55], ["title", "I-am-a-task5718"], ["description", "I-am-the-task-description_2110"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.538304"], ["updated_at", "2015-04-07 13:36:20.538304"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task2907"], ["description", "I-am-the-task-description_3594"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.543272"], ["updated_at", "2015-04-07 13:36:20.543272"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 52], ["title", "I-am-a-task1609"], ["description", "I-am-the-task-description_7489"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.547593"], ["updated_at", "2015-04-07 13:36:20.547593"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task37"], ["description", "I-am-the-task-description_433"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.552291"], ["updated_at", "2015-04-07 13:36:20.552291"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 52], ["title", "I-am-a-task2163"], ["description", "I-am-the-task-description_8535"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.556809"], ["updated_at", "2015-04-07 13:36:20.556809"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-07')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7404"], ["description", "I-am-the-goal-description_285"], ["version", 1], ["created_at", "2015-04-07 13:36:20.564827"], ["updated_at", "2015-04-07 13:36:20.564827"], ["tracking", "150407-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-10"], ["goal_id", 56], ["title", "I-am-a-task6709"], ["description", "I-am-the-task-description_6036"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.569633"], ["updated_at", "2015-04-07 13:36:20.569633"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3528"], ["description", "I-am-the-goal-description_2254"], ["version", 1], ["created_at", "2015-04-07 13:36:20.574787"], ["updated_at", "2015-04-07 13:36:20.574787"], ["tracking", "150407-53"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 57], ["title", "I-am-a-task3451"], ["description", "I-am-the-task-description_3032"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.578775"], ["updated_at", "2015-04-07 13:36:20.578775"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5893"], ["description", "I-am-the-goal-description_4122"], ["version", 1], ["created_at", "2015-04-07 13:36:20.584057"], ["updated_at", "2015-04-07 13:36:20.584057"], ["tracking", "150407-54"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 58], ["title", "I-am-a-task7113"], ["description", "I-am-the-task-description_7367"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.587795"], ["updated_at", "2015-04-07 13:36:20.587795"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7910"], ["description", "I-am-the-goal-description_3317"], ["version", 1], ["created_at", "2015-04-07 13:36:20.593495"], ["updated_at", "2015-04-07 13:36:20.593495"], ["tracking", "150407-55"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-04"], ["term", "2015-04-06"], ["goal_id", 59], ["title", "I-am-a-task6426"], ["description", "I-am-the-task-description_4738"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.597165"], ["updated_at", "2015-04-07 13:36:20.597165"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9283"], ["description", "I-am-the-goal-description_1036"], ["version", 1], ["created_at", "2015-04-07 13:36:20.601545"], ["updated_at", "2015-04-07 13:36:20.601545"], ["tracking", "150407-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7576"], ["description", "I-am-the-goal-description_902"], ["version", 1], ["created_at", "2015-04-07 13:36:20.606498"], ["updated_at", "2015-04-07 13:36:20.606498"], ["tracking", "150407-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8388"], ["description", "I-am-the-goal-description_8233"], ["version", 1], ["created_at", "2015-04-07 13:36:20.612571"], ["updated_at", "2015-04-07 13:36:20.612571"], ["tracking", "150407-58"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 62], ["title", "I-am-a-task487"], ["description", "I-am-the-task-description_6047"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.616588"], ["updated_at", "2015-04-07 13:36:20.616588"]]  (1.2ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 62]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2754"], ["description", "I-am-the-goal-description_843"], ["version", 1], ["created_at", "2015-04-07 13:36:20.623070"], ["updated_at", "2015-04-07 13:36:20.623070"], ["tracking", "150407-59"]]  (10.2ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9009"], ["description", "I-am-the-goal-description_3709"], ["version", 1], ["created_at", "2015-04-07 13:36:20.641302"], ["updated_at", "2015-04-07 13:36:20.641302"], ["tracking", "150407-60"]]  (4.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 64], ["title", "I-am-a-task7625"], ["description", "I-am-the-task-description_2640"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.649863"], ["updated_at", "2015-04-07 13:36:20.649863"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8955"], ["description", "I-am-the-goal-description_5162"], ["version", 1], ["created_at", "2015-04-07 13:36:20.656698"], ["updated_at", "2015-04-07 13:36:20.656698"], ["tracking", "150407-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 65], ["title", "I-am-a-task9767"], ["description", "I-am-the-task-description_6751"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.660936"], ["updated_at", "2015-04-07 13:36:20.660936"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1577"], ["description", "I-am-the-goal-description_4966"], ["version", 1], ["created_at", "2015-04-07 13:36:20.665699"], ["updated_at", "2015-04-07 13:36:20.665699"], ["tracking", "150407-62"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 66], ["title", "I-am-a-task268"], ["description", "I-am-the-task-description_3456"], ["cost", 1], ["created_at", "2015-04-07 13:36:20.669375"], ["updated_at", "2015-04-07 13:36:20.669375"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4692"], ["description", "I-am-the-goal-description_1621"], ["version", 1], ["created_at", "2015-04-07 13:36:20.673856"], ["updated_at", "2015-04-07 13:36:20.673856"], ["tracking", "150407-63"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-07 13:36:20.676841"], ["id", 67]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-07 13:36:20.678992"], ["id", 67]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4117"], ["description", "I-am-the-goal-description_2981"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3421"], ["description", "I-am-the-goal-description_7522"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4613"], ["description", "I-am-the-goal-description_8343"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4520"], ["description", "I-am-the-goal-description_8263"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2886"], ["description", "I-am-the-goal-description_3199"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task3634"], ["description", "I-am-the-task-description_2887"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task2633"], ["description", "I-am-the-task-description_7244"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 72]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7769"], ["description", "I-am-the-goal-description_5908"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 73]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_193"], ["description", "I-am-the-goal-description_2765"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 74]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6296"], ["description", "I-am-the-goal-description_670"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7119"], ["description", "I-am-the-goal-description_5458"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task7375"], ["description", "I-am-the-task-description_6727"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 76]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5131"], ["description", "I-am-the-goal-description_3354"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task5739"], ["description", "I-am-the-task-description_331"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 77]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3971"], ["description", "I-am-the-goal-description_9226"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task8422"], ["description", "I-am-the-task-description_9204"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6505"], ["description", "I-am-the-goal-description_8306"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task5248"], ["description", "I-am-the-task-description_2560"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 98], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 98]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 98]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6817"], ["description", "I-am-the-goal-description_4454"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 80], ["title", "I-am-a-task2164"], ["description", "I-am-the-task-description_7131"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 99], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 99]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 99]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2779"], ["description", "I-am-the-goal-description_2328"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 81], ["title", "I-am-a-task1812"], ["description", "I-am-the-task-description_421"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 100], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 100]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 100]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5493"], ["description", "I-am-the-goal-description_7840"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 82], ["title", "I-am-a-task7474"], ["description", "I-am-the-task-description_4951"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2285"], ["description", "I-am-the-goal-description_8953"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7377"], ["description", "I-am-the-goal-description_2455"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8665"], ["description", "I-am-the-goal-description_5069"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_203"], ["description", "I-am-the-goal-description_8667"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:36:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.2ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3807.8ms) Completed 200 OK in 3893ms (Views: 3859.5ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-07 15:36:38 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-07 15:36:38 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-07 15:36:38 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-07 15:36:39 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (364.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (370.4ms) Completed 200 OK in 382ms (Views: 374.5ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:36:40 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) 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-07 13:36:40.488194"], ["updated_at", "2015-04-07 13:36:40.488194"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (85.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (92.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (106.2ms) Completed 200 OK in 123ms (Views: 107.3ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5895"], ["description", "I-am-the-goal-description_7564"], ["version", 1], ["created_at", "2015-04-07 13:36:40.711486"], ["updated_at", "2015-04-07 13:36:40.711486"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8176"], ["description", "I-am-the-task-description_4656"], ["cost", 1], ["created_at", "2015-04-07 13:36:40.717635"], ["updated_at", "2015-04-07 13:36:40.717635"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task978"], ["description", "I-am-the-task-description_3882"], ["cost", 1], ["created_at", "2015-04-07 13:36:40.722459"], ["updated_at", "2015-04-07 13:36:40.722459"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8533"], ["description", "I-am-the-task-description_8810"], ["cost", 1], ["created_at", "2015-04-07 13:36:40.726451"], ["updated_at", "2015-04-07 13:36:40.726451"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:36:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (60.8ms) Completed 200 OK in 62ms (Views: 60.9ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:42 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.4ms) Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8299"], ["description", "I-am-the-goal-description_1384"], ["version", 1], ["created_at", "2015-04-07 13:36:42.537720"], ["updated_at", "2015-04-07 13:36:42.537720"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:36:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:44 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 15:36:44 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (15.6ms) Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:44 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1384"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-07 13:36:44.383397"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:44 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5804"], ["description", "I-am-the-goal-description_4720"], ["version", 1], ["created_at", "2015-04-07 13:36:44.573467"], ["updated_at", "2015-04-07 13:36:44.573467"], ["tracking", "150407-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:36:44 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-07 15:36:46 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (15.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (16.1ms) Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:46 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:36:46 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4.2ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5797"], ["description", "I-am-the-goal-description_3930"], ["version", 1], ["created_at", "2015-04-07 13:36:46.840690"], ["updated_at", "2015-04-07 13:36:46.840690"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-07 15:36:49 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.5ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-07 13:36:49.366979"], ["id", 1]]  (3.3ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/goals Completed 302 Found in 13ms (ActiveRecord: 4.4ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:36:49 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (16.4ms) Completed 200 OK in 20ms (Views: 17.3ms | ActiveRecord: 1.0ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9362"], ["description", "I-am-the-goal-description_1451"], ["version", 1], ["created_at", "2015-04-07 13:36:49.580471"], ["updated_at", "2015-04-07 13:36:49.580471"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:49 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-07 15:36:51 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-07 13:36:51.418669"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.7ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9513"], ["description", "I-am-the-goal-description_2664"], ["version", 1], ["created_at", "2015-04-07 13:36:51.562591"], ["updated_at", "2015-04-07 13:36:51.562591"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1734"], ["description", "I-am-the-task-description_9323"], ["cost", 1], ["created_at", "2015-04-07 13:36:51.566914"], ["updated_at", "2015-04-07 13:36:51.566914"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:36:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.7ms) Completed 200 OK in 17ms (Views: 13.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:36:53 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (14.4ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (82.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (112.3ms) Completed 200 OK in 118ms (Views: 113.5ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-07 15:36:53 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction SQL (0.9ms) 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-07 13:36:53.499947"], ["created_at", "2015-04-07 13:36:53.500670"], ["updated_at", "2015-04-07 13:36:53.500670"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-07 13:36:53.503786"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 2.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:36:53 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (10.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (30.5ms) Completed 200 OK in 35ms (Views: 30.7ms | ActiveRecord: 1.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4604"], ["description", "I-am-the-goal-description_3170"], ["version", 1], ["created_at", "2015-04-07 13:36:53.637590"], ["updated_at", "2015-04-07 13:36:53.637590"], ["tracking", "150407-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-07 15:36:53 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-07' AND reminder < '2015-04-07')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-07 15:36:55 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.9ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-07 15:36:55 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (101.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (107.7ms) Completed 200 OK in 112ms (Views: 109.5ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:36:55 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-14", "term"=>"2015-04-17", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-14"], ["term", "2015-04-17"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-07 13:36:55.727544"], ["updated_at", "2015-04-07 13:36:55.727544"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:36:55 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.2ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.3ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (11.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.5ms) Completed 200 OK in 82ms (Views: 77.5ms | ActiveRecord: 1.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9571"], ["description", "I-am-the-goal-description_5741"], ["version", 1], ["created_at", "2015-04-07 13:36:56.012363"], ["updated_at", "2015-04-07 13:36:56.012363"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4626"], ["description", "I-am-the-task-description_4334"], ["cost", 1], ["created_at", "2015-04-07 13:36:56.016589"], ["updated_at", "2015-04-07 13:36:56.016589"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:36:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:36:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.5ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.8ms) Completed 200 OK in 29ms (Views: 25.0ms | ActiveRecord: 0.9ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3587"], ["description", "I-am-the-goal-description_6468"], ["version", 1], ["created_at", "2015-04-07 13:36:58.020697"], ["updated_at", "2015-04-07 13:36:58.020697"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1290"], ["description", "I-am-the-task-description_5913"], ["cost", 1], ["created_at", "2015-04-07 13:36:58.025329"], ["updated_at", "2015-04-07 13:36:58.025329"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:36:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.8ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:37:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (5.0ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (29.9ms) Completed 200 OK in 34ms (Views: 30.2ms | ActiveRecord: 0.9ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 15:37:01 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (157.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (166.0ms) Completed 200 OK in 176ms (Views: 169.3ms | ActiveRecord: 0.7ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:37:01 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5913", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-07 13:37:01.555806"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:37:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms) CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (69.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (81.2ms) Completed 200 OK in 87ms (Views: 81.5ms | ActiveRecord: 1.3ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9355"], ["description", "I-am-the-goal-description_2507"], ["version", 1], ["created_at", "2015-04-07 13:37:01.800661"], ["updated_at", "2015-04-07 13:37:01.800661"], ["tracking", "150407-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6926"], ["description", "I-am-the-task-description_1086"], ["cost", 1], ["created_at", "2015-04-07 13:37:01.805738"], ["updated_at", "2015-04-07 13:37:01.805738"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:37:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (15.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (16.8ms) Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:37:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms) CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (19.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (144.7ms) Completed 200 OK in 155ms (Views: 147.0ms | ActiveRecord: 1.3ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-07 15:37:04 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (196.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (196.5ms) Completed 200 OK in 200ms (Views: 197.3ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-07 15:37:04 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (1.5ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 2.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:37:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.9ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.7ms) Completed 200 OK in 8ms (Views: 5.6ms | ActiveRecord: 0.9ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7677"], ["description", "I-am-the-goal-description_1641"], ["version", 1], ["created_at", "2015-04-07 13:37:05.047387"], ["updated_at", "2015-04-07 13:37:05.047387"], ["tracking", "150407-1"]]  (1.2ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3777"], ["description", "I-am-the-task-description_5570"], ["cost", 1], ["created_at", "2015-04-07 13:37:05.059678"], ["updated_at", "2015-04-07 13:37:05.059678"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:37:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (1.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (15.3ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 1.6ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-07 15:37:07 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-07 13:37:07.593648"], ["task_id", 1], ["created_at", "2015-04-07 13:37:07.599320"], ["updated_at", "2015-04-07 13:37:07.599320"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-07 13:37:07.601574"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/tasks Completed 302 Found in 19ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:37:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (3.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (14.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (17.0ms) Completed 200 OK in 20ms (Views: 14.6ms | ActiveRecord: 3.4ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3112"], ["description", "I-am-the-goal-description_284"], ["version", 1], ["created_at", "2015-04-07 13:37:07.844791"], ["updated_at", "2015-04-07 13:37:07.844791"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-07"], ["goal_id", 1], ["title", "I-am-a-task5503"], ["description", "I-am-the-task-description_7441"], ["cost", 1], ["created_at", "2015-04-07 13:37:07.851657"], ["updated_at", "2015-04-07 13:37:07.851657"]]  (1.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:37:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.5ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.4ms) Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.8ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-07 15:37:10 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-14"], ["term", "2015-04-17"], ["updated_at", "2015-04-07 13:37:10.029051"], ["id", 1]]  (4.5ms) commit transaction Redirected to http://127.0.0.1:60750/flyboy/tasks Completed 302 Found in 12ms (ActiveRecord: 5.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:37:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (20.1ms) Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2078"], ["description", "I-am-the-goal-description_8475"], ["version", 1], ["created_at", "2015-04-07 13:37:10.350115"], ["updated_at", "2015-04-07 13:37:10.350115"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8957"], ["description", "I-am-the-task-description_1659"], ["cost", 1], ["created_at", "2015-04-07 13:37:10.355478"], ["updated_at", "2015-04-07 13:37:10.355478"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7491"], ["description", "I-am-the-goal-description_9636"], ["version", 1], ["created_at", "2015-04-07 13:37:10.359189"], ["updated_at", "2015-04-07 13:37:10.359189"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5046"], ["description", "I-am-the-task-description_5770"], ["cost", 1], ["created_at", "2015-04-07 13:37:10.362718"], ["updated_at", "2015-04-07 13:37:10.362718"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4239"], ["description", "I-am-the-goal-description_1049"], ["version", 1], ["created_at", "2015-04-07 13:37:10.366838"], ["updated_at", "2015-04-07 13:37:10.366838"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6948"], ["description", "I-am-the-task-description_8072"], ["cost", 1], ["created_at", "2015-04-07 13:37:10.370351"], ["updated_at", "2015-04-07 13:37:10.370351"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:37:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.7ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-07 15:37:13 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.pdf (3.4ms) Completed 200 OK in 66ms (Views: 3.3ms | ActiveRecord: 0.5ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2471"], ["description", "I-am-the-goal-description_4148"], ["version", 1], ["created_at", "2015-04-07 13:37:13.730536"], ["updated_at", "2015-04-07 13:37:13.730536"], ["tracking", "150407-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8979"], ["description", "I-am-the-task-description_5407"], ["cost", 1], ["created_at", "2015-04-07 13:37:13.734720"], ["updated_at", "2015-04-07 13:37:13.734720"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5811"], ["description", "I-am-the-goal-description_9165"], ["version", 1], ["created_at", "2015-04-07 13:37:13.738520"], ["updated_at", "2015-04-07 13:37:13.738520"], ["tracking", "150407-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8181"], ["description", "I-am-the-task-description_2864"], ["cost", 1], ["created_at", "2015-04-07 13:37:13.742153"], ["updated_at", "2015-04-07 13:37:13.742153"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4702"], ["description", "I-am-the-goal-description_3015"], ["version", 1], ["created_at", "2015-04-07 13:37:13.748396"], ["updated_at", "2015-04-07 13:37:13.748396"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8649"], ["description", "I-am-the-task-description_4558"], ["cost", 1], ["created_at", "2015-04-07 13:37:13.752008"], ["updated_at", "2015-04-07 13:37:13.752008"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:37:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.5ms) Completed 200 OK in 13ms (Views: 10.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-07 15:37:15 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-07.csv (0.6ms) Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7781"], ["description", "I-am-the-goal-description_2352"], ["version", 1], ["created_at", "2015-04-07 13:37:15.630466"], ["updated_at", "2015-04-07 13:37:15.630466"], ["tracking", "150407-1"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3858"], ["description", "I-am-the-task-description_6053"], ["cost", 1], ["created_at", "2015-04-07 13:37:15.637298"], ["updated_at", "2015-04-07 13:37:15.637298"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1873"], ["description", "I-am-the-goal-description_7265"], ["version", 1], ["created_at", "2015-04-07 13:37:15.641859"], ["updated_at", "2015-04-07 13:37:15.641859"], ["tracking", "150407-2"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task817"], ["description", "I-am-the-task-description_613"], ["cost", 1], ["created_at", "2015-04-07 13:37:15.646748"], ["updated_at", "2015-04-07 13:37:15.646748"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-07') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2783"], ["description", "I-am-the-goal-description_3630"], ["version", 1], ["created_at", "2015-04-07 13:37:15.651964"], ["updated_at", "2015-04-07 13:37:15.651964"], ["tracking", "150407-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task807"], ["description", "I-am-the-task-description_5498"], ["cost", 1], ["created_at", "2015-04-07 13:37:15.724656"], ["updated_at", "2015-04-07 13:37:15.724656"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-07 15:37:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.2ms) Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-07 15:37:17 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.8ms) Completed 200 OK in 25ms (Views: 24.2ms | ActiveRecord: 0.5ms)  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2987"], ["description", "I-am-the-goal-description_1874"], ["version", 1], ["created_at", "2015-04-08 07:08:02.374586"], ["updated_at", "2015-04-08 07:08:02.374586"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2727"], ["description", "I-am-the-task-description_9085"], ["cost", 1], ["created_at", "2015-04-08 07:08:02.384417"], ["updated_at", "2015-04-08 07:08:02.384417"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8515"], ["description", "I-am-the-goal-description_5449"], ["version", 1], ["created_at", "2015-04-08 07:08:02.435799"], ["updated_at", "2015-04-08 07:08:02.435799"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1055"], ["description", "I-am-the-goal-description_309"], ["version", 1], ["created_at", "2015-04-08 07:08:02.442869"], ["updated_at", "2015-04-08 07:08:02.442869"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7303"], ["description", "I-am-the-goal-description_7911"], ["version", 1], ["created_at", "2015-04-08 07:08:02.454102"], ["updated_at", "2015-04-08 07:08:02.454102"], ["tracking", "150408-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2332"], ["description", "I-am-the-goal-description_1861"], ["version", 1], ["created_at", "2015-04-08 07:08:02.462236"], ["updated_at", "2015-04-08 07:08:02.462236"], ["tracking", "150408-5"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4152"], ["description", "I-am-the-goal-description_4914"], ["version", 1], ["created_at", "2015-04-08 07:08:21.245967"], ["updated_at", "2015-04-08 07:08:21.245967"], ["tracking", "150408-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task931"], ["description", "I-am-the-task-description_792"], ["cost", 1], ["created_at", "2015-04-08 07:08:21.257441"], ["updated_at", "2015-04-08 07:08:21.257441"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9307"], ["description", "I-am-the-goal-description_6264"], ["version", 1], ["created_at", "2015-04-08 07:08:21.263775"], ["updated_at", "2015-04-08 07:08:21.263775"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8852"], ["description", "I-am-the-goal-description_6119"], ["version", 1], ["created_at", "2015-04-08 07:08:21.272073"], ["updated_at", "2015-04-08 07:08:21.272073"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8637"], ["description", "I-am-the-goal-description_9321"], ["version", 1], ["created_at", "2015-04-08 07:08:21.281799"], ["updated_at", "2015-04-08 07:08:21.281799"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9752"], ["description", "I-am-the-goal-description_4605"], ["version", 1], ["created_at", "2015-04-08 07:08:21.287738"], ["updated_at", "2015-04-08 07:08:21.287738"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_81"], ["description", "I-am-the-goal-description_2839"], ["version", 1], ["created_at", "2015-04-08 07:10:29.897926"], ["updated_at", "2015-04-08 07:10:29.897926"], ["tracking", "150408-1"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7375"], ["description", "I-am-the-task-description_6021"], ["cost", 1], ["created_at", "2015-04-08 07:10:29.909733"], ["updated_at", "2015-04-08 07:10:29.909733"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2032"], ["description", "I-am-the-goal-description_7196"], ["version", 1], ["created_at", "2015-04-08 07:10:29.967542"], ["updated_at", "2015-04-08 07:10:29.967542"], ["tracking", "150408-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5612"], ["description", "I-am-the-goal-description_6263"], ["version", 1], ["created_at", "2015-04-08 07:10:29.975300"], ["updated_at", "2015-04-08 07:10:29.975300"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1246"], ["description", "I-am-the-goal-description_5423"], ["version", 1], ["created_at", "2015-04-08 07:10:29.984778"], ["updated_at", "2015-04-08 07:10:29.984778"], ["tracking", "150408-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1294"], ["description", "I-am-the-goal-description_300"], ["version", 1], ["created_at", "2015-04-08 07:10:29.991360"], ["updated_at", "2015-04-08 07:10:29.991360"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2053"], ["description", "I-am-the-goal-description_2858"], ["version", 1], ["created_at", "2015-04-08 07:12:28.692811"], ["updated_at", "2015-04-08 07:12:28.692811"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_590"], ["description", "I-am-the-goal-description_4653"], ["version", 1], ["created_at", "2015-04-08 07:12:28.750412"], ["updated_at", "2015-04-08 07:12:28.750412"], ["tracking", "150408-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5818"], ["description", "I-am-the-goal-description_3624"], ["version", 1], ["created_at", "2015-04-08 07:12:28.769895"], ["updated_at", "2015-04-08 07:12:28.769895"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6727"], ["description", "I-am-the-task-description_443"], ["cost", 1], ["created_at", "2015-04-08 07:12:28.793833"], ["updated_at", "2015-04-08 07:12:28.793833"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1077"], ["description", "I-am-the-goal-description_3130"], ["version", 1], ["created_at", "2015-04-08 07:12:28.893655"], ["updated_at", "2015-04-08 07:12:28.893655"], ["tracking", "150408-4"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3464"], ["description", "I-am-the-goal-description_9889"], ["version", 1], ["created_at", "2015-04-08 07:12:28.905805"], ["updated_at", "2015-04-08 07:12:28.905805"], ["tracking", "150408-5"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task4506"], ["description", "I-am-the-task-description_358"], ["cost", 1], ["created_at", "2015-04-08 07:12:28.911311"], ["updated_at", "2015-04-08 07:12:28.911311"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5940"], ["description", "I-am-the-goal-description_5700"], ["version", 1], ["created_at", "2015-04-08 07:12:28.916602"], ["updated_at", "2015-04-08 07:12:28.916602"], ["tracking", "150408-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5959"], ["description", "I-am-the-task-description_654"], ["cost", 1], ["created_at", "2015-04-08 07:12:28.920827"], ["updated_at", "2015-04-08 07:12:28.920827"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_524"], ["description", "I-am-the-goal-description_9377"], ["version", 1], ["created_at", "2015-04-08 07:12:28.926733"], ["updated_at", "2015-04-08 07:12:28.926733"], ["tracking", "150408-7"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 7], ["title", "I-am-a-task2626"], ["description", "I-am-the-task-description_9003"], ["cost", 1], ["created_at", "2015-04-08 07:12:28.933820"], ["updated_at", "2015-04-08 07:12:28.933820"]]  (1.2ms) commit transaction  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9057"], ["description", "I-am-the-goal-description_612"], ["version", 1], ["created_at", "2015-04-08 08:05:02.213736"], ["updated_at", "2015-04-08 08:05:02.213736"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_817"], ["description", "I-am-the-goal-description_9314"], ["version", 1], ["created_at", "2015-04-08 08:05:02.226339"], ["updated_at", "2015-04-08 08:05:02.226339"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2671"], ["description", "I-am-the-goal-description_9635"], ["version", 1], ["created_at", "2015-04-08 08:05:02.242269"], ["updated_at", "2015-04-08 08:05:02.242269"], ["tracking", "150408-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5528"], ["description", "I-am-the-task-description_4116"], ["cost", 1], ["created_at", "2015-04-08 08:05:02.299146"], ["updated_at", "2015-04-08 08:05:02.299146"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8106"], ["description", "I-am-the-goal-description_6464"], ["version", 1], ["created_at", "2015-04-08 08:05:02.371984"], ["updated_at", "2015-04-08 08:05:02.371984"], ["tracking", "150408-4"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1040"], ["description", "I-am-the-goal-description_8063"], ["version", 1], ["created_at", "2015-04-08 08:05:02.378857"], ["updated_at", "2015-04-08 08:05:02.378857"], ["tracking", "150408-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2068"], ["description", "I-am-the-goal-description_8715"], ["version", 1], ["created_at", "2015-04-08 08:05:02.385125"], ["updated_at", "2015-04-08 08:05:02.385125"], ["tracking", "150408-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4451"], ["description", "I-am-the-goal-description_6054"], ["version", 1], ["created_at", "2015-04-08 08:05:02.392528"], ["updated_at", "2015-04-08 08:05:02.392528"], ["tracking", "150408-7"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task8776"], ["description", "I-am-the-task-description_7669"], ["cost", 1], ["created_at", "2015-04-08 08:05:02.396548"], ["updated_at", "2015-04-08 08:05:02.396548"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1368"], ["description", "I-am-the-goal-description_1317"], ["version", 1], ["created_at", "2015-04-08 08:05:02.402177"], ["updated_at", "2015-04-08 08:05:02.402177"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2619"], ["description", "I-am-the-task-description_9358"], ["cost", 1], ["created_at", "2015-04-08 08:05:02.406937"], ["updated_at", "2015-04-08 08:05:02.406937"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6156"], ["description", "I-am-the-goal-description_3682"], ["version", 1], ["created_at", "2015-04-08 08:05:02.412305"], ["updated_at", "2015-04-08 08:05:02.412305"], ["tracking", "150408-9"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 9], ["title", "I-am-a-task1768"], ["description", "I-am-the-task-description_777"], ["cost", 1], ["created_at", "2015-04-08 08:05:02.416306"], ["updated_at", "2015-04-08 08:05:02.416306"]]  (1.5ms) commit transaction  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2395"], ["description", "I-am-the-goal-description_9085"], ["version", 1], ["created_at", "2015-04-08 08:12:33.452894"], ["updated_at", "2015-04-08 08:12:33.452894"], ["tracking", "150408-1"]]  (1.4ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4099"], ["description", "I-am-the-goal-description_3332"], ["version", 1], ["created_at", "2015-04-08 08:12:33.466961"], ["updated_at", "2015-04-08 08:12:33.466961"], ["tracking", "150408-2"]]  (1.4ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9450"], ["description", "I-am-the-goal-description_8670"], ["version", 1], ["created_at", "2015-04-08 08:12:33.477876"], ["updated_at", "2015-04-08 08:12:33.477876"], ["tracking", "150408-3"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1965"], ["description", "I-am-the-goal-description_3073"], ["version", 1], ["created_at", "2015-04-08 08:12:33.487925"], ["updated_at", "2015-04-08 08:12:33.487925"], ["tracking", "150408-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_623"], ["description", "I-am-the-goal-description_7395"], ["version", 1], ["created_at", "2015-04-08 08:12:33.495237"], ["updated_at", "2015-04-08 08:12:33.495237"], ["tracking", "150408-5"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7256"], ["description", "I-am-the-goal-description_589"], ["version", 1], ["created_at", "2015-04-08 08:12:33.576576"], ["updated_at", "2015-04-08 08:12:33.576576"], ["tracking", "150408-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5953"], ["description", "I-am-the-goal-description_7676"], ["version", 1], ["created_at", "2015-04-08 08:12:33.582497"], ["updated_at", "2015-04-08 08:12:33.582497"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5055"], ["description", "I-am-the-goal-description_6402"], ["version", 1], ["created_at", "2015-04-08 08:12:33.599936"], ["updated_at", "2015-04-08 08:12:33.599936"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task5375"], ["description", "I-am-the-task-description_2929"], ["cost", 1], ["created_at", "2015-04-08 08:12:33.613100"], ["updated_at", "2015-04-08 08:12:33.613100"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9406"], ["description", "I-am-the-goal-description_477"], ["version", 1], ["created_at", "2015-04-08 08:12:33.621408"], ["updated_at", "2015-04-08 08:12:33.621408"], ["tracking", "150408-9"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2073"], ["description", "I-am-the-goal-description_2808"], ["version", 1], ["created_at", "2015-04-08 08:12:33.629768"], ["updated_at", "2015-04-08 08:12:33.629768"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7545"], ["description", "I-am-the-goal-description_6259"], ["version", 1], ["created_at", "2015-04-08 08:12:33.637682"], ["updated_at", "2015-04-08 08:12:33.637682"], ["tracking", "150408-11"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3953"], ["description", "I-am-the-goal-description_7061"], ["version", 1], ["created_at", "2015-04-08 08:12:33.646312"], ["updated_at", "2015-04-08 08:12:33.646312"], ["tracking", "150408-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7849"], ["description", "I-am-the-task-description_6267"], ["cost", 1], ["created_at", "2015-04-08 08:12:33.650081"], ["updated_at", "2015-04-08 08:12:33.650081"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7465"], ["description", "I-am-the-goal-description_4231"], ["version", 1], ["created_at", "2015-04-08 08:12:33.654969"], ["updated_at", "2015-04-08 08:12:33.654969"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1186"], ["description", "I-am-the-task-description_9146"], ["cost", 1], ["created_at", "2015-04-08 08:12:33.659853"], ["updated_at", "2015-04-08 08:12:33.659853"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7435"], ["description", "I-am-the-goal-description_5513"], ["version", 1], ["created_at", "2015-04-08 08:12:33.664320"], ["updated_at", "2015-04-08 08:12:33.664320"], ["tracking", "150408-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7104"], ["description", "I-am-the-task-description_7450"], ["cost", 1], ["created_at", "2015-04-08 08:12:33.669251"], ["updated_at", "2015-04-08 08:12:33.669251"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5149"], ["description", "I-am-the-goal-description_9347"], ["version", 1], ["created_at", "2015-04-08 08:12:33.673998"], ["updated_at", "2015-04-08 08:12:33.673998"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8539"], ["description", "I-am-the-task-description_7326"], ["cost", 1], ["created_at", "2015-04-08 08:12:33.679118"], ["updated_at", "2015-04-08 08:12:33.679118"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_956"], ["description", "I-am-the-goal-description_4052"], ["version", 1], ["created_at", "2015-04-08 08:12:33.683612"], ["updated_at", "2015-04-08 08:12:33.683612"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1877"], ["description", "I-am-the-task-description_4401"], ["cost", 1], ["created_at", "2015-04-08 08:12:33.689087"], ["updated_at", "2015-04-08 08:12:33.689087"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9407"], ["description", "I-am-the-goal-description_5519"], ["version", 1], ["created_at", "2015-04-08 08:12:33.694538"], ["updated_at", "2015-04-08 08:12:33.694538"], ["tracking", "150408-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4266"], ["description", "I-am-the-task-description_6119"], ["cost", 1], ["created_at", "2015-04-08 08:12:33.698908"], ["updated_at", "2015-04-08 08:12:33.698908"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9661"], ["description", "I-am-the-goal-description_5305"], ["version", 1], ["created_at", "2015-04-08 08:12:33.704880"], ["updated_at", "2015-04-08 08:12:33.704880"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4896"], ["description", "I-am-the-task-description_4881"], ["cost", 1], ["created_at", "2015-04-08 08:12:33.708974"], ["updated_at", "2015-04-08 08:12:33.708974"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8400"], ["description", "I-am-the-goal-description_9373"], ["version", 1], ["created_at", "2015-04-08 08:12:33.714032"], ["updated_at", "2015-04-08 08:12:33.714032"], ["tracking", "150408-19"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 19], ["title", "I-am-a-task5585"], ["description", "I-am-the-task-description_3048"], ["cost", 1], ["created_at", "2015-04-08 08:12:33.717978"], ["updated_at", "2015-04-08 08:12:33.717978"]]  (0.8ms) commit transaction  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2406"], ["description", "I-am-the-goal-description_8723"], ["version", 1], ["created_at", "2015-04-08 08:13:13.149292"], ["updated_at", "2015-04-08 08:13:13.149292"], ["tracking", "150408-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task231"], ["description", "I-am-the-task-description_5848"], ["cost", 1], ["created_at", "2015-04-08 08:13:13.210461"], ["updated_at", "2015-04-08 08:13:13.210461"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 08:13:13.222988"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 08:13:13.224309"], ["updated_at", "2015-04-08 08:13:13.224309"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 08:13:13.226439"], ["id", 1]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 08:13:13 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 08:13:13 UTC", "updated_at"=>"2015-04-08 08:13:13 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 08:13:13.313803"], ["created_at", "2015-04-08 08:13:13.315744"], ["updated_at", "2015-04-08 08:13:13.315744"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 81ms (ActiveRecord: 2.4ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1050"], ["description", "I-am-the-goal-description_5879"], ["version", 1], ["created_at", "2015-04-08 08:15:02.988531"], ["updated_at", "2015-04-08 08:15:02.988531"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3975"], ["description", "I-am-the-goal-description_193"], ["version", 1], ["created_at", "2015-04-08 08:15:02.999201"], ["updated_at", "2015-04-08 08:15:02.999201"], ["tracking", "150408-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6831"], ["description", "I-am-the-goal-description_1272"], ["version", 1], ["created_at", "2015-04-08 08:15:03.005197"], ["updated_at", "2015-04-08 08:15:03.005197"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8479"], ["description", "I-am-the-goal-description_5031"], ["version", 1], ["created_at", "2015-04-08 08:15:03.011202"], ["updated_at", "2015-04-08 08:15:03.011202"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6624"], ["description", "I-am-the-goal-description_6797"], ["version", 1], ["created_at", "2015-04-08 08:15:03.016730"], ["updated_at", "2015-04-08 08:15:03.016730"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1178"], ["description", "I-am-the-goal-description_4548"], ["version", 1], ["created_at", "2015-04-08 08:15:03.101381"], ["updated_at", "2015-04-08 08:15:03.101381"], ["tracking", "150408-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3583"], ["description", "I-am-the-goal-description_7654"], ["version", 1], ["created_at", "2015-04-08 08:15:03.108236"], ["updated_at", "2015-04-08 08:15:03.108236"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6849"], ["description", "I-am-the-goal-description_9288"], ["version", 1], ["created_at", "2015-04-08 08:15:03.131265"], ["updated_at", "2015-04-08 08:15:03.131265"], ["tracking", "150408-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7421"], ["description", "I-am-the-task-description_2617"], ["cost", 1], ["created_at", "2015-04-08 08:15:03.185541"], ["updated_at", "2015-04-08 08:15:03.185541"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3017"], ["description", "I-am-the-goal-description_342"], ["version", 1], ["created_at", "2015-04-08 08:15:03.192471"], ["updated_at", "2015-04-08 08:15:03.192471"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9953"], ["description", "I-am-the-goal-description_6641"], ["version", 1], ["created_at", "2015-04-08 08:15:03.199098"], ["updated_at", "2015-04-08 08:15:03.199098"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3337"], ["description", "I-am-the-goal-description_1711"], ["version", 1], ["created_at", "2015-04-08 08:15:03.206540"], ["updated_at", "2015-04-08 08:15:03.206540"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3706"], ["description", "I-am-the-goal-description_1175"], ["version", 1], ["created_at", "2015-04-08 08:15:03.213545"], ["updated_at", "2015-04-08 08:15:03.213545"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5899"], ["description", "I-am-the-task-description_7096"], ["cost", 1], ["created_at", "2015-04-08 08:15:03.217149"], ["updated_at", "2015-04-08 08:15:03.217149"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6845"], ["description", "I-am-the-goal-description_9928"], ["version", 1], ["created_at", "2015-04-08 08:15:03.221381"], ["updated_at", "2015-04-08 08:15:03.221381"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3258"], ["description", "I-am-the-task-description_1937"], ["cost", 1], ["created_at", "2015-04-08 08:15:03.227762"], ["updated_at", "2015-04-08 08:15:03.227762"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3107"], ["description", "I-am-the-goal-description_4293"], ["version", 1], ["created_at", "2015-04-08 08:15:03.234090"], ["updated_at", "2015-04-08 08:15:03.234090"], ["tracking", "150408-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task587"], ["description", "I-am-the-task-description_1266"], ["cost", 1], ["created_at", "2015-04-08 08:15:03.239969"], ["updated_at", "2015-04-08 08:15:03.239969"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8541"], ["description", "I-am-the-goal-description_8674"], ["version", 1], ["created_at", "2015-04-08 08:15:03.245849"], ["updated_at", "2015-04-08 08:15:03.245849"], ["tracking", "150408-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3036"], ["description", "I-am-the-task-description_6225"], ["cost", 1], ["created_at", "2015-04-08 08:15:03.251494"], ["updated_at", "2015-04-08 08:15:03.251494"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5844"], ["description", "I-am-the-goal-description_819"], ["version", 1], ["created_at", "2015-04-08 08:15:03.257312"], ["updated_at", "2015-04-08 08:15:03.257312"], ["tracking", "150408-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7562"], ["description", "I-am-the-task-description_6152"], ["cost", 1], ["created_at", "2015-04-08 08:15:03.262141"], ["updated_at", "2015-04-08 08:15:03.262141"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9324"], ["description", "I-am-the-goal-description_2403"], ["version", 1], ["created_at", "2015-04-08 08:15:03.267474"], ["updated_at", "2015-04-08 08:15:03.267474"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3115"], ["description", "I-am-the-task-description_9625"], ["cost", 1], ["created_at", "2015-04-08 08:15:03.271779"], ["updated_at", "2015-04-08 08:15:03.271779"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9752"], ["description", "I-am-the-goal-description_1526"], ["version", 1], ["created_at", "2015-04-08 08:15:03.276930"], ["updated_at", "2015-04-08 08:15:03.276930"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4130"], ["description", "I-am-the-task-description_8522"], ["cost", 1], ["created_at", "2015-04-08 08:15:03.282362"], ["updated_at", "2015-04-08 08:15:03.282362"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3381"], ["description", "I-am-the-goal-description_1569"], ["version", 1], ["created_at", "2015-04-08 08:15:03.287487"], ["updated_at", "2015-04-08 08:15:03.287487"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 19], ["title", "I-am-a-task93"], ["description", "I-am-the-task-description_8252"], ["cost", 1], ["created_at", "2015-04-08 08:15:03.291704"], ["updated_at", "2015-04-08 08:15:03.291704"]]  (0.8ms) commit transaction  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3551"], ["description", "I-am-the-goal-description_9574"], ["version", 1], ["created_at", "2015-04-08 08:15:45.019334"], ["updated_at", "2015-04-08 08:15:45.019334"], ["tracking", "150408-1"]]  (1.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3981"], ["description", "I-am-the-goal-description_739"], ["version", 1], ["created_at", "2015-04-08 08:15:45.033864"], ["updated_at", "2015-04-08 08:15:45.033864"], ["tracking", "150408-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4715"], ["description", "I-am-the-goal-description_3478"], ["version", 1], ["created_at", "2015-04-08 08:15:45.040060"], ["updated_at", "2015-04-08 08:15:45.040060"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4491"], ["description", "I-am-the-goal-description_7807"], ["version", 1], ["created_at", "2015-04-08 08:15:45.046155"], ["updated_at", "2015-04-08 08:15:45.046155"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7742"], ["description", "I-am-the-goal-description_5914"], ["version", 1], ["created_at", "2015-04-08 08:15:45.051750"], ["updated_at", "2015-04-08 08:15:45.051750"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5600"], ["description", "I-am-the-goal-description_8864"], ["version", 1], ["created_at", "2015-04-08 08:15:45.137558"], ["updated_at", "2015-04-08 08:15:45.137558"], ["tracking", "150408-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9801"], ["description", "I-am-the-goal-description_2183"], ["version", 1], ["created_at", "2015-04-08 08:15:45.144372"], ["updated_at", "2015-04-08 08:15:45.144372"], ["tracking", "150408-7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2391"], ["description", "I-am-the-goal-description_5183"], ["version", 1], ["created_at", "2015-04-08 08:15:45.161449"], ["updated_at", "2015-04-08 08:15:45.161449"], ["tracking", "150408-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2865"], ["description", "I-am-the-task-description_6753"], ["cost", 1], ["created_at", "2015-04-08 08:15:45.173967"], ["updated_at", "2015-04-08 08:15:45.173967"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_196"], ["description", "I-am-the-goal-description_6020"], ["version", 1], ["created_at", "2015-04-08 08:15:45.181412"], ["updated_at", "2015-04-08 08:15:45.181412"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5466"], ["description", "I-am-the-goal-description_9443"], ["version", 1], ["created_at", "2015-04-08 08:15:45.186421"], ["updated_at", "2015-04-08 08:15:45.186421"], ["tracking", "150408-10"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1234"], ["description", "I-am-the-goal-description_6652"], ["version", 1], ["created_at", "2015-04-08 08:15:45.194814"], ["updated_at", "2015-04-08 08:15:45.194814"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6653"], ["description", "I-am-the-goal-description_1791"], ["version", 1], ["created_at", "2015-04-08 08:15:45.201398"], ["updated_at", "2015-04-08 08:15:45.201398"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task313"], ["description", "I-am-the-task-description_1953"], ["cost", 1], ["created_at", "2015-04-08 08:15:45.205016"], ["updated_at", "2015-04-08 08:15:45.205016"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8341"], ["description", "I-am-the-goal-description_3904"], ["version", 1], ["created_at", "2015-04-08 08:15:45.209087"], ["updated_at", "2015-04-08 08:15:45.209087"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4174"], ["description", "I-am-the-task-description_4341"], ["cost", 1], ["created_at", "2015-04-08 08:15:45.214026"], ["updated_at", "2015-04-08 08:15:45.214026"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3674"], ["description", "I-am-the-goal-description_1102"], ["version", 1], ["created_at", "2015-04-08 08:15:45.218796"], ["updated_at", "2015-04-08 08:15:45.218796"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task1835"], ["description", "I-am-the-task-description_8191"], ["cost", 1], ["created_at", "2015-04-08 08:15:45.223584"], ["updated_at", "2015-04-08 08:15:45.223584"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9464"], ["description", "I-am-the-goal-description_5091"], ["version", 1], ["created_at", "2015-04-08 08:15:45.228804"], ["updated_at", "2015-04-08 08:15:45.228804"], ["tracking", "150408-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8781"], ["description", "I-am-the-task-description_752"], ["cost", 1], ["created_at", "2015-04-08 08:15:45.233609"], ["updated_at", "2015-04-08 08:15:45.233609"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3069"], ["description", "I-am-the-goal-description_9005"], ["version", 1], ["created_at", "2015-04-08 08:15:45.238198"], ["updated_at", "2015-04-08 08:15:45.238198"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6689"], ["description", "I-am-the-task-description_6456"], ["cost", 1], ["created_at", "2015-04-08 08:15:45.244782"], ["updated_at", "2015-04-08 08:15:45.244782"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7115"], ["description", "I-am-the-goal-description_9360"], ["version", 1], ["created_at", "2015-04-08 08:15:45.249970"], ["updated_at", "2015-04-08 08:15:45.249970"], ["tracking", "150408-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1095"], ["description", "I-am-the-task-description_3852"], ["cost", 1], ["created_at", "2015-04-08 08:15:45.253921"], ["updated_at", "2015-04-08 08:15:45.253921"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6415"], ["description", "I-am-the-goal-description_3675"], ["version", 1], ["created_at", "2015-04-08 08:15:45.258907"], ["updated_at", "2015-04-08 08:15:45.258907"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6800"], ["description", "I-am-the-task-description_7700"], ["cost", 1], ["created_at", "2015-04-08 08:15:45.262771"], ["updated_at", "2015-04-08 08:15:45.262771"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7378"], ["description", "I-am-the-goal-description_185"], ["version", 1], ["created_at", "2015-04-08 08:15:45.268050"], ["updated_at", "2015-04-08 08:15:45.268050"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 19], ["title", "I-am-a-task5472"], ["description", "I-am-the-task-description_6550"], ["cost", 1], ["created_at", "2015-04-08 08:15:45.271900"], ["updated_at", "2015-04-08 08:15:45.271900"]]  (0.7ms) commit transaction  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9649"], ["description", "I-am-the-goal-description_6580"], ["version", 1], ["created_at", "2015-04-08 08:17:49.347409"], ["updated_at", "2015-04-08 08:17:49.347409"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2149"], ["description", "I-am-the-goal-description_4943"], ["version", 1], ["created_at", "2015-04-08 08:17:49.358880"], ["updated_at", "2015-04-08 08:17:49.358880"], ["tracking", "150408-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9180"], ["description", "I-am-the-goal-description_9216"], ["version", 1], ["created_at", "2015-04-08 08:17:49.364180"], ["updated_at", "2015-04-08 08:17:49.364180"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2780"], ["description", "I-am-the-goal-description_8716"], ["version", 1], ["created_at", "2015-04-08 08:17:49.369208"], ["updated_at", "2015-04-08 08:17:49.369208"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5337"], ["description", "I-am-the-goal-description_4208"], ["version", 1], ["created_at", "2015-04-08 08:17:49.374407"], ["updated_at", "2015-04-08 08:17:49.374407"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_558"], ["description", "I-am-the-goal-description_2938"], ["version", 1], ["created_at", "2015-04-08 08:17:49.515707"], ["updated_at", "2015-04-08 08:17:49.515707"], ["tracking", "150408-6"]]  (1.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7910"], ["description", "I-am-the-goal-description_2344"], ["version", 1], ["created_at", "2015-04-08 08:17:49.523115"], ["updated_at", "2015-04-08 08:17:49.523115"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5602"], ["description", "I-am-the-goal-description_5729"], ["version", 1], ["created_at", "2015-04-08 08:17:49.581264"], ["updated_at", "2015-04-08 08:17:49.581264"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task1831"], ["description", "I-am-the-task-description_3050"], ["cost", 1], ["created_at", "2015-04-08 08:17:49.593370"], ["updated_at", "2015-04-08 08:17:49.593370"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2292"], ["description", "I-am-the-goal-description_6975"], ["version", 1], ["created_at", "2015-04-08 08:17:49.601321"], ["updated_at", "2015-04-08 08:17:49.601321"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8870"], ["description", "I-am-the-goal-description_2615"], ["version", 1], ["created_at", "2015-04-08 08:17:49.607144"], ["updated_at", "2015-04-08 08:17:49.607144"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6276"], ["description", "I-am-the-goal-description_982"], ["version", 1], ["created_at", "2015-04-08 08:17:49.613594"], ["updated_at", "2015-04-08 08:17:49.613594"], ["tracking", "150408-11"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8238"], ["description", "I-am-the-goal-description_2007"], ["version", 1], ["created_at", "2015-04-08 08:17:49.620212"], ["updated_at", "2015-04-08 08:17:49.620212"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9168"], ["description", "I-am-the-task-description_5942"], ["cost", 1], ["created_at", "2015-04-08 08:17:49.624728"], ["updated_at", "2015-04-08 08:17:49.624728"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5321"], ["description", "I-am-the-goal-description_8719"], ["version", 1], ["created_at", "2015-04-08 08:17:49.629291"], ["updated_at", "2015-04-08 08:17:49.629291"], ["tracking", "150408-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task776"], ["description", "I-am-the-task-description_810"], ["cost", 1], ["created_at", "2015-04-08 08:17:49.635065"], ["updated_at", "2015-04-08 08:17:49.635065"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2041"], ["description", "I-am-the-goal-description_6572"], ["version", 1], ["created_at", "2015-04-08 08:17:49.640332"], ["updated_at", "2015-04-08 08:17:49.640332"], ["tracking", "150408-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4470"], ["description", "I-am-the-task-description_1681"], ["cost", 1], ["created_at", "2015-04-08 08:17:49.645564"], ["updated_at", "2015-04-08 08:17:49.645564"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7472"], ["description", "I-am-the-goal-description_707"], ["version", 1], ["created_at", "2015-04-08 08:17:49.650099"], ["updated_at", "2015-04-08 08:17:49.650099"], ["tracking", "150408-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6953"], ["description", "I-am-the-task-description_5521"], ["cost", 1], ["created_at", "2015-04-08 08:17:49.655684"], ["updated_at", "2015-04-08 08:17:49.655684"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6118"], ["description", "I-am-the-goal-description_6662"], ["version", 1], ["created_at", "2015-04-08 08:17:49.660820"], ["updated_at", "2015-04-08 08:17:49.660820"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8236"], ["description", "I-am-the-task-description_9776"], ["cost", 1], ["created_at", "2015-04-08 08:17:49.665678"], ["updated_at", "2015-04-08 08:17:49.665678"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2781"], ["description", "I-am-the-goal-description_5931"], ["version", 1], ["created_at", "2015-04-08 08:17:49.671365"], ["updated_at", "2015-04-08 08:17:49.671365"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8890"], ["description", "I-am-the-task-description_656"], ["cost", 1], ["created_at", "2015-04-08 08:17:49.675188"], ["updated_at", "2015-04-08 08:17:49.675188"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7679"], ["description", "I-am-the-goal-description_763"], ["version", 1], ["created_at", "2015-04-08 08:17:49.681952"], ["updated_at", "2015-04-08 08:17:49.681952"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task383"], ["description", "I-am-the-task-description_2937"], ["cost", 1], ["created_at", "2015-04-08 08:17:49.688402"], ["updated_at", "2015-04-08 08:17:49.688402"]]  (3.1ms) commit transaction  (0.5ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5964"], ["description", "I-am-the-goal-description_3831"], ["version", 1], ["created_at", "2015-04-08 08:17:49.714068"], ["updated_at", "2015-04-08 08:17:49.714068"], ["tracking", "150408-19"]]  (2.4ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 19], ["title", "I-am-a-task602"], ["description", "I-am-the-task-description_592"], ["cost", 1], ["created_at", "2015-04-08 08:17:49.727935"], ["updated_at", "2015-04-08 08:17:49.727935"]]  (2.6ms) commit transaction  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_753"], ["description", "I-am-the-goal-description_7989"], ["version", 1], ["created_at", "2015-04-08 08:18:43.851095"], ["updated_at", "2015-04-08 08:18:43.851095"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9913"], ["description", "I-am-the-goal-description_4178"], ["version", 1], ["created_at", "2015-04-08 08:18:43.861764"], ["updated_at", "2015-04-08 08:18:43.861764"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7621"], ["description", "I-am-the-goal-description_7372"], ["version", 1], ["created_at", "2015-04-08 08:18:43.866703"], ["updated_at", "2015-04-08 08:18:43.866703"], ["tracking", "150408-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9610"], ["description", "I-am-the-goal-description_9192"], ["version", 1], ["created_at", "2015-04-08 08:18:43.871764"], ["updated_at", "2015-04-08 08:18:43.871764"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7510"], ["description", "I-am-the-goal-description_5176"], ["version", 1], ["created_at", "2015-04-08 08:18:43.876701"], ["updated_at", "2015-04-08 08:18:43.876701"], ["tracking", "150408-5"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3497"], ["description", "I-am-the-goal-description_1715"], ["version", 1], ["created_at", "2015-04-08 08:18:43.960266"], ["updated_at", "2015-04-08 08:18:43.960266"], ["tracking", "150408-6"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_208"], ["description", "I-am-the-goal-description_4727"], ["version", 1], ["created_at", "2015-04-08 08:18:43.966779"], ["updated_at", "2015-04-08 08:18:43.966779"], ["tracking", "150408-7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1952"], ["description", "I-am-the-goal-description_7722"], ["version", 1], ["created_at", "2015-04-08 08:18:43.984615"], ["updated_at", "2015-04-08 08:18:43.984615"], ["tracking", "150408-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6391"], ["description", "I-am-the-task-description_8506"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.039374"], ["updated_at", "2015-04-08 08:18:44.039374"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8093"], ["description", "I-am-the-goal-description_2318"], ["version", 1], ["created_at", "2015-04-08 08:18:44.046153"], ["updated_at", "2015-04-08 08:18:44.046153"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9549"], ["description", "I-am-the-goal-description_7540"], ["version", 1], ["created_at", "2015-04-08 08:18:44.051296"], ["updated_at", "2015-04-08 08:18:44.051296"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9696"], ["description", "I-am-the-goal-description_5938"], ["version", 1], ["created_at", "2015-04-08 08:18:44.057990"], ["updated_at", "2015-04-08 08:18:44.057990"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9701"], ["description", "I-am-the-goal-description_9620"], ["version", 1], ["created_at", "2015-04-08 08:18:44.064445"], ["updated_at", "2015-04-08 08:18:44.064445"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3934"], ["description", "I-am-the-task-description_2950"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.068328"], ["updated_at", "2015-04-08 08:18:44.068328"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3969"], ["description", "I-am-the-goal-description_8110"], ["version", 1], ["created_at", "2015-04-08 08:18:44.072343"], ["updated_at", "2015-04-08 08:18:44.072343"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9048"], ["description", "I-am-the-task-description_4929"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.077114"], ["updated_at", "2015-04-08 08:18:44.077114"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8349"], ["description", "I-am-the-goal-description_3038"], ["version", 1], ["created_at", "2015-04-08 08:18:44.082903"], ["updated_at", "2015-04-08 08:18:44.082903"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7045"], ["description", "I-am-the-task-description_1308"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.089248"], ["updated_at", "2015-04-08 08:18:44.089248"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4576"], ["description", "I-am-the-goal-description_6306"], ["version", 1], ["created_at", "2015-04-08 08:18:44.094032"], ["updated_at", "2015-04-08 08:18:44.094032"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7437"], ["description", "I-am-the-task-description_1680"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.098718"], ["updated_at", "2015-04-08 08:18:44.098718"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8125"], ["description", "I-am-the-goal-description_3618"], ["version", 1], ["created_at", "2015-04-08 08:18:44.103345"], ["updated_at", "2015-04-08 08:18:44.103345"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7593"], ["description", "I-am-the-task-description_9215"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.108121"], ["updated_at", "2015-04-08 08:18:44.108121"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7040"], ["description", "I-am-the-goal-description_7835"], ["version", 1], ["created_at", "2015-04-08 08:18:44.113512"], ["updated_at", "2015-04-08 08:18:44.113512"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1682"], ["description", "I-am-the-task-description_2557"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.117373"], ["updated_at", "2015-04-08 08:18:44.117373"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3803"], ["description", "I-am-the-goal-description_4308"], ["version", 1], ["created_at", "2015-04-08 08:18:44.122208"], ["updated_at", "2015-04-08 08:18:44.122208"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8119"], ["description", "I-am-the-task-description_5216"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.126874"], ["updated_at", "2015-04-08 08:18:44.126874"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8632"], ["description", "I-am-the-goal-description_8139"], ["version", 1], ["created_at", "2015-04-08 08:18:44.131677"], ["updated_at", "2015-04-08 08:18:44.131677"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task376"], ["description", "I-am-the-task-description_7996"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.135522"], ["updated_at", "2015-04-08 08:18:44.135522"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1672"], ["description", "I-am-the-goal-description_5719"], ["version", 1], ["created_at", "2015-04-08 08:18:44.141764"], ["updated_at", "2015-04-08 08:18:44.141764"], ["tracking", "150408-20"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5856"], ["description", "I-am-the-task-description_5484"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.146218"], ["updated_at", "2015-04-08 08:18:44.146218"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2406"], ["description", "I-am-the-goal-description_2061"], ["version", 1], ["created_at", "2015-04-08 08:18:44.151874"], ["updated_at", "2015-04-08 08:18:44.151874"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task3928"], ["description", "I-am-the-task-description_5480"], ["cost", 1], ["created_at", "2015-04-08 08:18:44.155718"], ["updated_at", "2015-04-08 08:18:44.155718"]]  (0.8ms) commit transaction  (3.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8981"], ["description", "I-am-the-goal-description_6250"], ["version", 1], ["created_at", "2015-04-08 08:20:40.266717"], ["updated_at", "2015-04-08 08:20:40.266717"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4692"], ["description", "I-am-the-goal-description_1977"], ["version", 1], ["created_at", "2015-04-08 08:20:40.277364"], ["updated_at", "2015-04-08 08:20:40.277364"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1781"], ["description", "I-am-the-goal-description_2078"], ["version", 1], ["created_at", "2015-04-08 08:20:40.283310"], ["updated_at", "2015-04-08 08:20:40.283310"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_573"], ["description", "I-am-the-goal-description_8384"], ["version", 1], ["created_at", "2015-04-08 08:20:40.289431"], ["updated_at", "2015-04-08 08:20:40.289431"], ["tracking", "150408-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3971"], ["description", "I-am-the-goal-description_491"], ["version", 1], ["created_at", "2015-04-08 08:20:40.295087"], ["updated_at", "2015-04-08 08:20:40.295087"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4147"], ["description", "I-am-the-goal-description_4632"], ["version", 1], ["created_at", "2015-04-08 08:20:40.379086"], ["updated_at", "2015-04-08 08:20:40.379086"], ["tracking", "150408-6"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2363"], ["description", "I-am-the-goal-description_8855"], ["version", 1], ["created_at", "2015-04-08 08:20:40.385440"], ["updated_at", "2015-04-08 08:20:40.385440"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7557"], ["description", "I-am-the-goal-description_4926"], ["version", 1], ["created_at", "2015-04-08 08:20:40.402324"], ["updated_at", "2015-04-08 08:20:40.402324"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task8272"], ["description", "I-am-the-task-description_5642"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.454240"], ["updated_at", "2015-04-08 08:20:40.454240"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4107"], ["description", "I-am-the-goal-description_3049"], ["version", 1], ["created_at", "2015-04-08 08:20:40.460573"], ["updated_at", "2015-04-08 08:20:40.460573"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_386"], ["description", "I-am-the-goal-description_1388"], ["version", 1], ["created_at", "2015-04-08 08:20:40.465875"], ["updated_at", "2015-04-08 08:20:40.465875"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7295"], ["description", "I-am-the-goal-description_7768"], ["version", 1], ["created_at", "2015-04-08 08:20:40.472695"], ["updated_at", "2015-04-08 08:20:40.472695"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8621"], ["description", "I-am-the-goal-description_3517"], ["version", 1], ["created_at", "2015-04-08 08:20:40.479313"], ["updated_at", "2015-04-08 08:20:40.479313"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4258"], ["description", "I-am-the-task-description_4228"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.482906"], ["updated_at", "2015-04-08 08:20:40.482906"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4303"], ["description", "I-am-the-goal-description_197"], ["version", 1], ["created_at", "2015-04-08 08:20:40.486910"], ["updated_at", "2015-04-08 08:20:40.486910"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1012"], ["description", "I-am-the-task-description_7750"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.491723"], ["updated_at", "2015-04-08 08:20:40.491723"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2131"], ["description", "I-am-the-goal-description_4470"], ["version", 1], ["created_at", "2015-04-08 08:20:40.497492"], ["updated_at", "2015-04-08 08:20:40.497492"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3467"], ["description", "I-am-the-task-description_6503"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.502829"], ["updated_at", "2015-04-08 08:20:40.502829"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5586"], ["description", "I-am-the-goal-description_6745"], ["version", 1], ["created_at", "2015-04-08 08:20:40.507272"], ["updated_at", "2015-04-08 08:20:40.507272"], ["tracking", "150408-15"]]  (1.1ms) commit transaction  (0.4ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5059"], ["description", "I-am-the-task-description_9375"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.514342"], ["updated_at", "2015-04-08 08:20:40.514342"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7835"], ["description", "I-am-the-goal-description_3439"], ["version", 1], ["created_at", "2015-04-08 08:20:40.519684"], ["updated_at", "2015-04-08 08:20:40.519684"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6888"], ["description", "I-am-the-task-description_6792"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.524505"], ["updated_at", "2015-04-08 08:20:40.524505"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3374"], ["description", "I-am-the-goal-description_472"], ["version", 1], ["created_at", "2015-04-08 08:20:40.529914"], ["updated_at", "2015-04-08 08:20:40.529914"], ["tracking", "150408-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3126"], ["description", "I-am-the-task-description_2988"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.533751"], ["updated_at", "2015-04-08 08:20:40.533751"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4483"], ["description", "I-am-the-goal-description_5107"], ["version", 1], ["created_at", "2015-04-08 08:20:40.538592"], ["updated_at", "2015-04-08 08:20:40.538592"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7625"], ["description", "I-am-the-task-description_3108"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.542738"], ["updated_at", "2015-04-08 08:20:40.542738"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7449"], ["description", "I-am-the-goal-description_9255"], ["version", 1], ["created_at", "2015-04-08 08:20:40.547745"], ["updated_at", "2015-04-08 08:20:40.547745"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7534"], ["description", "I-am-the-task-description_191"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.552076"], ["updated_at", "2015-04-08 08:20:40.552076"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2188"], ["description", "I-am-the-goal-description_2952"], ["version", 1], ["created_at", "2015-04-08 08:20:40.557014"], ["updated_at", "2015-04-08 08:20:40.557014"], ["tracking", "150408-20"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5219"], ["description", "I-am-the-task-description_2613"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.561414"], ["updated_at", "2015-04-08 08:20:40.561414"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2684"], ["description", "I-am-the-goal-description_433"], ["version", 1], ["created_at", "2015-04-08 08:20:40.568325"], ["updated_at", "2015-04-08 08:20:40.568325"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task803"], ["description", "I-am-the-task-description_3932"], ["cost", 1], ["created_at", "2015-04-08 08:20:40.572220"], ["updated_at", "2015-04-08 08:20:40.572220"]]  (0.8ms) commit transaction  (3.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2611"], ["description", "I-am-the-goal-description_9655"], ["version", 1], ["created_at", "2015-04-08 08:21:14.679105"], ["updated_at", "2015-04-08 08:21:14.679105"], ["tracking", "150408-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1343"], ["description", "I-am-the-goal-description_6219"], ["version", 1], ["created_at", "2015-04-08 08:21:14.693289"], ["updated_at", "2015-04-08 08:21:14.693289"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1140"], ["description", "I-am-the-goal-description_4995"], ["version", 1], ["created_at", "2015-04-08 08:21:14.699312"], ["updated_at", "2015-04-08 08:21:14.699312"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3057"], ["description", "I-am-the-goal-description_3168"], ["version", 1], ["created_at", "2015-04-08 08:21:14.704726"], ["updated_at", "2015-04-08 08:21:14.704726"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5592"], ["description", "I-am-the-goal-description_7841"], ["version", 1], ["created_at", "2015-04-08 08:21:14.709744"], ["updated_at", "2015-04-08 08:21:14.709744"], ["tracking", "150408-5"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4210"], ["description", "I-am-the-goal-description_8829"], ["version", 1], ["created_at", "2015-04-08 08:21:14.796016"], ["updated_at", "2015-04-08 08:21:14.796016"], ["tracking", "150408-6"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5572"], ["description", "I-am-the-goal-description_1727"], ["version", 1], ["created_at", "2015-04-08 08:21:14.802222"], ["updated_at", "2015-04-08 08:21:14.802222"], ["tracking", "150408-7"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_967"], ["description", "I-am-the-goal-description_2617"], ["version", 1], ["created_at", "2015-04-08 08:21:14.819109"], ["updated_at", "2015-04-08 08:21:14.819109"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task8500"], ["description", "I-am-the-task-description_5983"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.829801"], ["updated_at", "2015-04-08 08:21:14.829801"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_681"], ["description", "I-am-the-goal-description_8218"], ["version", 1], ["created_at", "2015-04-08 08:21:14.838615"], ["updated_at", "2015-04-08 08:21:14.838615"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1556"], ["description", "I-am-the-goal-description_322"], ["version", 1], ["created_at", "2015-04-08 08:21:14.844091"], ["updated_at", "2015-04-08 08:21:14.844091"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4195"], ["description", "I-am-the-goal-description_5156"], ["version", 1], ["created_at", "2015-04-08 08:21:14.850560"], ["updated_at", "2015-04-08 08:21:14.850560"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9317"], ["description", "I-am-the-goal-description_5326"], ["version", 1], ["created_at", "2015-04-08 08:21:14.857011"], ["updated_at", "2015-04-08 08:21:14.857011"], ["tracking", "150408-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6554"], ["description", "I-am-the-task-description_3341"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.861433"], ["updated_at", "2015-04-08 08:21:14.861433"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3088"], ["description", "I-am-the-goal-description_2269"], ["version", 1], ["created_at", "2015-04-08 08:21:14.865541"], ["updated_at", "2015-04-08 08:21:14.865541"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task823"], ["description", "I-am-the-task-description_6041"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.870436"], ["updated_at", "2015-04-08 08:21:14.870436"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2174"], ["description", "I-am-the-goal-description_307"], ["version", 1], ["created_at", "2015-04-08 08:21:14.875876"], ["updated_at", "2015-04-08 08:21:14.875876"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7867"], ["description", "I-am-the-task-description_2008"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.880618"], ["updated_at", "2015-04-08 08:21:14.880618"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6236"], ["description", "I-am-the-goal-description_3089"], ["version", 1], ["created_at", "2015-04-08 08:21:14.886818"], ["updated_at", "2015-04-08 08:21:14.886818"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1938"], ["description", "I-am-the-task-description_4049"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.891683"], ["updated_at", "2015-04-08 08:21:14.891683"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8173"], ["description", "I-am-the-goal-description_7876"], ["version", 1], ["created_at", "2015-04-08 08:21:14.896182"], ["updated_at", "2015-04-08 08:21:14.896182"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task771"], ["description", "I-am-the-task-description_4216"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.901194"], ["updated_at", "2015-04-08 08:21:14.901194"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8960"], ["description", "I-am-the-goal-description_7176"], ["version", 1], ["created_at", "2015-04-08 08:21:14.906294"], ["updated_at", "2015-04-08 08:21:14.906294"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5106"], ["description", "I-am-the-task-description_6889"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.910492"], ["updated_at", "2015-04-08 08:21:14.910492"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_678"], ["description", "I-am-the-goal-description_868"], ["version", 1], ["created_at", "2015-04-08 08:21:14.915335"], ["updated_at", "2015-04-08 08:21:14.915335"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3199"], ["description", "I-am-the-task-description_9645"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.919192"], ["updated_at", "2015-04-08 08:21:14.919192"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9541"], ["description", "I-am-the-goal-description_3080"], ["version", 1], ["created_at", "2015-04-08 08:21:14.924621"], ["updated_at", "2015-04-08 08:21:14.924621"], ["tracking", "150408-19"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1280"], ["description", "I-am-the-task-description_3633"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.928451"], ["updated_at", "2015-04-08 08:21:14.928451"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9998"], ["description", "I-am-the-goal-description_1930"], ["version", 1], ["created_at", "2015-04-08 08:21:14.935057"], ["updated_at", "2015-04-08 08:21:14.935057"], ["tracking", "150408-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8026"], ["description", "I-am-the-task-description_6085"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.939782"], ["updated_at", "2015-04-08 08:21:14.939782"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9546"], ["description", "I-am-the-goal-description_3723"], ["version", 1], ["created_at", "2015-04-08 08:21:14.944834"], ["updated_at", "2015-04-08 08:21:14.944834"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task5371"], ["description", "I-am-the-task-description_864"], ["cost", 1], ["created_at", "2015-04-08 08:21:14.948777"], ["updated_at", "2015-04-08 08:21:14.948777"]]  (0.9ms) commit transaction  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8199"], ["description", "I-am-the-goal-description_4851"], ["version", 1], ["created_at", "2015-04-08 08:22:53.397084"], ["updated_at", "2015-04-08 08:22:53.397084"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2929"], ["description", "I-am-the-goal-description_1233"], ["version", 1], ["created_at", "2015-04-08 08:22:53.449086"], ["updated_at", "2015-04-08 08:22:53.449086"], ["tracking", "150408-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7040"], ["description", "I-am-the-goal-description_9880"], ["version", 1], ["created_at", "2015-04-08 08:22:53.454434"], ["updated_at", "2015-04-08 08:22:53.454434"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3686"], ["description", "I-am-the-goal-description_9659"], ["version", 1], ["created_at", "2015-04-08 08:22:53.459991"], ["updated_at", "2015-04-08 08:22:53.459991"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4624"], ["description", "I-am-the-goal-description_1678"], ["version", 1], ["created_at", "2015-04-08 08:22:53.465039"], ["updated_at", "2015-04-08 08:22:53.465039"], ["tracking", "150408-5"]]  (0.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7127"], ["description", "I-am-the-goal-description_6442"], ["version", 1], ["created_at", "2015-04-08 08:22:53.549678"], ["updated_at", "2015-04-08 08:22:53.549678"], ["tracking", "150408-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3246"], ["description", "I-am-the-goal-description_3880"], ["version", 1], ["created_at", "2015-04-08 08:22:53.554828"], ["updated_at", "2015-04-08 08:22:53.554828"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4506"], ["description", "I-am-the-goal-description_7889"], ["version", 1], ["created_at", "2015-04-08 08:22:53.570442"], ["updated_at", "2015-04-08 08:22:53.570442"], ["tracking", "150408-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6324"], ["description", "I-am-the-task-description_71"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.581028"], ["updated_at", "2015-04-08 08:22:53.581028"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3079"], ["description", "I-am-the-goal-description_8578"], ["version", 1], ["created_at", "2015-04-08 08:22:53.589618"], ["updated_at", "2015-04-08 08:22:53.589618"], ["tracking", "150408-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7528"], ["description", "I-am-the-goal-description_3004"], ["version", 1], ["created_at", "2015-04-08 08:22:53.595423"], ["updated_at", "2015-04-08 08:22:53.595423"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8376"], ["description", "I-am-the-goal-description_7278"], ["version", 1], ["created_at", "2015-04-08 08:22:53.601795"], ["updated_at", "2015-04-08 08:22:53.601795"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7471"], ["description", "I-am-the-goal-description_6589"], ["version", 1], ["created_at", "2015-04-08 08:22:53.608195"], ["updated_at", "2015-04-08 08:22:53.608195"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3761"], ["description", "I-am-the-task-description_6298"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.612079"], ["updated_at", "2015-04-08 08:22:53.612079"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1904"], ["description", "I-am-the-goal-description_5221"], ["version", 1], ["created_at", "2015-04-08 08:22:53.616007"], ["updated_at", "2015-04-08 08:22:53.616007"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task974"], ["description", "I-am-the-task-description_8076"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.620654"], ["updated_at", "2015-04-08 08:22:53.620654"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9860"], ["description", "I-am-the-goal-description_3450"], ["version", 1], ["created_at", "2015-04-08 08:22:53.625879"], ["updated_at", "2015-04-08 08:22:53.625879"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4040"], ["description", "I-am-the-task-description_9516"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.630574"], ["updated_at", "2015-04-08 08:22:53.630574"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_803"], ["description", "I-am-the-goal-description_7646"], ["version", 1], ["created_at", "2015-04-08 08:22:53.635095"], ["updated_at", "2015-04-08 08:22:53.635095"], ["tracking", "150408-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8133"], ["description", "I-am-the-task-description_1273"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.641676"], ["updated_at", "2015-04-08 08:22:53.641676"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3344"], ["description", "I-am-the-goal-description_4000"], ["version", 1], ["created_at", "2015-04-08 08:22:53.646514"], ["updated_at", "2015-04-08 08:22:53.646514"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1924"], ["description", "I-am-the-task-description_432"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.651542"], ["updated_at", "2015-04-08 08:22:53.651542"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6069"], ["description", "I-am-the-goal-description_7071"], ["version", 1], ["created_at", "2015-04-08 08:22:53.656954"], ["updated_at", "2015-04-08 08:22:53.656954"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7260"], ["description", "I-am-the-task-description_4268"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.660756"], ["updated_at", "2015-04-08 08:22:53.660756"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5883"], ["description", "I-am-the-goal-description_8939"], ["version", 1], ["created_at", "2015-04-08 08:22:53.665563"], ["updated_at", "2015-04-08 08:22:53.665563"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4266"], ["description", "I-am-the-task-description_6887"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.669695"], ["updated_at", "2015-04-08 08:22:53.669695"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_729"], ["description", "I-am-the-goal-description_8232"], ["version", 1], ["created_at", "2015-04-08 08:22:53.674914"], ["updated_at", "2015-04-08 08:22:53.674914"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9355"], ["description", "I-am-the-task-description_4113"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.678746"], ["updated_at", "2015-04-08 08:22:53.678746"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7609"], ["description", "I-am-the-goal-description_7327"], ["version", 1], ["created_at", "2015-04-08 08:22:53.683799"], ["updated_at", "2015-04-08 08:22:53.683799"], ["tracking", "150408-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5926"], ["description", "I-am-the-task-description_1796"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.688992"], ["updated_at", "2015-04-08 08:22:53.688992"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3616"], ["description", "I-am-the-goal-description_5936"], ["version", 1], ["created_at", "2015-04-08 08:22:53.694305"], ["updated_at", "2015-04-08 08:22:53.694305"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task3054"], ["description", "I-am-the-task-description_2431"], ["cost", 1], ["created_at", "2015-04-08 08:22:53.698221"], ["updated_at", "2015-04-08 08:22:53.698221"]]  (0.7ms) commit transaction  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7480"], ["description", "I-am-the-goal-description_9789"], ["version", 1], ["created_at", "2015-04-08 08:23:09.881195"], ["updated_at", "2015-04-08 08:23:09.881195"], ["tracking", "150408-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5166"], ["description", "I-am-the-goal-description_6494"], ["version", 1], ["created_at", "2015-04-08 08:23:09.894262"], ["updated_at", "2015-04-08 08:23:09.894262"], ["tracking", "150408-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8034"], ["description", "I-am-the-goal-description_1242"], ["version", 1], ["created_at", "2015-04-08 08:23:09.900701"], ["updated_at", "2015-04-08 08:23:09.900701"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1152"], ["description", "I-am-the-goal-description_2861"], ["version", 1], ["created_at", "2015-04-08 08:23:09.906581"], ["updated_at", "2015-04-08 08:23:09.906581"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_135"], ["description", "I-am-the-goal-description_1352"], ["version", 1], ["created_at", "2015-04-08 08:23:09.911849"], ["updated_at", "2015-04-08 08:23:09.911849"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5140"], ["description", "I-am-the-goal-description_812"], ["version", 1], ["created_at", "2015-04-08 08:23:09.997896"], ["updated_at", "2015-04-08 08:23:09.997896"], ["tracking", "150408-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1257"], ["description", "I-am-the-goal-description_7893"], ["version", 1], ["created_at", "2015-04-08 08:23:10.004243"], ["updated_at", "2015-04-08 08:23:10.004243"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8348"], ["description", "I-am-the-goal-description_5249"], ["version", 1], ["created_at", "2015-04-08 08:23:10.019867"], ["updated_at", "2015-04-08 08:23:10.019867"], ["tracking", "150408-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task8762"], ["description", "I-am-the-task-description_3473"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.031979"], ["updated_at", "2015-04-08 08:23:10.031979"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7715"], ["description", "I-am-the-goal-description_2439"], ["version", 1], ["created_at", "2015-04-08 08:23:10.040794"], ["updated_at", "2015-04-08 08:23:10.040794"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2270"], ["description", "I-am-the-goal-description_4113"], ["version", 1], ["created_at", "2015-04-08 08:23:10.046564"], ["updated_at", "2015-04-08 08:23:10.046564"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7571"], ["description", "I-am-the-goal-description_5528"], ["version", 1], ["created_at", "2015-04-08 08:23:10.052868"], ["updated_at", "2015-04-08 08:23:10.052868"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6878"], ["description", "I-am-the-goal-description_976"], ["version", 1], ["created_at", "2015-04-08 08:23:10.058979"], ["updated_at", "2015-04-08 08:23:10.058979"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8238"], ["description", "I-am-the-task-description_3689"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.062990"], ["updated_at", "2015-04-08 08:23:10.062990"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7146"], ["description", "I-am-the-goal-description_2676"], ["version", 1], ["created_at", "2015-04-08 08:23:10.066938"], ["updated_at", "2015-04-08 08:23:10.066938"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task286"], ["description", "I-am-the-task-description_7466"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.071626"], ["updated_at", "2015-04-08 08:23:10.071626"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6255"], ["description", "I-am-the-goal-description_4338"], ["version", 1], ["created_at", "2015-04-08 08:23:10.076773"], ["updated_at", "2015-04-08 08:23:10.076773"], ["tracking", "150408-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8514"], ["description", "I-am-the-task-description_8749"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.081489"], ["updated_at", "2015-04-08 08:23:10.081489"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1021"], ["description", "I-am-the-goal-description_9599"], ["version", 1], ["created_at", "2015-04-08 08:23:10.085961"], ["updated_at", "2015-04-08 08:23:10.085961"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5234"], ["description", "I-am-the-task-description_2016"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.091957"], ["updated_at", "2015-04-08 08:23:10.091957"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_265"], ["description", "I-am-the-goal-description_3240"], ["version", 1], ["created_at", "2015-04-08 08:23:10.096553"], ["updated_at", "2015-04-08 08:23:10.096553"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8637"], ["description", "I-am-the-task-description_1347"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.101290"], ["updated_at", "2015-04-08 08:23:10.101290"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3605"], ["description", "I-am-the-goal-description_8047"], ["version", 1], ["created_at", "2015-04-08 08:23:10.106669"], ["updated_at", "2015-04-08 08:23:10.106669"], ["tracking", "150408-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5918"], ["description", "I-am-the-task-description_6338"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.111069"], ["updated_at", "2015-04-08 08:23:10.111069"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3816"], ["description", "I-am-the-goal-description_2854"], ["version", 1], ["created_at", "2015-04-08 08:23:10.116724"], ["updated_at", "2015-04-08 08:23:10.116724"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6012"], ["description", "I-am-the-task-description_1846"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.121349"], ["updated_at", "2015-04-08 08:23:10.121349"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6936"], ["description", "I-am-the-goal-description_6625"], ["version", 1], ["created_at", "2015-04-08 08:23:10.127092"], ["updated_at", "2015-04-08 08:23:10.127092"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4548"], ["description", "I-am-the-task-description_9771"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.131386"], ["updated_at", "2015-04-08 08:23:10.131386"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9629"], ["description", "I-am-the-goal-description_2390"], ["version", 1], ["created_at", "2015-04-08 08:23:10.136350"], ["updated_at", "2015-04-08 08:23:10.136350"], ["tracking", "150408-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2312"], ["description", "I-am-the-task-description_9030"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.141854"], ["updated_at", "2015-04-08 08:23:10.141854"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9524"], ["description", "I-am-the-goal-description_4926"], ["version", 1], ["created_at", "2015-04-08 08:23:10.147443"], ["updated_at", "2015-04-08 08:23:10.147443"], ["tracking", "150408-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task7807"], ["description", "I-am-the-task-description_5763"], ["cost", 1], ["created_at", "2015-04-08 08:23:10.151457"], ["updated_at", "2015-04-08 08:23:10.151457"]]  (0.8ms) commit transaction  (3.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2488"], ["description", "I-am-the-goal-description_2093"], ["version", 1], ["created_at", "2015-04-08 08:23:31.026887"], ["updated_at", "2015-04-08 08:23:31.026887"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2487"], ["description", "I-am-the-goal-description_4617"], ["version", 1], ["created_at", "2015-04-08 08:23:31.037549"], ["updated_at", "2015-04-08 08:23:31.037549"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9256"], ["description", "I-am-the-goal-description_5534"], ["version", 1], ["created_at", "2015-04-08 08:23:31.042652"], ["updated_at", "2015-04-08 08:23:31.042652"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3892"], ["description", "I-am-the-goal-description_346"], ["version", 1], ["created_at", "2015-04-08 08:23:31.047893"], ["updated_at", "2015-04-08 08:23:31.047893"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3777"], ["description", "I-am-the-goal-description_2627"], ["version", 1], ["created_at", "2015-04-08 08:23:31.053331"], ["updated_at", "2015-04-08 08:23:31.053331"], ["tracking", "150408-5"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2653"], ["description", "I-am-the-goal-description_3180"], ["version", 1], ["created_at", "2015-04-08 08:23:31.132026"], ["updated_at", "2015-04-08 08:23:31.132026"], ["tracking", "150408-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9880"], ["description", "I-am-the-goal-description_7875"], ["version", 1], ["created_at", "2015-04-08 08:23:31.138817"], ["updated_at", "2015-04-08 08:23:31.138817"], ["tracking", "150408-7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6589"], ["description", "I-am-the-goal-description_5420"], ["version", 1], ["created_at", "2015-04-08 08:23:31.200831"], ["updated_at", "2015-04-08 08:23:31.200831"], ["tracking", "150408-8"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task9823"], ["description", "I-am-the-task-description_1343"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.212146"], ["updated_at", "2015-04-08 08:23:31.212146"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8400"], ["description", "I-am-the-goal-description_2441"], ["version", 1], ["created_at", "2015-04-08 08:23:31.218684"], ["updated_at", "2015-04-08 08:23:31.218684"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9232"], ["description", "I-am-the-goal-description_4863"], ["version", 1], ["created_at", "2015-04-08 08:23:31.223846"], ["updated_at", "2015-04-08 08:23:31.223846"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5136"], ["description", "I-am-the-goal-description_4792"], ["version", 1], ["created_at", "2015-04-08 08:23:31.230489"], ["updated_at", "2015-04-08 08:23:31.230489"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7931"], ["description", "I-am-the-goal-description_3327"], ["version", 1], ["created_at", "2015-04-08 08:23:31.236824"], ["updated_at", "2015-04-08 08:23:31.236824"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5729"], ["description", "I-am-the-task-description_9913"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.240724"], ["updated_at", "2015-04-08 08:23:31.240724"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1482"], ["description", "I-am-the-goal-description_2067"], ["version", 1], ["created_at", "2015-04-08 08:23:31.244903"], ["updated_at", "2015-04-08 08:23:31.244903"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2000"], ["description", "I-am-the-task-description_7450"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.250332"], ["updated_at", "2015-04-08 08:23:31.250332"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6255"], ["description", "I-am-the-goal-description_6985"], ["version", 1], ["created_at", "2015-04-08 08:23:31.256150"], ["updated_at", "2015-04-08 08:23:31.256150"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9739"], ["description", "I-am-the-task-description_791"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.261054"], ["updated_at", "2015-04-08 08:23:31.261054"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2139"], ["description", "I-am-the-goal-description_106"], ["version", 1], ["created_at", "2015-04-08 08:23:31.265558"], ["updated_at", "2015-04-08 08:23:31.265558"], ["tracking", "150408-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8421"], ["description", "I-am-the-task-description_6632"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.271327"], ["updated_at", "2015-04-08 08:23:31.271327"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7874"], ["description", "I-am-the-goal-description_9911"], ["version", 1], ["created_at", "2015-04-08 08:23:31.276134"], ["updated_at", "2015-04-08 08:23:31.276134"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1968"], ["description", "I-am-the-task-description_6467"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.280927"], ["updated_at", "2015-04-08 08:23:31.280927"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5670"], ["description", "I-am-the-goal-description_8856"], ["version", 1], ["created_at", "2015-04-08 08:23:31.286327"], ["updated_at", "2015-04-08 08:23:31.286327"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8687"], ["description", "I-am-the-task-description_6195"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.290159"], ["updated_at", "2015-04-08 08:23:31.290159"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6046"], ["description", "I-am-the-goal-description_9820"], ["version", 1], ["created_at", "2015-04-08 08:23:31.294971"], ["updated_at", "2015-04-08 08:23:31.294971"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6870"], ["description", "I-am-the-task-description_355"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.299421"], ["updated_at", "2015-04-08 08:23:31.299421"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8367"], ["description", "I-am-the-goal-description_5026"], ["version", 1], ["created_at", "2015-04-08 08:23:31.305034"], ["updated_at", "2015-04-08 08:23:31.305034"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task122"], ["description", "I-am-the-task-description_9018"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.309472"], ["updated_at", "2015-04-08 08:23:31.309472"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9"], ["description", "I-am-the-goal-description_7980"], ["version", 1], ["created_at", "2015-04-08 08:23:31.314846"], ["updated_at", "2015-04-08 08:23:31.314846"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8087"], ["description", "I-am-the-task-description_5451"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.318903"], ["updated_at", "2015-04-08 08:23:31.318903"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6579"], ["description", "I-am-the-goal-description_7669"], ["version", 1], ["created_at", "2015-04-08 08:23:31.325258"], ["updated_at", "2015-04-08 08:23:31.325258"], ["tracking", "150408-21"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task450"], ["description", "I-am-the-task-description_3949"], ["cost", 1], ["created_at", "2015-04-08 08:23:31.329232"], ["updated_at", "2015-04-08 08:23:31.329232"]]  (0.9ms) commit transaction  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9056"], ["description", "I-am-the-goal-description_5003"], ["version", 1], ["created_at", "2015-04-08 08:23:50.996750"], ["updated_at", "2015-04-08 08:23:50.996750"], ["tracking", "150408-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6315"], ["description", "I-am-the-goal-description_2235"], ["version", 1], ["created_at", "2015-04-08 08:23:51.012841"], ["updated_at", "2015-04-08 08:23:51.012841"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 110ms (Views: 98.8ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4818"], ["description", "I-am-the-goal-description_2672"], ["version", 1], ["created_at", "2015-04-08 08:23:51.271948"], ["updated_at", "2015-04-08 08:23:51.271948"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5364"], ["description", "I-am-the-goal-description_9506"], ["version", 1], ["created_at", "2015-04-08 08:23:51.277804"], ["updated_at", "2015-04-08 08:23:51.277804"], ["tracking", "150408-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.9ms) Completed 200 OK in 16ms (Views: 3.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3219"], ["description", "I-am-the-goal-description_5523"], ["version", 1], ["created_at", "2015-04-08 08:23:51.319529"], ["updated_at", "2015-04-08 08:23:51.319529"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4265"], ["description", "I-am-the-goal-description_963"], ["version", 1], ["created_at", "2015-04-08 08:23:51.327608"], ["updated_at", "2015-04-08 08:23:51.327608"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (1.0ms) Completed 200 OK in 6ms (Views: 3.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_881"], ["description", "I-am-the-goal-description_1775"], ["version", 1], ["created_at", "2015-04-08 08:23:51.345838"], ["updated_at", "2015-04-08 08:23:51.345838"], ["tracking", "150408-3"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (1.0ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 08:23:51.365702"], ["id", 7]]  (1.6ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 4041ms (ActiveRecord: 3.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2617"], ["description", "I-am-the-goal-description_7664"], ["version", 1], ["created_at", "2015-04-08 08:23:55.398129"], ["updated_at", "2015-04-08 08:23:55.398129"], ["tracking", "150408-4"]]  (2.2ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 08:23:55.407563"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2670"], ["description", "I-am-the-goal-description_577"], ["version", 1], ["created_at", "2015-04-08 08:23:55.413868"], ["updated_at", "2015-04-08 08:23:55.413868"], ["tracking", "150408-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 08:23:55.421130"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.1ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8655"], ["description", "I-am-the-goal-description_7200"], ["version", 1], ["created_at", "2015-04-08 08:23:55.428013"], ["updated_at", "2015-04-08 08:23:55.428013"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 08:23:55.434141"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 4ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3416"], ["description", "I-am-the-goal-description_3596"], ["version", 1], ["created_at", "2015-04-08 08:23:55.451464"], ["updated_at", "2015-04-08 08:23:55.451464"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3671"], ["description", "I-am-the-task-description_8616"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.461953"], ["updated_at", "2015-04-08 08:23:55.461953"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 08:23:55.471891"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 08:23:55.472873"], ["updated_at", "2015-04-08 08:23:55.472873"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 08:23:55.474557"], ["id", 1]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 08:23:55 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 08:23:55 UTC", "updated_at"=>"2015-04-08 08:23:55 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 08:23:55.484269"], ["created_at", "2015-04-08 08:23:55.485949"], ["updated_at", "2015-04-08 08:23:55.485949"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9367"], ["description", "I-am-the-goal-description_6847"], ["version", 1], ["created_at", "2015-04-08 08:23:55.497950"], ["updated_at", "2015-04-08 08:23:55.497950"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7041"], ["description", "I-am-the-task-description_9694"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.502304"], ["updated_at", "2015-04-08 08:23:55.502304"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2342"], ["description", "I-am-the-task-description_8051"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.506450"], ["updated_at", "2015-04-08 08:23:55.506450"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:23:55.514402"], ["task_id", 2], ["created_at", "2015-04-08 08:23:55.516069"], ["updated_at", "2015-04-08 08:23:55.516069"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:23:55.517881"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6286"], ["description", "I-am-the-goal-description_1893"], ["version", 1], ["created_at", "2015-04-08 08:23:55.524565"], ["updated_at", "2015-04-08 08:23:55.524565"], ["tracking", "150408-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4203"], ["description", "I-am-the-task-description_8585"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.528824"], ["updated_at", "2015-04-08 08:23:55.528824"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7274"], ["description", "I-am-the-task-description_4441"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.533270"], ["updated_at", "2015-04-08 08:23:55.533270"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:23:55.539747"], ["task_id", 4], ["created_at", "2015-04-08 08:23:55.541022"], ["updated_at", "2015-04-08 08:23:55.541022"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:23:55.542706"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_190"], ["description", "I-am-the-goal-description_6070"], ["version", 1], ["created_at", "2015-04-08 08:23:55.551140"], ["updated_at", "2015-04-08 08:23:55.551140"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5059"], ["description", "I-am-the-task-description_8181"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.555358"], ["updated_at", "2015-04-08 08:23:55.555358"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5040"], ["description", "I-am-the-task-description_354"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.559475"], ["updated_at", "2015-04-08 08:23:55.559475"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:23:55.567198"], ["task_id", 6], ["created_at", "2015-04-08 08:23:55.568399"], ["updated_at", "2015-04-08 08:23:55.568399"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:23:55.569927"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9957"], ["description", "I-am-the-goal-description_987"], ["version", 1], ["created_at", "2015-04-08 08:23:55.578753"], ["updated_at", "2015-04-08 08:23:55.578753"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4832"], ["description", "I-am-the-task-description_6559"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.583509"], ["updated_at", "2015-04-08 08:23:55.583509"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7012"], ["description", "I-am-the-task-description_5694"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.588500"], ["updated_at", "2015-04-08 08:23:55.588500"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:23:55.596823"], ["task_id", 8], ["created_at", "2015-04-08 08:23:55.598096"], ["updated_at", "2015-04-08 08:23:55.598096"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:23:55.599710"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4125"], ["description", "I-am-the-goal-description_672"], ["version", 1], ["created_at", "2015-04-08 08:23:55.605510"], ["updated_at", "2015-04-08 08:23:55.605510"], ["tracking", "150408-12"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7492"], ["description", "I-am-the-task-description_1811"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.665227"], ["updated_at", "2015-04-08 08:23:55.665227"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5851"], ["description", "I-am-the-task-description_7402"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.669748"], ["updated_at", "2015-04-08 08:23:55.669748"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3098"], ["description", "I-am-the-goal-description_1459"], ["version", 1], ["created_at", "2015-04-08 08:23:55.684711"], ["updated_at", "2015-04-08 08:23:55.684711"], ["tracking", "150408-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task249"], ["description", "I-am-the-task-description_9532"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.688707"], ["updated_at", "2015-04-08 08:23:55.688707"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4902"], ["description", "I-am-the-task-description_4724"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.692690"], ["updated_at", "2015-04-08 08:23:55.692690"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.4ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (1.3ms) commit transaction  (0.3ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2546"], ["description", "I-am-the-goal-description_9824"], ["version", 1], ["created_at", "2015-04-08 08:23:55.736345"], ["updated_at", "2015-04-08 08:23:55.736345"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2168"], ["description", "I-am-the-task-description_4816"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.741135"], ["updated_at", "2015-04-08 08:23:55.741135"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9561"], ["description", "I-am-the-goal-description_7130"], ["version", 1], ["created_at", "2015-04-08 08:23:55.745981"], ["updated_at", "2015-04-08 08:23:55.745981"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4270"], ["description", "I-am-the-task-description_1591"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.751045"], ["updated_at", "2015-04-08 08:23:55.751045"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9800"], ["description", "I-am-the-goal-description_3772"], ["version", 1], ["created_at", "2015-04-08 08:23:55.760586"], ["updated_at", "2015-04-08 08:23:55.760586"], ["tracking", "150408-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5627"], ["description", "I-am-the-task-description_3984"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.764448"], ["updated_at", "2015-04-08 08:23:55.764448"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3180"], ["description", "I-am-the-task-description_978"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.768363"], ["updated_at", "2015-04-08 08:23:55.768363"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4216"], ["description", "I-am-the-goal-description_9439"], ["version", 1], ["created_at", "2015-04-08 08:23:55.783938"], ["updated_at", "2015-04-08 08:23:55.783938"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6889"], ["description", "I-am-the-task-description_860"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.788655"], ["updated_at", "2015-04-08 08:23:55.788655"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8444"], ["description", "I-am-the-goal-description_6211"], ["version", 1], ["created_at", "2015-04-08 08:23:55.792781"], ["updated_at", "2015-04-08 08:23:55.792781"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3061"], ["description", "I-am-the-task-description_7541"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.797470"], ["updated_at", "2015-04-08 08:23:55.797470"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2676"], ["description", "I-am-the-goal-description_5868"], ["version", 1], ["created_at", "2015-04-08 08:23:55.806899"], ["updated_at", "2015-04-08 08:23:55.806899"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5563"], ["description", "I-am-the-task-description_175"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.812267"], ["updated_at", "2015-04-08 08:23:55.812267"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1200"], ["description", "I-am-the-task-description_2279"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.816525"], ["updated_at", "2015-04-08 08:23:55.816525"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9970"], ["description", "I-am-the-goal-description_6756"], ["version", 1], ["created_at", "2015-04-08 08:23:55.831639"], ["updated_at", "2015-04-08 08:23:55.831639"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5491"], ["description", "I-am-the-task-description_70"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.835977"], ["updated_at", "2015-04-08 08:23:55.835977"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_235"], ["description", "I-am-the-goal-description_8524"], ["version", 1], ["created_at", "2015-04-08 08:23:55.839857"], ["updated_at", "2015-04-08 08:23:55.839857"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2608"], ["description", "I-am-the-task-description_7273"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.843636"], ["updated_at", "2015-04-08 08:23:55.843636"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_579"], ["description", "I-am-the-goal-description_7259"], ["version", 1], ["created_at", "2015-04-08 08:23:55.853620"], ["updated_at", "2015-04-08 08:23:55.853620"], ["tracking", "150408-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task493"], ["description", "I-am-the-task-description_6542"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.857585"], ["updated_at", "2015-04-08 08:23:55.857585"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9423"], ["description", "I-am-the-task-description_5087"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.863166"], ["updated_at", "2015-04-08 08:23:55.863166"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9511"], ["description", "I-am-the-goal-description_8666"], ["version", 1], ["created_at", "2015-04-08 08:23:55.876341"], ["updated_at", "2015-04-08 08:23:55.876341"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9342"], ["description", "I-am-the-task-description_1142"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.880211"], ["updated_at", "2015-04-08 08:23:55.880211"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7050"], ["description", "I-am-the-task-description_5745"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.884106"], ["updated_at", "2015-04-08 08:23:55.884106"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.2ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2211"], ["description", "I-am-the-goal-description_1654"], ["version", 1], ["created_at", "2015-04-08 08:23:55.897804"], ["updated_at", "2015-04-08 08:23:55.897804"], ["tracking", "150408-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6598"], ["description", "I-am-the-task-description_8457"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.902351"], ["updated_at", "2015-04-08 08:23:55.902351"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4904"], ["description", "I-am-the-task-description_2889"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.906362"], ["updated_at", "2015-04-08 08:23:55.906362"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 9ms (Views: 3.9ms | ActiveRecord: 0.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3808"], ["description", "I-am-the-goal-description_7166"], ["version", 1], ["created_at", "2015-04-08 08:23:55.922882"], ["updated_at", "2015-04-08 08:23:55.922882"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6664"], ["description", "I-am-the-task-description_8846"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.927413"], ["updated_at", "2015-04-08 08:23:55.927413"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7324"], ["description", "I-am-the-task-description_6812"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.933211"], ["updated_at", "2015-04-08 08:23:55.933211"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:23:55.945204"], ["updated_at", "2015-04-08 08:23:55.945204"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1072"], ["description", "I-am-the-goal-description_1508"], ["version", 1], ["created_at", "2015-04-08 08:23:55.952485"], ["updated_at", "2015-04-08 08:23:55.952485"], ["tracking", "150408-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9251"], ["description", "I-am-the-task-description_6972"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.956306"], ["updated_at", "2015-04-08 08:23:55.956306"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7559"], ["description", "I-am-the-task-description_9721"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.960301"], ["updated_at", "2015-04-08 08:23:55.960301"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:23:55.966551"], ["updated_at", "2015-04-08 08:23:55.966551"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8191"], ["description", "I-am-the-goal-description_3265"], ["version", 1], ["created_at", "2015-04-08 08:23:55.977265"], ["updated_at", "2015-04-08 08:23:55.977265"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7398"], ["description", "I-am-the-task-description_6350"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.983675"], ["updated_at", "2015-04-08 08:23:55.983675"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task885"], ["description", "I-am-the-task-description_8494"], ["cost", 1], ["created_at", "2015-04-08 08:23:55.987660"], ["updated_at", "2015-04-08 08:23:55.987660"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:23:55.994090"], ["updated_at", "2015-04-08 08:23:55.994090"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9938"], ["description", "I-am-the-goal-description_9839"], ["version", 1], ["created_at", "2015-04-08 08:23:56.002160"], ["updated_at", "2015-04-08 08:23:56.002160"], ["tracking", "150408-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8483"], ["description", "I-am-the-task-description_9490"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.006560"], ["updated_at", "2015-04-08 08:23:56.006560"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7620"], ["description", "I-am-the-task-description_5342"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.010757"], ["updated_at", "2015-04-08 08:23:56.010757"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7992"], ["description", "I-am-the-goal-description_4114"], ["version", 1], ["created_at", "2015-04-08 08:23:56.024178"], ["updated_at", "2015-04-08 08:23:56.024178"], ["tracking", "150408-29"]]  (0.9ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3473"], ["description", "I-am-the-task-description_3811"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.030301"], ["updated_at", "2015-04-08 08:23:56.030301"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task171"], ["description", "I-am-the-task-description_2934"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.036306"], ["updated_at", "2015-04-08 08:23:56.036306"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (2.0ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:23:56.043106"], ["updated_at", "2015-04-08 08:23:56.043106"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 5ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4950"], ["description", "I-am-the-goal-description_17"], ["version", 1], ["created_at", "2015-04-08 08:23:56.059091"], ["updated_at", "2015-04-08 08:23:56.059091"], ["tracking", "150408-30"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6509"], ["description", "I-am-the-task-description_3218"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.064175"], ["updated_at", "2015-04-08 08:23:56.064175"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task5260"], ["description", "I-am-the-task-description_3842"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.070069"], ["updated_at", "2015-04-08 08:23:56.070069"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:23:56.075327"], ["updated_at", "2015-04-08 08:23:56.075327"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8864"], ["description", "I-am-the-goal-description_7523"], ["version", 1], ["created_at", "2015-04-08 08:23:56.088013"], ["updated_at", "2015-04-08 08:23:56.088013"], ["tracking", "150408-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task4092"], ["description", "I-am-the-task-description_532"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.091802"], ["updated_at", "2015-04-08 08:23:56.091802"]]  (0.9ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task3620"], ["description", "I-am-the-task-description_9592"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.097755"], ["updated_at", "2015-04-08 08:23:56.097755"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:23:56.102382"], ["updated_at", "2015-04-08 08:23:56.102382"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1616"], ["description", "I-am-the-goal-description_9459"], ["version", 1], ["created_at", "2015-04-08 08:23:56.115666"], ["updated_at", "2015-04-08 08:23:56.115666"], ["tracking", "150408-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task3029"], ["description", "I-am-the-task-description_1083"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.119535"], ["updated_at", "2015-04-08 08:23:56.119535"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4715"], ["description", "I-am-the-task-description_2636"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.123352"], ["updated_at", "2015-04-08 08:23:56.123352"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:23:56.127270"], ["updated_at", "2015-04-08 08:23:56.127270"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2377"], ["description", "I-am-the-goal-description_2112"], ["version", 1], ["created_at", "2015-04-08 08:23:56.141861"], ["updated_at", "2015-04-08 08:23:56.141861"], ["tracking", "150408-33"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1382"], ["description", "I-am-the-task-description_7846"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.146365"], ["updated_at", "2015-04-08 08:23:56.146365"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task7025"], ["description", "I-am-the-task-description_6573"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.210857"], ["updated_at", "2015-04-08 08:23:56.210857"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.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-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:23:56.215780"], ["updated_at", "2015-04-08 08:23:56.215780"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8051"], ["description", "I-am-the-goal-description_8728"], ["version", 1], ["created_at", "2015-04-08 08:23:56.229347"], ["updated_at", "2015-04-08 08:23:56.229347"], ["tracking", "150408-34"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task5352"], ["description", "I-am-the-task-description_6200"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.233456"], ["updated_at", "2015-04-08 08:23:56.233456"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task9578"], ["description", "I-am-the-task-description_1252"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.237604"], ["updated_at", "2015-04-08 08:23:56.237604"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:23:56.241502"], ["updated_at", "2015-04-08 08:23:56.241502"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 08:23:56.248276"], ["id", 58]]  (0.6ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5644"], ["description", "I-am-the-goal-description_9123"], ["version", 1], ["created_at", "2015-04-08 08:23:56.255583"], ["updated_at", "2015-04-08 08:23:56.255583"], ["tracking", "150408-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2493"], ["description", "I-am-the-goal-description_1581"], ["version", 1], ["created_at", "2015-04-08 08:23:56.260821"], ["updated_at", "2015-04-08 08:23:56.260821"], ["tracking", "150408-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task3385"], ["description", "I-am-the-task-description_7357"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.265488"], ["updated_at", "2015-04-08 08:23:56.265488"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6197"], ["description", "I-am-the-goal-description_8385"], ["version", 1], ["created_at", "2015-04-08 08:23:56.269499"], ["updated_at", "2015-04-08 08:23:56.269499"], ["tracking", "150408-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task8835"], ["description", "I-am-the-task-description_9518"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.273297"], ["updated_at", "2015-04-08 08:23:56.273297"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8021"], ["description", "I-am-the-goal-description_904"], ["version", 1], ["created_at", "2015-04-08 08:23:56.276933"], ["updated_at", "2015-04-08 08:23:56.276933"], ["tracking", "150408-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task5847"], ["description", "I-am-the-task-description_3514"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.283266"], ["updated_at", "2015-04-08 08:23:56.283266"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task7205"], ["description", "I-am-the-task-description_7480"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.288099"], ["updated_at", "2015-04-08 08:23:56.288099"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task6019"], ["description", "I-am-the-task-description_1986"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.292469"], ["updated_at", "2015-04-08 08:23:56.292469"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task19"], ["description", "I-am-the-task-description_2909"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.296611"], ["updated_at", "2015-04-08 08:23:56.296611"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7008"], ["description", "I-am-the-goal-description_905"], ["version", 1], ["created_at", "2015-04-08 08:23:56.303683"], ["updated_at", "2015-04-08 08:23:56.303683"], ["tracking", "150408-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3936"], ["description", "I-am-the-goal-description_7033"], ["version", 1], ["created_at", "2015-04-08 08:23:56.308565"], ["updated_at", "2015-04-08 08:23:56.308565"], ["tracking", "150408-40"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task5816"], ["description", "I-am-the-task-description_5950"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.312351"], ["updated_at", "2015-04-08 08:23:56.312351"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_677"], ["description", "I-am-the-goal-description_8723"], ["version", 1], ["created_at", "2015-04-08 08:23:56.316740"], ["updated_at", "2015-04-08 08:23:56.316740"], ["tracking", "150408-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task8476"], ["description", "I-am-the-task-description_6936"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.320956"], ["updated_at", "2015-04-08 08:23:56.320956"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2167"], ["description", "I-am-the-goal-description_1699"], ["version", 1], ["created_at", "2015-04-08 08:23:56.323970"], ["updated_at", "2015-04-08 08:23:56.323970"], ["tracking", "150408-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task2255"], ["description", "I-am-the-task-description_3681"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.328329"], ["updated_at", "2015-04-08 08:23:56.328329"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task7548"], ["description", "I-am-the-task-description_368"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.332835"], ["updated_at", "2015-04-08 08:23:56.332835"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task685"], ["description", "I-am-the-task-description_1671"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.337623"], ["updated_at", "2015-04-08 08:23:56.337623"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task9776"], ["description", "I-am-the-task-description_1777"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.342484"], ["updated_at", "2015-04-08 08:23:56.342484"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8460"], ["description", "I-am-the-goal-description_5184"], ["version", 1], ["created_at", "2015-04-08 08:23:56.347184"], ["updated_at", "2015-04-08 08:23:56.347184"], ["tracking", "150408-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4859"], ["description", "I-am-the-goal-description_1681"], ["version", 1], ["created_at", "2015-04-08 08:23:56.356258"], ["updated_at", "2015-04-08 08:23:56.356258"], ["tracking", "150408-44"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3298"], ["description", "I-am-the-goal-description_9130"], ["version", 1], ["created_at", "2015-04-08 08:23:56.361640"], ["updated_at", "2015-04-08 08:23:56.361640"], ["tracking", "150408-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task2763"], ["description", "I-am-the-task-description_698"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.365465"], ["updated_at", "2015-04-08 08:23:56.365465"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5888"], ["description", "I-am-the-goal-description_4869"], ["version", 1], ["created_at", "2015-04-08 08:23:56.369852"], ["updated_at", "2015-04-08 08:23:56.369852"], ["tracking", "150408-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task8434"], ["description", "I-am-the-task-description_1487"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.373924"], ["updated_at", "2015-04-08 08:23:56.373924"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6314"], ["description", "I-am-the-goal-description_4128"], ["version", 1], ["created_at", "2015-04-08 08:23:56.376909"], ["updated_at", "2015-04-08 08:23:56.376909"], ["tracking", "150408-47"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task2084"], ["description", "I-am-the-task-description_353"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.381448"], ["updated_at", "2015-04-08 08:23:56.381448"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task548"], ["description", "I-am-the-task-description_8866"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.386024"], ["updated_at", "2015-04-08 08:23:56.386024"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task8957"], ["description", "I-am-the-task-description_4282"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.390795"], ["updated_at", "2015-04-08 08:23:56.390795"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task889"], ["description", "I-am-the-task-description_6381"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.395607"], ["updated_at", "2015-04-08 08:23:56.395607"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task6780"], ["description", "I-am-the-task-description_5384"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.401463"], ["updated_at", "2015-04-08 08:23:56.401463"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4220"], ["description", "I-am-the-goal-description_8802"], ["version", 1], ["created_at", "2015-04-08 08:23:56.408115"], ["updated_at", "2015-04-08 08:23:56.408115"], ["tracking", "150408-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9918"], ["description", "I-am-the-goal-description_2407"], ["version", 1], ["created_at", "2015-04-08 08:23:56.413516"], ["updated_at", "2015-04-08 08:23:56.413516"], ["tracking", "150408-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task8320"], ["description", "I-am-the-task-description_3224"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.417381"], ["updated_at", "2015-04-08 08:23:56.417381"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6737"], ["description", "I-am-the-goal-description_7831"], ["version", 1], ["created_at", "2015-04-08 08:23:56.421464"], ["updated_at", "2015-04-08 08:23:56.421464"], ["tracking", "150408-50"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task2199"], ["description", "I-am-the-task-description_8777"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.426599"], ["updated_at", "2015-04-08 08:23:56.426599"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7849"], ["description", "I-am-the-goal-description_8088"], ["version", 1], ["created_at", "2015-04-08 08:23:56.430211"], ["updated_at", "2015-04-08 08:23:56.430211"], ["tracking", "150408-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task9884"], ["description", "I-am-the-task-description_2058"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.434985"], ["updated_at", "2015-04-08 08:23:56.434985"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task6617"], ["description", "I-am-the-task-description_3345"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.439548"], ["updated_at", "2015-04-08 08:23:56.439548"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task4928"], ["description", "I-am-the-task-description_3437"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.444195"], ["updated_at", "2015-04-08 08:23:56.444195"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task7167"], ["description", "I-am-the-task-description_5612"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.450103"], ["updated_at", "2015-04-08 08:23:56.450103"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task7227"], ["description", "I-am-the-task-description_688"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.454307"], ["updated_at", "2015-04-08 08:23:56.454307"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3126"], ["description", "I-am-the-goal-description_1953"], ["version", 1], ["created_at", "2015-04-08 08:23:56.462090"], ["updated_at", "2015-04-08 08:23:56.462090"], ["tracking", "150408-52"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task7131"], ["description", "I-am-the-task-description_8114"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.466060"], ["updated_at", "2015-04-08 08:23:56.466060"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1895"], ["description", "I-am-the-goal-description_2785"], ["version", 1], ["created_at", "2015-04-08 08:23:56.471355"], ["updated_at", "2015-04-08 08:23:56.471355"], ["tracking", "150408-53"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task2282"], ["description", "I-am-the-task-description_7151"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.475575"], ["updated_at", "2015-04-08 08:23:56.475575"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_996"], ["description", "I-am-the-goal-description_5863"], ["version", 1], ["created_at", "2015-04-08 08:23:56.481055"], ["updated_at", "2015-04-08 08:23:56.481055"], ["tracking", "150408-54"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task9953"], ["description", "I-am-the-task-description_7107"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.485055"], ["updated_at", "2015-04-08 08:23:56.485055"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2053"], ["description", "I-am-the-goal-description_487"], ["version", 1], ["created_at", "2015-04-08 08:23:56.490695"], ["updated_at", "2015-04-08 08:23:56.490695"], ["tracking", "150408-55"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task5412"], ["description", "I-am-the-task-description_6142"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.494834"], ["updated_at", "2015-04-08 08:23:56.494834"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8236"], ["description", "I-am-the-goal-description_3563"], ["version", 1], ["created_at", "2015-04-08 08:23:56.501919"], ["updated_at", "2015-04-08 08:23:56.501919"], ["tracking", "150408-56"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4306"], ["description", "I-am-the-goal-description_776"], ["version", 1], ["created_at", "2015-04-08 08:23:56.507055"], ["updated_at", "2015-04-08 08:23:56.507055"], ["tracking", "150408-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_32"], ["description", "I-am-the-goal-description_8742"], ["version", 1], ["created_at", "2015-04-08 08:23:56.512389"], ["updated_at", "2015-04-08 08:23:56.512389"], ["tracking", "150408-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7300"], ["description", "I-am-the-goal-description_6785"], ["version", 1], ["created_at", "2015-04-08 08:23:56.517555"], ["updated_at", "2015-04-08 08:23:56.517555"], ["tracking", "150408-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9298"], ["description", "I-am-the-goal-description_1537"], ["version", 1], ["created_at", "2015-04-08 08:23:56.522776"], ["updated_at", "2015-04-08 08:23:56.522776"], ["tracking", "150408-60"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3385"], ["description", "I-am-the-goal-description_7675"], ["version", 1], ["created_at", "2015-04-08 08:23:56.529388"], ["updated_at", "2015-04-08 08:23:56.529388"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1341"], ["description", "I-am-the-goal-description_8564"], ["version", 1], ["created_at", "2015-04-08 08:23:56.534826"], ["updated_at", "2015-04-08 08:23:56.534826"], ["tracking", "150408-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8269"], ["description", "I-am-the-goal-description_4008"], ["version", 1], ["created_at", "2015-04-08 08:23:56.540597"], ["updated_at", "2015-04-08 08:23:56.540597"], ["tracking", "150408-63"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task7737"], ["description", "I-am-the-task-description_6935"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.544597"], ["updated_at", "2015-04-08 08:23:56.544597"]]  (1.3ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3736"], ["description", "I-am-the-goal-description_9348"], ["version", 1], ["created_at", "2015-04-08 08:23:56.551874"], ["updated_at", "2015-04-08 08:23:56.551874"], ["tracking", "150408-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7293"], ["description", "I-am-the-goal-description_5812"], ["version", 1], ["created_at", "2015-04-08 08:23:56.557053"], ["updated_at", "2015-04-08 08:23:56.557053"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1297"], ["description", "I-am-the-goal-description_2794"], ["version", 1], ["created_at", "2015-04-08 08:23:56.563393"], ["updated_at", "2015-04-08 08:23:56.563393"], ["tracking", "150408-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7081"], ["description", "I-am-the-goal-description_1609"], ["version", 1], ["created_at", "2015-04-08 08:23:56.570758"], ["updated_at", "2015-04-08 08:23:56.570758"], ["tracking", "150408-67"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task943"], ["description", "I-am-the-task-description_4374"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.574377"], ["updated_at", "2015-04-08 08:23:56.574377"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6348"], ["description", "I-am-the-goal-description_6493"], ["version", 1], ["created_at", "2015-04-08 08:23:56.579030"], ["updated_at", "2015-04-08 08:23:56.579030"], ["tracking", "150408-68"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task2235"], ["description", "I-am-the-task-description_7864"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.584470"], ["updated_at", "2015-04-08 08:23:56.584470"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7692"], ["description", "I-am-the-goal-description_9750"], ["version", 1], ["created_at", "2015-04-08 08:23:56.588783"], ["updated_at", "2015-04-08 08:23:56.588783"], ["tracking", "150408-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task9287"], ["description", "I-am-the-task-description_6200"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.593649"], ["updated_at", "2015-04-08 08:23:56.593649"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5223"], ["description", "I-am-the-goal-description_1211"], ["version", 1], ["created_at", "2015-04-08 08:23:56.599506"], ["updated_at", "2015-04-08 08:23:56.599506"], ["tracking", "150408-70"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task1709"], ["description", "I-am-the-task-description_9625"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.604710"], ["updated_at", "2015-04-08 08:23:56.604710"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_352"], ["description", "I-am-the-goal-description_5910"], ["version", 1], ["created_at", "2015-04-08 08:23:56.609364"], ["updated_at", "2015-04-08 08:23:56.609364"], ["tracking", "150408-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task4611"], ["description", "I-am-the-task-description_3321"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.614396"], ["updated_at", "2015-04-08 08:23:56.614396"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7873"], ["description", "I-am-the-goal-description_5721"], ["version", 1], ["created_at", "2015-04-08 08:23:56.619665"], ["updated_at", "2015-04-08 08:23:56.619665"], ["tracking", "150408-72"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task4826"], ["description", "I-am-the-task-description_4907"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.623505"], ["updated_at", "2015-04-08 08:23:56.623505"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1923"], ["description", "I-am-the-goal-description_6645"], ["version", 1], ["created_at", "2015-04-08 08:23:56.628682"], ["updated_at", "2015-04-08 08:23:56.628682"], ["tracking", "150408-73"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task5362"], ["description", "I-am-the-task-description_1226"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.633933"], ["updated_at", "2015-04-08 08:23:56.633933"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7524"], ["description", "I-am-the-goal-description_5661"], ["version", 1], ["created_at", "2015-04-08 08:23:56.638838"], ["updated_at", "2015-04-08 08:23:56.638838"], ["tracking", "150408-74"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task4066"], ["description", "I-am-the-task-description_2063"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.643090"], ["updated_at", "2015-04-08 08:23:56.643090"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_130"], ["description", "I-am-the-goal-description_6152"], ["version", 1], ["created_at", "2015-04-08 08:23:56.649378"], ["updated_at", "2015-04-08 08:23:56.649378"], ["tracking", "150408-75"]]  (1.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task8681"], ["description", "I-am-the-task-description_6607"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.654575"], ["updated_at", "2015-04-08 08:23:56.654575"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5072"], ["description", "I-am-the-goal-description_9702"], ["version", 1], ["created_at", "2015-04-08 08:23:56.659605"], ["updated_at", "2015-04-08 08:23:56.659605"], ["tracking", "150408-76"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task3010"], ["description", "I-am-the-task-description_7247"], ["cost", 1], ["created_at", "2015-04-08 08:23:56.663442"], ["updated_at", "2015-04-08 08:23:56.663442"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4267"], ["description", "I-am-the-goal-description_9363"], ["version", 1], ["created_at", "2015-04-08 08:23:56.669947"], ["updated_at", "2015-04-08 08:23:56.669947"], ["tracking", "150408-77"]]  (1.4ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 08:23:56.674114"], ["id", 81]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 08:23:56.678794"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6696"], ["description", "I-am-the-goal-description_5567"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3576"], ["description", "I-am-the-goal-description_8866"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6421"], ["description", "I-am-the-goal-description_4520"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4766"], ["description", "I-am-the-goal-description_829"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4845"], ["description", "I-am-the-goal-description_4004"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3160"], ["description", "I-am-the-task-description_1936"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task1164"], ["description", "I-am-the-task-description_375"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4206"], ["description", "I-am-the-goal-description_8035"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6970"], ["description", "I-am-the-goal-description_4246"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3974"], ["description", "I-am-the-goal-description_6150"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8494"], ["description", "I-am-the-goal-description_3431"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task315"], ["description", "I-am-the-task-description_2194"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6849"], ["description", "I-am-the-goal-description_7585"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task1826"], ["description", "I-am-the-task-description_8829"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4627"], ["description", "I-am-the-goal-description_4853"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task689"], ["description", "I-am-the-task-description_4511"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7750"], ["description", "I-am-the-goal-description_2145"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task2340"], ["description", "I-am-the-task-description_3649"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8833"], ["description", "I-am-the-goal-description_3661"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task9000"], ["description", "I-am-the-task-description_3349"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6157"], ["description", "I-am-the-goal-description_3719"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task4546"], ["description", "I-am-the-task-description_3374"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4210"], ["description", "I-am-the-goal-description_9355"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task2775"], ["description", "I-am-the-task-description_5409"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_805"], ["description", "I-am-the-goal-description_827"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_130"], ["description", "I-am-the-goal-description_4288"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8347"], ["description", "I-am-the-goal-description_9067"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_750"], ["description", "I-am-the-goal-description_9927"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (20.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (4.0ms) DELETE FROM "flyboy_tasks";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:24:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3868.8ms) Completed 200 OK in 3999ms (Views: 3961.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 10:24:15 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 10:24:15 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 10:24:15 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 10:24:17 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (302.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (306.6ms) Completed 200 OK in 319ms (Views: 310.5ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:24:17 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 08:24:17.936809"], ["updated_at", "2015-04-08 08:24:17.936809"], ["tracking", "150408-1"]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/goals/1 Completed 302 Found in 12ms (ActiveRecord: 2.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:17 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (90.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (97.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (112.3ms) Completed 200 OK in 133ms (Views: 113.2ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2121"], ["description", "I-am-the-goal-description_4183"], ["version", 1], ["created_at", "2015-04-08 08:24:18.240843"], ["updated_at", "2015-04-08 08:24:18.240843"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5172"], ["description", "I-am-the-task-description_2774"], ["cost", 1], ["created_at", "2015-04-08 08:24:18.249113"], ["updated_at", "2015-04-08 08:24:18.249113"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1616"], ["description", "I-am-the-task-description_6730"], ["cost", 1], ["created_at", "2015-04-08 08:24:18.254891"], ["updated_at", "2015-04-08 08:24:18.254891"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9717"], ["description", "I-am-the-task-description_2708"], ["cost", 1], ["created_at", "2015-04-08 08:24:18.260016"], ["updated_at", "2015-04-08 08:24:18.260016"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:24:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.0ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.6ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5835"], ["description", "I-am-the-goal-description_1912"], ["version", 1], ["created_at", "2015-04-08 08:24:20.148391"], ["updated_at", "2015-04-08 08:24:20.148391"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:24:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 10:24:21 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (15.7ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:21 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1912"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 08:24:21.986867"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (53.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (54.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (56.1ms) Completed 200 OK in 59ms (Views: 56.8ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3883"], ["description", "I-am-the-goal-description_4297"], ["version", 1], ["created_at", "2015-04-08 08:24:22.132034"], ["updated_at", "2015-04-08 08:24:22.132034"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:24:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 10:24:23 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (14.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (14.4ms) Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:23 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:24:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.6ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_484"], ["description", "I-am-the-goal-description_4792"], ["version", 1], ["created_at", "2015-04-08 08:24:24.102385"], ["updated_at", "2015-04-08 08:24:24.102385"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 10:24:25 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.9ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 08:24:25.775152"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/goals Completed 302 Found in 56ms (ActiveRecord: 3.6ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:24:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.8ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.7ms)  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9556"], ["description", "I-am-the-goal-description_2684"], ["version", 1], ["created_at", "2015-04-08 08:24:25.866331"], ["updated_at", "2015-04-08 08:24:25.866331"], ["tracking", "150408-1"]]  (0.6ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 10:24:27 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 08:24:27.549835"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.5ms)  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1918"], ["description", "I-am-the-goal-description_2217"], ["version", 1], ["created_at", "2015-04-08 08:24:27.690578"], ["updated_at", "2015-04-08 08:24:27.690578"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8193"], ["description", "I-am-the-task-description_2858"], ["cost", 1], ["created_at", "2015-04-08 08:24:27.696303"], ["updated_at", "2015-04-08 08:24:27.696303"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.6ms) Completed 200 OK in 16ms (Views: 12.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:24:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (77.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (102.0ms) Completed 200 OK in 107ms (Views: 102.8ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 10:24:29 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 08:24:29.539081"], ["created_at", "2015-04-08 08:24:29.540749"], ["updated_at", "2015-04-08 08:24:29.540749"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 08:24:29.542399"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:24:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.3ms) Completed 200 OK in 27ms (Views: 22.6ms | ActiveRecord: 0.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4437"], ["description", "I-am-the-goal-description_812"], ["version", 1], ["created_at", "2015-04-08 08:24:29.674920"], ["updated_at", "2015-04-08 08:24:29.674920"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:24:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:24:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 10:24:31 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (100.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (106.1ms) Completed 200 OK in 110ms (Views: 107.9ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:31 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-15"], ["term", "2015-05-08"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-08 08:24:31.657724"], ["updated_at", "2015-04-08 08:24:31.657724"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:24:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (57.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (67.8ms) Completed 200 OK in 73ms (Views: 68.2ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5693"], ["description", "I-am-the-goal-description_1547"], ["version", 1], ["created_at", "2015-04-08 08:24:31.931225"], ["updated_at", "2015-04-08 08:24:31.931225"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8157"], ["description", "I-am-the-task-description_4641"], ["cost", 1], ["created_at", "2015-04-08 08:24:31.934833"], ["updated_at", "2015-04-08 08:24:31.934833"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:24:33 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.8ms) Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_514"], ["description", "I-am-the-goal-description_5153"], ["version", 1], ["created_at", "2015-04-08 08:24:33.797172"], ["updated_at", "2015-04-08 08:24:33.797172"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2953"], ["description", "I-am-the-task-description_6039"], ["cost", 1], ["created_at", "2015-04-08 08:24:33.801128"], ["updated_at", "2015-04-08 08:24:33.801128"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:24:35 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.5ms) Completed 200 OK in 27ms (Views: 23.6ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 10:24:35 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (125.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (129.1ms) Completed 200 OK in 133ms (Views: 130.9ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:24:35 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_6039", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 08:24:35.726648"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:24:35 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (5.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.8ms) Completed 200 OK in 27ms (Views: 23.1ms | ActiveRecord: 0.8ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9166"], ["description", "I-am-the-goal-description_6205"], ["version", 1], ["created_at", "2015-04-08 08:24:35.869049"], ["updated_at", "2015-04-08 08:24:35.869049"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3267"], ["description", "I-am-the-task-description_9891"], ["cost", 1], ["created_at", "2015-04-08 08:24:35.873026"], ["updated_at", "2015-04-08 08:24:35.873026"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:24:37 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (71.8ms) Completed 200 OK in 75ms (Views: 72.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 10:24:37 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (80.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (80.5ms) Completed 200 OK in 85ms (Views: 81.3ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:24:37 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7594"], ["description", "I-am-the-goal-description_8048"], ["version", 1], ["created_at", "2015-04-08 08:24:37.852393"], ["updated_at", "2015-04-08 08:24:37.852393"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9732"], ["description", "I-am-the-task-description_8881"], ["cost", 1], ["created_at", "2015-04-08 08:24:37.856548"], ["updated_at", "2015-04-08 08:24:37.856548"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 10:24:39 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:24:39.439516"], ["task_id", 1], ["created_at", "2015-04-08 08:24:39.441241"], ["updated_at", "2015-04-08 08:24:39.441241"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:24:39.443341"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/tasks Completed 302 Found in 12ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2666"], ["description", "I-am-the-goal-description_6341"], ["version", 1], ["created_at", "2015-04-08 08:24:39.635432"], ["updated_at", "2015-04-08 08:24:39.635432"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task1115"], ["description", "I-am-the-task-description_8607"], ["cost", 1], ["created_at", "2015-04-08 08:24:39.639352"], ["updated_at", "2015-04-08 08:24:39.639352"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 10:24:41 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 08:24:41.327924"], ["id", 1]]  (1.4ms) commit transaction Redirected to http://127.0.0.1:58163/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 2.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1720"], ["description", "I-am-the-goal-description_5945"], ["version", 1], ["created_at", "2015-04-08 08:24:41.465459"], ["updated_at", "2015-04-08 08:24:41.465459"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2219"], ["description", "I-am-the-task-description_5779"], ["cost", 1], ["created_at", "2015-04-08 08:24:41.470891"], ["updated_at", "2015-04-08 08:24:41.470891"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8221"], ["description", "I-am-the-goal-description_1734"], ["version", 1], ["created_at", "2015-04-08 08:24:41.474755"], ["updated_at", "2015-04-08 08:24:41.474755"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task693"], ["description", "I-am-the-task-description_1914"], ["cost", 1], ["created_at", "2015-04-08 08:24:41.478287"], ["updated_at", "2015-04-08 08:24:41.478287"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5205"], ["description", "I-am-the-goal-description_2840"], ["version", 1], ["created_at", "2015-04-08 08:24:41.481580"], ["updated_at", "2015-04-08 08:24:41.481580"], ["tracking", "150408-3"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8496"], ["description", "I-am-the-task-description_9054"], ["cost", 1], ["created_at", "2015-04-08 08:24:41.485333"], ["updated_at", "2015-04-08 08:24:41.485333"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.8ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 10:24:43 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.pdf (4.4ms) Completed 200 OK in 68ms (Views: 4.2ms | ActiveRecord: 0.6ms)  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8281"], ["description", "I-am-the-goal-description_7948"], ["version", 1], ["created_at", "2015-04-08 08:24:43.205808"], ["updated_at", "2015-04-08 08:24:43.205808"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9619"], ["description", "I-am-the-task-description_1398"], ["cost", 1], ["created_at", "2015-04-08 08:24:43.212764"], ["updated_at", "2015-04-08 08:24:43.212764"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8597"], ["description", "I-am-the-goal-description_5368"], ["version", 1], ["created_at", "2015-04-08 08:24:43.216750"], ["updated_at", "2015-04-08 08:24:43.216750"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7792"], ["description", "I-am-the-task-description_5167"], ["cost", 1], ["created_at", "2015-04-08 08:24:43.220709"], ["updated_at", "2015-04-08 08:24:43.220709"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6766"], ["description", "I-am-the-goal-description_8380"], ["version", 1], ["created_at", "2015-04-08 08:24:43.225796"], ["updated_at", "2015-04-08 08:24:43.225796"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6237"], ["description", "I-am-the-task-description_3793"], ["cost", 1], ["created_at", "2015-04-08 08:24:43.229265"], ["updated_at", "2015-04-08 08:24:43.229265"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (64.1ms) Completed 200 OK in 66ms (Views: 64.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 10:24:45 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.1ms) Sent data feuille_de_route_2015-04-08.csv (1.9ms) Completed 200 OK in 10ms (Views: 1.4ms | ActiveRecord: 0.8ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_93"], ["description", "I-am-the-goal-description_5271"], ["version", 1], ["created_at", "2015-04-08 08:24:45.410250"], ["updated_at", "2015-04-08 08:24:45.410250"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3067"], ["description", "I-am-the-task-description_5975"], ["cost", 1], ["created_at", "2015-04-08 08:24:45.414641"], ["updated_at", "2015-04-08 08:24:45.414641"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9434"], ["description", "I-am-the-goal-description_9144"], ["version", 1], ["created_at", "2015-04-08 08:24:45.418478"], ["updated_at", "2015-04-08 08:24:45.418478"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3455"], ["description", "I-am-the-task-description_6726"], ["cost", 1], ["created_at", "2015-04-08 08:24:45.421968"], ["updated_at", "2015-04-08 08:24:45.421968"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8868"], ["description", "I-am-the-goal-description_2512"], ["version", 1], ["created_at", "2015-04-08 08:24:45.425277"], ["updated_at", "2015-04-08 08:24:45.425277"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8753"], ["description", "I-am-the-task-description_4907"], ["cost", 1], ["created_at", "2015-04-08 08:24:45.428933"], ["updated_at", "2015-04-08 08:24:45.428933"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:24:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.5ms) Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 10:24:47 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.7ms) Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.4ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2925"], ["description", "I-am-the-goal-description_6901"], ["version", 1], ["created_at", "2015-04-08 08:24:56.321508"], ["updated_at", "2015-04-08 08:24:56.321508"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2414"], ["description", "I-am-the-goal-description_3269"], ["version", 1], ["created_at", "2015-04-08 08:24:56.336111"], ["updated_at", "2015-04-08 08:24:56.336111"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7876"], ["description", "I-am-the-goal-description_440"], ["version", 1], ["created_at", "2015-04-08 08:24:56.341215"], ["updated_at", "2015-04-08 08:24:56.341215"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8170"], ["description", "I-am-the-goal-description_4725"], ["version", 1], ["created_at", "2015-04-08 08:24:56.347079"], ["updated_at", "2015-04-08 08:24:56.347079"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1649"], ["description", "I-am-the-goal-description_8249"], ["version", 1], ["created_at", "2015-04-08 08:24:56.352319"], ["updated_at", "2015-04-08 08:24:56.352319"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1946"], ["description", "I-am-the-goal-description_8446"], ["version", 1], ["created_at", "2015-04-08 08:24:56.435053"], ["updated_at", "2015-04-08 08:24:56.435053"], ["tracking", "150408-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4096"], ["description", "I-am-the-goal-description_7566"], ["version", 1], ["created_at", "2015-04-08 08:24:56.440328"], ["updated_at", "2015-04-08 08:24:56.440328"], ["tracking", "150408-7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5645"], ["description", "I-am-the-goal-description_861"], ["version", 1], ["created_at", "2015-04-08 08:24:56.458325"], ["updated_at", "2015-04-08 08:24:56.458325"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task8757"], ["description", "I-am-the-task-description_2847"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.511564"], ["updated_at", "2015-04-08 08:24:56.511564"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9548"], ["description", "I-am-the-goal-description_2388"], ["version", 1], ["created_at", "2015-04-08 08:24:56.517709"], ["updated_at", "2015-04-08 08:24:56.517709"], ["tracking", "150408-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1816"], ["description", "I-am-the-goal-description_7839"], ["version", 1], ["created_at", "2015-04-08 08:24:56.523386"], ["updated_at", "2015-04-08 08:24:56.523386"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4374"], ["description", "I-am-the-goal-description_6767"], ["version", 1], ["created_at", "2015-04-08 08:24:56.530551"], ["updated_at", "2015-04-08 08:24:56.530551"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7308"], ["description", "I-am-the-goal-description_316"], ["version", 1], ["created_at", "2015-04-08 08:24:56.537969"], ["updated_at", "2015-04-08 08:24:56.537969"], ["tracking", "150408-12"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9697"], ["description", "I-am-the-task-description_4351"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.542397"], ["updated_at", "2015-04-08 08:24:56.542397"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1515"], ["description", "I-am-the-goal-description_6091"], ["version", 1], ["created_at", "2015-04-08 08:24:56.547198"], ["updated_at", "2015-04-08 08:24:56.547198"], ["tracking", "150408-13"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5328"], ["description", "I-am-the-task-description_5351"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.553764"], ["updated_at", "2015-04-08 08:24:56.553764"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_617"], ["description", "I-am-the-goal-description_5085"], ["version", 1], ["created_at", "2015-04-08 08:24:56.558895"], ["updated_at", "2015-04-08 08:24:56.558895"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2716"], ["description", "I-am-the-task-description_1693"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.563876"], ["updated_at", "2015-04-08 08:24:56.563876"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2519"], ["description", "I-am-the-goal-description_7540"], ["version", 1], ["created_at", "2015-04-08 08:24:56.568544"], ["updated_at", "2015-04-08 08:24:56.568544"], ["tracking", "150408-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task801"], ["description", "I-am-the-task-description_6937"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.573380"], ["updated_at", "2015-04-08 08:24:56.573380"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2594"], ["description", "I-am-the-goal-description_3676"], ["version", 1], ["created_at", "2015-04-08 08:24:56.578118"], ["updated_at", "2015-04-08 08:24:56.578118"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4927"], ["description", "I-am-the-task-description_6820"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.582850"], ["updated_at", "2015-04-08 08:24:56.582850"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5050"], ["description", "I-am-the-goal-description_9305"], ["version", 1], ["created_at", "2015-04-08 08:24:56.588255"], ["updated_at", "2015-04-08 08:24:56.588255"], ["tracking", "150408-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3791"], ["description", "I-am-the-task-description_6219"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.592612"], ["updated_at", "2015-04-08 08:24:56.592612"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5968"], ["description", "I-am-the-goal-description_4214"], ["version", 1], ["created_at", "2015-04-08 08:24:56.598726"], ["updated_at", "2015-04-08 08:24:56.598726"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5681"], ["description", "I-am-the-task-description_1883"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.603095"], ["updated_at", "2015-04-08 08:24:56.603095"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_158"], ["description", "I-am-the-goal-description_9617"], ["version", 1], ["created_at", "2015-04-08 08:24:56.608533"], ["updated_at", "2015-04-08 08:24:56.608533"], ["tracking", "150408-19"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4700"], ["description", "I-am-the-task-description_7120"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.612993"], ["updated_at", "2015-04-08 08:24:56.612993"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4741"], ["description", "I-am-the-goal-description_4620"], ["version", 1], ["created_at", "2015-04-08 08:24:56.619017"], ["updated_at", "2015-04-08 08:24:56.619017"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7851"], ["description", "I-am-the-task-description_4704"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.623442"], ["updated_at", "2015-04-08 08:24:56.623442"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_642"], ["description", "I-am-the-goal-description_7408"], ["version", 1], ["created_at", "2015-04-08 08:24:56.628626"], ["updated_at", "2015-04-08 08:24:56.628626"], ["tracking", "150408-21"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task1201"], ["description", "I-am-the-task-description_5972"], ["cost", 1], ["created_at", "2015-04-08 08:24:56.633070"], ["updated_at", "2015-04-08 08:24:56.633070"]]  (0.8ms) commit transaction  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1997"], ["description", "I-am-the-goal-description_8619"], ["version", 1], ["created_at", "2015-04-08 08:25:35.254631"], ["updated_at", "2015-04-08 08:25:35.254631"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4838"], ["description", "I-am-the-goal-description_1124"], ["version", 1], ["created_at", "2015-04-08 08:25:35.265511"], ["updated_at", "2015-04-08 08:25:35.265511"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6752"], ["description", "I-am-the-goal-description_6386"], ["version", 1], ["created_at", "2015-04-08 08:25:35.271492"], ["updated_at", "2015-04-08 08:25:35.271492"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7780"], ["description", "I-am-the-goal-description_4652"], ["version", 1], ["created_at", "2015-04-08 08:25:35.277703"], ["updated_at", "2015-04-08 08:25:35.277703"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6268"], ["description", "I-am-the-goal-description_902"], ["version", 1], ["created_at", "2015-04-08 08:25:35.283320"], ["updated_at", "2015-04-08 08:25:35.283320"], ["tracking", "150408-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5271"], ["description", "I-am-the-goal-description_3154"], ["version", 1], ["created_at", "2015-04-08 08:25:35.289133"], ["updated_at", "2015-04-08 08:25:35.289133"], ["tracking", "150408-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2845"], ["description", "I-am-the-goal-description_3770"], ["version", 1], ["created_at", "2015-04-08 08:25:35.294310"], ["updated_at", "2015-04-08 08:25:35.294310"], ["tracking", "150408-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5790"], ["description", "I-am-the-goal-description_6957"], ["version", 1], ["created_at", "2015-04-08 08:25:35.314889"], ["updated_at", "2015-04-08 08:25:35.314889"], ["tracking", "150408-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task5384"], ["description", "I-am-the-task-description_9751"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.371662"], ["updated_at", "2015-04-08 08:25:35.371662"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1987"], ["description", "I-am-the-goal-description_8739"], ["version", 1], ["created_at", "2015-04-08 08:25:35.376655"], ["updated_at", "2015-04-08 08:25:35.376655"], ["tracking", "150408-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5391"], ["description", "I-am-the-goal-description_9092"], ["version", 1], ["created_at", "2015-04-08 08:25:35.382466"], ["updated_at", "2015-04-08 08:25:35.382466"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2407"], ["description", "I-am-the-goal-description_9696"], ["version", 1], ["created_at", "2015-04-08 08:25:35.408015"], ["updated_at", "2015-04-08 08:25:35.408015"], ["tracking", "150408-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1884"], ["description", "I-am-the-goal-description_671"], ["version", 1], ["created_at", "2015-04-08 08:25:35.414916"], ["updated_at", "2015-04-08 08:25:35.414916"], ["tracking", "150408-12"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task372"], ["description", "I-am-the-task-description_4548"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.419964"], ["updated_at", "2015-04-08 08:25:35.419964"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2134"], ["description", "I-am-the-goal-description_3581"], ["version", 1], ["created_at", "2015-04-08 08:25:35.424465"], ["updated_at", "2015-04-08 08:25:35.424465"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9148"], ["description", "I-am-the-task-description_1950"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.429322"], ["updated_at", "2015-04-08 08:25:35.429322"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4417"], ["description", "I-am-the-goal-description_7154"], ["version", 1], ["created_at", "2015-04-08 08:25:35.434177"], ["updated_at", "2015-04-08 08:25:35.434177"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3060"], ["description", "I-am-the-task-description_9998"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.439016"], ["updated_at", "2015-04-08 08:25:35.439016"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8355"], ["description", "I-am-the-goal-description_8228"], ["version", 1], ["created_at", "2015-04-08 08:25:35.444163"], ["updated_at", "2015-04-08 08:25:35.444163"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4968"], ["description", "I-am-the-task-description_9077"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.449678"], ["updated_at", "2015-04-08 08:25:35.449678"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4490"], ["description", "I-am-the-goal-description_3339"], ["version", 1], ["created_at", "2015-04-08 08:25:35.455721"], ["updated_at", "2015-04-08 08:25:35.455721"], ["tracking", "150408-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1464"], ["description", "I-am-the-task-description_8144"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.462177"], ["updated_at", "2015-04-08 08:25:35.462177"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2377"], ["description", "I-am-the-goal-description_414"], ["version", 1], ["created_at", "2015-04-08 08:25:35.470129"], ["updated_at", "2015-04-08 08:25:35.470129"], ["tracking", "150408-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2791"], ["description", "I-am-the-task-description_3579"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.474475"], ["updated_at", "2015-04-08 08:25:35.474475"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8561"], ["description", "I-am-the-goal-description_8664"], ["version", 1], ["created_at", "2015-04-08 08:25:35.479369"], ["updated_at", "2015-04-08 08:25:35.479369"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7787"], ["description", "I-am-the-task-description_1298"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.483609"], ["updated_at", "2015-04-08 08:25:35.483609"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1526"], ["description", "I-am-the-goal-description_2891"], ["version", 1], ["created_at", "2015-04-08 08:25:35.488564"], ["updated_at", "2015-04-08 08:25:35.488564"], ["tracking", "150408-19"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9335"], ["description", "I-am-the-task-description_2624"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.492488"], ["updated_at", "2015-04-08 08:25:35.492488"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4372"], ["description", "I-am-the-goal-description_2141"], ["version", 1], ["created_at", "2015-04-08 08:25:35.498414"], ["updated_at", "2015-04-08 08:25:35.498414"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6430"], ["description", "I-am-the-task-description_341"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.502651"], ["updated_at", "2015-04-08 08:25:35.502651"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_874"], ["description", "I-am-the-goal-description_3880"], ["version", 1], ["created_at", "2015-04-08 08:25:35.508050"], ["updated_at", "2015-04-08 08:25:35.508050"], ["tracking", "150408-21"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task3411"], ["description", "I-am-the-task-description_1666"], ["cost", 1], ["created_at", "2015-04-08 08:25:35.511837"], ["updated_at", "2015-04-08 08:25:35.511837"]]  (0.8ms) commit transaction  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5813"], ["description", "I-am-the-goal-description_7002"], ["version", 1], ["created_at", "2015-04-08 08:25:47.457705"], ["updated_at", "2015-04-08 08:25:47.457705"], ["tracking", "150408-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_440"], ["description", "I-am-the-goal-description_8223"], ["version", 1], ["created_at", "2015-04-08 08:25:47.468274"], ["updated_at", "2015-04-08 08:25:47.468274"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (41.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8560"], ["description", "I-am-the-goal-description_4005"], ["version", 1], ["created_at", "2015-04-08 08:25:47.473314"], ["updated_at", "2015-04-08 08:25:47.473314"], ["tracking", "150408-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3257"], ["description", "I-am-the-goal-description_1739"], ["version", 1], ["created_at", "2015-04-08 08:25:47.520039"], ["updated_at", "2015-04-08 08:25:47.520039"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4886"], ["description", "I-am-the-goal-description_4251"], ["version", 1], ["created_at", "2015-04-08 08:25:47.525594"], ["updated_at", "2015-04-08 08:25:47.525594"], ["tracking", "150408-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3588"], ["description", "I-am-the-goal-description_2611"], ["version", 1], ["created_at", "2015-04-08 08:25:47.531628"], ["updated_at", "2015-04-08 08:25:47.531628"], ["tracking", "150408-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2059"], ["description", "I-am-the-goal-description_6390"], ["version", 1], ["created_at", "2015-04-08 08:25:47.536744"], ["updated_at", "2015-04-08 08:25:47.536744"], ["tracking", "150408-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9196"], ["description", "I-am-the-goal-description_9010"], ["version", 1], ["created_at", "2015-04-08 08:25:47.553642"], ["updated_at", "2015-04-08 08:25:47.553642"], ["tracking", "150408-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task5917"], ["description", "I-am-the-task-description_4894"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.568125"], ["updated_at", "2015-04-08 08:25:47.568125"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4680"], ["description", "I-am-the-goal-description_4222"], ["version", 1], ["created_at", "2015-04-08 08:25:47.573346"], ["updated_at", "2015-04-08 08:25:47.573346"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2014"], ["description", "I-am-the-goal-description_5971"], ["version", 1], ["created_at", "2015-04-08 08:25:47.579205"], ["updated_at", "2015-04-08 08:25:47.579205"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8691"], ["description", "I-am-the-goal-description_887"], ["version", 1], ["created_at", "2015-04-08 08:25:47.643323"], ["updated_at", "2015-04-08 08:25:47.643323"], ["tracking", "150408-11"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_87"], ["description", "I-am-the-goal-description_1587"], ["version", 1], ["created_at", "2015-04-08 08:25:47.651975"], ["updated_at", "2015-04-08 08:25:47.651975"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7974"], ["description", "I-am-the-task-description_2533"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.657810"], ["updated_at", "2015-04-08 08:25:47.657810"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9875"], ["description", "I-am-the-goal-description_5296"], ["version", 1], ["created_at", "2015-04-08 08:25:47.662365"], ["updated_at", "2015-04-08 08:25:47.662365"], ["tracking", "150408-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6563"], ["description", "I-am-the-task-description_1197"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.667122"], ["updated_at", "2015-04-08 08:25:47.667122"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5887"], ["description", "I-am-the-goal-description_9488"], ["version", 1], ["created_at", "2015-04-08 08:25:47.673539"], ["updated_at", "2015-04-08 08:25:47.673539"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6291"], ["description", "I-am-the-task-description_3755"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.679804"], ["updated_at", "2015-04-08 08:25:47.679804"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3405"], ["description", "I-am-the-goal-description_8704"], ["version", 1], ["created_at", "2015-04-08 08:25:47.684603"], ["updated_at", "2015-04-08 08:25:47.684603"], ["tracking", "150408-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8445"], ["description", "I-am-the-task-description_5969"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.690004"], ["updated_at", "2015-04-08 08:25:47.690004"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5023"], ["description", "I-am-the-goal-description_878"], ["version", 1], ["created_at", "2015-04-08 08:25:47.698088"], ["updated_at", "2015-04-08 08:25:47.698088"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5229"], ["description", "I-am-the-task-description_5556"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.703053"], ["updated_at", "2015-04-08 08:25:47.703053"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2645"], ["description", "I-am-the-goal-description_5979"], ["version", 1], ["created_at", "2015-04-08 08:25:47.712503"], ["updated_at", "2015-04-08 08:25:47.712503"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7301"], ["description", "I-am-the-task-description_8766"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.720237"], ["updated_at", "2015-04-08 08:25:47.720237"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9308"], ["description", "I-am-the-goal-description_4323"], ["version", 1], ["created_at", "2015-04-08 08:25:47.727250"], ["updated_at", "2015-04-08 08:25:47.727250"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5003"], ["description", "I-am-the-task-description_2804"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.731525"], ["updated_at", "2015-04-08 08:25:47.731525"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4095"], ["description", "I-am-the-goal-description_3324"], ["version", 1], ["created_at", "2015-04-08 08:25:47.736324"], ["updated_at", "2015-04-08 08:25:47.736324"], ["tracking", "150408-19"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6566"], ["description", "I-am-the-task-description_4854"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.740478"], ["updated_at", "2015-04-08 08:25:47.740478"]]  (1.1ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1761"], ["description", "I-am-the-goal-description_1233"], ["version", 1], ["created_at", "2015-04-08 08:25:47.748958"], ["updated_at", "2015-04-08 08:25:47.748958"], ["tracking", "150408-20"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1446"], ["description", "I-am-the-task-description_3817"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.753745"], ["updated_at", "2015-04-08 08:25:47.753745"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3341"], ["description", "I-am-the-goal-description_4352"], ["version", 1], ["created_at", "2015-04-08 08:25:47.762136"], ["updated_at", "2015-04-08 08:25:47.762136"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task4597"], ["description", "I-am-the-task-description_8192"], ["cost", 1], ["created_at", "2015-04-08 08:25:47.768478"], ["updated_at", "2015-04-08 08:25:47.768478"]]  (1.2ms) commit transaction  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6831"], ["description", "I-am-the-goal-description_7377"], ["version", 1], ["created_at", "2015-04-08 08:26:42.160940"], ["updated_at", "2015-04-08 08:26:42.160940"], ["tracking", "150408-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7394"], ["description", "I-am-the-goal-description_6185"], ["version", 1], ["created_at", "2015-04-08 08:26:42.212308"], ["updated_at", "2015-04-08 08:26:42.212308"], ["tracking", "150408-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4224"], ["description", "I-am-the-goal-description_391"], ["version", 1], ["created_at", "2015-04-08 08:26:42.217422"], ["updated_at", "2015-04-08 08:26:42.217422"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9189"], ["description", "I-am-the-goal-description_9905"], ["version", 1], ["created_at", "2015-04-08 08:26:42.222935"], ["updated_at", "2015-04-08 08:26:42.222935"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7980"], ["description", "I-am-the-goal-description_8263"], ["version", 1], ["created_at", "2015-04-08 08:26:42.228086"], ["updated_at", "2015-04-08 08:26:42.228086"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8920"], ["description", "I-am-the-goal-description_3853"], ["version", 1], ["created_at", "2015-04-08 08:26:42.233130"], ["updated_at", "2015-04-08 08:26:42.233130"], ["tracking", "150408-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8516"], ["description", "I-am-the-goal-description_7852"], ["version", 1], ["created_at", "2015-04-08 08:26:42.238283"], ["updated_at", "2015-04-08 08:26:42.238283"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6872"], ["description", "I-am-the-goal-description_2771"], ["version", 1], ["created_at", "2015-04-08 08:26:42.257740"], ["updated_at", "2015-04-08 08:26:42.257740"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6905"], ["description", "I-am-the-task-description_7936"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.271964"], ["updated_at", "2015-04-08 08:26:42.271964"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3202"], ["description", "I-am-the-goal-description_1179"], ["version", 1], ["created_at", "2015-04-08 08:26:42.276710"], ["updated_at", "2015-04-08 08:26:42.276710"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5549"], ["description", "I-am-the-goal-description_9407"], ["version", 1], ["created_at", "2015-04-08 08:26:42.281880"], ["updated_at", "2015-04-08 08:26:42.281880"], ["tracking", "150408-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8126"], ["description", "I-am-the-goal-description_4737"], ["version", 1], ["created_at", "2015-04-08 08:26:42.348920"], ["updated_at", "2015-04-08 08:26:42.348920"], ["tracking", "150408-11"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_504"], ["description", "I-am-the-goal-description_5673"], ["version", 1], ["created_at", "2015-04-08 08:26:42.356039"], ["updated_at", "2015-04-08 08:26:42.356039"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6913"], ["description", "I-am-the-task-description_595"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.359654"], ["updated_at", "2015-04-08 08:26:42.359654"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2017"], ["description", "I-am-the-goal-description_203"], ["version", 1], ["created_at", "2015-04-08 08:26:42.364220"], ["updated_at", "2015-04-08 08:26:42.364220"], ["tracking", "150408-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2645"], ["description", "I-am-the-task-description_7179"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.369508"], ["updated_at", "2015-04-08 08:26:42.369508"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1593"], ["description", "I-am-the-goal-description_4220"], ["version", 1], ["created_at", "2015-04-08 08:26:42.374610"], ["updated_at", "2015-04-08 08:26:42.374610"], ["tracking", "150408-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4111"], ["description", "I-am-the-task-description_8764"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.381526"], ["updated_at", "2015-04-08 08:26:42.381526"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.8ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3693"], ["description", "I-am-the-goal-description_4686"], ["version", 1], ["created_at", "2015-04-08 08:26:42.387276"], ["updated_at", "2015-04-08 08:26:42.387276"], ["tracking", "150408-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4983"], ["description", "I-am-the-task-description_474"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.393935"], ["updated_at", "2015-04-08 08:26:42.393935"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4246"], ["description", "I-am-the-goal-description_5817"], ["version", 1], ["created_at", "2015-04-08 08:26:42.398935"], ["updated_at", "2015-04-08 08:26:42.398935"], ["tracking", "150408-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3215"], ["description", "I-am-the-task-description_439"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.403729"], ["updated_at", "2015-04-08 08:26:42.403729"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_597"], ["description", "I-am-the-goal-description_94"], ["version", 1], ["created_at", "2015-04-08 08:26:42.408890"], ["updated_at", "2015-04-08 08:26:42.408890"], ["tracking", "150408-17"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2393"], ["description", "I-am-the-task-description_7170"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.412841"], ["updated_at", "2015-04-08 08:26:42.412841"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_63"], ["description", "I-am-the-goal-description_2906"], ["version", 1], ["created_at", "2015-04-08 08:26:42.418186"], ["updated_at", "2015-04-08 08:26:42.418186"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task42"], ["description", "I-am-the-task-description_4756"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.422139"], ["updated_at", "2015-04-08 08:26:42.422139"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9959"], ["description", "I-am-the-goal-description_3393"], ["version", 1], ["created_at", "2015-04-08 08:26:42.426927"], ["updated_at", "2015-04-08 08:26:42.426927"], ["tracking", "150408-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9929"], ["description", "I-am-the-task-description_9929"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.431378"], ["updated_at", "2015-04-08 08:26:42.431378"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6023"], ["description", "I-am-the-goal-description_3294"], ["version", 1], ["created_at", "2015-04-08 08:26:42.436254"], ["updated_at", "2015-04-08 08:26:42.436254"], ["tracking", "150408-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task9883"], ["description", "I-am-the-task-description_8597"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.441971"], ["updated_at", "2015-04-08 08:26:42.441971"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9983"], ["description", "I-am-the-goal-description_7196"], ["version", 1], ["created_at", "2015-04-08 08:26:42.447496"], ["updated_at", "2015-04-08 08:26:42.447496"], ["tracking", "150408-21"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task163"], ["description", "I-am-the-task-description_408"], ["cost", 1], ["created_at", "2015-04-08 08:26:42.451813"], ["updated_at", "2015-04-08 08:26:42.451813"]]  (0.9ms) commit transaction  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3371"], ["description", "I-am-the-goal-description_9122"], ["version", 1], ["created_at", "2015-04-08 08:28:25.873203"], ["updated_at", "2015-04-08 08:28:25.873203"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_597"], ["description", "I-am-the-goal-description_3570"], ["version", 1], ["created_at", "2015-04-08 08:28:25.883203"], ["updated_at", "2015-04-08 08:28:25.883203"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6138"], ["description", "I-am-the-goal-description_8420"], ["version", 1], ["created_at", "2015-04-08 08:28:25.888130"], ["updated_at", "2015-04-08 08:28:25.888130"], ["tracking", "150408-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7839"], ["description", "I-am-the-goal-description_305"], ["version", 1], ["created_at", "2015-04-08 08:28:25.893171"], ["updated_at", "2015-04-08 08:28:25.893171"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7689"], ["description", "I-am-the-goal-description_6322"], ["version", 1], ["created_at", "2015-04-08 08:28:25.898134"], ["updated_at", "2015-04-08 08:28:25.898134"], ["tracking", "150408-5"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3344"], ["description", "I-am-the-goal-description_8563"], ["version", 1], ["created_at", "2015-04-08 08:28:25.982906"], ["updated_at", "2015-04-08 08:28:25.982906"], ["tracking", "150408-6"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1010"], ["description", "I-am-the-goal-description_2260"], ["version", 1], ["created_at", "2015-04-08 08:28:25.988797"], ["updated_at", "2015-04-08 08:28:25.988797"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2936"], ["description", "I-am-the-goal-description_4652"], ["version", 1], ["created_at", "2015-04-08 08:28:26.006069"], ["updated_at", "2015-04-08 08:28:26.006069"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7938"], ["description", "I-am-the-task-description_7378"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.061186"], ["updated_at", "2015-04-08 08:28:26.061186"]]  (1.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1434"], ["description", "I-am-the-goal-description_1031"], ["version", 1], ["created_at", "2015-04-08 08:28:26.067423"], ["updated_at", "2015-04-08 08:28:26.067423"], ["tracking", "150408-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9541"], ["description", "I-am-the-goal-description_6391"], ["version", 1], ["created_at", "2015-04-08 08:28:26.072606"], ["updated_at", "2015-04-08 08:28:26.072606"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7557"], ["description", "I-am-the-goal-description_1661"], ["version", 1], ["created_at", "2015-04-08 08:28:26.079306"], ["updated_at", "2015-04-08 08:28:26.079306"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1044"], ["description", "I-am-the-goal-description_4687"], ["version", 1], ["created_at", "2015-04-08 08:28:26.085709"], ["updated_at", "2015-04-08 08:28:26.085709"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6592"], ["description", "I-am-the-task-description_7369"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.089533"], ["updated_at", "2015-04-08 08:28:26.089533"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_480"], ["description", "I-am-the-goal-description_5630"], ["version", 1], ["created_at", "2015-04-08 08:28:26.093525"], ["updated_at", "2015-04-08 08:28:26.093525"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3158"], ["description", "I-am-the-task-description_4789"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.098383"], ["updated_at", "2015-04-08 08:28:26.098383"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_417"], ["description", "I-am-the-goal-description_6411"], ["version", 1], ["created_at", "2015-04-08 08:28:26.104233"], ["updated_at", "2015-04-08 08:28:26.104233"], ["tracking", "150408-14"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9959"], ["description", "I-am-the-task-description_6322"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.110631"], ["updated_at", "2015-04-08 08:28:26.110631"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3843"], ["description", "I-am-the-goal-description_4009"], ["version", 1], ["created_at", "2015-04-08 08:28:26.115543"], ["updated_at", "2015-04-08 08:28:26.115543"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6086"], ["description", "I-am-the-task-description_446"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.120307"], ["updated_at", "2015-04-08 08:28:26.120307"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2135"], ["description", "I-am-the-goal-description_236"], ["version", 1], ["created_at", "2015-04-08 08:28:26.125019"], ["updated_at", "2015-04-08 08:28:26.125019"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3571"], ["description", "I-am-the-task-description_1215"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.129736"], ["updated_at", "2015-04-08 08:28:26.129736"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5068"], ["description", "I-am-the-goal-description_9849"], ["version", 1], ["created_at", "2015-04-08 08:28:26.135111"], ["updated_at", "2015-04-08 08:28:26.135111"], ["tracking", "150408-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task926"], ["description", "I-am-the-task-description_9384"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.139086"], ["updated_at", "2015-04-08 08:28:26.139086"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6911"], ["description", "I-am-the-goal-description_4992"], ["version", 1], ["created_at", "2015-04-08 08:28:26.144339"], ["updated_at", "2015-04-08 08:28:26.144339"], ["tracking", "150408-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1022"], ["description", "I-am-the-task-description_6821"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.148487"], ["updated_at", "2015-04-08 08:28:26.148487"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4793"], ["description", "I-am-the-goal-description_9543"], ["version", 1], ["created_at", "2015-04-08 08:28:26.153463"], ["updated_at", "2015-04-08 08:28:26.153463"], ["tracking", "150408-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4432"], ["description", "I-am-the-task-description_7636"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.159413"], ["updated_at", "2015-04-08 08:28:26.159413"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7861"], ["description", "I-am-the-goal-description_9243"], ["version", 1], ["created_at", "2015-04-08 08:28:26.164686"], ["updated_at", "2015-04-08 08:28:26.164686"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3646"], ["description", "I-am-the-task-description_4356"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.168705"], ["updated_at", "2015-04-08 08:28:26.168705"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_570"], ["description", "I-am-the-goal-description_2770"], ["version", 1], ["created_at", "2015-04-08 08:28:26.173992"], ["updated_at", "2015-04-08 08:28:26.173992"], ["tracking", "150408-21"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task2151"], ["description", "I-am-the-task-description_5641"], ["cost", 1], ["created_at", "2015-04-08 08:28:26.178012"], ["updated_at", "2015-04-08 08:28:26.178012"]]  (0.9ms) commit transaction  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6168"], ["description", "I-am-the-goal-description_1234"], ["version", 1], ["created_at", "2015-04-08 08:28:48.476866"], ["updated_at", "2015-04-08 08:28:48.476866"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5719"], ["description", "I-am-the-goal-description_447"], ["version", 1], ["created_at", "2015-04-08 08:28:48.487229"], ["updated_at", "2015-04-08 08:28:48.487229"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7988"], ["description", "I-am-the-goal-description_813"], ["version", 1], ["created_at", "2015-04-08 08:28:48.492999"], ["updated_at", "2015-04-08 08:28:48.492999"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1454"], ["description", "I-am-the-goal-description_8356"], ["version", 1], ["created_at", "2015-04-08 08:28:48.499184"], ["updated_at", "2015-04-08 08:28:48.499184"], ["tracking", "150408-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3596"], ["description", "I-am-the-goal-description_8236"], ["version", 1], ["created_at", "2015-04-08 08:28:48.505116"], ["updated_at", "2015-04-08 08:28:48.505116"], ["tracking", "150408-5"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_81"], ["description", "I-am-the-goal-description_2263"], ["version", 1], ["created_at", "2015-04-08 08:28:48.587371"], ["updated_at", "2015-04-08 08:28:48.587371"], ["tracking", "150408-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7002"], ["description", "I-am-the-goal-description_3511"], ["version", 1], ["created_at", "2015-04-08 08:28:48.593662"], ["updated_at", "2015-04-08 08:28:48.593662"], ["tracking", "150408-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8088"], ["description", "I-am-the-goal-description_4032"], ["version", 1], ["created_at", "2015-04-08 08:28:48.651174"], ["updated_at", "2015-04-08 08:28:48.651174"], ["tracking", "150408-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task3428"], ["description", "I-am-the-task-description_2552"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.661893"], ["updated_at", "2015-04-08 08:28:48.661893"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1964"], ["description", "I-am-the-goal-description_9719"], ["version", 1], ["created_at", "2015-04-08 08:28:48.668267"], ["updated_at", "2015-04-08 08:28:48.668267"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3711"], ["description", "I-am-the-goal-description_9391"], ["version", 1], ["created_at", "2015-04-08 08:28:48.673434"], ["updated_at", "2015-04-08 08:28:48.673434"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1984"], ["description", "I-am-the-goal-description_1397"], ["version", 1], ["created_at", "2015-04-08 08:28:48.680310"], ["updated_at", "2015-04-08 08:28:48.680310"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3872"], ["description", "I-am-the-goal-description_7519"], ["version", 1], ["created_at", "2015-04-08 08:28:48.687103"], ["updated_at", "2015-04-08 08:28:48.687103"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task130"], ["description", "I-am-the-task-description_7804"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.690727"], ["updated_at", "2015-04-08 08:28:48.690727"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6145"], ["description", "I-am-the-goal-description_548"], ["version", 1], ["created_at", "2015-04-08 08:28:48.694876"], ["updated_at", "2015-04-08 08:28:48.694876"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6807"], ["description", "I-am-the-task-description_7333"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.699807"], ["updated_at", "2015-04-08 08:28:48.699807"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6342"], ["description", "I-am-the-goal-description_7794"], ["version", 1], ["created_at", "2015-04-08 08:28:48.705542"], ["updated_at", "2015-04-08 08:28:48.705542"], ["tracking", "150408-14"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4272"], ["description", "I-am-the-task-description_8080"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.712390"], ["updated_at", "2015-04-08 08:28:48.712390"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5090"], ["description", "I-am-the-goal-description_8993"], ["version", 1], ["created_at", "2015-04-08 08:28:48.717193"], ["updated_at", "2015-04-08 08:28:48.717193"], ["tracking", "150408-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7624"], ["description", "I-am-the-task-description_8611"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.722067"], ["updated_at", "2015-04-08 08:28:48.722067"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3938"], ["description", "I-am-the-goal-description_6347"], ["version", 1], ["created_at", "2015-04-08 08:28:48.726643"], ["updated_at", "2015-04-08 08:28:48.726643"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9260"], ["description", "I-am-the-task-description_9063"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.731375"], ["updated_at", "2015-04-08 08:28:48.731375"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6791"], ["description", "I-am-the-goal-description_1890"], ["version", 1], ["created_at", "2015-04-08 08:28:48.736704"], ["updated_at", "2015-04-08 08:28:48.736704"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2380"], ["description", "I-am-the-task-description_1703"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.740614"], ["updated_at", "2015-04-08 08:28:48.740614"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9652"], ["description", "I-am-the-goal-description_8767"], ["version", 1], ["created_at", "2015-04-08 08:28:48.745777"], ["updated_at", "2015-04-08 08:28:48.745777"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8153"], ["description", "I-am-the-task-description_4982"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.749940"], ["updated_at", "2015-04-08 08:28:48.749940"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8736"], ["description", "I-am-the-goal-description_1608"], ["version", 1], ["created_at", "2015-04-08 08:28:48.754736"], ["updated_at", "2015-04-08 08:28:48.754736"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7644"], ["description", "I-am-the-task-description_8805"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.758630"], ["updated_at", "2015-04-08 08:28:48.758630"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4015"], ["description", "I-am-the-goal-description_4517"], ["version", 1], ["created_at", "2015-04-08 08:28:48.765341"], ["updated_at", "2015-04-08 08:28:48.765341"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3536"], ["description", "I-am-the-task-description_7875"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.769299"], ["updated_at", "2015-04-08 08:28:48.769299"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1809"], ["description", "I-am-the-goal-description_2633"], ["version", 1], ["created_at", "2015-04-08 08:28:48.774429"], ["updated_at", "2015-04-08 08:28:48.774429"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task1616"], ["description", "I-am-the-task-description_7407"], ["cost", 1], ["created_at", "2015-04-08 08:28:48.778378"], ["updated_at", "2015-04-08 08:28:48.778378"]]  (0.8ms) commit transaction  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3685"], ["description", "I-am-the-goal-description_4456"], ["version", 1], ["created_at", "2015-04-08 08:28:57.836613"], ["updated_at", "2015-04-08 08:28:57.836613"], ["tracking", "150408-1"]]  (2.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4144"], ["description", "I-am-the-goal-description_7547"], ["version", 1], ["created_at", "2015-04-08 08:28:57.854567"], ["updated_at", "2015-04-08 08:28:57.854567"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 125ms (Views: 107.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5097"], ["description", "I-am-the-goal-description_4975"], ["version", 1], ["created_at", "2015-04-08 08:28:58.090738"], ["updated_at", "2015-04-08 08:28:58.090738"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3393"], ["description", "I-am-the-goal-description_2290"], ["version", 1], ["created_at", "2015-04-08 08:28:58.095699"], ["updated_at", "2015-04-08 08:28:58.095699"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 12ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.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_673"], ["version", 1], ["created_at", "2015-04-08 08:28:58.122228"], ["updated_at", "2015-04-08 08:28:58.122228"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3679"], ["description", "I-am-the-goal-description_63"], ["version", 1], ["created_at", "2015-04-08 08:28:58.126550"], ["updated_at", "2015-04-08 08:28:58.126550"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9182"], ["description", "I-am-the-goal-description_831"], ["version", 1], ["created_at", "2015-04-08 08:28:58.137364"], ["updated_at", "2015-04-08 08:28:58.137364"], ["tracking", "150408-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 08:28:58.151258"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3501ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2421"], ["description", "I-am-the-goal-description_871"], ["version", 1], ["created_at", "2015-04-08 08:29:01.647394"], ["updated_at", "2015-04-08 08:29:01.647394"], ["tracking", "150408-4"]]  (3.0ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 08:29:01.657950"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8611"], ["description", "I-am-the-goal-description_5486"], ["version", 1], ["created_at", "2015-04-08 08:29:01.664639"], ["updated_at", "2015-04-08 08:29:01.664639"], ["tracking", "150408-5"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 08:29:01.671086"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5827"], ["description", "I-am-the-goal-description_28"], ["version", 1], ["created_at", "2015-04-08 08:29:01.678029"], ["updated_at", "2015-04-08 08:29:01.678029"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 08:29:01.684359"], ["id", 10]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6873"], ["description", "I-am-the-goal-description_6488"], ["version", 1], ["created_at", "2015-04-08 08:29:01.700373"], ["updated_at", "2015-04-08 08:29:01.700373"], ["tracking", "150408-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7815"], ["description", "I-am-the-task-description_1805"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.710890"], ["updated_at", "2015-04-08 08:29:01.710890"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 08:29:01.720661"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 08:29:01.721570"], ["updated_at", "2015-04-08 08:29:01.721570"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 08:29:01.723210"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 08:29:01 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 08:29:01 UTC", "updated_at"=>"2015-04-08 08:29:01 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 08:29:01.732497"], ["created_at", "2015-04-08 08:29:01.734080"], ["updated_at", "2015-04-08 08:29:01.734080"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4735"], ["description", "I-am-the-goal-description_5238"], ["version", 1], ["created_at", "2015-04-08 08:29:01.744042"], ["updated_at", "2015-04-08 08:29:01.744042"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9406"], ["description", "I-am-the-task-description_7135"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.747921"], ["updated_at", "2015-04-08 08:29:01.747921"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1031"], ["description", "I-am-the-task-description_2399"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.752093"], ["updated_at", "2015-04-08 08:29:01.752093"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:29:01.758645"], ["task_id", 2], ["created_at", "2015-04-08 08:29:01.759817"], ["updated_at", "2015-04-08 08:29:01.759817"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:29:01.762238"], ["id", 2]]  (0.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9335"], ["description", "I-am-the-goal-description_2526"], ["version", 1], ["created_at", "2015-04-08 08:29:01.769184"], ["updated_at", "2015-04-08 08:29:01.769184"], ["tracking", "150408-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6483"], ["description", "I-am-the-task-description_2816"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.772920"], ["updated_at", "2015-04-08 08:29:01.772920"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6633"], ["description", "I-am-the-task-description_3710"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.777170"], ["updated_at", "2015-04-08 08:29:01.777170"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:29:01.783283"], ["task_id", 4], ["created_at", "2015-04-08 08:29:01.784624"], ["updated_at", "2015-04-08 08:29:01.784624"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:29:01.786166"], ["id", 4]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2545"], ["description", "I-am-the-goal-description_3556"], ["version", 1], ["created_at", "2015-04-08 08:29:01.792701"], ["updated_at", "2015-04-08 08:29:01.792701"], ["tracking", "150408-10"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5229"], ["description", "I-am-the-task-description_4854"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.797328"], ["updated_at", "2015-04-08 08:29:01.797328"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3722"], ["description", "I-am-the-task-description_4128"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.802251"], ["updated_at", "2015-04-08 08:29:01.802251"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:29:01.810886"], ["task_id", 6], ["created_at", "2015-04-08 08:29:01.812286"], ["updated_at", "2015-04-08 08:29:01.812286"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:29:01.813997"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8658"], ["description", "I-am-the-goal-description_1412"], ["version", 1], ["created_at", "2015-04-08 08:29:01.822741"], ["updated_at", "2015-04-08 08:29:01.822741"], ["tracking", "150408-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task112"], ["description", "I-am-the-task-description_9146"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.827004"], ["updated_at", "2015-04-08 08:29:01.827004"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7110"], ["description", "I-am-the-task-description_9002"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.830948"], ["updated_at", "2015-04-08 08:29:01.830948"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:29:01.837216"], ["task_id", 8], ["created_at", "2015-04-08 08:29:01.838519"], ["updated_at", "2015-04-08 08:29:01.838519"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:29:01.840073"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5164"], ["description", "I-am-the-goal-description_2905"], ["version", 1], ["created_at", "2015-04-08 08:29:01.845870"], ["updated_at", "2015-04-08 08:29:01.845870"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8122"], ["description", "I-am-the-task-description_675"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.849632"], ["updated_at", "2015-04-08 08:29:01.849632"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8545"], ["description", "I-am-the-task-description_3285"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.854035"], ["updated_at", "2015-04-08 08:29:01.854035"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7710"], ["description", "I-am-the-goal-description_8675"], ["version", 1], ["created_at", "2015-04-08 08:29:01.867571"], ["updated_at", "2015-04-08 08:29:01.867571"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8894"], ["description", "I-am-the-task-description_1049"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.871445"], ["updated_at", "2015-04-08 08:29:01.871445"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7731"], ["description", "I-am-the-task-description_3440"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.875377"], ["updated_at", "2015-04-08 08:29:01.875377"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3825"], ["description", "I-am-the-goal-description_5926"], ["version", 1], ["created_at", "2015-04-08 08:29:01.912899"], ["updated_at", "2015-04-08 08:29:01.912899"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8910"], ["description", "I-am-the-task-description_4485"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.917090"], ["updated_at", "2015-04-08 08:29:01.917090"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4361"], ["description", "I-am-the-goal-description_8290"], ["version", 1], ["created_at", "2015-04-08 08:29:01.969688"], ["updated_at", "2015-04-08 08:29:01.969688"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9927"], ["description", "I-am-the-task-description_2737"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.973922"], ["updated_at", "2015-04-08 08:29:01.973922"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5416"], ["description", "I-am-the-goal-description_1040"], ["version", 1], ["created_at", "2015-04-08 08:29:01.984957"], ["updated_at", "2015-04-08 08:29:01.984957"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1375"], ["description", "I-am-the-task-description_2951"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.989526"], ["updated_at", "2015-04-08 08:29:01.989526"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2162"], ["description", "I-am-the-task-description_3309"], ["cost", 1], ["created_at", "2015-04-08 08:29:01.993662"], ["updated_at", "2015-04-08 08:29:01.993662"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3448"], ["description", "I-am-the-goal-description_5615"], ["version", 1], ["created_at", "2015-04-08 08:29:02.008405"], ["updated_at", "2015-04-08 08:29:02.008405"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2724"], ["description", "I-am-the-task-description_478"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.012727"], ["updated_at", "2015-04-08 08:29:02.012727"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6600"], ["description", "I-am-the-goal-description_2608"], ["version", 1], ["created_at", "2015-04-08 08:29:02.018212"], ["updated_at", "2015-04-08 08:29:02.018212"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1591"], ["description", "I-am-the-task-description_9143"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.023064"], ["updated_at", "2015-04-08 08:29:02.023064"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5864"], ["description", "I-am-the-goal-description_8897"], ["version", 1], ["created_at", "2015-04-08 08:29:02.033360"], ["updated_at", "2015-04-08 08:29:02.033360"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4632"], ["description", "I-am-the-task-description_167"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.037378"], ["updated_at", "2015-04-08 08:29:02.037378"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4000"], ["description", "I-am-the-task-description_5886"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.041306"], ["updated_at", "2015-04-08 08:29:02.041306"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5949"], ["description", "I-am-the-goal-description_9359"], ["version", 1], ["created_at", "2015-04-08 08:29:02.056560"], ["updated_at", "2015-04-08 08:29:02.056560"], ["tracking", "150408-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2131"], ["description", "I-am-the-task-description_3126"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.060904"], ["updated_at", "2015-04-08 08:29:02.060904"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1969"], ["description", "I-am-the-goal-description_199"], ["version", 1], ["created_at", "2015-04-08 08:29:02.064935"], ["updated_at", "2015-04-08 08:29:02.064935"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7634"], ["description", "I-am-the-task-description_8074"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.069815"], ["updated_at", "2015-04-08 08:29:02.069815"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4883"], ["description", "I-am-the-goal-description_1204"], ["version", 1], ["created_at", "2015-04-08 08:29:02.079484"], ["updated_at", "2015-04-08 08:29:02.079484"], ["tracking", "150408-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2338"], ["description", "I-am-the-task-description_3131"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.083903"], ["updated_at", "2015-04-08 08:29:02.083903"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5447"], ["description", "I-am-the-task-description_2963"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.088415"], ["updated_at", "2015-04-08 08:29:02.088415"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5108"], ["description", "I-am-the-goal-description_3201"], ["version", 1], ["created_at", "2015-04-08 08:29:02.101084"], ["updated_at", "2015-04-08 08:29:02.101084"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1797"], ["description", "I-am-the-task-description_9282"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.104991"], ["updated_at", "2015-04-08 08:29:02.104991"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4512"], ["description", "I-am-the-task-description_9077"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.109315"], ["updated_at", "2015-04-08 08:29:02.109315"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2946"], ["description", "I-am-the-goal-description_219"], ["version", 1], ["created_at", "2015-04-08 08:29:02.122420"], ["updated_at", "2015-04-08 08:29:02.122420"], ["tracking", "150408-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1743"], ["description", "I-am-the-task-description_2446"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.126351"], ["updated_at", "2015-04-08 08:29:02.126351"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task854"], ["description", "I-am-the-task-description_6832"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.130427"], ["updated_at", "2015-04-08 08:29:02.130427"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2995"], ["description", "I-am-the-goal-description_1341"], ["version", 1], ["created_at", "2015-04-08 08:29:02.144802"], ["updated_at", "2015-04-08 08:29:02.144802"], ["tracking", "150408-25"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task393"], ["description", "I-am-the-task-description_569"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.149321"], ["updated_at", "2015-04-08 08:29:02.149321"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task9662"], ["description", "I-am-the-task-description_539"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.154004"], ["updated_at", "2015-04-08 08:29:02.154004"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:29:02.165323"], ["updated_at", "2015-04-08 08:29:02.165323"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1336"], ["description", "I-am-the-goal-description_7966"], ["version", 1], ["created_at", "2015-04-08 08:29:02.174256"], ["updated_at", "2015-04-08 08:29:02.174256"], ["tracking", "150408-26"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task4773"], ["description", "I-am-the-task-description_3026"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.178245"], ["updated_at", "2015-04-08 08:29:02.178245"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task1969"], ["description", "I-am-the-task-description_4687"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.182868"], ["updated_at", "2015-04-08 08:29:02.182868"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:29:02.189330"], ["updated_at", "2015-04-08 08:29:02.189330"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2451"], ["description", "I-am-the-goal-description_6303"], ["version", 1], ["created_at", "2015-04-08 08:29:02.200458"], ["updated_at", "2015-04-08 08:29:02.200458"], ["tracking", "150408-27"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task2306"], ["description", "I-am-the-task-description_2757"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.206954"], ["updated_at", "2015-04-08 08:29:02.206954"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task863"], ["description", "I-am-the-task-description_4823"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.211404"], ["updated_at", "2015-04-08 08:29:02.211404"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:29:02.219444"], ["updated_at", "2015-04-08 08:29:02.219444"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 7ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3258"], ["description", "I-am-the-goal-description_9073"], ["version", 1], ["created_at", "2015-04-08 08:29:02.232235"], ["updated_at", "2015-04-08 08:29:02.232235"], ["tracking", "150408-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6755"], ["description", "I-am-the-task-description_8022"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.237030"], ["updated_at", "2015-04-08 08:29:02.237030"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task460"], ["description", "I-am-the-task-description_1356"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.241538"], ["updated_at", "2015-04-08 08:29:02.241538"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7109"], ["description", "I-am-the-goal-description_6962"], ["version", 1], ["created_at", "2015-04-08 08:29:02.263173"], ["updated_at", "2015-04-08 08:29:02.263173"], ["tracking", "150408-29"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task1214"], ["description", "I-am-the-task-description_852"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.268549"], ["updated_at", "2015-04-08 08:29:02.268549"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3296"], ["description", "I-am-the-task-description_4060"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.276881"], ["updated_at", "2015-04-08 08:29:02.276881"]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:29:02.283612"], ["updated_at", "2015-04-08 08:29:02.283612"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.2ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 12ms (ActiveRecord: 1.1ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3514"], ["description", "I-am-the-goal-description_4329"], ["version", 1], ["created_at", "2015-04-08 08:29:02.304400"], ["updated_at", "2015-04-08 08:29:02.304400"], ["tracking", "150408-30"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task5483"], ["description", "I-am-the-task-description_5912"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.313136"], ["updated_at", "2015-04-08 08:29:02.313136"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task5202"], ["description", "I-am-the-task-description_2725"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.319324"], ["updated_at", "2015-04-08 08:29:02.319324"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:29:02.325564"], ["updated_at", "2015-04-08 08:29:02.325564"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7332"], ["description", "I-am-the-goal-description_4376"], ["version", 1], ["created_at", "2015-04-08 08:29:02.348894"], ["updated_at", "2015-04-08 08:29:02.348894"], ["tracking", "150408-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task1053"], ["description", "I-am-the-task-description_906"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.355204"], ["updated_at", "2015-04-08 08:29:02.355204"]]  (1.2ms) commit transaction  (0.3ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task3225"], ["description", "I-am-the-task-description_6295"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.363171"], ["updated_at", "2015-04-08 08:29:02.363171"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:29:02.370220"], ["updated_at", "2015-04-08 08:29:02.370220"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.2ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 11ms (Views: 2.0ms | ActiveRecord: 1.0ms)  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2782"], ["description", "I-am-the-goal-description_648"], ["version", 1], ["created_at", "2015-04-08 08:29:02.393359"], ["updated_at", "2015-04-08 08:29:02.393359"], ["tracking", "150408-32"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task2426"], ["description", "I-am-the-task-description_4413"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.401615"], ["updated_at", "2015-04-08 08:29:02.401615"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4803"], ["description", "I-am-the-task-description_2660"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.408196"], ["updated_at", "2015-04-08 08:29:02.408196"]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:29:02.419196"], ["updated_at", "2015-04-08 08:29:02.419196"]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.8ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.4ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 12ms (ActiveRecord: 2.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7377"], ["description", "I-am-the-goal-description_3373"], ["version", 1], ["created_at", "2015-04-08 08:29:02.444444"], ["updated_at", "2015-04-08 08:29:02.444444"], ["tracking", "150408-33"]]  (1.3ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task4041"], ["description", "I-am-the-task-description_8455"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.453998"], ["updated_at", "2015-04-08 08:29:02.453998"]]  (1.3ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6106"], ["description", "I-am-the-task-description_8589"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.460961"], ["updated_at", "2015-04-08 08:29:02.460961"]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:29:02.471544"], ["updated_at", "2015-04-08 08:29:02.471544"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (1.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 12ms (ActiveRecord: 3.1ms)  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7119"], ["description", "I-am-the-goal-description_1792"], ["version", 1], ["created_at", "2015-04-08 08:29:02.494686"], ["updated_at", "2015-04-08 08:29:02.494686"], ["tracking", "150408-34"]]  (1.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7198"], ["description", "I-am-the-task-description_2806"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.505455"], ["updated_at", "2015-04-08 08:29:02.505455"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7712"], ["description", "I-am-the-task-description_6077"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.510133"], ["updated_at", "2015-04-08 08:29:02.510133"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 08:29:02.516738"], ["updated_at", "2015-04-08 08:29:02.516738"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (1.1ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 08:29:02.533605"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 14ms (ActiveRecord: 3.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_986"], ["description", "I-am-the-goal-description_6968"], ["version", 1], ["created_at", "2015-04-08 08:29:02.543002"], ["updated_at", "2015-04-08 08:29:02.543002"], ["tracking", "150408-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9079"], ["description", "I-am-the-goal-description_7416"], ["version", 1], ["created_at", "2015-04-08 08:29:02.549639"], ["updated_at", "2015-04-08 08:29:02.549639"], ["tracking", "150408-36"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task1593"], ["description", "I-am-the-task-description_3702"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.554269"], ["updated_at", "2015-04-08 08:29:02.554269"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6343"], ["description", "I-am-the-goal-description_224"], ["version", 1], ["created_at", "2015-04-08 08:29:02.560761"], ["updated_at", "2015-04-08 08:29:02.560761"], ["tracking", "150408-37"]]  (1.3ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task5483"], ["description", "I-am-the-task-description_3863"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.571548"], ["updated_at", "2015-04-08 08:29:02.571548"]]  (1.4ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8999"], ["description", "I-am-the-goal-description_6774"], ["version", 1], ["created_at", "2015-04-08 08:29:02.577585"], ["updated_at", "2015-04-08 08:29:02.577585"], ["tracking", "150408-38"]]  (1.6ms) commit transaction  (0.3ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task1578"], ["description", "I-am-the-task-description_9515"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.588130"], ["updated_at", "2015-04-08 08:29:02.588130"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task9241"], ["description", "I-am-the-task-description_9558"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.595898"], ["updated_at", "2015-04-08 08:29:02.595898"]]  (1.6ms) commit transaction  (0.4ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task65"], ["description", "I-am-the-task-description_6532"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.607203"], ["updated_at", "2015-04-08 08:29:02.607203"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task7632"], ["description", "I-am-the-task-description_4002"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.613934"], ["updated_at", "2015-04-08 08:29:02.613934"]]  (1.3ms) commit transaction  (0.9ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2784"], ["description", "I-am-the-goal-description_6519"], ["version", 1], ["created_at", "2015-04-08 08:29:02.630480"], ["updated_at", "2015-04-08 08:29:02.630480"], ["tracking", "150408-39"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2482"], ["description", "I-am-the-goal-description_7586"], ["version", 1], ["created_at", "2015-04-08 08:29:02.641243"], ["updated_at", "2015-04-08 08:29:02.641243"], ["tracking", "150408-40"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task1961"], ["description", "I-am-the-task-description_898"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.648138"], ["updated_at", "2015-04-08 08:29:02.648138"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5610"], ["description", "I-am-the-goal-description_9680"], ["version", 1], ["created_at", "2015-04-08 08:29:02.657917"], ["updated_at", "2015-04-08 08:29:02.657917"], ["tracking", "150408-41"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task3896"], ["description", "I-am-the-task-description_5645"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.665327"], ["updated_at", "2015-04-08 08:29:02.665327"]]  (1.9ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7108"], ["description", "I-am-the-goal-description_7182"], ["version", 1], ["created_at", "2015-04-08 08:29:02.673690"], ["updated_at", "2015-04-08 08:29:02.673690"], ["tracking", "150408-42"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task1403"], ["description", "I-am-the-task-description_749"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.792436"], ["updated_at", "2015-04-08 08:29:02.792436"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task7390"], ["description", "I-am-the-task-description_3317"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.802861"], ["updated_at", "2015-04-08 08:29:02.802861"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task6645"], ["description", "I-am-the-task-description_1225"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.812987"], ["updated_at", "2015-04-08 08:29:02.812987"]]  (1.2ms) commit transaction  (0.3ms) begin transaction SQL (0.9ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task489"], ["description", "I-am-the-task-description_5570"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.821963"], ["updated_at", "2015-04-08 08:29:02.821963"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4992"], ["description", "I-am-the-goal-description_8525"], ["version", 1], ["created_at", "2015-04-08 08:29:02.830359"], ["updated_at", "2015-04-08 08:29:02.830359"], ["tracking", "150408-43"]]  (1.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3435"], ["description", "I-am-the-goal-description_6779"], ["version", 1], ["created_at", "2015-04-08 08:29:02.848058"], ["updated_at", "2015-04-08 08:29:02.848058"], ["tracking", "150408-44"]]  (1.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1329"], ["description", "I-am-the-goal-description_6860"], ["version", 1], ["created_at", "2015-04-08 08:29:02.859740"], ["updated_at", "2015-04-08 08:29:02.859740"], ["tracking", "150408-45"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task2022"], ["description", "I-am-the-task-description_1897"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.866388"], ["updated_at", "2015-04-08 08:29:02.866388"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7050"], ["description", "I-am-the-goal-description_6038"], ["version", 1], ["created_at", "2015-04-08 08:29:02.874992"], ["updated_at", "2015-04-08 08:29:02.874992"], ["tracking", "150408-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (1.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task302"], ["description", "I-am-the-task-description_4629"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.879839"], ["updated_at", "2015-04-08 08:29:02.879839"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9259"], ["description", "I-am-the-goal-description_3044"], ["version", 1], ["created_at", "2015-04-08 08:29:02.887950"], ["updated_at", "2015-04-08 08:29:02.887950"], ["tracking", "150408-47"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task5548"], ["description", "I-am-the-task-description_641"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.897187"], ["updated_at", "2015-04-08 08:29:02.897187"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task5903"], ["description", "I-am-the-task-description_696"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.908000"], ["updated_at", "2015-04-08 08:29:02.908000"]]  (1.5ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task7395"], ["description", "I-am-the-task-description_2142"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.929962"], ["updated_at", "2015-04-08 08:29:02.929962"]]  (4.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task6298"], ["description", "I-am-the-task-description_1850"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.947206"], ["updated_at", "2015-04-08 08:29:02.947206"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task6275"], ["description", "I-am-the-task-description_5643"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.954467"], ["updated_at", "2015-04-08 08:29:02.954467"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3570"], ["description", "I-am-the-goal-description_8309"], ["version", 1], ["created_at", "2015-04-08 08:29:02.962638"], ["updated_at", "2015-04-08 08:29:02.962638"], ["tracking", "150408-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4985"], ["description", "I-am-the-goal-description_3412"], ["version", 1], ["created_at", "2015-04-08 08:29:02.968582"], ["updated_at", "2015-04-08 08:29:02.968582"], ["tracking", "150408-49"]]  (1.0ms) commit transaction  (0.3ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task3157"], ["description", "I-am-the-task-description_1388"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.978822"], ["updated_at", "2015-04-08 08:29:02.978822"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8610"], ["description", "I-am-the-goal-description_7370"], ["version", 1], ["created_at", "2015-04-08 08:29:02.987888"], ["updated_at", "2015-04-08 08:29:02.987888"], ["tracking", "150408-50"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task1833"], ["description", "I-am-the-task-description_1646"], ["cost", 1], ["created_at", "2015-04-08 08:29:02.992646"], ["updated_at", "2015-04-08 08:29:02.992646"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6134"], ["description", "I-am-the-goal-description_6469"], ["version", 1], ["created_at", "2015-04-08 08:29:02.996272"], ["updated_at", "2015-04-08 08:29:02.996272"], ["tracking", "150408-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task3691"], ["description", "I-am-the-task-description_3169"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.001542"], ["updated_at", "2015-04-08 08:29:03.001542"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task8869"], ["description", "I-am-the-task-description_3362"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.008740"], ["updated_at", "2015-04-08 08:29:03.008740"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task9552"], ["description", "I-am-the-task-description_941"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.014397"], ["updated_at", "2015-04-08 08:29:03.014397"]]  (0.8ms) commit transaction  (0.3ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task4541"], ["description", "I-am-the-task-description_8562"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.022316"], ["updated_at", "2015-04-08 08:29:03.022316"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task2582"], ["description", "I-am-the-task-description_7172"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.027481"], ["updated_at", "2015-04-08 08:29:03.027481"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7595"], ["description", "I-am-the-goal-description_5895"], ["version", 1], ["created_at", "2015-04-08 08:29:03.036707"], ["updated_at", "2015-04-08 08:29:03.036707"], ["tracking", "150408-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task5536"], ["description", "I-am-the-task-description_1283"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.040594"], ["updated_at", "2015-04-08 08:29:03.040594"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1953"], ["description", "I-am-the-goal-description_6853"], ["version", 1], ["created_at", "2015-04-08 08:29:03.046234"], ["updated_at", "2015-04-08 08:29:03.046234"], ["tracking", "150408-53"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task2935"], ["description", "I-am-the-task-description_1136"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.050390"], ["updated_at", "2015-04-08 08:29:03.050390"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1631"], ["description", "I-am-the-goal-description_1421"], ["version", 1], ["created_at", "2015-04-08 08:29:03.056154"], ["updated_at", "2015-04-08 08:29:03.056154"], ["tracking", "150408-54"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task8666"], ["description", "I-am-the-task-description_2640"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.060244"], ["updated_at", "2015-04-08 08:29:03.060244"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4141"], ["description", "I-am-the-goal-description_3236"], ["version", 1], ["created_at", "2015-04-08 08:29:03.066631"], ["updated_at", "2015-04-08 08:29:03.066631"], ["tracking", "150408-55"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task8348"], ["description", "I-am-the-task-description_3394"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.071300"], ["updated_at", "2015-04-08 08:29:03.071300"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7559"], ["description", "I-am-the-goal-description_2977"], ["version", 1], ["created_at", "2015-04-08 08:29:03.077627"], ["updated_at", "2015-04-08 08:29:03.077627"], ["tracking", "150408-56"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5484"], ["description", "I-am-the-goal-description_11"], ["version", 1], ["created_at", "2015-04-08 08:29:03.082852"], ["updated_at", "2015-04-08 08:29:03.082852"], ["tracking", "150408-57"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3578"], ["description", "I-am-the-goal-description_5622"], ["version", 1], ["created_at", "2015-04-08 08:29:03.090123"], ["updated_at", "2015-04-08 08:29:03.090123"], ["tracking", "150408-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3508"], ["description", "I-am-the-goal-description_2747"], ["version", 1], ["created_at", "2015-04-08 08:29:03.095312"], ["updated_at", "2015-04-08 08:29:03.095312"], ["tracking", "150408-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1304"], ["description", "I-am-the-goal-description_9139"], ["version", 1], ["created_at", "2015-04-08 08:29:03.100931"], ["updated_at", "2015-04-08 08:29:03.100931"], ["tracking", "150408-60"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_869"], ["description", "I-am-the-goal-description_898"], ["version", 1], ["created_at", "2015-04-08 08:29:03.107846"], ["updated_at", "2015-04-08 08:29:03.107846"], ["tracking", "150408-61"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_206"], ["description", "I-am-the-goal-description_7818"], ["version", 1], ["created_at", "2015-04-08 08:29:03.114472"], ["updated_at", "2015-04-08 08:29:03.114472"], ["tracking", "150408-62"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8237"], ["description", "I-am-the-goal-description_4619"], ["version", 1], ["created_at", "2015-04-08 08:29:03.120308"], ["updated_at", "2015-04-08 08:29:03.120308"], ["tracking", "150408-63"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task8999"], ["description", "I-am-the-task-description_4211"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.125140"], ["updated_at", "2015-04-08 08:29:03.125140"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5132"], ["description", "I-am-the-goal-description_4068"], ["version", 1], ["created_at", "2015-04-08 08:29:03.131158"], ["updated_at", "2015-04-08 08:29:03.131158"], ["tracking", "150408-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6206"], ["description", "I-am-the-goal-description_7279"], ["version", 1], ["created_at", "2015-04-08 08:29:03.136571"], ["updated_at", "2015-04-08 08:29:03.136571"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2720"], ["description", "I-am-the-goal-description_2184"], ["version", 1], ["created_at", "2015-04-08 08:29:03.145060"], ["updated_at", "2015-04-08 08:29:03.145060"], ["tracking", "150408-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_878"], ["description", "I-am-the-goal-description_7608"], ["version", 1], ["created_at", "2015-04-08 08:29:03.152370"], ["updated_at", "2015-04-08 08:29:03.152370"], ["tracking", "150408-67"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task5211"], ["description", "I-am-the-task-description_9693"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.155989"], ["updated_at", "2015-04-08 08:29:03.155989"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3809"], ["description", "I-am-the-goal-description_8787"], ["version", 1], ["created_at", "2015-04-08 08:29:03.160505"], ["updated_at", "2015-04-08 08:29:03.160505"], ["tracking", "150408-68"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task3099"], ["description", "I-am-the-task-description_7477"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.165398"], ["updated_at", "2015-04-08 08:29:03.165398"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4186"], ["description", "I-am-the-goal-description_5858"], ["version", 1], ["created_at", "2015-04-08 08:29:03.170414"], ["updated_at", "2015-04-08 08:29:03.170414"], ["tracking", "150408-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task1431"], ["description", "I-am-the-task-description_1070"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.175440"], ["updated_at", "2015-04-08 08:29:03.175440"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2803"], ["description", "I-am-the-goal-description_6430"], ["version", 1], ["created_at", "2015-04-08 08:29:03.180254"], ["updated_at", "2015-04-08 08:29:03.180254"], ["tracking", "150408-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task8420"], ["description", "I-am-the-task-description_6850"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.185845"], ["updated_at", "2015-04-08 08:29:03.185845"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6376"], ["description", "I-am-the-goal-description_1737"], ["version", 1], ["created_at", "2015-04-08 08:29:03.192757"], ["updated_at", "2015-04-08 08:29:03.192757"], ["tracking", "150408-71"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task8667"], ["description", "I-am-the-task-description_2821"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.198357"], ["updated_at", "2015-04-08 08:29:03.198357"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7174"], ["description", "I-am-the-goal-description_7084"], ["version", 1], ["created_at", "2015-04-08 08:29:03.203886"], ["updated_at", "2015-04-08 08:29:03.203886"], ["tracking", "150408-72"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task2799"], ["description", "I-am-the-task-description_1747"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.208269"], ["updated_at", "2015-04-08 08:29:03.208269"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8563"], ["description", "I-am-the-goal-description_6849"], ["version", 1], ["created_at", "2015-04-08 08:29:03.213264"], ["updated_at", "2015-04-08 08:29:03.213264"], ["tracking", "150408-73"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task2201"], ["description", "I-am-the-task-description_1482"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.218210"], ["updated_at", "2015-04-08 08:29:03.218210"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8374"], ["description", "I-am-the-goal-description_3355"], ["version", 1], ["created_at", "2015-04-08 08:29:03.224309"], ["updated_at", "2015-04-08 08:29:03.224309"], ["tracking", "150408-74"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task1160"], ["description", "I-am-the-task-description_3172"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.228532"], ["updated_at", "2015-04-08 08:29:03.228532"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7591"], ["description", "I-am-the-goal-description_44"], ["version", 1], ["created_at", "2015-04-08 08:29:03.233913"], ["updated_at", "2015-04-08 08:29:03.233913"], ["tracking", "150408-75"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task3286"], ["description", "I-am-the-task-description_1331"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.239339"], ["updated_at", "2015-04-08 08:29:03.239339"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_545"], ["description", "I-am-the-goal-description_3723"], ["version", 1], ["created_at", "2015-04-08 08:29:03.244988"], ["updated_at", "2015-04-08 08:29:03.244988"], ["tracking", "150408-76"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task3848"], ["description", "I-am-the-task-description_3073"], ["cost", 1], ["created_at", "2015-04-08 08:29:03.249306"], ["updated_at", "2015-04-08 08:29:03.249306"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7353"], ["description", "I-am-the-goal-description_297"], ["version", 1], ["created_at", "2015-04-08 08:29:03.254553"], ["updated_at", "2015-04-08 08:29:03.254553"], ["tracking", "150408-77"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 08:29:03.257990"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 08:29:03.260238"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9000"], ["description", "I-am-the-goal-description_828"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6014"], ["description", "I-am-the-goal-description_211"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8089"], ["description", "I-am-the-goal-description_6042"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4394"], ["description", "I-am-the-goal-description_8068"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7132"], ["description", "I-am-the-goal-description_8978"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task9285"], ["description", "I-am-the-task-description_2243"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task2083"], ["description", "I-am-the-task-description_7326"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7087"], ["description", "I-am-the-goal-description_3189"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8703"], ["description", "I-am-the-goal-description_2388"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3034"], ["description", "I-am-the-goal-description_3956"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4036"], ["description", "I-am-the-goal-description_2913"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task2663"], ["description", "I-am-the-task-description_7925"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6314"], ["description", "I-am-the-goal-description_530"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task9045"], ["description", "I-am-the-task-description_1842"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8948"], ["description", "I-am-the-goal-description_619"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task3938"], ["description", "I-am-the-task-description_5741"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_588"], ["description", "I-am-the-goal-description_2027"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task3260"], ["description", "I-am-the-task-description_2418"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_798"], ["description", "I-am-the-goal-description_1850"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task1445"], ["description", "I-am-the-task-description_766"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2026"], ["description", "I-am-the-goal-description_424"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task1773"], ["description", "I-am-the-task-description_4667"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3979"], ["description", "I-am-the-goal-description_705"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task4683"], ["description", "I-am-the-task-description_4278"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1340"], ["description", "I-am-the-goal-description_2130"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_164"], ["description", "I-am-the-goal-description_3219"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5487"], ["description", "I-am-the-goal-description_8969"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2804"], ["description", "I-am-the-goal-description_5957"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:29:15 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.9ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3954.0ms) Completed 200 OK in 4061ms (Views: 4026.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 10:29:19 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 10:29:19 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 10:29:19 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 10:29:21 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (311.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (315.5ms) Completed 200 OK in 325ms (Views: 317.5ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:29:21 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 08:29:21.990932"], ["updated_at", "2015-04-08 08:29:21.990932"], ["tracking", "150408-1"]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (89.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (97.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (112.3ms) Completed 200 OK in 133ms (Views: 113.7ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7626"], ["description", "I-am-the-goal-description_8407"], ["version", 1], ["created_at", "2015-04-08 08:29:22.224993"], ["updated_at", "2015-04-08 08:29:22.224993"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8379"], ["description", "I-am-the-task-description_8672"], ["cost", 1], ["created_at", "2015-04-08 08:29:22.281955"], ["updated_at", "2015-04-08 08:29:22.281955"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6649"], ["description", "I-am-the-task-description_2347"], ["cost", 1], ["created_at", "2015-04-08 08:29:22.286974"], ["updated_at", "2015-04-08 08:29:22.286974"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5070"], ["description", "I-am-the-task-description_5636"], ["cost", 1], ["created_at", "2015-04-08 08:29:22.291227"], ["updated_at", "2015-04-08 08:29:22.291227"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:29:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.2ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (15.6ms) Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2919"], ["description", "I-am-the-goal-description_888"], ["version", 1], ["created_at", "2015-04-08 08:29:24.021215"], ["updated_at", "2015-04-08 08:29:24.021215"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:29:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 10:29:25 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (15.8ms) Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:25 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_888"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 08:29:25.936155"], ["id", 1]]  (1.8ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.5ms)  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4860"], ["description", "I-am-the-goal-description_1456"], ["version", 1], ["created_at", "2015-04-08 08:29:26.031297"], ["updated_at", "2015-04-08 08:29:26.031297"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:29:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 10:29:27 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (12.7ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:27 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:29:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3312"], ["description", "I-am-the-goal-description_2254"], ["version", 1], ["created_at", "2015-04-08 08:29:27.997422"], ["updated_at", "2015-04-08 08:29:27.997422"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (59.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (60.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (62.4ms) Completed 200 OK in 65ms (Views: 63.1ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 10:29:29 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 08:29:29.625666"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:29:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.8ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8149"], ["description", "I-am-the-goal-description_7808"], ["version", 1], ["created_at", "2015-04-08 08:29:29.770129"], ["updated_at", "2015-04-08 08:29:29.770129"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.6ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 10:29:31 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 08:29:31.346142"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/goals/1 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3428"], ["description", "I-am-the-goal-description_5988"], ["version", 1], ["created_at", "2015-04-08 08:29:31.486681"], ["updated_at", "2015-04-08 08:29:31.486681"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4178"], ["description", "I-am-the-task-description_2438"], ["cost", 1], ["created_at", "2015-04-08 08:29:31.492906"], ["updated_at", "2015-04-08 08:29:31.492906"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:31 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.5ms) Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:29:33 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (78.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (105.0ms) Completed 200 OK in 111ms (Views: 106.3ms | ActiveRecord: 1.2ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 10:29:33 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 08:29:33.440591"], ["created_at", "2015-04-08 08:29:33.442558"], ["updated_at", "2015-04-08 08:29:33.442558"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 08:29:33.444447"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/tasks/1 Completed 302 Found in 13ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:29:33 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.1ms) Completed 200 OK in 26ms (Views: 22.5ms | ActiveRecord: 0.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4674"], ["description", "I-am-the-goal-description_4292"], ["version", 1], ["created_at", "2015-04-08 08:29:33.632242"], ["updated_at", "2015-04-08 08:29:33.632242"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 10:29:33 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 10:29:35 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 10:29:35 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (94.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (98.5ms) Completed 200 OK in 103ms (Views: 100.6ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:35 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-15"], ["term", "2015-05-08"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-08 08:29:35.564670"], ["updated_at", "2015-04-08 08:29:35.564670"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:29:35 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (58.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (69.6ms) Completed 200 OK in 75ms (Views: 69.9ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9799"], ["description", "I-am-the-goal-description_4031"], ["version", 1], ["created_at", "2015-04-08 08:29:35.843567"], ["updated_at", "2015-04-08 08:29:35.843567"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6570"], ["description", "I-am-the-task-description_1784"], ["cost", 1], ["created_at", "2015-04-08 08:29:35.847757"], ["updated_at", "2015-04-08 08:29:35.847757"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:29:37 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.8ms) Completed 200 OK in 79ms (Views: 76.0ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7890"], ["description", "I-am-the-goal-description_7458"], ["version", 1], ["created_at", "2015-04-08 08:29:37.670277"], ["updated_at", "2015-04-08 08:29:37.670277"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task705"], ["description", "I-am-the-task-description_5979"], ["cost", 1], ["created_at", "2015-04-08 08:29:37.675086"], ["updated_at", "2015-04-08 08:29:37.675086"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:29:39 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.5ms) Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 10:29:39 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (129.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (132.5ms) Completed 200 OK in 137ms (Views: 134.4ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:29:39 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5979", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 08:29:39.600495"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:29:39 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.6ms) Completed 200 OK in 28ms (Views: 23.8ms | ActiveRecord: 1.0ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7759"], ["description", "I-am-the-goal-description_710"], ["version", 1], ["created_at", "2015-04-08 08:29:39.739594"], ["updated_at", "2015-04-08 08:29:39.739594"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1351"], ["description", "I-am-the-task-description_9340"], ["cost", 1], ["created_at", "2015-04-08 08:29:39.743561"], ["updated_at", "2015-04-08 08:29:39.743561"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:29:41 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.9ms) Completed 200 OK in 79ms (Views: 75.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 10:29:41 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (79.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (79.7ms) Completed 200 OK in 83ms (Views: 80.4ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 10:29:41 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.5ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1020"], ["description", "I-am-the-goal-description_29"], ["version", 1], ["created_at", "2015-04-08 08:29:41.833824"], ["updated_at", "2015-04-08 08:29:41.833824"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6088"], ["description", "I-am-the-task-description_99"], ["cost", 1], ["created_at", "2015-04-08 08:29:41.838046"], ["updated_at", "2015-04-08 08:29:41.838046"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 10:29:43 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 08:29:43.425081"], ["task_id", 1], ["created_at", "2015-04-08 08:29:43.426592"], ["updated_at", "2015-04-08 08:29:43.426592"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 08:29:43.428432"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7319"], ["description", "I-am-the-goal-description_6389"], ["version", 1], ["created_at", "2015-04-08 08:29:43.617808"], ["updated_at", "2015-04-08 08:29:43.617808"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task6711"], ["description", "I-am-the-task-description_3156"], ["cost", 1], ["created_at", "2015-04-08 08:29:43.621743"], ["updated_at", "2015-04-08 08:29:43.621743"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 10:29:45 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 08:29:45.203227"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:58201/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.9ms) Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5132"], ["description", "I-am-the-goal-description_6859"], ["version", 1], ["created_at", "2015-04-08 08:29:45.344170"], ["updated_at", "2015-04-08 08:29:45.344170"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4970"], ["description", "I-am-the-task-description_8964"], ["cost", 1], ["created_at", "2015-04-08 08:29:45.348518"], ["updated_at", "2015-04-08 08:29:45.348518"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4808"], ["description", "I-am-the-goal-description_8354"], ["version", 1], ["created_at", "2015-04-08 08:29:45.353838"], ["updated_at", "2015-04-08 08:29:45.353838"], ["tracking", "150408-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task90"], ["description", "I-am-the-task-description_1200"], ["cost", 1], ["created_at", "2015-04-08 08:29:45.357208"], ["updated_at", "2015-04-08 08:29:45.357208"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4415"], ["description", "I-am-the-goal-description_8163"], ["version", 1], ["created_at", "2015-04-08 08:29:45.360536"], ["updated_at", "2015-04-08 08:29:45.360536"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1157"], ["description", "I-am-the-task-description_233"], ["cost", 1], ["created_at", "2015-04-08 08:29:45.364279"], ["updated_at", "2015-04-08 08:29:45.364279"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.5ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 10:29:46 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.pdf (4.6ms) Completed 200 OK in 61ms (Views: 4.3ms | ActiveRecord: 0.5ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7070"], ["description", "I-am-the-goal-description_7111"], ["version", 1], ["created_at", "2015-04-08 08:29:47.088214"], ["updated_at", "2015-04-08 08:29:47.088214"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7978"], ["description", "I-am-the-task-description_1646"], ["cost", 1], ["created_at", "2015-04-08 08:29:47.094575"], ["updated_at", "2015-04-08 08:29:47.094575"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7874"], ["description", "I-am-the-goal-description_6705"], ["version", 1], ["created_at", "2015-04-08 08:29:47.098517"], ["updated_at", "2015-04-08 08:29:47.098517"], ["tracking", "150408-2"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3729"], ["description", "I-am-the-task-description_8147"], ["cost", 1], ["created_at", "2015-04-08 08:29:47.154906"], ["updated_at", "2015-04-08 08:29:47.154906"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8135"], ["description", "I-am-the-goal-description_6570"], ["version", 1], ["created_at", "2015-04-08 08:29:47.158674"], ["updated_at", "2015-04-08 08:29:47.158674"], ["tracking", "150408-3"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task345"], ["description", "I-am-the-task-description_6520"], ["cost", 1], ["created_at", "2015-04-08 08:29:47.162399"], ["updated_at", "2015-04-08 08:29:47.162399"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.7ms) Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 10:29:48 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9682"], ["description", "I-am-the-goal-description_273"], ["version", 1], ["created_at", "2015-04-08 08:29:48.892998"], ["updated_at", "2015-04-08 08:29:48.892998"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3803"], ["description", "I-am-the-task-description_71"], ["cost", 1], ["created_at", "2015-04-08 08:29:48.897973"], ["updated_at", "2015-04-08 08:29:48.897973"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8471"], ["description", "I-am-the-goal-description_5351"], ["version", 1], ["created_at", "2015-04-08 08:29:48.901679"], ["updated_at", "2015-04-08 08:29:48.901679"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4765"], ["description", "I-am-the-task-description_1388"], ["cost", 1], ["created_at", "2015-04-08 08:29:48.905239"], ["updated_at", "2015-04-08 08:29:48.905239"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8712"], ["description", "I-am-the-goal-description_5299"], ["version", 1], ["created_at", "2015-04-08 08:29:48.908929"], ["updated_at", "2015-04-08 08:29:48.908929"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4987"], ["description", "I-am-the-task-description_3790"], ["cost", 1], ["created_at", "2015-04-08 08:29:48.914869"], ["updated_at", "2015-04-08 08:29:48.914869"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 10:29:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.0ms) Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 10:29:50 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.8ms) Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_103"], ["description", "I-am-the-goal-description_7721"], ["version", 1], ["created_at", "2015-04-08 13:28:52.241189"], ["updated_at", "2015-04-08 13:28:52.241189"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3150"], ["description", "I-am-the-goal-description_3240"], ["version", 1], ["created_at", "2015-04-08 13:28:52.251756"], ["updated_at", "2015-04-08 13:28:52.251756"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 28ms (Views: 19.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4354"], ["description", "I-am-the-goal-description_9980"], ["version", 1], ["created_at", "2015-04-08 13:28:52.416169"], ["updated_at", "2015-04-08 13:28:52.416169"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1834"], ["description", "I-am-the-goal-description_5700"], ["version", 1], ["created_at", "2015-04-08 13:28:52.420268"], ["updated_at", "2015-04-08 13:28:52.420268"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 14ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4868"], ["description", "I-am-the-goal-description_9524"], ["version", 1], ["created_at", "2015-04-08 13:28:52.447495"], ["updated_at", "2015-04-08 13:28:52.447495"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_444"], ["description", "I-am-the-goal-description_7013"], ["version", 1], ["created_at", "2015-04-08 13:28:52.451454"], ["updated_at", "2015-04-08 13:28:52.451454"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_755"], ["description", "I-am-the-goal-description_4510"], ["version", 1], ["created_at", "2015-04-08 13:28:52.462398"], ["updated_at", "2015-04-08 13:28:52.462398"], ["tracking", "150408-3"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:28:52.479008"], ["id", 7]]  (0.6ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3339ms (ActiveRecord: 1.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6070"], ["description", "I-am-the-goal-description_6795"], ["version", 1], ["created_at", "2015-04-08 13:28:55.811028"], ["updated_at", "2015-04-08 13:28:55.811028"], ["tracking", "150408-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:28:55.818493"], ["id", 8]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9296"], ["description", "I-am-the-goal-description_7929"], ["version", 1], ["created_at", "2015-04-08 13:28:55.823902"], ["updated_at", "2015-04-08 13:28:55.823902"], ["tracking", "150408-5"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.8ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:28:55.831514"], ["id", 9]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 9ms (ActiveRecord: 2.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8307"], ["description", "I-am-the-goal-description_4020"], ["version", 1], ["created_at", "2015-04-08 13:28:55.842920"], ["updated_at", "2015-04-08 13:28:55.842920"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:28:55.849601"], ["id", 10]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9941"], ["description", "I-am-the-goal-description_6826"], ["version", 1], ["created_at", "2015-04-08 13:28:55.867375"], ["updated_at", "2015-04-08 13:28:55.867375"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7469"], ["description", "I-am-the-task-description_3931"], ["cost", 1], ["created_at", "2015-04-08 13:28:55.930162"], ["updated_at", "2015-04-08 13:28:55.930162"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 13:28:55.940756"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 13:28:55.941747"], ["updated_at", "2015-04-08 13:28:55.941747"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 13:28:55.944212"], ["id", 1]]  (0.7ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 13:28:55 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 13:28:55 UTC", "updated_at"=>"2015-04-08 13:28:55 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 13:28:55.954645"], ["created_at", "2015-04-08 13:28:55.956641"], ["updated_at", "2015-04-08 13:28:55.956641"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6256"], ["description", "I-am-the-goal-description_9284"], ["version", 1], ["created_at", "2015-04-08 13:28:55.968870"], ["updated_at", "2015-04-08 13:28:55.968870"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3638"], ["description", "I-am-the-task-description_4624"], ["cost", 1], ["created_at", "2015-04-08 13:28:55.973064"], ["updated_at", "2015-04-08 13:28:55.973064"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2307"], ["description", "I-am-the-task-description_2427"], ["cost", 1], ["created_at", "2015-04-08 13:28:55.977107"], ["updated_at", "2015-04-08 13:28:55.977107"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:28:55.985027"], ["task_id", 2], ["created_at", "2015-04-08 13:28:55.986276"], ["updated_at", "2015-04-08 13:28:55.986276"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:28:55.987864"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4248"], ["description", "I-am-the-goal-description_770"], ["version", 1], ["created_at", "2015-04-08 13:28:55.994557"], ["updated_at", "2015-04-08 13:28:55.994557"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5510"], ["description", "I-am-the-task-description_3082"], ["cost", 1], ["created_at", "2015-04-08 13:28:55.999618"], ["updated_at", "2015-04-08 13:28:55.999618"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9614"], ["description", "I-am-the-task-description_5278"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.004459"], ["updated_at", "2015-04-08 13:28:56.004459"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:28:56.013035"], ["task_id", 4], ["created_at", "2015-04-08 13:28:56.014465"], ["updated_at", "2015-04-08 13:28:56.014465"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:28:56.016275"], ["id", 4]]  (0.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_132"], ["description", "I-am-the-goal-description_7193"], ["version", 1], ["created_at", "2015-04-08 13:28:56.024624"], ["updated_at", "2015-04-08 13:28:56.024624"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2897"], ["description", "I-am-the-task-description_8893"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.029581"], ["updated_at", "2015-04-08 13:28:56.029581"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2331"], ["description", "I-am-the-task-description_2586"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.035289"], ["updated_at", "2015-04-08 13:28:56.035289"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:28:56.042954"], ["task_id", 6], ["created_at", "2015-04-08 13:28:56.044527"], ["updated_at", "2015-04-08 13:28:56.044527"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:28:56.046113"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5368"], ["description", "I-am-the-goal-description_1493"], ["version", 1], ["created_at", "2015-04-08 13:28:56.056087"], ["updated_at", "2015-04-08 13:28:56.056087"], ["tracking", "150408-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5371"], ["description", "I-am-the-task-description_8287"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.060560"], ["updated_at", "2015-04-08 13:28:56.060560"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1144"], ["description", "I-am-the-task-description_3617"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.064628"], ["updated_at", "2015-04-08 13:28:56.064628"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:28:56.071712"], ["task_id", 8], ["created_at", "2015-04-08 13:28:56.073506"], ["updated_at", "2015-04-08 13:28:56.073506"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:28:56.076590"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3883"], ["description", "I-am-the-goal-description_9963"], ["version", 1], ["created_at", "2015-04-08 13:28:56.082613"], ["updated_at", "2015-04-08 13:28:56.082613"], ["tracking", "150408-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4640"], ["description", "I-am-the-task-description_7386"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.087301"], ["updated_at", "2015-04-08 13:28:56.087301"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6766"], ["description", "I-am-the-task-description_4117"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.091575"], ["updated_at", "2015-04-08 13:28:56.091575"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_614"], ["description", "I-am-the-goal-description_4765"], ["version", 1], ["created_at", "2015-04-08 13:28:56.107055"], ["updated_at", "2015-04-08 13:28:56.107055"], ["tracking", "150408-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8559"], ["description", "I-am-the-task-description_7508"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.111193"], ["updated_at", "2015-04-08 13:28:56.111193"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3599"], ["description", "I-am-the-task-description_3079"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.115794"], ["updated_at", "2015-04-08 13:28:56.115794"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4117"], ["description", "I-am-the-goal-description_8679"], ["version", 1], ["created_at", "2015-04-08 13:28:56.157317"], ["updated_at", "2015-04-08 13:28:56.157317"], ["tracking", "150408-14"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7038"], ["description", "I-am-the-task-description_4696"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.161693"], ["updated_at", "2015-04-08 13:28:56.161693"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4187"], ["description", "I-am-the-goal-description_5800"], ["version", 1], ["created_at", "2015-04-08 13:28:56.166009"], ["updated_at", "2015-04-08 13:28:56.166009"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task825"], ["description", "I-am-the-task-description_58"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.170145"], ["updated_at", "2015-04-08 13:28:56.170145"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5656"], ["description", "I-am-the-goal-description_5018"], ["version", 1], ["created_at", "2015-04-08 13:28:56.179955"], ["updated_at", "2015-04-08 13:28:56.179955"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task10"], ["description", "I-am-the-task-description_9014"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.183908"], ["updated_at", "2015-04-08 13:28:56.183908"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7807"], ["description", "I-am-the-task-description_3565"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.187912"], ["updated_at", "2015-04-08 13:28:56.187912"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5958"], ["description", "I-am-the-goal-description_1849"], ["version", 1], ["created_at", "2015-04-08 13:28:56.202202"], ["updated_at", "2015-04-08 13:28:56.202202"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2504"], ["description", "I-am-the-task-description_8982"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.206602"], ["updated_at", "2015-04-08 13:28:56.206602"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7024"], ["description", "I-am-the-goal-description_5004"], ["version", 1], ["created_at", "2015-04-08 13:28:56.210435"], ["updated_at", "2015-04-08 13:28:56.210435"], ["tracking", "150408-18"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9299"], ["description", "I-am-the-task-description_1592"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.214580"], ["updated_at", "2015-04-08 13:28:56.214580"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9634"], ["description", "I-am-the-goal-description_2282"], ["version", 1], ["created_at", "2015-04-08 13:28:56.224737"], ["updated_at", "2015-04-08 13:28:56.224737"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9221"], ["description", "I-am-the-task-description_4600"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.230358"], ["updated_at", "2015-04-08 13:28:56.230358"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task782"], ["description", "I-am-the-task-description_3334"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.234348"], ["updated_at", "2015-04-08 13:28:56.234348"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8076"], ["description", "I-am-the-goal-description_3640"], ["version", 1], ["created_at", "2015-04-08 13:28:56.248974"], ["updated_at", "2015-04-08 13:28:56.248974"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5771"], ["description", "I-am-the-task-description_4277"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.253285"], ["updated_at", "2015-04-08 13:28:56.253285"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7848"], ["description", "I-am-the-goal-description_8825"], ["version", 1], ["created_at", "2015-04-08 13:28:56.257299"], ["updated_at", "2015-04-08 13:28:56.257299"], ["tracking", "150408-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6247"], ["description", "I-am-the-task-description_4557"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.261435"], ["updated_at", "2015-04-08 13:28:56.261435"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3417"], ["description", "I-am-the-goal-description_561"], ["version", 1], ["created_at", "2015-04-08 13:28:56.271944"], ["updated_at", "2015-04-08 13:28:56.271944"], ["tracking", "150408-22"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4683"], ["description", "I-am-the-task-description_9489"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.277469"], ["updated_at", "2015-04-08 13:28:56.277469"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6784"], ["description", "I-am-the-task-description_743"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.284225"], ["updated_at", "2015-04-08 13:28:56.284225"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1090"], ["description", "I-am-the-goal-description_2207"], ["version", 1], ["created_at", "2015-04-08 13:28:56.297936"], ["updated_at", "2015-04-08 13:28:56.297936"], ["tracking", "150408-23"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8007"], ["description", "I-am-the-task-description_1713"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.302063"], ["updated_at", "2015-04-08 13:28:56.302063"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4778"], ["description", "I-am-the-task-description_2202"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.306059"], ["updated_at", "2015-04-08 13:28:56.306059"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8604"], ["description", "I-am-the-goal-description_3385"], ["version", 1], ["created_at", "2015-04-08 13:28:56.319304"], ["updated_at", "2015-04-08 13:28:56.319304"], ["tracking", "150408-24"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2898"], ["description", "I-am-the-task-description_6427"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.323112"], ["updated_at", "2015-04-08 13:28:56.323112"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3382"], ["description", "I-am-the-task-description_9048"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.328897"], ["updated_at", "2015-04-08 13:28:56.328897"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6464"], ["description", "I-am-the-goal-description_3765"], ["version", 1], ["created_at", "2015-04-08 13:28:56.343179"], ["updated_at", "2015-04-08 13:28:56.343179"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3198"], ["description", "I-am-the-task-description_541"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.347797"], ["updated_at", "2015-04-08 13:28:56.347797"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7373"], ["description", "I-am-the-task-description_7448"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.351918"], ["updated_at", "2015-04-08 13:28:56.351918"]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:28:56.423434"], ["updated_at", "2015-04-08 13:28:56.423434"]]  (1.4ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8913"], ["description", "I-am-the-goal-description_7538"], ["version", 1], ["created_at", "2015-04-08 13:28:56.431829"], ["updated_at", "2015-04-08 13:28:56.431829"], ["tracking", "150408-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3282"], ["description", "I-am-the-task-description_8174"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.436269"], ["updated_at", "2015-04-08 13:28:56.436269"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7295"], ["description", "I-am-the-task-description_7534"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.440424"], ["updated_at", "2015-04-08 13:28:56.440424"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:28:56.447166"], ["updated_at", "2015-04-08 13:28:56.447166"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9873"], ["description", "I-am-the-goal-description_5459"], ["version", 1], ["created_at", "2015-04-08 13:28:56.458215"], ["updated_at", "2015-04-08 13:28:56.458215"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task388"], ["description", "I-am-the-task-description_1395"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.462709"], ["updated_at", "2015-04-08 13:28:56.462709"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7811"], ["description", "I-am-the-task-description_5618"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.467437"], ["updated_at", "2015-04-08 13:28:56.467437"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:28:56.474196"], ["updated_at", "2015-04-08 13:28:56.474196"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9174"], ["description", "I-am-the-goal-description_4222"], ["version", 1], ["created_at", "2015-04-08 13:28:56.483585"], ["updated_at", "2015-04-08 13:28:56.483585"], ["tracking", "150408-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8921"], ["description", "I-am-the-task-description_7967"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.488114"], ["updated_at", "2015-04-08 13:28:56.488114"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5699"], ["description", "I-am-the-task-description_6823"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.493011"], ["updated_at", "2015-04-08 13:28:56.493011"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1371"], ["description", "I-am-the-goal-description_79"], ["version", 1], ["created_at", "2015-04-08 13:28:56.505214"], ["updated_at", "2015-04-08 13:28:56.505214"], ["tracking", "150408-29"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5935"], ["description", "I-am-the-task-description_8675"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.509496"], ["updated_at", "2015-04-08 13:28:56.509496"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task4951"], ["description", "I-am-the-task-description_3500"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.513445"], ["updated_at", "2015-04-08 13:28:56.513445"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:28:56.518547"], ["updated_at", "2015-04-08 13:28:56.518547"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6137"], ["description", "I-am-the-goal-description_4181"], ["version", 1], ["created_at", "2015-04-08 13:28:56.532591"], ["updated_at", "2015-04-08 13:28:56.532591"], ["tracking", "150408-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task1542"], ["description", "I-am-the-task-description_2845"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.536484"], ["updated_at", "2015-04-08 13:28:56.536484"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2979"], ["description", "I-am-the-task-description_5540"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.540652"], ["updated_at", "2015-04-08 13:28:56.540652"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:28:56.544636"], ["updated_at", "2015-04-08 13:28:56.544636"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4026"], ["description", "I-am-the-goal-description_5258"], ["version", 1], ["created_at", "2015-04-08 13:28:56.557437"], ["updated_at", "2015-04-08 13:28:56.557437"], ["tracking", "150408-31"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task4986"], ["description", "I-am-the-task-description_1060"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.562145"], ["updated_at", "2015-04-08 13:28:56.562145"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task7957"], ["description", "I-am-the-task-description_2606"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.566804"], ["updated_at", "2015-04-08 13:28:56.566804"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:28:56.571346"], ["updated_at", "2015-04-08 13:28:56.571346"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2156"], ["description", "I-am-the-goal-description_208"], ["version", 1], ["created_at", "2015-04-08 13:28:56.585127"], ["updated_at", "2015-04-08 13:28:56.585127"], ["tracking", "150408-32"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task3007"], ["description", "I-am-the-task-description_6059"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.589347"], ["updated_at", "2015-04-08 13:28:56.589347"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task3694"], ["description", "I-am-the-task-description_8481"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.593334"], ["updated_at", "2015-04-08 13:28:56.593334"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:28:56.597708"], ["updated_at", "2015-04-08 13:28:56.597708"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5185"], ["description", "I-am-the-goal-description_9688"], ["version", 1], ["created_at", "2015-04-08 13:28:56.614603"], ["updated_at", "2015-04-08 13:28:56.614603"], ["tracking", "150408-33"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task370"], ["description", "I-am-the-task-description_9359"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.620291"], ["updated_at", "2015-04-08 13:28:56.620291"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6013"], ["description", "I-am-the-task-description_1244"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.625058"], ["updated_at", "2015-04-08 13:28:56.625058"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.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-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:28:56.630953"], ["updated_at", "2015-04-08 13:28:56.630953"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5897"], ["description", "I-am-the-goal-description_2219"], ["version", 1], ["created_at", "2015-04-08 13:28:56.644363"], ["updated_at", "2015-04-08 13:28:56.644363"], ["tracking", "150408-34"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task3905"], ["description", "I-am-the-task-description_1001"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.648318"], ["updated_at", "2015-04-08 13:28:56.648318"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task5638"], ["description", "I-am-the-task-description_7318"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.652713"], ["updated_at", "2015-04-08 13:28:56.652713"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:28:56.657085"], ["updated_at", "2015-04-08 13:28:56.657085"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:28:56.663829"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6849"], ["description", "I-am-the-goal-description_6002"], ["version", 1], ["created_at", "2015-04-08 13:28:56.670370"], ["updated_at", "2015-04-08 13:28:56.670370"], ["tracking", "150408-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8672"], ["description", "I-am-the-goal-description_6439"], ["version", 1], ["created_at", "2015-04-08 13:28:56.676736"], ["updated_at", "2015-04-08 13:28:56.676736"], ["tracking", "150408-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task5046"], ["description", "I-am-the-task-description_7905"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.680733"], ["updated_at", "2015-04-08 13:28:56.680733"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4824"], ["description", "I-am-the-goal-description_1539"], ["version", 1], ["created_at", "2015-04-08 13:28:56.685008"], ["updated_at", "2015-04-08 13:28:56.685008"], ["tracking", "150408-37"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task8976"], ["description", "I-am-the-task-description_2849"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.689166"], ["updated_at", "2015-04-08 13:28:56.689166"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7436"], ["description", "I-am-the-goal-description_7679"], ["version", 1], ["created_at", "2015-04-08 13:28:56.693496"], ["updated_at", "2015-04-08 13:28:56.693496"], ["tracking", "150408-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task7059"], ["description", "I-am-the-task-description_8534"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.698569"], ["updated_at", "2015-04-08 13:28:56.698569"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task4610"], ["description", "I-am-the-task-description_9461"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.703884"], ["updated_at", "2015-04-08 13:28:56.703884"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task7186"], ["description", "I-am-the-task-description_9817"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.709207"], ["updated_at", "2015-04-08 13:28:56.709207"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task9072"], ["description", "I-am-the-task-description_9947"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.713918"], ["updated_at", "2015-04-08 13:28:56.713918"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3116"], ["description", "I-am-the-goal-description_6145"], ["version", 1], ["created_at", "2015-04-08 13:28:56.720966"], ["updated_at", "2015-04-08 13:28:56.720966"], ["tracking", "150408-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2068"], ["description", "I-am-the-goal-description_9464"], ["version", 1], ["created_at", "2015-04-08 13:28:56.726863"], ["updated_at", "2015-04-08 13:28:56.726863"], ["tracking", "150408-40"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task9787"], ["description", "I-am-the-task-description_5365"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.730874"], ["updated_at", "2015-04-08 13:28:56.730874"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5775"], ["description", "I-am-the-goal-description_7858"], ["version", 1], ["created_at", "2015-04-08 13:28:56.735497"], ["updated_at", "2015-04-08 13:28:56.735497"], ["tracking", "150408-41"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task5332"], ["description", "I-am-the-task-description_6"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.739585"], ["updated_at", "2015-04-08 13:28:56.739585"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9505"], ["description", "I-am-the-goal-description_1449"], ["version", 1], ["created_at", "2015-04-08 13:28:56.743075"], ["updated_at", "2015-04-08 13:28:56.743075"], ["tracking", "150408-42"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task5780"], ["description", "I-am-the-task-description_2248"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.748431"], ["updated_at", "2015-04-08 13:28:56.748431"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task3957"], ["description", "I-am-the-task-description_3854"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.752872"], ["updated_at", "2015-04-08 13:28:56.752872"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task7929"], ["description", "I-am-the-task-description_5680"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.758393"], ["updated_at", "2015-04-08 13:28:56.758393"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task5741"], ["description", "I-am-the-task-description_8270"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.764315"], ["updated_at", "2015-04-08 13:28:56.764315"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8391"], ["description", "I-am-the-goal-description_8603"], ["version", 1], ["created_at", "2015-04-08 13:28:56.768256"], ["updated_at", "2015-04-08 13:28:56.768256"], ["tracking", "150408-43"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1257"], ["description", "I-am-the-goal-description_1274"], ["version", 1], ["created_at", "2015-04-08 13:28:56.775570"], ["updated_at", "2015-04-08 13:28:56.775570"], ["tracking", "150408-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9757"], ["description", "I-am-the-goal-description_6209"], ["version", 1], ["created_at", "2015-04-08 13:28:56.780835"], ["updated_at", "2015-04-08 13:28:56.780835"], ["tracking", "150408-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task9729"], ["description", "I-am-the-task-description_1869"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.784684"], ["updated_at", "2015-04-08 13:28:56.784684"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4089"], ["description", "I-am-the-goal-description_4541"], ["version", 1], ["created_at", "2015-04-08 13:28:56.788948"], ["updated_at", "2015-04-08 13:28:56.788948"], ["tracking", "150408-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task3046"], ["description", "I-am-the-task-description_2004"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.793308"], ["updated_at", "2015-04-08 13:28:56.793308"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3721"], ["description", "I-am-the-goal-description_404"], ["version", 1], ["created_at", "2015-04-08 13:28:56.796727"], ["updated_at", "2015-04-08 13:28:56.796727"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task3077"], ["description", "I-am-the-task-description_5598"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.801277"], ["updated_at", "2015-04-08 13:28:56.801277"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task8002"], ["description", "I-am-the-task-description_5101"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.806787"], ["updated_at", "2015-04-08 13:28:56.806787"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task2364"], ["description", "I-am-the-task-description_7642"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.811932"], ["updated_at", "2015-04-08 13:28:56.811932"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task2341"], ["description", "I-am-the-task-description_5857"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.816984"], ["updated_at", "2015-04-08 13:28:56.816984"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task9745"], ["description", "I-am-the-task-description_1391"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.821419"], ["updated_at", "2015-04-08 13:28:56.821419"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_992"], ["description", "I-am-the-goal-description_2371"], ["version", 1], ["created_at", "2015-04-08 13:28:56.830026"], ["updated_at", "2015-04-08 13:28:56.830026"], ["tracking", "150408-48"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1418"], ["description", "I-am-the-goal-description_7895"], ["version", 1], ["created_at", "2015-04-08 13:28:56.835666"], ["updated_at", "2015-04-08 13:28:56.835666"], ["tracking", "150408-49"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task5550"], ["description", "I-am-the-task-description_1263"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.840566"], ["updated_at", "2015-04-08 13:28:56.840566"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7733"], ["description", "I-am-the-goal-description_7347"], ["version", 1], ["created_at", "2015-04-08 13:28:56.845274"], ["updated_at", "2015-04-08 13:28:56.845274"], ["tracking", "150408-50"]]  (4.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task7548"], ["description", "I-am-the-task-description_7328"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.853468"], ["updated_at", "2015-04-08 13:28:56.853468"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4660"], ["description", "I-am-the-goal-description_7224"], ["version", 1], ["created_at", "2015-04-08 13:28:56.856616"], ["updated_at", "2015-04-08 13:28:56.856616"], ["tracking", "150408-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task8397"], ["description", "I-am-the-task-description_323"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.861268"], ["updated_at", "2015-04-08 13:28:56.861268"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task8282"], ["description", "I-am-the-task-description_1058"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.866656"], ["updated_at", "2015-04-08 13:28:56.866656"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task978"], ["description", "I-am-the-task-description_2280"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.871284"], ["updated_at", "2015-04-08 13:28:56.871284"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task2427"], ["description", "I-am-the-task-description_94"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.876502"], ["updated_at", "2015-04-08 13:28:56.876502"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task8827"], ["description", "I-am-the-task-description_1414"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.881916"], ["updated_at", "2015-04-08 13:28:56.881916"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1190"], ["description", "I-am-the-goal-description_9226"], ["version", 1], ["created_at", "2015-04-08 13:28:56.889327"], ["updated_at", "2015-04-08 13:28:56.889327"], ["tracking", "150408-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task1272"], ["description", "I-am-the-task-description_3480"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.893455"], ["updated_at", "2015-04-08 13:28:56.893455"]]  (0.9ms) commit transaction  (0.4ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2637"], ["description", "I-am-the-goal-description_4916"], ["version", 1], ["created_at", "2015-04-08 13:28:56.899699"], ["updated_at", "2015-04-08 13:28:56.899699"], ["tracking", "150408-53"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task8608"], ["description", "I-am-the-task-description_3039"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.903658"], ["updated_at", "2015-04-08 13:28:56.903658"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6124"], ["description", "I-am-the-goal-description_4"], ["version", 1], ["created_at", "2015-04-08 13:28:56.910120"], ["updated_at", "2015-04-08 13:28:56.910120"], ["tracking", "150408-54"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task3210"], ["description", "I-am-the-task-description_3107"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.914468"], ["updated_at", "2015-04-08 13:28:56.914468"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7407"], ["description", "I-am-the-goal-description_2419"], ["version", 1], ["created_at", "2015-04-08 13:28:56.920415"], ["updated_at", "2015-04-08 13:28:56.920415"], ["tracking", "150408-55"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task8126"], ["description", "I-am-the-task-description_1536"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.925148"], ["updated_at", "2015-04-08 13:28:56.925148"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5393"], ["description", "I-am-the-goal-description_3391"], ["version", 1], ["created_at", "2015-04-08 13:28:56.932917"], ["updated_at", "2015-04-08 13:28:56.932917"], ["tracking", "150408-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_988"], ["description", "I-am-the-goal-description_4500"], ["version", 1], ["created_at", "2015-04-08 13:28:56.938503"], ["updated_at", "2015-04-08 13:28:56.938503"], ["tracking", "150408-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6283"], ["description", "I-am-the-goal-description_5799"], ["version", 1], ["created_at", "2015-04-08 13:28:56.944316"], ["updated_at", "2015-04-08 13:28:56.944316"], ["tracking", "150408-58"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_892"], ["description", "I-am-the-goal-description_3052"], ["version", 1], ["created_at", "2015-04-08 13:28:56.949472"], ["updated_at", "2015-04-08 13:28:56.949472"], ["tracking", "150408-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9139"], ["description", "I-am-the-goal-description_8850"], ["version", 1], ["created_at", "2015-04-08 13:28:56.955679"], ["updated_at", "2015-04-08 13:28:56.955679"], ["tracking", "150408-60"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5035"], ["description", "I-am-the-goal-description_9740"], ["version", 1], ["created_at", "2015-04-08 13:28:56.962308"], ["updated_at", "2015-04-08 13:28:56.962308"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5965"], ["description", "I-am-the-goal-description_544"], ["version", 1], ["created_at", "2015-04-08 13:28:56.968612"], ["updated_at", "2015-04-08 13:28:56.968612"], ["tracking", "150408-62"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_259"], ["description", "I-am-the-goal-description_3177"], ["version", 1], ["created_at", "2015-04-08 13:28:56.974020"], ["updated_at", "2015-04-08 13:28:56.974020"], ["tracking", "150408-63"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task7822"], ["description", "I-am-the-task-description_8492"], ["cost", 1], ["created_at", "2015-04-08 13:28:56.979070"], ["updated_at", "2015-04-08 13:28:56.979070"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7278"], ["description", "I-am-the-goal-description_8599"], ["version", 1], ["created_at", "2015-04-08 13:28:56.985175"], ["updated_at", "2015-04-08 13:28:56.985175"], ["tracking", "150408-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6276"], ["description", "I-am-the-goal-description_6688"], ["version", 1], ["created_at", "2015-04-08 13:28:56.990728"], ["updated_at", "2015-04-08 13:28:56.990728"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2917"], ["description", "I-am-the-goal-description_6062"], ["version", 1], ["created_at", "2015-04-08 13:28:56.997291"], ["updated_at", "2015-04-08 13:28:56.997291"], ["tracking", "150408-66"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5188"], ["description", "I-am-the-goal-description_6963"], ["version", 1], ["created_at", "2015-04-08 13:28:57.004801"], ["updated_at", "2015-04-08 13:28:57.004801"], ["tracking", "150408-67"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task529"], ["description", "I-am-the-task-description_5572"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.008529"], ["updated_at", "2015-04-08 13:28:57.008529"]]  (4.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9573"], ["description", "I-am-the-goal-description_5314"], ["version", 1], ["created_at", "2015-04-08 13:28:57.016441"], ["updated_at", "2015-04-08 13:28:57.016441"], ["tracking", "150408-68"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task4309"], ["description", "I-am-the-task-description_3174"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.086743"], ["updated_at", "2015-04-08 13:28:57.086743"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7636"], ["description", "I-am-the-goal-description_4851"], ["version", 1], ["created_at", "2015-04-08 13:28:57.091929"], ["updated_at", "2015-04-08 13:28:57.091929"], ["tracking", "150408-69"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task8225"], ["description", "I-am-the-task-description_4421"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.096965"], ["updated_at", "2015-04-08 13:28:57.096965"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8660"], ["description", "I-am-the-goal-description_5551"], ["version", 1], ["created_at", "2015-04-08 13:28:57.101898"], ["updated_at", "2015-04-08 13:28:57.101898"], ["tracking", "150408-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task1331"], ["description", "I-am-the-task-description_75"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.107326"], ["updated_at", "2015-04-08 13:28:57.107326"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4534"], ["description", "I-am-the-goal-description_6020"], ["version", 1], ["created_at", "2015-04-08 13:28:57.112300"], ["updated_at", "2015-04-08 13:28:57.112300"], ["tracking", "150408-71"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task8029"], ["description", "I-am-the-task-description_4545"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.118075"], ["updated_at", "2015-04-08 13:28:57.118075"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7324"], ["description", "I-am-the-goal-description_7899"], ["version", 1], ["created_at", "2015-04-08 13:28:57.124116"], ["updated_at", "2015-04-08 13:28:57.124116"], ["tracking", "150408-72"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task1186"], ["description", "I-am-the-task-description_6522"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.129817"], ["updated_at", "2015-04-08 13:28:57.129817"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8653"], ["description", "I-am-the-goal-description_2293"], ["version", 1], ["created_at", "2015-04-08 13:28:57.135488"], ["updated_at", "2015-04-08 13:28:57.135488"], ["tracking", "150408-73"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task2932"], ["description", "I-am-the-task-description_599"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.139758"], ["updated_at", "2015-04-08 13:28:57.139758"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1785"], ["description", "I-am-the-goal-description_9534"], ["version", 1], ["created_at", "2015-04-08 13:28:57.145546"], ["updated_at", "2015-04-08 13:28:57.145546"], ["tracking", "150408-74"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task1647"], ["description", "I-am-the-task-description_9651"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.149734"], ["updated_at", "2015-04-08 13:28:57.149734"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_192"], ["description", "I-am-the-goal-description_2950"], ["version", 1], ["created_at", "2015-04-08 13:28:57.154933"], ["updated_at", "2015-04-08 13:28:57.154933"], ["tracking", "150408-75"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task3772"], ["description", "I-am-the-task-description_8916"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.159620"], ["updated_at", "2015-04-08 13:28:57.159620"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3614"], ["description", "I-am-the-goal-description_7059"], ["version", 1], ["created_at", "2015-04-08 13:28:57.164871"], ["updated_at", "2015-04-08 13:28:57.164871"], ["tracking", "150408-76"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task6317"], ["description", "I-am-the-task-description_8800"], ["cost", 1], ["created_at", "2015-04-08 13:28:57.169533"], ["updated_at", "2015-04-08 13:28:57.169533"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6031"], ["description", "I-am-the-goal-description_1107"], ["version", 1], ["created_at", "2015-04-08 13:28:57.174592"], ["updated_at", "2015-04-08 13:28:57.174592"], ["tracking", "150408-77"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 13:28:57.178959"], ["id", 81]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 13:28:57.181686"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7232"], ["description", "I-am-the-goal-description_8279"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9108"], ["description", "I-am-the-goal-description_5826"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2335"], ["description", "I-am-the-goal-description_8152"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6166"], ["description", "I-am-the-goal-description_9729"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_294"], ["description", "I-am-the-goal-description_6253"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task4240"], ["description", "I-am-the-task-description_5301"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3813"], ["description", "I-am-the-task-description_8031"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9849"], ["description", "I-am-the-goal-description_5823"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2616"], ["description", "I-am-the-goal-description_3294"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2887"], ["description", "I-am-the-goal-description_5953"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_560"], ["description", "I-am-the-goal-description_640"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task4470"], ["description", "I-am-the-task-description_2812"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9336"], ["description", "I-am-the-goal-description_1806"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task1649"], ["description", "I-am-the-task-description_5076"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4386"], ["description", "I-am-the-goal-description_9596"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task9170"], ["description", "I-am-the-task-description_9693"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1975"], ["description", "I-am-the-goal-description_3880"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task6542"], ["description", "I-am-the-task-description_5750"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6736"], ["description", "I-am-the-goal-description_3988"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task7625"], ["description", "I-am-the-task-description_4410"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_629"], ["description", "I-am-the-goal-description_2760"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task5739"], ["description", "I-am-the-task-description_8553"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6760"], ["description", "I-am-the-goal-description_7819"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task6674"], ["description", "I-am-the-task-description_2604"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_927"], ["description", "I-am-the-goal-description_3245"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6543"], ["description", "I-am-the-goal-description_8199"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8586"], ["description", "I-am-the-goal-description_8005"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4188"], ["description", "I-am-the-goal-description_9184"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_82"], ["description", "I-am-the-goal-description_9113"], ["version", 1], ["created_at", "2015-04-08 13:29:15.447671"], ["updated_at", "2015-04-08 13:29:15.447671"], ["tracking", "150408-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9226"], ["description", "I-am-the-goal-description_5965"], ["version", 1], ["created_at", "2015-04-08 13:29:15.458162"], ["updated_at", "2015-04-08 13:29:15.458162"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 16.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2248"], ["description", "I-am-the-goal-description_6137"], ["version", 1], ["created_at", "2015-04-08 13:29:15.571488"], ["updated_at", "2015-04-08 13:29:15.571488"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1188"], ["description", "I-am-the-goal-description_7526"], ["version", 1], ["created_at", "2015-04-08 13:29:15.576646"], ["updated_at", "2015-04-08 13:29:15.576646"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9074"], ["description", "I-am-the-goal-description_376"], ["version", 1], ["created_at", "2015-04-08 13:29:15.604267"], ["updated_at", "2015-04-08 13:29:15.604267"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3528"], ["description", "I-am-the-goal-description_7755"], ["version", 1], ["created_at", "2015-04-08 13:29:15.608372"], ["updated_at", "2015-04-08 13:29:15.608372"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 46ms (Views: 45.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1276"], ["description", "I-am-the-goal-description_7038"], ["version", 1], ["created_at", "2015-04-08 13:29:15.663405"], ["updated_at", "2015-04-08 13:29:15.663405"], ["tracking", "150408-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:29:15.677746"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3194ms (ActiveRecord: 1.7ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5143"], ["description", "I-am-the-goal-description_4084"], ["version", 1], ["created_at", "2015-04-08 13:29:18.866564"], ["updated_at", "2015-04-08 13:29:18.866564"], ["tracking", "150408-4"]]  (3.0ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:29:18.877106"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3126"], ["description", "I-am-the-goal-description_9681"], ["version", 1], ["created_at", "2015-04-08 13:29:18.883693"], ["updated_at", "2015-04-08 13:29:18.883693"], ["tracking", "150408-5"]]  (2.1ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:29:18.944107"], ["id", 9]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7602"], ["description", "I-am-the-goal-description_9115"], ["version", 1], ["created_at", "2015-04-08 13:29:18.951730"], ["updated_at", "2015-04-08 13:29:18.951730"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:29:18.959072"], ["id", 10]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3206"], ["description", "I-am-the-goal-description_4030"], ["version", 1], ["created_at", "2015-04-08 13:29:18.978393"], ["updated_at", "2015-04-08 13:29:18.978393"], ["tracking", "150408-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4355"], ["description", "I-am-the-task-description_4768"], ["cost", 1], ["created_at", "2015-04-08 13:29:18.990425"], ["updated_at", "2015-04-08 13:29:18.990425"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 13:29:19.003625"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 13:29:19.004645"], ["updated_at", "2015-04-08 13:29:19.004645"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 13:29:19.006417"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 13:29:19 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 13:29:19 UTC", "updated_at"=>"2015-04-08 13:29:19 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 13:29:19.015769"], ["created_at", "2015-04-08 13:29:19.017831"], ["updated_at", "2015-04-08 13:29:19.017831"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_393"], ["description", "I-am-the-goal-description_997"], ["version", 1], ["created_at", "2015-04-08 13:29:19.028153"], ["updated_at", "2015-04-08 13:29:19.028153"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2002"], ["description", "I-am-the-task-description_9103"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.032272"], ["updated_at", "2015-04-08 13:29:19.032272"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6440"], ["description", "I-am-the-task-description_7299"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.036300"], ["updated_at", "2015-04-08 13:29:19.036300"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:29:19.043574"], ["task_id", 2], ["created_at", "2015-04-08 13:29:19.044852"], ["updated_at", "2015-04-08 13:29:19.044852"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:29:19.046449"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1813"], ["description", "I-am-the-goal-description_261"], ["version", 1], ["created_at", "2015-04-08 13:29:19.053817"], ["updated_at", "2015-04-08 13:29:19.053817"], ["tracking", "150408-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6372"], ["description", "I-am-the-task-description_3846"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.058522"], ["updated_at", "2015-04-08 13:29:19.058522"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1922"], ["description", "I-am-the-task-description_9464"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.063306"], ["updated_at", "2015-04-08 13:29:19.063306"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:29:19.070099"], ["task_id", 4], ["created_at", "2015-04-08 13:29:19.071325"], ["updated_at", "2015-04-08 13:29:19.071325"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:29:19.072838"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4192"], ["description", "I-am-the-goal-description_3976"], ["version", 1], ["created_at", "2015-04-08 13:29:19.081580"], ["updated_at", "2015-04-08 13:29:19.081580"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4191"], ["description", "I-am-the-task-description_3899"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.086366"], ["updated_at", "2015-04-08 13:29:19.086366"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task819"], ["description", "I-am-the-task-description_2370"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.090851"], ["updated_at", "2015-04-08 13:29:19.090851"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:29:19.099811"], ["task_id", 6], ["created_at", "2015-04-08 13:29:19.101037"], ["updated_at", "2015-04-08 13:29:19.101037"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:29:19.102572"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5076"], ["description", "I-am-the-goal-description_7932"], ["version", 1], ["created_at", "2015-04-08 13:29:19.110826"], ["updated_at", "2015-04-08 13:29:19.110826"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6119"], ["description", "I-am-the-task-description_6948"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.115178"], ["updated_at", "2015-04-08 13:29:19.115178"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6513"], ["description", "I-am-the-task-description_6814"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.119271"], ["updated_at", "2015-04-08 13:29:19.119271"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:29:19.125706"], ["task_id", 8], ["created_at", "2015-04-08 13:29:19.126993"], ["updated_at", "2015-04-08 13:29:19.126993"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:29:19.129952"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8274"], ["description", "I-am-the-goal-description_9436"], ["version", 1], ["created_at", "2015-04-08 13:29:19.136142"], ["updated_at", "2015-04-08 13:29:19.136142"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6786"], ["description", "I-am-the-task-description_133"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.140212"], ["updated_at", "2015-04-08 13:29:19.140212"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7847"], ["description", "I-am-the-task-description_4412"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.144224"], ["updated_at", "2015-04-08 13:29:19.144224"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9369"], ["description", "I-am-the-goal-description_215"], ["version", 1], ["created_at", "2015-04-08 13:29:19.157879"], ["updated_at", "2015-04-08 13:29:19.157879"], ["tracking", "150408-13"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8347"], ["description", "I-am-the-task-description_6528"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.162416"], ["updated_at", "2015-04-08 13:29:19.162416"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6134"], ["description", "I-am-the-task-description_5155"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.166962"], ["updated_at", "2015-04-08 13:29:19.166962"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6568"], ["description", "I-am-the-goal-description_956"], ["version", 1], ["created_at", "2015-04-08 13:29:19.208004"], ["updated_at", "2015-04-08 13:29:19.208004"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task106"], ["description", "I-am-the-task-description_4246"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.211736"], ["updated_at", "2015-04-08 13:29:19.211736"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8430"], ["description", "I-am-the-goal-description_8619"], ["version", 1], ["created_at", "2015-04-08 13:29:19.215509"], ["updated_at", "2015-04-08 13:29:19.215509"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4906"], ["description", "I-am-the-task-description_1617"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.219658"], ["updated_at", "2015-04-08 13:29:19.219658"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9882"], ["description", "I-am-the-goal-description_1936"], ["version", 1], ["created_at", "2015-04-08 13:29:19.229037"], ["updated_at", "2015-04-08 13:29:19.229037"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2547"], ["description", "I-am-the-task-description_3098"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.232976"], ["updated_at", "2015-04-08 13:29:19.232976"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4011"], ["description", "I-am-the-task-description_4712"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.236785"], ["updated_at", "2015-04-08 13:29:19.236785"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9783"], ["description", "I-am-the-goal-description_6225"], ["version", 1], ["created_at", "2015-04-08 13:29:19.250942"], ["updated_at", "2015-04-08 13:29:19.250942"], ["tracking", "150408-17"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2180"], ["description", "I-am-the-task-description_9227"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.308381"], ["updated_at", "2015-04-08 13:29:19.308381"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5816"], ["description", "I-am-the-goal-description_6742"], ["version", 1], ["created_at", "2015-04-08 13:29:19.312543"], ["updated_at", "2015-04-08 13:29:19.312543"], ["tracking", "150408-18"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7910"], ["description", "I-am-the-task-description_1192"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.316574"], ["updated_at", "2015-04-08 13:29:19.316574"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6340"], ["description", "I-am-the-goal-description_2916"], ["version", 1], ["created_at", "2015-04-08 13:29:19.327450"], ["updated_at", "2015-04-08 13:29:19.327450"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6726"], ["description", "I-am-the-task-description_3403"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.331538"], ["updated_at", "2015-04-08 13:29:19.331538"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2818"], ["description", "I-am-the-task-description_9960"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.335640"], ["updated_at", "2015-04-08 13:29:19.335640"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7735"], ["description", "I-am-the-goal-description_1015"], ["version", 1], ["created_at", "2015-04-08 13:29:19.350199"], ["updated_at", "2015-04-08 13:29:19.350199"], ["tracking", "150408-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5166"], ["description", "I-am-the-task-description_1607"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.354264"], ["updated_at", "2015-04-08 13:29:19.354264"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3370"], ["description", "I-am-the-goal-description_8520"], ["version", 1], ["created_at", "2015-04-08 13:29:19.358329"], ["updated_at", "2015-04-08 13:29:19.358329"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task280"], ["description", "I-am-the-task-description_5717"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.362781"], ["updated_at", "2015-04-08 13:29:19.362781"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7058"], ["description", "I-am-the-goal-description_2863"], ["version", 1], ["created_at", "2015-04-08 13:29:19.372401"], ["updated_at", "2015-04-08 13:29:19.372401"], ["tracking", "150408-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4066"], ["description", "I-am-the-task-description_6023"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.376772"], ["updated_at", "2015-04-08 13:29:19.376772"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8273"], ["description", "I-am-the-task-description_491"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.382255"], ["updated_at", "2015-04-08 13:29:19.382255"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3192"], ["description", "I-am-the-goal-description_573"], ["version", 1], ["created_at", "2015-04-08 13:29:19.396480"], ["updated_at", "2015-04-08 13:29:19.396480"], ["tracking", "150408-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3206"], ["description", "I-am-the-task-description_9179"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.400435"], ["updated_at", "2015-04-08 13:29:19.400435"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2999"], ["description", "I-am-the-task-description_2816"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.404411"], ["updated_at", "2015-04-08 13:29:19.404411"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2129"], ["description", "I-am-the-goal-description_1054"], ["version", 1], ["created_at", "2015-04-08 13:29:19.418141"], ["updated_at", "2015-04-08 13:29:19.418141"], ["tracking", "150408-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7689"], ["description", "I-am-the-task-description_3247"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.422276"], ["updated_at", "2015-04-08 13:29:19.422276"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task296"], ["description", "I-am-the-task-description_6101"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.426320"], ["updated_at", "2015-04-08 13:29:19.426320"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7455"], ["description", "I-am-the-goal-description_9003"], ["version", 1], ["created_at", "2015-04-08 13:29:19.440303"], ["updated_at", "2015-04-08 13:29:19.440303"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task8853"], ["description", "I-am-the-task-description_5280"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.444129"], ["updated_at", "2015-04-08 13:29:19.444129"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7397"], ["description", "I-am-the-task-description_7393"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.447969"], ["updated_at", "2015-04-08 13:29:19.447969"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:29:19.458656"], ["updated_at", "2015-04-08 13:29:19.458656"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1288"], ["description", "I-am-the-goal-description_2109"], ["version", 1], ["created_at", "2015-04-08 13:29:19.466351"], ["updated_at", "2015-04-08 13:29:19.466351"], ["tracking", "150408-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3507"], ["description", "I-am-the-task-description_7394"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.470857"], ["updated_at", "2015-04-08 13:29:19.470857"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9409"], ["description", "I-am-the-task-description_8582"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.475877"], ["updated_at", "2015-04-08 13:29:19.475877"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:29:19.483966"], ["updated_at", "2015-04-08 13:29:19.483966"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9472"], ["description", "I-am-the-goal-description_6786"], ["version", 1], ["created_at", "2015-04-08 13:29:19.492967"], ["updated_at", "2015-04-08 13:29:19.492967"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5036"], ["description", "I-am-the-task-description_9710"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.497129"], ["updated_at", "2015-04-08 13:29:19.497129"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task6925"], ["description", "I-am-the-task-description_9654"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.501129"], ["updated_at", "2015-04-08 13:29:19.501129"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:29:19.507470"], ["updated_at", "2015-04-08 13:29:19.507470"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7440"], ["description", "I-am-the-goal-description_2681"], ["version", 1], ["created_at", "2015-04-08 13:29:19.517441"], ["updated_at", "2015-04-08 13:29:19.517441"], ["tracking", "150408-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6130"], ["description", "I-am-the-task-description_9428"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.522288"], ["updated_at", "2015-04-08 13:29:19.522288"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7482"], ["description", "I-am-the-task-description_5607"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.526647"], ["updated_at", "2015-04-08 13:29:19.526647"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7105"], ["description", "I-am-the-goal-description_8980"], ["version", 1], ["created_at", "2015-04-08 13:29:19.540143"], ["updated_at", "2015-04-08 13:29:19.540143"], ["tracking", "150408-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3675"], ["description", "I-am-the-task-description_4015"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.543980"], ["updated_at", "2015-04-08 13:29:19.543980"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3833"], ["description", "I-am-the-task-description_1094"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.547899"], ["updated_at", "2015-04-08 13:29:19.547899"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:29:19.551729"], ["updated_at", "2015-04-08 13:29:19.551729"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5165"], ["description", "I-am-the-goal-description_196"], ["version", 1], ["created_at", "2015-04-08 13:29:19.563464"], ["updated_at", "2015-04-08 13:29:19.563464"], ["tracking", "150408-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task1624"], ["description", "I-am-the-task-description_8148"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.568104"], ["updated_at", "2015-04-08 13:29:19.568104"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4342"], ["description", "I-am-the-task-description_1061"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.572011"], ["updated_at", "2015-04-08 13:29:19.572011"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:29:19.575842"], ["updated_at", "2015-04-08 13:29:19.575842"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5965"], ["description", "I-am-the-goal-description_9259"], ["version", 1], ["created_at", "2015-04-08 13:29:19.589213"], ["updated_at", "2015-04-08 13:29:19.589213"], ["tracking", "150408-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task8556"], ["description", "I-am-the-task-description_4703"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.593096"], ["updated_at", "2015-04-08 13:29:19.593096"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task3811"], ["description", "I-am-the-task-description_9135"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.597266"], ["updated_at", "2015-04-08 13:29:19.597266"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:29:19.601116"], ["updated_at", "2015-04-08 13:29:19.601116"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7105"], ["description", "I-am-the-goal-description_6772"], ["version", 1], ["created_at", "2015-04-08 13:29:19.612447"], ["updated_at", "2015-04-08 13:29:19.612447"], ["tracking", "150408-32"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5908"], ["description", "I-am-the-task-description_6307"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.616562"], ["updated_at", "2015-04-08 13:29:19.616562"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task8979"], ["description", "I-am-the-task-description_434"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.620674"], ["updated_at", "2015-04-08 13:29:19.620674"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:29:19.625179"], ["updated_at", "2015-04-08 13:29:19.625179"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4167"], ["description", "I-am-the-goal-description_1060"], ["version", 1], ["created_at", "2015-04-08 13:29:19.640692"], ["updated_at", "2015-04-08 13:29:19.640692"], ["tracking", "150408-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1286"], ["description", "I-am-the-task-description_5324"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.645233"], ["updated_at", "2015-04-08 13:29:19.645233"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task3374"], ["description", "I-am-the-task-description_9308"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.649203"], ["updated_at", "2015-04-08 13:29:19.649203"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:29:19.653111"], ["updated_at", "2015-04-08 13:29:19.653111"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7670"], ["description", "I-am-the-goal-description_9357"], ["version", 1], ["created_at", "2015-04-08 13:29:19.666045"], ["updated_at", "2015-04-08 13:29:19.666045"], ["tracking", "150408-34"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task4394"], ["description", "I-am-the-task-description_5918"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.670238"], ["updated_at", "2015-04-08 13:29:19.670238"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7723"], ["description", "I-am-the-task-description_5976"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.674737"], ["updated_at", "2015-04-08 13:29:19.674737"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:29:19.679024"], ["updated_at", "2015-04-08 13:29:19.679024"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:29:19.686297"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5303"], ["description", "I-am-the-goal-description_4459"], ["version", 1], ["created_at", "2015-04-08 13:29:19.693225"], ["updated_at", "2015-04-08 13:29:19.693225"], ["tracking", "150408-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2157"], ["description", "I-am-the-goal-description_960"], ["version", 1], ["created_at", "2015-04-08 13:29:19.698177"], ["updated_at", "2015-04-08 13:29:19.698177"], ["tracking", "150408-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task7428"], ["description", "I-am-the-task-description_3154"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.702117"], ["updated_at", "2015-04-08 13:29:19.702117"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3359"], ["description", "I-am-the-goal-description_7394"], ["version", 1], ["created_at", "2015-04-08 13:29:19.706383"], ["updated_at", "2015-04-08 13:29:19.706383"], ["tracking", "150408-37"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task4184"], ["description", "I-am-the-task-description_1085"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.711365"], ["updated_at", "2015-04-08 13:29:19.711365"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8287"], ["description", "I-am-the-goal-description_6168"], ["version", 1], ["created_at", "2015-04-08 13:29:19.714613"], ["updated_at", "2015-04-08 13:29:19.714613"], ["tracking", "150408-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task3498"], ["description", "I-am-the-task-description_5754"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.719520"], ["updated_at", "2015-04-08 13:29:19.719520"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task710"], ["description", "I-am-the-task-description_464"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.724342"], ["updated_at", "2015-04-08 13:29:19.724342"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task1239"], ["description", "I-am-the-task-description_6660"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.729939"], ["updated_at", "2015-04-08 13:29:19.729939"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task9382"], ["description", "I-am-the-task-description_7574"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.735203"], ["updated_at", "2015-04-08 13:29:19.735203"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_303"], ["description", "I-am-the-goal-description_9500"], ["version", 1], ["created_at", "2015-04-08 13:29:19.741688"], ["updated_at", "2015-04-08 13:29:19.741688"], ["tracking", "150408-39"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8111"], ["description", "I-am-the-goal-description_3679"], ["version", 1], ["created_at", "2015-04-08 13:29:19.747740"], ["updated_at", "2015-04-08 13:29:19.747740"], ["tracking", "150408-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task6362"], ["description", "I-am-the-task-description_2150"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.751749"], ["updated_at", "2015-04-08 13:29:19.751749"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1313"], ["description", "I-am-the-goal-description_6156"], ["version", 1], ["created_at", "2015-04-08 13:29:19.756137"], ["updated_at", "2015-04-08 13:29:19.756137"], ["tracking", "150408-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task5280"], ["description", "I-am-the-task-description_9619"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.760004"], ["updated_at", "2015-04-08 13:29:19.760004"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7136"], ["description", "I-am-the-goal-description_3106"], ["version", 1], ["created_at", "2015-04-08 13:29:19.762951"], ["updated_at", "2015-04-08 13:29:19.762951"], ["tracking", "150408-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task3676"], ["description", "I-am-the-task-description_794"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.767428"], ["updated_at", "2015-04-08 13:29:19.767428"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task8243"], ["description", "I-am-the-task-description_6512"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.772994"], ["updated_at", "2015-04-08 13:29:19.772994"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task9699"], ["description", "I-am-the-task-description_6255"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.777518"], ["updated_at", "2015-04-08 13:29:19.777518"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task6694"], ["description", "I-am-the-task-description_6543"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.783052"], ["updated_at", "2015-04-08 13:29:19.783052"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5576"], ["description", "I-am-the-goal-description_3221"], ["version", 1], ["created_at", "2015-04-08 13:29:19.786625"], ["updated_at", "2015-04-08 13:29:19.786625"], ["tracking", "150408-43"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7476"], ["description", "I-am-the-goal-description_6310"], ["version", 1], ["created_at", "2015-04-08 13:29:19.794276"], ["updated_at", "2015-04-08 13:29:19.794276"], ["tracking", "150408-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8267"], ["description", "I-am-the-goal-description_6203"], ["version", 1], ["created_at", "2015-04-08 13:29:19.799118"], ["updated_at", "2015-04-08 13:29:19.799118"], ["tracking", "150408-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task4220"], ["description", "I-am-the-task-description_2757"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.802886"], ["updated_at", "2015-04-08 13:29:19.802886"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3495"], ["description", "I-am-the-goal-description_8898"], ["version", 1], ["created_at", "2015-04-08 13:29:19.873091"], ["updated_at", "2015-04-08 13:29:19.873091"], ["tracking", "150408-46"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task5803"], ["description", "I-am-the-task-description_3240"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.878005"], ["updated_at", "2015-04-08 13:29:19.878005"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_681"], ["description", "I-am-the-goal-description_3532"], ["version", 1], ["created_at", "2015-04-08 13:29:19.882173"], ["updated_at", "2015-04-08 13:29:19.882173"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task579"], ["description", "I-am-the-task-description_7309"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.887537"], ["updated_at", "2015-04-08 13:29:19.887537"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task4846"], ["description", "I-am-the-task-description_1344"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.892709"], ["updated_at", "2015-04-08 13:29:19.892709"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task2300"], ["description", "I-am-the-task-description_9765"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.898392"], ["updated_at", "2015-04-08 13:29:19.898392"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task1932"], ["description", "I-am-the-task-description_3184"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.902884"], ["updated_at", "2015-04-08 13:29:19.902884"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task3090"], ["description", "I-am-the-task-description_6523"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.907487"], ["updated_at", "2015-04-08 13:29:19.907487"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5813"], ["description", "I-am-the-goal-description_3950"], ["version", 1], ["created_at", "2015-04-08 13:29:19.914213"], ["updated_at", "2015-04-08 13:29:19.914213"], ["tracking", "150408-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2950"], ["description", "I-am-the-goal-description_5251"], ["version", 1], ["created_at", "2015-04-08 13:29:19.919507"], ["updated_at", "2015-04-08 13:29:19.919507"], ["tracking", "150408-49"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task7820"], ["description", "I-am-the-task-description_2623"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.923465"], ["updated_at", "2015-04-08 13:29:19.923465"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9649"], ["description", "I-am-the-goal-description_6716"], ["version", 1], ["created_at", "2015-04-08 13:29:19.927695"], ["updated_at", "2015-04-08 13:29:19.927695"], ["tracking", "150408-50"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task4626"], ["description", "I-am-the-task-description_8788"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.932432"], ["updated_at", "2015-04-08 13:29:19.932432"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7763"], ["description", "I-am-the-goal-description_7577"], ["version", 1], ["created_at", "2015-04-08 13:29:19.935528"], ["updated_at", "2015-04-08 13:29:19.935528"], ["tracking", "150408-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task1449"], ["description", "I-am-the-task-description_9172"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.940193"], ["updated_at", "2015-04-08 13:29:19.940193"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task2545"], ["description", "I-am-the-task-description_676"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.945796"], ["updated_at", "2015-04-08 13:29:19.945796"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task3724"], ["description", "I-am-the-task-description_1347"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.951095"], ["updated_at", "2015-04-08 13:29:19.951095"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task5805"], ["description", "I-am-the-task-description_5564"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.955944"], ["updated_at", "2015-04-08 13:29:19.955944"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task9693"], ["description", "I-am-the-task-description_6931"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.960307"], ["updated_at", "2015-04-08 13:29:19.960307"]]  (0.8ms) commit transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1108"], ["description", "I-am-the-goal-description_8982"], ["version", 1], ["created_at", "2015-04-08 13:29:19.969272"], ["updated_at", "2015-04-08 13:29:19.969272"], ["tracking", "150408-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task356"], ["description", "I-am-the-task-description_2933"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.973374"], ["updated_at", "2015-04-08 13:29:19.973374"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4237"], ["description", "I-am-the-goal-description_3915"], ["version", 1], ["created_at", "2015-04-08 13:29:19.978672"], ["updated_at", "2015-04-08 13:29:19.978672"], ["tracking", "150408-53"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task8419"], ["description", "I-am-the-task-description_5145"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.983023"], ["updated_at", "2015-04-08 13:29:19.983023"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8208"], ["description", "I-am-the-goal-description_9161"], ["version", 1], ["created_at", "2015-04-08 13:29:19.988410"], ["updated_at", "2015-04-08 13:29:19.988410"], ["tracking", "150408-54"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task274"], ["description", "I-am-the-task-description_4223"], ["cost", 1], ["created_at", "2015-04-08 13:29:19.992139"], ["updated_at", "2015-04-08 13:29:19.992139"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1818"], ["description", "I-am-the-goal-description_5673"], ["version", 1], ["created_at", "2015-04-08 13:29:19.997968"], ["updated_at", "2015-04-08 13:29:19.997968"], ["tracking", "150408-55"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task6435"], ["description", "I-am-the-task-description_218"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.003000"], ["updated_at", "2015-04-08 13:29:20.003000"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9935"], ["description", "I-am-the-goal-description_6716"], ["version", 1], ["created_at", "2015-04-08 13:29:20.009023"], ["updated_at", "2015-04-08 13:29:20.009023"], ["tracking", "150408-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1550"], ["description", "I-am-the-goal-description_383"], ["version", 1], ["created_at", "2015-04-08 13:29:20.014167"], ["updated_at", "2015-04-08 13:29:20.014167"], ["tracking", "150408-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4911"], ["description", "I-am-the-goal-description_5342"], ["version", 1], ["created_at", "2015-04-08 13:29:20.020943"], ["updated_at", "2015-04-08 13:29:20.020943"], ["tracking", "150408-58"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8230"], ["description", "I-am-the-goal-description_9456"], ["version", 1], ["created_at", "2015-04-08 13:29:20.026012"], ["updated_at", "2015-04-08 13:29:20.026012"], ["tracking", "150408-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_485"], ["description", "I-am-the-goal-description_956"], ["version", 1], ["created_at", "2015-04-08 13:29:20.031252"], ["updated_at", "2015-04-08 13:29:20.031252"], ["tracking", "150408-60"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_393"], ["description", "I-am-the-goal-description_9528"], ["version", 1], ["created_at", "2015-04-08 13:29:20.037712"], ["updated_at", "2015-04-08 13:29:20.037712"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3717"], ["description", "I-am-the-goal-description_3629"], ["version", 1], ["created_at", "2015-04-08 13:29:20.043062"], ["updated_at", "2015-04-08 13:29:20.043062"], ["tracking", "150408-62"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4307"], ["description", "I-am-the-goal-description_3564"], ["version", 1], ["created_at", "2015-04-08 13:29:20.048847"], ["updated_at", "2015-04-08 13:29:20.048847"], ["tracking", "150408-63"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task9346"], ["description", "I-am-the-task-description_2517"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.053690"], ["updated_at", "2015-04-08 13:29:20.053690"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3229"], ["description", "I-am-the-goal-description_3003"], ["version", 1], ["created_at", "2015-04-08 13:29:20.059452"], ["updated_at", "2015-04-08 13:29:20.059452"], ["tracking", "150408-64"]]  (0.9ms) commit transaction  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7520"], ["description", "I-am-the-goal-description_5271"], ["version", 1], ["created_at", "2015-04-08 13:29:20.065989"], ["updated_at", "2015-04-08 13:29:20.065989"], ["tracking", "150408-65"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5812"], ["description", "I-am-the-goal-description_7848"], ["version", 1], ["created_at", "2015-04-08 13:29:20.073738"], ["updated_at", "2015-04-08 13:29:20.073738"], ["tracking", "150408-66"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8665"], ["description", "I-am-the-goal-description_5719"], ["version", 1], ["created_at", "2015-04-08 13:29:20.080671"], ["updated_at", "2015-04-08 13:29:20.080671"], ["tracking", "150408-67"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task6044"], ["description", "I-am-the-task-description_9266"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.084239"], ["updated_at", "2015-04-08 13:29:20.084239"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_144"], ["description", "I-am-the-goal-description_4111"], ["version", 1], ["created_at", "2015-04-08 13:29:20.088554"], ["updated_at", "2015-04-08 13:29:20.088554"], ["tracking", "150408-68"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task2994"], ["description", "I-am-the-task-description_8887"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.093308"], ["updated_at", "2015-04-08 13:29:20.093308"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2266"], ["description", "I-am-the-goal-description_732"], ["version", 1], ["created_at", "2015-04-08 13:29:20.098071"], ["updated_at", "2015-04-08 13:29:20.098071"], ["tracking", "150408-69"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task6039"], ["description", "I-am-the-task-description_3783"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.103611"], ["updated_at", "2015-04-08 13:29:20.103611"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2159"], ["description", "I-am-the-goal-description_4195"], ["version", 1], ["created_at", "2015-04-08 13:29:20.108012"], ["updated_at", "2015-04-08 13:29:20.108012"], ["tracking", "150408-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task839"], ["description", "I-am-the-task-description_3362"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.113107"], ["updated_at", "2015-04-08 13:29:20.113107"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6681"], ["description", "I-am-the-goal-description_5048"], ["version", 1], ["created_at", "2015-04-08 13:29:20.118910"], ["updated_at", "2015-04-08 13:29:20.118910"], ["tracking", "150408-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task7562"], ["description", "I-am-the-task-description_5412"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.123909"], ["updated_at", "2015-04-08 13:29:20.123909"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6101"], ["description", "I-am-the-goal-description_6490"], ["version", 1], ["created_at", "2015-04-08 13:29:20.128970"], ["updated_at", "2015-04-08 13:29:20.128970"], ["tracking", "150408-72"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task487"], ["description", "I-am-the-task-description_7407"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.133294"], ["updated_at", "2015-04-08 13:29:20.133294"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2668"], ["description", "I-am-the-goal-description_4568"], ["version", 1], ["created_at", "2015-04-08 13:29:20.138138"], ["updated_at", "2015-04-08 13:29:20.138138"], ["tracking", "150408-73"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task700"], ["description", "I-am-the-task-description_4798"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.143375"], ["updated_at", "2015-04-08 13:29:20.143375"]]  (19.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1642"], ["description", "I-am-the-goal-description_6916"], ["version", 1], ["created_at", "2015-04-08 13:29:20.170327"], ["updated_at", "2015-04-08 13:29:20.170327"], ["tracking", "150408-74"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task2396"], ["description", "I-am-the-task-description_1295"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.175797"], ["updated_at", "2015-04-08 13:29:20.175797"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6852"], ["description", "I-am-the-goal-description_2461"], ["version", 1], ["created_at", "2015-04-08 13:29:20.181383"], ["updated_at", "2015-04-08 13:29:20.181383"], ["tracking", "150408-75"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task9209"], ["description", "I-am-the-task-description_3516"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.185237"], ["updated_at", "2015-04-08 13:29:20.185237"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8310"], ["description", "I-am-the-goal-description_7424"], ["version", 1], ["created_at", "2015-04-08 13:29:20.190580"], ["updated_at", "2015-04-08 13:29:20.190580"], ["tracking", "150408-76"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task1936"], ["description", "I-am-the-task-description_9766"], ["cost", 1], ["created_at", "2015-04-08 13:29:20.194692"], ["updated_at", "2015-04-08 13:29:20.194692"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3045"], ["description", "I-am-the-goal-description_1932"], ["version", 1], ["created_at", "2015-04-08 13:29:20.200037"], ["updated_at", "2015-04-08 13:29:20.200037"], ["tracking", "150408-77"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 13:29:20.203380"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 13:29:20.205589"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2318"], ["description", "I-am-the-goal-description_1701"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1809"], ["description", "I-am-the-goal-description_3038"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3157"], ["description", "I-am-the-goal-description_7347"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6689"], ["description", "I-am-the-goal-description_6865"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3799"], ["description", "I-am-the-goal-description_7836"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task8395"], ["description", "I-am-the-task-description_7679"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task9545"], ["description", "I-am-the-task-description_3061"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_782"], ["description", "I-am-the-goal-description_9630"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6811"], ["description", "I-am-the-goal-description_228"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3084"], ["description", "I-am-the-goal-description_7680"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4346"], ["description", "I-am-the-goal-description_104"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task2682"], ["description", "I-am-the-task-description_8088"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5541"], ["description", "I-am-the-goal-description_8837"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task3949"], ["description", "I-am-the-task-description_416"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7741"], ["description", "I-am-the-goal-description_4404"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task8895"], ["description", "I-am-the-task-description_6644"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2401"], ["description", "I-am-the-goal-description_2896"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task8353"], ["description", "I-am-the-task-description_9873"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3267"], ["description", "I-am-the-goal-description_2873"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task3703"], ["description", "I-am-the-task-description_9248"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1098"], ["description", "I-am-the-goal-description_4554"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task7992"], ["description", "I-am-the-task-description_1389"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6657"], ["description", "I-am-the-goal-description_283"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task6528"], ["description", "I-am-the-task-description_8402"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7726"], ["description", "I-am-the-goal-description_5934"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1635"], ["description", "I-am-the-goal-description_8730"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7628"], ["description", "I-am-the-goal-description_3466"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8005"], ["description", "I-am-the-goal-description_9505"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:29:32 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.2ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3756.4ms) Completed 200 OK in 3919ms (Views: 3888.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 15:29:36 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 15:29:36 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 15:29:36 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 15:29:38 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (320.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (372.0ms) Completed 200 OK in 384ms (Views: 376.0ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:29:38 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 13:29:38.775452"], ["updated_at", "2015-04-08 13:29:38.775452"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/goals/1 Completed 302 Found in 12ms (ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (94.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (102.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (119.8ms) Completed 200 OK in 148ms (Views: 121.2ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1862"], ["description", "I-am-the-goal-description_9012"], ["version", 1], ["created_at", "2015-04-08 13:29:39.067716"], ["updated_at", "2015-04-08 13:29:39.067716"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2671"], ["description", "I-am-the-task-description_6020"], ["cost", 1], ["created_at", "2015-04-08 13:29:39.075893"], ["updated_at", "2015-04-08 13:29:39.075893"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6712"], ["description", "I-am-the-task-description_8250"], ["cost", 1], ["created_at", "2015-04-08 13:29:39.080918"], ["updated_at", "2015-04-08 13:29:39.080918"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task542"], ["description", "I-am-the-task-description_3987"], ["cost", 1], ["created_at", "2015-04-08 13:29:39.084915"], ["updated_at", "2015-04-08 13:29:39.084915"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:29:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.7ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9811"], ["description", "I-am-the-goal-description_9531"], ["version", 1], ["created_at", "2015-04-08 13:29:40.847949"], ["updated_at", "2015-04-08 13:29:40.847949"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:29:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:42 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:29:42 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (70.7ms) Completed 200 OK in 76ms (Views: 74.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:42 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_9531"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 13:29:42.702346"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:42 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.2ms) Completed 200 OK in 12ms (Views: 9.6ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6508"], ["description", "I-am-the-goal-description_1263"], ["version", 1], ["created_at", "2015-04-08 13:29:42.844931"], ["updated_at", "2015-04-08 13:29:42.844931"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:29:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:44 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:29:44 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (12.3ms) Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:44 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:29:44 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (52.5ms) Completed 200 OK in 54ms (Views: 53.1ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2221"], ["description", "I-am-the-goal-description_3145"], ["version", 1], ["created_at", "2015-04-08 13:29:44.810537"], ["updated_at", "2015-04-08 13:29:44.810537"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:44 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.5ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 15:29:46 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:29:46.399643"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:29:46 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.6ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1425"], ["description", "I-am-the-goal-description_6258"], ["version", 1], ["created_at", "2015-04-08 13:29:46.538181"], ["updated_at", "2015-04-08 13:29:46.538181"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 15:29:48 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:29:48.221108"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.7ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5439"], ["description", "I-am-the-goal-description_5027"], ["version", 1], ["created_at", "2015-04-08 13:29:48.365261"], ["updated_at", "2015-04-08 13:29:48.365261"], ["tracking", "150408-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task717"], ["description", "I-am-the-task-description_8052"], ["cost", 1], ["created_at", "2015-04-08 13:29:48.370731"], ["updated_at", "2015-04-08 13:29:48.370731"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:29:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.2ms) Completed 200 OK in 15ms (Views: 11.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:29:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (15.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (83.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (114.8ms) Completed 200 OK in 121ms (Views: 116.1ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 15:29:50 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 13:29:50.213142"], ["created_at", "2015-04-08 13:29:50.215115"], ["updated_at", "2015-04-08 13:29:50.215115"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 13:29:50.217071"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:29:50 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (72.1ms) Completed 200 OK in 77ms (Views: 72.4ms | ActiveRecord: 0.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_897"], ["description", "I-am-the-goal-description_8941"], ["version", 1], ["created_at", "2015-04-08 13:29:50.449986"], ["updated_at", "2015-04-08 13:29:50.449986"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:29:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:29:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 15:29:52 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (154.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (160.6ms) Completed 200 OK in 165ms (Views: 162.5ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:29:52 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-15"], ["term", "2015-05-08"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-08 13:29:52.408591"], ["updated_at", "2015-04-08 13:29:52.408591"]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:29:52 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.0ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.0ms) Completed 200 OK in 27ms (Views: 22.4ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2272"], ["description", "I-am-the-goal-description_1751"], ["version", 1], ["created_at", "2015-04-08 13:29:52.553072"], ["updated_at", "2015-04-08 13:29:52.553072"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1253"], ["description", "I-am-the-task-description_9214"], ["cost", 1], ["created_at", "2015-04-08 13:29:52.557028"], ["updated_at", "2015-04-08 13:29:52.557028"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:29:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:29:54 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (73.6ms) Completed 200 OK in 77ms (Views: 73.8ms | ActiveRecord: 0.7ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4822"], ["description", "I-am-the-goal-description_393"], ["version", 1], ["created_at", "2015-04-08 13:29:54.281879"], ["updated_at", "2015-04-08 13:29:54.281879"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9970"], ["description", "I-am-the-task-description_1473"], ["cost", 1], ["created_at", "2015-04-08 13:29:54.286026"], ["updated_at", "2015-04-08 13:29:54.286026"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:29:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:29:55 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.8ms) Completed 200 OK in 25ms (Views: 21.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:29:55 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (132.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (135.1ms) Completed 200 OK in 139ms (Views: 137.0ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:29:56 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_1473", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 13:29:56.219316"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:29:56 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (10.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (29.5ms) Completed 200 OK in 34ms (Views: 29.5ms | ActiveRecord: 1.1ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7794"], ["description", "I-am-the-goal-description_2682"], ["version", 1], ["created_at", "2015-04-08 13:29:56.361839"], ["updated_at", "2015-04-08 13:29:56.361839"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task217"], ["description", "I-am-the-task-description_4689"], ["cost", 1], ["created_at", "2015-04-08 13:29:56.365699"], ["updated_at", "2015-04-08 13:29:56.365699"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:29:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:29:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (72.5ms) Completed 200 OK in 77ms (Views: 72.8ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:29:58 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (76.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (77.0ms) Completed 200 OK in 80ms (Views: 77.8ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:29:58 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:29:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.6ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1936"], ["description", "I-am-the-goal-description_901"], ["version", 1], ["created_at", "2015-04-08 13:29:58.462958"], ["updated_at", "2015-04-08 13:29:58.462958"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7129"], ["description", "I-am-the-task-description_5098"], ["cost", 1], ["created_at", "2015-04-08 13:29:58.467790"], ["updated_at", "2015-04-08 13:29:58.467790"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:29:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (58.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (59.3ms) Completed 200 OK in 61ms (Views: 59.7ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 15:30:00 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:30:00.214722"], ["task_id", 1], ["created_at", "2015-04-08 13:30:00.216196"], ["updated_at", "2015-04-08 13:30:00.216196"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:30:00.217948"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:30:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_878"], ["description", "I-am-the-goal-description_2393"], ["version", 1], ["created_at", "2015-04-08 13:30:00.353330"], ["updated_at", "2015-04-08 13:30:00.353330"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task7444"], ["description", "I-am-the-task-description_7913"], ["cost", 1], ["created_at", "2015-04-08 13:30:00.359098"], ["updated_at", "2015-04-08 13:30:00.359098"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:30:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 15:30:02 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:30:02.059562"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49165/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:30:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.1ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4803"], ["description", "I-am-the-goal-description_8523"], ["version", 1], ["created_at", "2015-04-08 13:30:02.196300"], ["updated_at", "2015-04-08 13:30:02.196300"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3703"], ["description", "I-am-the-task-description_9838"], ["cost", 1], ["created_at", "2015-04-08 13:30:02.200218"], ["updated_at", "2015-04-08 13:30:02.200218"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2452"], ["description", "I-am-the-goal-description_680"], ["version", 1], ["created_at", "2015-04-08 13:30:02.203698"], ["updated_at", "2015-04-08 13:30:02.203698"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task544"], ["description", "I-am-the-task-description_4404"], ["cost", 1], ["created_at", "2015-04-08 13:30:02.207129"], ["updated_at", "2015-04-08 13:30:02.207129"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3909"], ["description", "I-am-the-goal-description_9540"], ["version", 1], ["created_at", "2015-04-08 13:30:02.210737"], ["updated_at", "2015-04-08 13:30:02.210737"], ["tracking", "150408-3"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9872"], ["description", "I-am-the-task-description_6388"], ["cost", 1], ["created_at", "2015-04-08 13:30:02.216308"], ["updated_at", "2015-04-08 13:30:02.216308"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:30:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.5ms) Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 15:30:03 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.pdf (57.7ms) Completed 200 OK in 110ms (Views: 57.6ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_725"], ["description", "I-am-the-goal-description_5567"], ["version", 1], ["created_at", "2015-04-08 13:30:04.048499"], ["updated_at", "2015-04-08 13:30:04.048499"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1768"], ["description", "I-am-the-task-description_1618"], ["cost", 1], ["created_at", "2015-04-08 13:30:04.053301"], ["updated_at", "2015-04-08 13:30:04.053301"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6342"], ["description", "I-am-the-goal-description_4760"], ["version", 1], ["created_at", "2015-04-08 13:30:04.057318"], ["updated_at", "2015-04-08 13:30:04.057318"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2759"], ["description", "I-am-the-task-description_7333"], ["cost", 1], ["created_at", "2015-04-08 13:30:04.060971"], ["updated_at", "2015-04-08 13:30:04.060971"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4828"], ["description", "I-am-the-goal-description_3072"], ["version", 1], ["created_at", "2015-04-08 13:30:04.064408"], ["updated_at", "2015-04-08 13:30:04.064408"], ["tracking", "150408-3"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8152"], ["description", "I-am-the-task-description_5129"], ["cost", 1], ["created_at", "2015-04-08 13:30:04.070432"], ["updated_at", "2015-04-08 13:30:04.070432"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:30:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 15:30:05 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_505"], ["description", "I-am-the-goal-description_5977"], ["version", 1], ["created_at", "2015-04-08 13:30:05.818594"], ["updated_at", "2015-04-08 13:30:05.818594"], ["tracking", "150408-1"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5120"], ["description", "I-am-the-task-description_731"], ["cost", 1], ["created_at", "2015-04-08 13:30:05.825199"], ["updated_at", "2015-04-08 13:30:05.825199"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3617"], ["description", "I-am-the-goal-description_4382"], ["version", 1], ["created_at", "2015-04-08 13:30:05.828853"], ["updated_at", "2015-04-08 13:30:05.828853"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task306"], ["description", "I-am-the-task-description_2338"], ["cost", 1], ["created_at", "2015-04-08 13:30:05.832269"], ["updated_at", "2015-04-08 13:30:05.832269"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5571"], ["description", "I-am-the-goal-description_5622"], ["version", 1], ["created_at", "2015-04-08 13:30:05.835672"], ["updated_at", "2015-04-08 13:30:05.835672"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7118"], ["description", "I-am-the-task-description_5344"], ["cost", 1], ["created_at", "2015-04-08 13:30:05.839502"], ["updated_at", "2015-04-08 13:30:05.839502"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:30:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.0ms) Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 15:30:07 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.9ms) Completed 200 OK in 28ms (Views: 26.6ms | ActiveRecord: 0.5ms)  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2589"], ["description", "I-am-the-goal-description_6402"], ["version", 1], ["created_at", "2015-04-08 13:32:01.517226"], ["updated_at", "2015-04-08 13:32:01.517226"], ["tracking", "150408-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9367"], ["description", "I-am-the-task-description_4771"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.546148"], ["updated_at", "2015-04-08 13:32:01.546148"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6184"], ["description", "I-am-the-task-description_6705"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.551613"], ["updated_at", "2015-04-08 13:32:01.551613"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:01.653354"], ["task_id", 1], ["created_at", "2015-04-08 13:32:01.661144"], ["updated_at", "2015-04-08 13:32:01.661144"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:01.663731"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 107ms (ActiveRecord: 4.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1401"], ["description", "I-am-the-goal-description_5993"], ["version", 1], ["created_at", "2015-04-08 13:32:01.720029"], ["updated_at", "2015-04-08 13:32:01.720029"], ["tracking", "150408-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8742"], ["description", "I-am-the-task-description_9429"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.725079"], ["updated_at", "2015-04-08 13:32:01.725079"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1642"], ["description", "I-am-the-task-description_4852"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.731034"], ["updated_at", "2015-04-08 13:32:01.731034"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:01.739277"], ["task_id", 3], ["created_at", "2015-04-08 13:32:01.740644"], ["updated_at", "2015-04-08 13:32:01.740644"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:01.742631"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6907"], ["description", "I-am-the-goal-description_1408"], ["version", 1], ["created_at", "2015-04-08 13:32:01.752152"], ["updated_at", "2015-04-08 13:32:01.752152"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8938"], ["description", "I-am-the-task-description_5169"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.756423"], ["updated_at", "2015-04-08 13:32:01.756423"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5959"], ["description", "I-am-the-task-description_9471"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.760938"], ["updated_at", "2015-04-08 13:32:01.760938"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:01.768925"], ["task_id", 5], ["created_at", "2015-04-08 13:32:01.770143"], ["updated_at", "2015-04-08 13:32:01.770143"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:01.771686"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5742"], ["description", "I-am-the-goal-description_9890"], ["version", 1], ["created_at", "2015-04-08 13:32:01.781026"], ["updated_at", "2015-04-08 13:32:01.781026"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task5281"], ["description", "I-am-the-task-description_7039"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.785872"], ["updated_at", "2015-04-08 13:32:01.785872"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task7288"], ["description", "I-am-the-task-description_4964"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.790641"], ["updated_at", "2015-04-08 13:32:01.790641"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:01.798821"], ["task_id", 7], ["created_at", "2015-04-08 13:32:01.800062"], ["updated_at", "2015-04-08 13:32:01.800062"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:01.801842"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4457"], ["description", "I-am-the-goal-description_3633"], ["version", 1], ["created_at", "2015-04-08 13:32:01.808648"], ["updated_at", "2015-04-08 13:32:01.808648"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task3139"], ["description", "I-am-the-task-description_487"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.812754"], ["updated_at", "2015-04-08 13:32:01.812754"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task1352"], ["description", "I-am-the-task-description_6877"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.817052"], ["updated_at", "2015-04-08 13:32:01.817052"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6657"], ["description", "I-am-the-goal-description_8035"], ["version", 1], ["created_at", "2015-04-08 13:32:01.837208"], ["updated_at", "2015-04-08 13:32:01.837208"], ["tracking", "150408-6"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task6527"], ["description", "I-am-the-task-description_93"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.842007"], ["updated_at", "2015-04-08 13:32:01.842007"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task4160"], ["description", "I-am-the-task-description_6368"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.847179"], ["updated_at", "2015-04-08 13:32:01.847179"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4390"], ["description", "I-am-the-goal-description_9802"], ["version", 1], ["created_at", "2015-04-08 13:32:01.886585"], ["updated_at", "2015-04-08 13:32:01.886585"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task440"], ["description", "I-am-the-task-description_8610"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.890450"], ["updated_at", "2015-04-08 13:32:01.890450"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4377"], ["description", "I-am-the-goal-description_4767"], ["version", 1], ["created_at", "2015-04-08 13:32:01.895305"], ["updated_at", "2015-04-08 13:32:01.895305"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6979"], ["description", "I-am-the-task-description_6702"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.899273"], ["updated_at", "2015-04-08 13:32:01.899273"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_547"], ["description", "I-am-the-goal-description_334"], ["version", 1], ["created_at", "2015-04-08 13:32:01.909898"], ["updated_at", "2015-04-08 13:32:01.909898"], ["tracking", "150408-9"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2647"], ["description", "I-am-the-task-description_8487"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.913905"], ["updated_at", "2015-04-08 13:32:01.913905"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1267"], ["description", "I-am-the-task-description_8380"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.917922"], ["updated_at", "2015-04-08 13:32:01.917922"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5226"], ["description", "I-am-the-goal-description_5614"], ["version", 1], ["created_at", "2015-04-08 13:32:01.934541"], ["updated_at", "2015-04-08 13:32:01.934541"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task3808"], ["description", "I-am-the-task-description_7204"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.938722"], ["updated_at", "2015-04-08 13:32:01.938722"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2662"], ["description", "I-am-the-goal-description_3940"], ["version", 1], ["created_at", "2015-04-08 13:32:01.943259"], ["updated_at", "2015-04-08 13:32:01.943259"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3500"], ["description", "I-am-the-task-description_1521"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.948151"], ["updated_at", "2015-04-08 13:32:01.948151"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9502"], ["description", "I-am-the-goal-description_9676"], ["version", 1], ["created_at", "2015-04-08 13:32:01.958869"], ["updated_at", "2015-04-08 13:32:01.958869"], ["tracking", "150408-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3532"], ["description", "I-am-the-task-description_3605"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.963413"], ["updated_at", "2015-04-08 13:32:01.963413"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9634"], ["description", "I-am-the-task-description_4262"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.967440"], ["updated_at", "2015-04-08 13:32:01.967440"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3374"], ["description", "I-am-the-goal-description_8475"], ["version", 1], ["created_at", "2015-04-08 13:32:01.985565"], ["updated_at", "2015-04-08 13:32:01.985565"], ["tracking", "150408-13"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task287"], ["description", "I-am-the-task-description_441"], ["cost", 1], ["created_at", "2015-04-08 13:32:01.991444"], ["updated_at", "2015-04-08 13:32:01.991444"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9077"], ["description", "I-am-the-goal-description_1352"], ["version", 1], ["created_at", "2015-04-08 13:32:01.998033"], ["updated_at", "2015-04-08 13:32:01.998033"], ["tracking", "150408-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2905"], ["description", "I-am-the-task-description_1504"], ["cost", 1], ["created_at", "2015-04-08 13:32:02.004388"], ["updated_at", "2015-04-08 13:32:02.004388"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1697"], ["description", "I-am-the-goal-description_7482"], ["version", 1], ["created_at", "2015-04-08 13:32:02.018077"], ["updated_at", "2015-04-08 13:32:02.018077"], ["tracking", "150408-15"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task313"], ["description", "I-am-the-task-description_435"], ["cost", 1], ["created_at", "2015-04-08 13:32:02.024498"], ["updated_at", "2015-04-08 13:32:02.024498"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4029"], ["description", "I-am-the-task-description_365"], ["cost", 1], ["created_at", "2015-04-08 13:32:02.029869"], ["updated_at", "2015-04-08 13:32:02.029869"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 86ms (Views: 83.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2335"], ["description", "I-am-the-goal-description_8507"], ["version", 1], ["created_at", "2015-04-08 13:32:02.125861"], ["updated_at", "2015-04-08 13:32:02.125861"], ["tracking", "150408-16"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2256"], ["description", "I-am-the-task-description_1889"], ["cost", 1], ["created_at", "2015-04-08 13:32:02.130971"], ["updated_at", "2015-04-08 13:32:02.130971"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task767"], ["description", "I-am-the-task-description_576"], ["cost", 1], ["created_at", "2015-04-08 13:32:02.138070"], ["updated_at", "2015-04-08 13:32:02.138070"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.6ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_31"], ["description", "I-am-the-goal-description_3696"], ["version", 1], ["created_at", "2015-04-08 13:32:02.154728"], ["updated_at", "2015-04-08 13:32:02.154728"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4145"], ["description", "I-am-the-task-description_7885"], ["cost", 1], ["created_at", "2015-04-08 13:32:02.159049"], ["updated_at", "2015-04-08 13:32:02.159049"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1726"], ["description", "I-am-the-task-description_8224"], ["cost", 1], ["created_at", "2015-04-08 13:32:02.164458"], ["updated_at", "2015-04-08 13:32:02.164458"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3583"], ["description", "I-am-the-goal-description_4919"], ["version", 1], ["created_at", "2015-04-08 13:32:02.177131"], ["updated_at", "2015-04-08 13:32:02.177131"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1679"], ["description", "I-am-the-task-description_8339"], ["cost", 1], ["created_at", "2015-04-08 13:32:02.184141"], ["updated_at", "2015-04-08 13:32:02.184141"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4088"], ["description", "I-am-the-task-description_916"], ["cost", 1], ["created_at", "2015-04-08 13:32:02.190908"], ["updated_at", "2015-04-08 13:32:02.190908"]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:02.205093"], ["updated_at", "2015-04-08 13:32:02.205093"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3917ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7407"], ["description", "I-am-the-goal-description_3958"], ["version", 1], ["created_at", "2015-04-08 13:32:06.123508"], ["updated_at", "2015-04-08 13:32:06.123508"], ["tracking", "150408-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task3245"], ["description", "I-am-the-task-description_3366"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.129956"], ["updated_at", "2015-04-08 13:32:06.129956"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9684"], ["description", "I-am-the-task-description_9735"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.133918"], ["updated_at", "2015-04-08 13:32:06.133918"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:06.141313"], ["updated_at", "2015-04-08 13:32:06.141313"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3340"], ["description", "I-am-the-goal-description_541"], ["version", 1], ["created_at", "2015-04-08 13:32:06.151619"], ["updated_at", "2015-04-08 13:32:06.151619"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task9268"], ["description", "I-am-the-task-description_4737"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.156052"], ["updated_at", "2015-04-08 13:32:06.156052"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4200"], ["description", "I-am-the-task-description_1869"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.160407"], ["updated_at", "2015-04-08 13:32:06.160407"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:06.167122"], ["updated_at", "2015-04-08 13:32:06.167122"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 55ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3357"], ["description", "I-am-the-goal-description_7309"], ["version", 1], ["created_at", "2015-04-08 13:32:06.225167"], ["updated_at", "2015-04-08 13:32:06.225167"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5384"], ["description", "I-am-the-task-description_7385"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.229098"], ["updated_at", "2015-04-08 13:32:06.229098"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task1982"], ["description", "I-am-the-task-description_677"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.233354"], ["updated_at", "2015-04-08 13:32:06.233354"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1226"], ["description", "I-am-the-goal-description_1880"], ["version", 1], ["created_at", "2015-04-08 13:32:06.246688"], ["updated_at", "2015-04-08 13:32:06.246688"], ["tracking", "150408-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7831"], ["description", "I-am-the-task-description_4102"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.251233"], ["updated_at", "2015-04-08 13:32:06.251233"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1516"], ["description", "I-am-the-task-description_3321"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.256038"], ["updated_at", "2015-04-08 13:32:06.256038"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:06.261943"], ["updated_at", "2015-04-08 13:32:06.261943"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6024"], ["description", "I-am-the-goal-description_3168"], ["version", 1], ["created_at", "2015-04-08 13:32:06.275680"], ["updated_at", "2015-04-08 13:32:06.275680"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5887"], ["description", "I-am-the-task-description_7562"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.279980"], ["updated_at", "2015-04-08 13:32:06.279980"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task445"], ["description", "I-am-the-task-description_7113"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.284003"], ["updated_at", "2015-04-08 13:32:06.284003"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:06.287906"], ["updated_at", "2015-04-08 13:32:06.287906"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5780"], ["description", "I-am-the-goal-description_7292"], ["version", 1], ["created_at", "2015-04-08 13:32:06.300371"], ["updated_at", "2015-04-08 13:32:06.300371"], ["tracking", "150408-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task6769"], ["description", "I-am-the-task-description_5899"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.304890"], ["updated_at", "2015-04-08 13:32:06.304890"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1852"], ["description", "I-am-the-task-description_8372"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.309515"], ["updated_at", "2015-04-08 13:32:06.309515"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:06.314269"], ["updated_at", "2015-04-08 13:32:06.314269"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3593"], ["description", "I-am-the-goal-description_5025"], ["version", 1], ["created_at", "2015-04-08 13:32:06.327671"], ["updated_at", "2015-04-08 13:32:06.327671"], ["tracking", "150408-25"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3822"], ["description", "I-am-the-task-description_3719"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.331677"], ["updated_at", "2015-04-08 13:32:06.331677"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task653"], ["description", "I-am-the-task-description_3152"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.335908"], ["updated_at", "2015-04-08 13:32:06.335908"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:06.339874"], ["updated_at", "2015-04-08 13:32:06.339874"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9490"], ["description", "I-am-the-goal-description_2653"], ["version", 1], ["created_at", "2015-04-08 13:32:06.354724"], ["updated_at", "2015-04-08 13:32:06.354724"], ["tracking", "150408-26"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5639"], ["description", "I-am-the-task-description_3089"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.359876"], ["updated_at", "2015-04-08 13:32:06.359876"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2874"], ["description", "I-am-the-task-description_3857"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.363953"], ["updated_at", "2015-04-08 13:32:06.363953"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:06.368880"], ["updated_at", "2015-04-08 13:32:06.368880"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_915"], ["description", "I-am-the-goal-description_2074"], ["version", 1], ["created_at", "2015-04-08 13:32:06.382955"], ["updated_at", "2015-04-08 13:32:06.382955"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9679"], ["description", "I-am-the-task-description_4133"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.386805"], ["updated_at", "2015-04-08 13:32:06.386805"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7519"], ["description", "I-am-the-task-description_8887"], ["cost", 1], ["created_at", "2015-04-08 13:32:06.390792"], ["updated_at", "2015-04-08 13:32:06.390792"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:06.394548"], ["updated_at", "2015-04-08 13:32:06.394548"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:32:06.400573"], ["id", 57]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9174"], ["description", "I-am-the-goal-description_7780"], ["version", 1], ["created_at", "2015-04-08 13:32:13.803353"], ["updated_at", "2015-04-08 13:32:13.803353"], ["tracking", "150408-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9391"], ["description", "I-am-the-task-description_8667"], ["cost", 1], ["created_at", "2015-04-08 13:32:13.825434"], ["updated_at", "2015-04-08 13:32:13.825434"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6636"], ["description", "I-am-the-task-description_5564"], ["cost", 1], ["created_at", "2015-04-08 13:32:13.829745"], ["updated_at", "2015-04-08 13:32:13.829745"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:13.911180"], ["task_id", 1], ["created_at", "2015-04-08 13:32:13.918745"], ["updated_at", "2015-04-08 13:32:13.918745"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:13.920525"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 88ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5135"], ["description", "I-am-the-goal-description_4559"], ["version", 1], ["created_at", "2015-04-08 13:32:13.931959"], ["updated_at", "2015-04-08 13:32:13.931959"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8346"], ["description", "I-am-the-task-description_112"], ["cost", 1], ["created_at", "2015-04-08 13:32:13.935776"], ["updated_at", "2015-04-08 13:32:13.935776"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2183"], ["description", "I-am-the-task-description_4306"], ["cost", 1], ["created_at", "2015-04-08 13:32:13.939721"], ["updated_at", "2015-04-08 13:32:13.939721"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:13.946175"], ["task_id", 3], ["created_at", "2015-04-08 13:32:13.947778"], ["updated_at", "2015-04-08 13:32:13.947778"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:13.949703"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8346"], ["description", "I-am-the-goal-description_7572"], ["version", 1], ["created_at", "2015-04-08 13:32:14.001692"], ["updated_at", "2015-04-08 13:32:14.001692"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8343"], ["description", "I-am-the-task-description_9110"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.005694"], ["updated_at", "2015-04-08 13:32:14.005694"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6969"], ["description", "I-am-the-task-description_2128"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.009674"], ["updated_at", "2015-04-08 13:32:14.009674"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:14.018122"], ["task_id", 5], ["created_at", "2015-04-08 13:32:14.019403"], ["updated_at", "2015-04-08 13:32:14.019403"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:14.020983"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2224"], ["description", "I-am-the-goal-description_2216"], ["version", 1], ["created_at", "2015-04-08 13:32:14.029140"], ["updated_at", "2015-04-08 13:32:14.029140"], ["tracking", "150408-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task8989"], ["description", "I-am-the-task-description_9028"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.033265"], ["updated_at", "2015-04-08 13:32:14.033265"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task4464"], ["description", "I-am-the-task-description_6525"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.038280"], ["updated_at", "2015-04-08 13:32:14.038280"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:14.045031"], ["task_id", 7], ["created_at", "2015-04-08 13:32:14.046779"], ["updated_at", "2015-04-08 13:32:14.046779"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:14.049938"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.9ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4350"], ["description", "I-am-the-goal-description_6951"], ["version", 1], ["created_at", "2015-04-08 13:32:14.056712"], ["updated_at", "2015-04-08 13:32:14.056712"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task4960"], ["description", "I-am-the-task-description_7712"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.060754"], ["updated_at", "2015-04-08 13:32:14.060754"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task2752"], ["description", "I-am-the-task-description_3041"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.064783"], ["updated_at", "2015-04-08 13:32:14.064783"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 21ms (Views: 14.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1089"], ["description", "I-am-the-goal-description_409"], ["version", 1], ["created_at", "2015-04-08 13:32:14.094179"], ["updated_at", "2015-04-08 13:32:14.094179"], ["tracking", "150408-6"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task272"], ["description", "I-am-the-task-description_1655"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.100977"], ["updated_at", "2015-04-08 13:32:14.100977"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task2168"], ["description", "I-am-the-task-description_1925"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.105241"], ["updated_at", "2015-04-08 13:32:14.105241"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8861"], ["description", "I-am-the-goal-description_2640"], ["version", 1], ["created_at", "2015-04-08 13:32:14.140506"], ["updated_at", "2015-04-08 13:32:14.140506"], ["tracking", "150408-7"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task2388"], ["description", "I-am-the-task-description_9452"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.144800"], ["updated_at", "2015-04-08 13:32:14.144800"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7147"], ["description", "I-am-the-goal-description_1622"], ["version", 1], ["created_at", "2015-04-08 13:32:14.149907"], ["updated_at", "2015-04-08 13:32:14.149907"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task3495"], ["description", "I-am-the-task-description_2601"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.154480"], ["updated_at", "2015-04-08 13:32:14.154480"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4388"], ["description", "I-am-the-goal-description_4519"], ["version", 1], ["created_at", "2015-04-08 13:32:14.165217"], ["updated_at", "2015-04-08 13:32:14.165217"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6710"], ["description", "I-am-the-task-description_3540"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.169999"], ["updated_at", "2015-04-08 13:32:14.169999"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4513"], ["description", "I-am-the-task-description_2907"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.174994"], ["updated_at", "2015-04-08 13:32:14.174994"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6117"], ["description", "I-am-the-goal-description_9077"], ["version", 1], ["created_at", "2015-04-08 13:32:14.190604"], ["updated_at", "2015-04-08 13:32:14.190604"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task2837"], ["description", "I-am-the-task-description_7424"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.194578"], ["updated_at", "2015-04-08 13:32:14.194578"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7496"], ["description", "I-am-the-goal-description_2784"], ["version", 1], ["created_at", "2015-04-08 13:32:14.199351"], ["updated_at", "2015-04-08 13:32:14.199351"], ["tracking", "150408-11"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6599"], ["description", "I-am-the-task-description_6796"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.203649"], ["updated_at", "2015-04-08 13:32:14.203649"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3234"], ["description", "I-am-the-goal-description_7890"], ["version", 1], ["created_at", "2015-04-08 13:32:14.213453"], ["updated_at", "2015-04-08 13:32:14.213453"], ["tracking", "150408-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7275"], ["description", "I-am-the-task-description_9798"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.219467"], ["updated_at", "2015-04-08 13:32:14.219467"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8487"], ["description", "I-am-the-task-description_2350"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.224044"], ["updated_at", "2015-04-08 13:32:14.224044"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_924"], ["description", "I-am-the-goal-description_6985"], ["version", 1], ["created_at", "2015-04-08 13:32:14.240791"], ["updated_at", "2015-04-08 13:32:14.240791"], ["tracking", "150408-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task8360"], ["description", "I-am-the-task-description_6943"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.245041"], ["updated_at", "2015-04-08 13:32:14.245041"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8443"], ["description", "I-am-the-goal-description_6479"], ["version", 1], ["created_at", "2015-04-08 13:32:14.248934"], ["updated_at", "2015-04-08 13:32:14.248934"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task746"], ["description", "I-am-the-task-description_3694"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.253374"], ["updated_at", "2015-04-08 13:32:14.253374"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7127"], ["description", "I-am-the-goal-description_8452"], ["version", 1], ["created_at", "2015-04-08 13:32:14.264287"], ["updated_at", "2015-04-08 13:32:14.264287"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1236"], ["description", "I-am-the-task-description_6691"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.269474"], ["updated_at", "2015-04-08 13:32:14.269474"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9416"], ["description", "I-am-the-task-description_6673"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.273443"], ["updated_at", "2015-04-08 13:32:14.273443"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4194"], ["description", "I-am-the-goal-description_4821"], ["version", 1], ["created_at", "2015-04-08 13:32:14.286030"], ["updated_at", "2015-04-08 13:32:14.286030"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9566"], ["description", "I-am-the-task-description_7024"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.289870"], ["updated_at", "2015-04-08 13:32:14.289870"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3911"], ["description", "I-am-the-task-description_1675"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.293691"], ["updated_at", "2015-04-08 13:32:14.293691"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 52ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3081"], ["description", "I-am-the-goal-description_6132"], ["version", 1], ["created_at", "2015-04-08 13:32:14.352798"], ["updated_at", "2015-04-08 13:32:14.352798"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1021"], ["description", "I-am-the-task-description_398"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.357319"], ["updated_at", "2015-04-08 13:32:14.357319"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9518"], ["description", "I-am-the-task-description_7722"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.361837"], ["updated_at", "2015-04-08 13:32:14.361837"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2916"], ["description", "I-am-the-goal-description_2006"], ["version", 1], ["created_at", "2015-04-08 13:32:14.374720"], ["updated_at", "2015-04-08 13:32:14.374720"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task9363"], ["description", "I-am-the-task-description_730"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.378633"], ["updated_at", "2015-04-08 13:32:14.378633"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4528"], ["description", "I-am-the-task-description_5921"], ["cost", 1], ["created_at", "2015-04-08 13:32:14.382837"], ["updated_at", "2015-04-08 13:32:14.382837"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:14.394227"], ["updated_at", "2015-04-08 13:32:14.394227"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3500ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4273"], ["description", "I-am-the-goal-description_4579"], ["version", 1], ["created_at", "2015-04-08 13:32:17.896858"], ["updated_at", "2015-04-08 13:32:17.896858"], ["tracking", "150408-19"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4288"], ["description", "I-am-the-task-description_3817"], ["cost", 1], ["created_at", "2015-04-08 13:32:17.903144"], ["updated_at", "2015-04-08 13:32:17.903144"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1282"], ["description", "I-am-the-task-description_836"], ["cost", 1], ["created_at", "2015-04-08 13:32:17.907414"], ["updated_at", "2015-04-08 13:32:17.907414"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:17.913685"], ["updated_at", "2015-04-08 13:32:17.913685"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_316"], ["description", "I-am-the-goal-description_9118"], ["version", 1], ["created_at", "2015-04-08 13:32:17.923822"], ["updated_at", "2015-04-08 13:32:17.923822"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task266"], ["description", "I-am-the-task-description_8247"], ["cost", 1], ["created_at", "2015-04-08 13:32:17.927515"], ["updated_at", "2015-04-08 13:32:17.927515"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3546"], ["description", "I-am-the-task-description_7108"], ["cost", 1], ["created_at", "2015-04-08 13:32:17.931852"], ["updated_at", "2015-04-08 13:32:17.931852"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:17.938879"], ["updated_at", "2015-04-08 13:32:17.938879"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3973"], ["description", "I-am-the-goal-description_1440"], ["version", 1], ["created_at", "2015-04-08 13:32:17.947992"], ["updated_at", "2015-04-08 13:32:17.947992"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task3343"], ["description", "I-am-the-task-description_9031"], ["cost", 1], ["created_at", "2015-04-08 13:32:17.952583"], ["updated_at", "2015-04-08 13:32:17.952583"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8749"], ["description", "I-am-the-task-description_6033"], ["cost", 1], ["created_at", "2015-04-08 13:32:17.956858"], ["updated_at", "2015-04-08 13:32:17.956858"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5474"], ["description", "I-am-the-goal-description_7416"], ["version", 1], ["created_at", "2015-04-08 13:32:17.969127"], ["updated_at", "2015-04-08 13:32:17.969127"], ["tracking", "150408-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2775"], ["description", "I-am-the-task-description_3846"], ["cost", 1], ["created_at", "2015-04-08 13:32:17.973147"], ["updated_at", "2015-04-08 13:32:17.973147"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2796"], ["description", "I-am-the-task-description_2045"], ["cost", 1], ["created_at", "2015-04-08 13:32:17.977177"], ["updated_at", "2015-04-08 13:32:17.977177"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:17.981717"], ["updated_at", "2015-04-08 13:32:17.981717"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6453"], ["description", "I-am-the-goal-description_3865"], ["version", 1], ["created_at", "2015-04-08 13:32:17.993918"], ["updated_at", "2015-04-08 13:32:17.993918"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5966"], ["description", "I-am-the-task-description_725"], ["cost", 1], ["created_at", "2015-04-08 13:32:17.998830"], ["updated_at", "2015-04-08 13:32:17.998830"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5537"], ["description", "I-am-the-task-description_4193"], ["cost", 1], ["created_at", "2015-04-08 13:32:18.003102"], ["updated_at", "2015-04-08 13:32:18.003102"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:18.007038"], ["updated_at", "2015-04-08 13:32:18.007038"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"45"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3190"], ["description", "I-am-the-goal-description_1647"], ["version", 1], ["created_at", "2015-04-08 13:32:18.020518"], ["updated_at", "2015-04-08 13:32:18.020518"], ["tracking", "150408-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5191"], ["description", "I-am-the-task-description_5370"], ["cost", 1], ["created_at", "2015-04-08 13:32:18.024366"], ["updated_at", "2015-04-08 13:32:18.024366"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task751"], ["description", "I-am-the-task-description_9331"], ["cost", 1], ["created_at", "2015-04-08 13:32:18.028782"], ["updated_at", "2015-04-08 13:32:18.028782"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:18.032767"], ["updated_at", "2015-04-08 13:32:18.032767"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9766"], ["description", "I-am-the-goal-description_7134"], ["version", 1], ["created_at", "2015-04-08 13:32:18.046036"], ["updated_at", "2015-04-08 13:32:18.046036"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9846"], ["description", "I-am-the-task-description_1072"], ["cost", 1], ["created_at", "2015-04-08 13:32:18.049923"], ["updated_at", "2015-04-08 13:32:18.049923"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task946"], ["description", "I-am-the-task-description_7100"], ["cost", 1], ["created_at", "2015-04-08 13:32:18.054126"], ["updated_at", "2015-04-08 13:32:18.054126"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:18.057910"], ["updated_at", "2015-04-08 13:32:18.057910"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8221"], ["description", "I-am-the-goal-description_3311"], ["version", 1], ["created_at", "2015-04-08 13:32:18.071624"], ["updated_at", "2015-04-08 13:32:18.071624"], ["tracking", "150408-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task946"], ["description", "I-am-the-task-description_6670"], ["cost", 1], ["created_at", "2015-04-08 13:32:18.075665"], ["updated_at", "2015-04-08 13:32:18.075665"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8030"], ["description", "I-am-the-task-description_9354"], ["cost", 1], ["created_at", "2015-04-08 13:32:18.080187"], ["updated_at", "2015-04-08 13:32:18.080187"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:18.085110"], ["updated_at", "2015-04-08 13:32:18.085110"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6336"], ["description", "I-am-the-goal-description_3225"], ["version", 1], ["created_at", "2015-04-08 13:32:18.098932"], ["updated_at", "2015-04-08 13:32:18.098932"], ["tracking", "150408-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5730"], ["description", "I-am-the-task-description_4085"], ["cost", 1], ["created_at", "2015-04-08 13:32:18.156273"], ["updated_at", "2015-04-08 13:32:18.156273"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3249"], ["description", "I-am-the-task-description_3980"], ["cost", 1], ["created_at", "2015-04-08 13:32:18.161451"], ["updated_at", "2015-04-08 13:32:18.161451"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:18.165665"], ["updated_at", "2015-04-08 13:32:18.165665"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:32:18.172679"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3259"], ["description", "I-am-the-goal-description_3239"], ["version", 1], ["created_at", "2015-04-08 13:32:35.118637"], ["updated_at", "2015-04-08 13:32:35.118637"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7521"], ["description", "I-am-the-goal-description_6380"], ["version", 1], ["created_at", "2015-04-08 13:32:35.127818"], ["updated_at", "2015-04-08 13:32:35.127818"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 21ms (Views: 14.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5237"], ["description", "I-am-the-goal-description_8113"], ["version", 1], ["created_at", "2015-04-08 13:32:35.281446"], ["updated_at", "2015-04-08 13:32:35.281446"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_170"], ["description", "I-am-the-goal-description_2338"], ["version", 1], ["created_at", "2015-04-08 13:32:35.285521"], ["updated_at", "2015-04-08 13:32:35.285521"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2977"], ["description", "I-am-the-goal-description_9199"], ["version", 1], ["created_at", "2015-04-08 13:32:35.311467"], ["updated_at", "2015-04-08 13:32:35.311467"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8499"], ["description", "I-am-the-goal-description_8384"], ["version", 1], ["created_at", "2015-04-08 13:32:35.316035"], ["updated_at", "2015-04-08 13:32:35.316035"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8228"], ["description", "I-am-the-goal-description_8360"], ["version", 1], ["created_at", "2015-04-08 13:32:35.326738"], ["updated_at", "2015-04-08 13:32:35.326738"], ["tracking", "150408-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:32:35.339684"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3189ms (ActiveRecord: 1.7ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8309"], ["description", "I-am-the-goal-description_3263"], ["version", 1], ["created_at", "2015-04-08 13:32:38.524175"], ["updated_at", "2015-04-08 13:32:38.524175"], ["tracking", "150408-4"]]  (3.0ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:32:38.534749"], ["id", 8]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7300"], ["description", "I-am-the-goal-description_7822"], ["version", 1], ["created_at", "2015-04-08 13:32:38.541234"], ["updated_at", "2015-04-08 13:32:38.541234"], ["tracking", "150408-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:32:38.547930"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4136"], ["description", "I-am-the-goal-description_6313"], ["version", 1], ["created_at", "2015-04-08 13:32:38.554858"], ["updated_at", "2015-04-08 13:32:38.554858"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:32:38.561046"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7954"], ["description", "I-am-the-goal-description_3730"], ["version", 1], ["created_at", "2015-04-08 13:32:38.577827"], ["updated_at", "2015-04-08 13:32:38.577827"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6675"], ["description", "I-am-the-task-description_729"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.588408"], ["updated_at", "2015-04-08 13:32:38.588408"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 13:32:38.597976"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 13:32:38.598896"], ["updated_at", "2015-04-08 13:32:38.598896"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 13:32:38.600636"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 13:32:38 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 13:32:38 UTC", "updated_at"=>"2015-04-08 13:32:38 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 13:32:38.610643"], ["created_at", "2015-04-08 13:32:38.612253"], ["updated_at", "2015-04-08 13:32:38.612253"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2013"], ["description", "I-am-the-goal-description_5343"], ["version", 1], ["created_at", "2015-04-08 13:32:38.674391"], ["updated_at", "2015-04-08 13:32:38.674391"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1919"], ["description", "I-am-the-task-description_9846"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.678770"], ["updated_at", "2015-04-08 13:32:38.678770"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7752"], ["description", "I-am-the-task-description_8021"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.682838"], ["updated_at", "2015-04-08 13:32:38.682838"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:38.690442"], ["task_id", 2], ["created_at", "2015-04-08 13:32:38.691794"], ["updated_at", "2015-04-08 13:32:38.691794"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:38.693425"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7213"], ["description", "I-am-the-goal-description_1584"], ["version", 1], ["created_at", "2015-04-08 13:32:38.700217"], ["updated_at", "2015-04-08 13:32:38.700217"], ["tracking", "150408-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3150"], ["description", "I-am-the-task-description_3957"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.704448"], ["updated_at", "2015-04-08 13:32:38.704448"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6943"], ["description", "I-am-the-task-description_1175"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.709766"], ["updated_at", "2015-04-08 13:32:38.709766"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:38.716562"], ["task_id", 4], ["created_at", "2015-04-08 13:32:38.717810"], ["updated_at", "2015-04-08 13:32:38.717810"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:38.719373"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2877"], ["description", "I-am-the-goal-description_2287"], ["version", 1], ["created_at", "2015-04-08 13:32:38.727326"], ["updated_at", "2015-04-08 13:32:38.727326"], ["tracking", "150408-10"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7776"], ["description", "I-am-the-task-description_6374"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.731302"], ["updated_at", "2015-04-08 13:32:38.731302"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2179"], ["description", "I-am-the-task-description_7900"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.735301"], ["updated_at", "2015-04-08 13:32:38.735301"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:38.743087"], ["task_id", 6], ["created_at", "2015-04-08 13:32:38.744363"], ["updated_at", "2015-04-08 13:32:38.744363"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:38.745915"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8195"], ["description", "I-am-the-goal-description_4460"], ["version", 1], ["created_at", "2015-04-08 13:32:38.754937"], ["updated_at", "2015-04-08 13:32:38.754937"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task2864"], ["description", "I-am-the-task-description_2572"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.760103"], ["updated_at", "2015-04-08 13:32:38.760103"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6640"], ["description", "I-am-the-task-description_4003"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.764707"], ["updated_at", "2015-04-08 13:32:38.764707"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:32:38.771348"], ["task_id", 8], ["created_at", "2015-04-08 13:32:38.772707"], ["updated_at", "2015-04-08 13:32:38.772707"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:32:38.775622"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3969"], ["description", "I-am-the-goal-description_6034"], ["version", 1], ["created_at", "2015-04-08 13:32:38.782556"], ["updated_at", "2015-04-08 13:32:38.782556"], ["tracking", "150408-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9833"], ["description", "I-am-the-task-description_5026"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.786490"], ["updated_at", "2015-04-08 13:32:38.786490"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9172"], ["description", "I-am-the-task-description_5163"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.790615"], ["updated_at", "2015-04-08 13:32:38.790615"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8394"], ["description", "I-am-the-goal-description_4867"], ["version", 1], ["created_at", "2015-04-08 13:32:38.803529"], ["updated_at", "2015-04-08 13:32:38.803529"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task308"], ["description", "I-am-the-task-description_9521"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.807302"], ["updated_at", "2015-04-08 13:32:38.807302"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8200"], ["description", "I-am-the-task-description_2001"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.811120"], ["updated_at", "2015-04-08 13:32:38.811120"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (1.2ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4103"], ["description", "I-am-the-goal-description_316"], ["version", 1], ["created_at", "2015-04-08 13:32:38.851363"], ["updated_at", "2015-04-08 13:32:38.851363"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3276"], ["description", "I-am-the-task-description_3327"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.855199"], ["updated_at", "2015-04-08 13:32:38.855199"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5020"], ["description", "I-am-the-goal-description_3263"], ["version", 1], ["created_at", "2015-04-08 13:32:38.859001"], ["updated_at", "2015-04-08 13:32:38.859001"], ["tracking", "150408-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7108"], ["description", "I-am-the-task-description_1775"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.862842"], ["updated_at", "2015-04-08 13:32:38.862842"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3193"], ["description", "I-am-the-goal-description_7099"], ["version", 1], ["created_at", "2015-04-08 13:32:38.872519"], ["updated_at", "2015-04-08 13:32:38.872519"], ["tracking", "150408-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2550"], ["description", "I-am-the-task-description_7778"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.876918"], ["updated_at", "2015-04-08 13:32:38.876918"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7429"], ["description", "I-am-the-task-description_1718"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.881794"], ["updated_at", "2015-04-08 13:32:38.881794"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_394"], ["description", "I-am-the-goal-description_15"], ["version", 1], ["created_at", "2015-04-08 13:32:38.896545"], ["updated_at", "2015-04-08 13:32:38.896545"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task3096"], ["description", "I-am-the-task-description_6072"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.900586"], ["updated_at", "2015-04-08 13:32:38.900586"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3609"], ["description", "I-am-the-goal-description_8029"], ["version", 1], ["created_at", "2015-04-08 13:32:38.904546"], ["updated_at", "2015-04-08 13:32:38.904546"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9570"], ["description", "I-am-the-task-description_4412"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.908951"], ["updated_at", "2015-04-08 13:32:38.908951"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3761"], ["description", "I-am-the-goal-description_5530"], ["version", 1], ["created_at", "2015-04-08 13:32:38.918064"], ["updated_at", "2015-04-08 13:32:38.918064"], ["tracking", "150408-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4685"], ["description", "I-am-the-task-description_9105"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.922292"], ["updated_at", "2015-04-08 13:32:38.922292"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3763"], ["description", "I-am-the-task-description_7157"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.928298"], ["updated_at", "2015-04-08 13:32:38.928298"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8621"], ["description", "I-am-the-goal-description_8876"], ["version", 1], ["created_at", "2015-04-08 13:32:38.942524"], ["updated_at", "2015-04-08 13:32:38.942524"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9773"], ["description", "I-am-the-task-description_7417"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.946472"], ["updated_at", "2015-04-08 13:32:38.946472"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_741"], ["description", "I-am-the-goal-description_2"], ["version", 1], ["created_at", "2015-04-08 13:32:38.950397"], ["updated_at", "2015-04-08 13:32:38.950397"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task572"], ["description", "I-am-the-task-description_8613"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.954215"], ["updated_at", "2015-04-08 13:32:38.954215"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5677"], ["description", "I-am-the-goal-description_9829"], ["version", 1], ["created_at", "2015-04-08 13:32:38.963814"], ["updated_at", "2015-04-08 13:32:38.963814"], ["tracking", "150408-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2760"], ["description", "I-am-the-task-description_5279"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.967874"], ["updated_at", "2015-04-08 13:32:38.967874"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6061"], ["description", "I-am-the-task-description_9672"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.971915"], ["updated_at", "2015-04-08 13:32:38.971915"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1577"], ["description", "I-am-the-goal-description_8466"], ["version", 1], ["created_at", "2015-04-08 13:32:38.986452"], ["updated_at", "2015-04-08 13:32:38.986452"], ["tracking", "150408-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9145"], ["description", "I-am-the-task-description_7476"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.990812"], ["updated_at", "2015-04-08 13:32:38.990812"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task597"], ["description", "I-am-the-task-description_3458"], ["cost", 1], ["created_at", "2015-04-08 13:32:38.995586"], ["updated_at", "2015-04-08 13:32:38.995586"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.3ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5082"], ["description", "I-am-the-goal-description_4301"], ["version", 1], ["created_at", "2015-04-08 13:32:39.010558"], ["updated_at", "2015-04-08 13:32:39.010558"], ["tracking", "150408-24"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3077"], ["description", "I-am-the-task-description_7321"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.014418"], ["updated_at", "2015-04-08 13:32:39.014418"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task5912"], ["description", "I-am-the-task-description_3469"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.018254"], ["updated_at", "2015-04-08 13:32:39.018254"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7994"], ["description", "I-am-the-goal-description_4227"], ["version", 1], ["created_at", "2015-04-08 13:32:39.031540"], ["updated_at", "2015-04-08 13:32:39.031540"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5808"], ["description", "I-am-the-task-description_9718"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.035322"], ["updated_at", "2015-04-08 13:32:39.035322"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task188"], ["description", "I-am-the-task-description_7153"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.039193"], ["updated_at", "2015-04-08 13:32:39.039193"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 29], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:39.052628"], ["updated_at", "2015-04-08 13:32:39.052628"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 10ms (ActiveRecord: 1.9ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4794"], ["description", "I-am-the-goal-description_7684"], ["version", 1], ["created_at", "2015-04-08 13:32:39.065187"], ["updated_at", "2015-04-08 13:32:39.065187"], ["tracking", "150408-26"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task1614"], ["description", "I-am-the-task-description_536"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.069530"], ["updated_at", "2015-04-08 13:32:39.069530"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6658"], ["description", "I-am-the-task-description_9705"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.075913"], ["updated_at", "2015-04-08 13:32:39.075913"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 30], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:39.082574"], ["updated_at", "2015-04-08 13:32:39.082574"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4140"], ["description", "I-am-the-goal-description_7212"], ["version", 1], ["created_at", "2015-04-08 13:32:39.094785"], ["updated_at", "2015-04-08 13:32:39.094785"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8637"], ["description", "I-am-the-task-description_6161"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.098937"], ["updated_at", "2015-04-08 13:32:39.098937"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task6546"], ["description", "I-am-the-task-description_4538"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.102862"], ["updated_at", "2015-04-08 13:32:39.102862"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 31], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:39.109348"], ["updated_at", "2015-04-08 13:32:39.109348"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2442"], ["description", "I-am-the-goal-description_6766"], ["version", 1], ["created_at", "2015-04-08 13:32:39.116853"], ["updated_at", "2015-04-08 13:32:39.116853"], ["tracking", "150408-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6802"], ["description", "I-am-the-task-description_6210"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.120624"], ["updated_at", "2015-04-08 13:32:39.120624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task3013"], ["description", "I-am-the-task-description_7730"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.124958"], ["updated_at", "2015-04-08 13:32:39.124958"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (56.7ms) Completed 200 OK in 61ms (Views: 57.5ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7973"], ["description", "I-am-the-goal-description_2471"], ["version", 1], ["created_at", "2015-04-08 13:32:39.193897"], ["updated_at", "2015-04-08 13:32:39.193897"], ["tracking", "150408-29"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task1819"], ["description", "I-am-the-task-description_832"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.199293"], ["updated_at", "2015-04-08 13:32:39.199293"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task4936"], ["description", "I-am-the-task-description_39"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.203823"], ["updated_at", "2015-04-08 13:32:39.203823"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:39.208649"], ["updated_at", "2015-04-08 13:32:39.208649"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2522"], ["description", "I-am-the-goal-description_4873"], ["version", 1], ["created_at", "2015-04-08 13:32:39.221276"], ["updated_at", "2015-04-08 13:32:39.221276"], ["tracking", "150408-30"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2194"], ["description", "I-am-the-task-description_2798"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.226124"], ["updated_at", "2015-04-08 13:32:39.226124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task5409"], ["description", "I-am-the-task-description_916"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.230689"], ["updated_at", "2015-04-08 13:32:39.230689"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:39.234969"], ["updated_at", "2015-04-08 13:32:39.234969"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8385"], ["description", "I-am-the-goal-description_3622"], ["version", 1], ["created_at", "2015-04-08 13:32:39.248511"], ["updated_at", "2015-04-08 13:32:39.248511"], ["tracking", "150408-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task8155"], ["description", "I-am-the-task-description_543"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.252597"], ["updated_at", "2015-04-08 13:32:39.252597"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task7373"], ["description", "I-am-the-task-description_2563"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.256591"], ["updated_at", "2015-04-08 13:32:39.256591"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:39.260536"], ["updated_at", "2015-04-08 13:32:39.260536"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6563"], ["description", "I-am-the-goal-description_9935"], ["version", 1], ["created_at", "2015-04-08 13:32:39.273410"], ["updated_at", "2015-04-08 13:32:39.273410"], ["tracking", "150408-32"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task9095"], ["description", "I-am-the-task-description_547"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.277614"], ["updated_at", "2015-04-08 13:32:39.277614"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5787"], ["description", "I-am-the-task-description_3421"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.282263"], ["updated_at", "2015-04-08 13:32:39.282263"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:39.286825"], ["updated_at", "2015-04-08 13:32:39.286825"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8728"], ["description", "I-am-the-goal-description_1360"], ["version", 1], ["created_at", "2015-04-08 13:32:39.303033"], ["updated_at", "2015-04-08 13:32:39.303033"], ["tracking", "150408-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1331"], ["description", "I-am-the-task-description_3283"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.306997"], ["updated_at", "2015-04-08 13:32:39.306997"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task98"], ["description", "I-am-the-task-description_1344"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.310922"], ["updated_at", "2015-04-08 13:32:39.310922"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:39.314653"], ["updated_at", "2015-04-08 13:32:39.314653"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6877"], ["description", "I-am-the-goal-description_818"], ["version", 1], ["created_at", "2015-04-08 13:32:39.327485"], ["updated_at", "2015-04-08 13:32:39.327485"], ["tracking", "150408-34"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task9496"], ["description", "I-am-the-task-description_4695"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.331810"], ["updated_at", "2015-04-08 13:32:39.331810"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task6875"], ["description", "I-am-the-task-description_9648"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.335803"], ["updated_at", "2015-04-08 13:32:39.335803"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:32:39.340053"], ["updated_at", "2015-04-08 13:32:39.340053"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:32:39.347374"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4248"], ["description", "I-am-the-goal-description_7548"], ["version", 1], ["created_at", "2015-04-08 13:32:39.354127"], ["updated_at", "2015-04-08 13:32:39.354127"], ["tracking", "150408-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7918"], ["description", "I-am-the-goal-description_6602"], ["version", 1], ["created_at", "2015-04-08 13:32:39.359124"], ["updated_at", "2015-04-08 13:32:39.359124"], ["tracking", "150408-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task3464"], ["description", "I-am-the-task-description_308"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.362955"], ["updated_at", "2015-04-08 13:32:39.362955"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5634"], ["description", "I-am-the-goal-description_6754"], ["version", 1], ["created_at", "2015-04-08 13:32:39.367166"], ["updated_at", "2015-04-08 13:32:39.367166"], ["tracking", "150408-37"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task9871"], ["description", "I-am-the-task-description_677"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.371364"], ["updated_at", "2015-04-08 13:32:39.371364"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6060"], ["description", "I-am-the-goal-description_2708"], ["version", 1], ["created_at", "2015-04-08 13:32:39.374297"], ["updated_at", "2015-04-08 13:32:39.374297"], ["tracking", "150408-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task7035"], ["description", "I-am-the-task-description_1786"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.378800"], ["updated_at", "2015-04-08 13:32:39.378800"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task8345"], ["description", "I-am-the-task-description_2617"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.383592"], ["updated_at", "2015-04-08 13:32:39.383592"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task3103"], ["description", "I-am-the-task-description_9906"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.388453"], ["updated_at", "2015-04-08 13:32:39.388453"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task6461"], ["description", "I-am-the-task-description_5578"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.393994"], ["updated_at", "2015-04-08 13:32:39.393994"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3730"], ["description", "I-am-the-goal-description_2582"], ["version", 1], ["created_at", "2015-04-08 13:32:39.400840"], ["updated_at", "2015-04-08 13:32:39.400840"], ["tracking", "150408-39"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1755"], ["description", "I-am-the-goal-description_4086"], ["version", 1], ["created_at", "2015-04-08 13:32:39.405717"], ["updated_at", "2015-04-08 13:32:39.405717"], ["tracking", "150408-40"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task8143"], ["description", "I-am-the-task-description_5405"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.410274"], ["updated_at", "2015-04-08 13:32:39.410274"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4404"], ["description", "I-am-the-goal-description_5046"], ["version", 1], ["created_at", "2015-04-08 13:32:39.414403"], ["updated_at", "2015-04-08 13:32:39.414403"], ["tracking", "150408-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task7552"], ["description", "I-am-the-task-description_1192"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.418269"], ["updated_at", "2015-04-08 13:32:39.418269"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5862"], ["description", "I-am-the-goal-description_1692"], ["version", 1], ["created_at", "2015-04-08 13:32:39.421993"], ["updated_at", "2015-04-08 13:32:39.421993"], ["tracking", "150408-42"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task4236"], ["description", "I-am-the-task-description_2845"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.427022"], ["updated_at", "2015-04-08 13:32:39.427022"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task8757"], ["description", "I-am-the-task-description_4101"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.431701"], ["updated_at", "2015-04-08 13:32:39.431701"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task7796"], ["description", "I-am-the-task-description_9656"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.436327"], ["updated_at", "2015-04-08 13:32:39.436327"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task2122"], ["description", "I-am-the-task-description_4236"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.440936"], ["updated_at", "2015-04-08 13:32:39.440936"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_548"], ["description", "I-am-the-goal-description_9625"], ["version", 1], ["created_at", "2015-04-08 13:32:39.446044"], ["updated_at", "2015-04-08 13:32:39.446044"], ["tracking", "150408-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2268"], ["description", "I-am-the-goal-description_4451"], ["version", 1], ["created_at", "2015-04-08 13:32:39.453411"], ["updated_at", "2015-04-08 13:32:39.453411"], ["tracking", "150408-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9771"], ["description", "I-am-the-goal-description_1671"], ["version", 1], ["created_at", "2015-04-08 13:32:39.458764"], ["updated_at", "2015-04-08 13:32:39.458764"], ["tracking", "150408-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task5638"], ["description", "I-am-the-task-description_1589"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.462653"], ["updated_at", "2015-04-08 13:32:39.462653"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9791"], ["description", "I-am-the-goal-description_1646"], ["version", 1], ["created_at", "2015-04-08 13:32:39.466711"], ["updated_at", "2015-04-08 13:32:39.466711"], ["tracking", "150408-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task7530"], ["description", "I-am-the-task-description_8803"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.471011"], ["updated_at", "2015-04-08 13:32:39.471011"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_722"], ["description", "I-am-the-goal-description_54"], ["version", 1], ["created_at", "2015-04-08 13:32:39.475478"], ["updated_at", "2015-04-08 13:32:39.475478"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task8132"], ["description", "I-am-the-task-description_5994"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.481461"], ["updated_at", "2015-04-08 13:32:39.481461"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task502"], ["description", "I-am-the-task-description_2107"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.486393"], ["updated_at", "2015-04-08 13:32:39.486393"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task9446"], ["description", "I-am-the-task-description_3415"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.491570"], ["updated_at", "2015-04-08 13:32:39.491570"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task3265"], ["description", "I-am-the-task-description_6235"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.497400"], ["updated_at", "2015-04-08 13:32:39.497400"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task6112"], ["description", "I-am-the-task-description_592"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.501610"], ["updated_at", "2015-04-08 13:32:39.501610"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7842"], ["description", "I-am-the-goal-description_6136"], ["version", 1], ["created_at", "2015-04-08 13:32:39.508340"], ["updated_at", "2015-04-08 13:32:39.508340"], ["tracking", "150408-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2366"], ["description", "I-am-the-goal-description_8880"], ["version", 1], ["created_at", "2015-04-08 13:32:39.513251"], ["updated_at", "2015-04-08 13:32:39.513251"], ["tracking", "150408-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task507"], ["description", "I-am-the-task-description_6884"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.517614"], ["updated_at", "2015-04-08 13:32:39.517614"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1899"], ["description", "I-am-the-goal-description_2064"], ["version", 1], ["created_at", "2015-04-08 13:32:39.521775"], ["updated_at", "2015-04-08 13:32:39.521775"], ["tracking", "150408-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task6455"], ["description", "I-am-the-task-description_8072"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.525473"], ["updated_at", "2015-04-08 13:32:39.525473"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9437"], ["description", "I-am-the-goal-description_8573"], ["version", 1], ["created_at", "2015-04-08 13:32:39.529359"], ["updated_at", "2015-04-08 13:32:39.529359"], ["tracking", "150408-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task2849"], ["description", "I-am-the-task-description_1154"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.534617"], ["updated_at", "2015-04-08 13:32:39.534617"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task7997"], ["description", "I-am-the-task-description_6300"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.539251"], ["updated_at", "2015-04-08 13:32:39.539251"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task4326"], ["description", "I-am-the-task-description_4834"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.543982"], ["updated_at", "2015-04-08 13:32:39.543982"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task1967"], ["description", "I-am-the-task-description_451"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.548722"], ["updated_at", "2015-04-08 13:32:39.548722"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task4734"], ["description", "I-am-the-task-description_4967"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.554668"], ["updated_at", "2015-04-08 13:32:39.554668"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3072"], ["description", "I-am-the-goal-description_75"], ["version", 1], ["created_at", "2015-04-08 13:32:39.563277"], ["updated_at", "2015-04-08 13:32:39.563277"], ["tracking", "150408-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task4028"], ["description", "I-am-the-task-description_3027"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.567206"], ["updated_at", "2015-04-08 13:32:39.567206"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2011"], ["description", "I-am-the-goal-description_4933"], ["version", 1], ["created_at", "2015-04-08 13:32:39.572511"], ["updated_at", "2015-04-08 13:32:39.572511"], ["tracking", "150408-53"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task2925"], ["description", "I-am-the-task-description_4671"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.576623"], ["updated_at", "2015-04-08 13:32:39.576623"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6581"], ["description", "I-am-the-goal-description_9803"], ["version", 1], ["created_at", "2015-04-08 13:32:39.582169"], ["updated_at", "2015-04-08 13:32:39.582169"], ["tracking", "150408-54"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task3417"], ["description", "I-am-the-task-description_5995"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.586549"], ["updated_at", "2015-04-08 13:32:39.586549"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7538"], ["description", "I-am-the-goal-description_3633"], ["version", 1], ["created_at", "2015-04-08 13:32:39.592541"], ["updated_at", "2015-04-08 13:32:39.592541"], ["tracking", "150408-55"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task8522"], ["description", "I-am-the-task-description_1813"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.596879"], ["updated_at", "2015-04-08 13:32:39.596879"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_570"], ["description", "I-am-the-goal-description_8235"], ["version", 1], ["created_at", "2015-04-08 13:32:39.602460"], ["updated_at", "2015-04-08 13:32:39.602460"], ["tracking", "150408-56"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9492"], ["description", "I-am-the-goal-description_6421"], ["version", 1], ["created_at", "2015-04-08 13:32:39.608287"], ["updated_at", "2015-04-08 13:32:39.608287"], ["tracking", "150408-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9116"], ["description", "I-am-the-goal-description_3184"], ["version", 1], ["created_at", "2015-04-08 13:32:39.615693"], ["updated_at", "2015-04-08 13:32:39.615693"], ["tracking", "150408-58"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6262"], ["description", "I-am-the-goal-description_7061"], ["version", 1], ["created_at", "2015-04-08 13:32:39.621649"], ["updated_at", "2015-04-08 13:32:39.621649"], ["tracking", "150408-59"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2451"], ["description", "I-am-the-goal-description_8254"], ["version", 1], ["created_at", "2015-04-08 13:32:39.627672"], ["updated_at", "2015-04-08 13:32:39.627672"], ["tracking", "150408-60"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6057"], ["description", "I-am-the-goal-description_5780"], ["version", 1], ["created_at", "2015-04-08 13:32:39.634277"], ["updated_at", "2015-04-08 13:32:39.634277"], ["tracking", "150408-61"]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6206"], ["description", "I-am-the-goal-description_1108"], ["version", 1], ["created_at", "2015-04-08 13:32:39.640470"], ["updated_at", "2015-04-08 13:32:39.640470"], ["tracking", "150408-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8904"], ["description", "I-am-the-goal-description_1049"], ["version", 1], ["created_at", "2015-04-08 13:32:39.646451"], ["updated_at", "2015-04-08 13:32:39.646451"], ["tracking", "150408-63"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task8395"], ["description", "I-am-the-task-description_5385"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.650716"], ["updated_at", "2015-04-08 13:32:39.650716"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5048"], ["description", "I-am-the-goal-description_2116"], ["version", 1], ["created_at", "2015-04-08 13:32:39.656246"], ["updated_at", "2015-04-08 13:32:39.656246"], ["tracking", "150408-64"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8201"], ["description", "I-am-the-goal-description_9603"], ["version", 1], ["created_at", "2015-04-08 13:32:39.662370"], ["updated_at", "2015-04-08 13:32:39.662370"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7918"], ["description", "I-am-the-goal-description_612"], ["version", 1], ["created_at", "2015-04-08 13:32:39.669151"], ["updated_at", "2015-04-08 13:32:39.669151"], ["tracking", "150408-66"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7310"], ["description", "I-am-the-goal-description_2715"], ["version", 1], ["created_at", "2015-04-08 13:32:39.676921"], ["updated_at", "2015-04-08 13:32:39.676921"], ["tracking", "150408-67"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task4530"], ["description", "I-am-the-task-description_5629"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.680835"], ["updated_at", "2015-04-08 13:32:39.680835"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9598"], ["description", "I-am-the-goal-description_3902"], ["version", 1], ["created_at", "2015-04-08 13:32:39.685047"], ["updated_at", "2015-04-08 13:32:39.685047"], ["tracking", "150408-68"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task8059"], ["description", "I-am-the-task-description_9467"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.689805"], ["updated_at", "2015-04-08 13:32:39.689805"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1157"], ["description", "I-am-the-goal-description_6466"], ["version", 1], ["created_at", "2015-04-08 13:32:39.694942"], ["updated_at", "2015-04-08 13:32:39.694942"], ["tracking", "150408-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task4306"], ["description", "I-am-the-task-description_6843"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.699802"], ["updated_at", "2015-04-08 13:32:39.699802"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_377"], ["description", "I-am-the-goal-description_800"], ["version", 1], ["created_at", "2015-04-08 13:32:39.704029"], ["updated_at", "2015-04-08 13:32:39.704029"], ["tracking", "150408-70"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task7307"], ["description", "I-am-the-task-description_9569"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.709937"], ["updated_at", "2015-04-08 13:32:39.709937"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7494"], ["description", "I-am-the-goal-description_214"], ["version", 1], ["created_at", "2015-04-08 13:32:39.715080"], ["updated_at", "2015-04-08 13:32:39.715080"], ["tracking", "150408-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task8012"], ["description", "I-am-the-task-description_6300"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.720042"], ["updated_at", "2015-04-08 13:32:39.720042"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6937"], ["description", "I-am-the-goal-description_7341"], ["version", 1], ["created_at", "2015-04-08 13:32:39.725228"], ["updated_at", "2015-04-08 13:32:39.725228"], ["tracking", "150408-72"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task312"], ["description", "I-am-the-task-description_2088"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.729491"], ["updated_at", "2015-04-08 13:32:39.729491"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1222"], ["description", "I-am-the-goal-description_8701"], ["version", 1], ["created_at", "2015-04-08 13:32:39.734541"], ["updated_at", "2015-04-08 13:32:39.734541"], ["tracking", "150408-73"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task7238"], ["description", "I-am-the-task-description_8326"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.738438"], ["updated_at", "2015-04-08 13:32:39.738438"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4959"], ["description", "I-am-the-goal-description_4406"], ["version", 1], ["created_at", "2015-04-08 13:32:39.745150"], ["updated_at", "2015-04-08 13:32:39.745150"], ["tracking", "150408-74"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task9895"], ["description", "I-am-the-task-description_8246"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.749292"], ["updated_at", "2015-04-08 13:32:39.749292"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9286"], ["description", "I-am-the-goal-description_3030"], ["version", 1], ["created_at", "2015-04-08 13:32:39.754502"], ["updated_at", "2015-04-08 13:32:39.754502"], ["tracking", "150408-75"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task6226"], ["description", "I-am-the-task-description_6634"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.758420"], ["updated_at", "2015-04-08 13:32:39.758420"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8637"], ["description", "I-am-the-goal-description_3271"], ["version", 1], ["created_at", "2015-04-08 13:32:39.764791"], ["updated_at", "2015-04-08 13:32:39.764791"], ["tracking", "150408-76"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task1277"], ["description", "I-am-the-task-description_9208"], ["cost", 1], ["created_at", "2015-04-08 13:32:39.769477"], ["updated_at", "2015-04-08 13:32:39.769477"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7539"], ["description", "I-am-the-goal-description_4500"], ["version", 1], ["created_at", "2015-04-08 13:32:39.775548"], ["updated_at", "2015-04-08 13:32:39.775548"], ["tracking", "150408-77"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 13:32:39.778967"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 13:32:39.781304"], ["id", 81]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2675"], ["description", "I-am-the-goal-description_5228"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8926"], ["description", "I-am-the-goal-description_7229"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7307"], ["description", "I-am-the-goal-description_627"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_13"], ["description", "I-am-the-goal-description_5517"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9943"], ["description", "I-am-the-goal-description_1667"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task6408"], ["description", "I-am-the-task-description_8125"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task130"], ["description", "I-am-the-task-description_6142"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6246"], ["description", "I-am-the-goal-description_1443"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5864"], ["description", "I-am-the-goal-description_7807"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9353"], ["description", "I-am-the-goal-description_7269"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2989"], ["description", "I-am-the-goal-description_6623"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task2002"], ["description", "I-am-the-task-description_2481"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_666"], ["description", "I-am-the-goal-description_1640"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task684"], ["description", "I-am-the-task-description_6753"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8581"], ["description", "I-am-the-goal-description_7862"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task6556"], ["description", "I-am-the-task-description_4915"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8354"], ["description", "I-am-the-goal-description_3392"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task6800"], ["description", "I-am-the-task-description_8924"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7605"], ["description", "I-am-the-goal-description_4957"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task7004"], ["description", "I-am-the-task-description_8240"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2958"], ["description", "I-am-the-goal-description_6656"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task4433"], ["description", "I-am-the-task-description_3163"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9370"], ["description", "I-am-the-goal-description_3147"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task1184"], ["description", "I-am-the-task-description_5520"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_403"], ["description", "I-am-the-goal-description_6549"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6207"], ["description", "I-am-the-goal-description_7380"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_169"], ["description", "I-am-the-goal-description_6021"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3319"], ["description", "I-am-the-goal-description_9320"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:32:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3853.6ms) Completed 200 OK in 3959ms (Views: 3931.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 15:32:56 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 15:32:56 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 15:32:56 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 15:32:58 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (356.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (360.3ms) Completed 200 OK in 370ms (Views: 362.3ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:32:58 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 13:32:58.509418"], ["updated_at", "2015-04-08 13:32:58.509418"], ["tracking", "150408-1"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:32:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (89.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (95.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (111.3ms) Completed 200 OK in 139ms (Views: 112.4ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_838"], ["description", "I-am-the-goal-description_9125"], ["version", 1], ["created_at", "2015-04-08 13:32:58.801453"], ["updated_at", "2015-04-08 13:32:58.801453"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3204"], ["description", "I-am-the-task-description_8902"], ["cost", 1], ["created_at", "2015-04-08 13:32:58.808607"], ["updated_at", "2015-04-08 13:32:58.808607"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8215"], ["description", "I-am-the-task-description_1646"], ["cost", 1], ["created_at", "2015-04-08 13:32:58.813704"], ["updated_at", "2015-04-08 13:32:58.813704"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7231"], ["description", "I-am-the-task-description_7621"], ["cost", 1], ["created_at", "2015-04-08 13:32:58.817823"], ["updated_at", "2015-04-08 13:32:58.817823"]]  (1.2ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:32:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (14.5ms) Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7697"], ["description", "I-am-the-goal-description_3605"], ["version", 1], ["created_at", "2015-04-08 13:33:00.654408"], ["updated_at", "2015-04-08 13:33:00.654408"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:33:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.9ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:33:02 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (61.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (65.1ms) Completed 200 OK in 68ms (Views: 66.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:02 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_3605"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 13:33:02.479535"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4864"], ["description", "I-am-the-goal-description_9158"], ["version", 1], ["created_at", "2015-04-08 13:33:02.624204"], ["updated_at", "2015-04-08 13:33:02.624204"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:33:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:33:04 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (11.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (12.1ms) Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:04 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:33:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2376"], ["description", "I-am-the-goal-description_3246"], ["version", 1], ["created_at", "2015-04-08 13:33:04.640066"], ["updated_at", "2015-04-08 13:33:04.640066"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.7ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 15:33:06 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:33:06.289868"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/goals Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:33:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 11ms (Views: 8.8ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_868"], ["description", "I-am-the-goal-description_7636"], ["version", 1], ["created_at", "2015-04-08 13:33:06.430036"], ["updated_at", "2015-04-08 13:33:06.430036"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 10ms (Views: 7.7ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 15:33:08 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:33:08.236478"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6432"], ["description", "I-am-the-goal-description_506"], ["version", 1], ["created_at", "2015-04-08 13:33:08.379765"], ["updated_at", "2015-04-08 13:33:08.379765"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5342"], ["description", "I-am-the-task-description_7118"], ["cost", 1], ["created_at", "2015-04-08 13:33:08.385827"], ["updated_at", "2015-04-08 13:33:08.385827"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.7ms) Completed 200 OK in 18ms (Views: 13.6ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:33:10 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (19.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (97.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (136.0ms) Completed 200 OK in 143ms (Views: 137.1ms | ActiveRecord: 1.8ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 15:33:10 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 13:33:10.525048"], ["created_at", "2015-04-08 13:33:10.526962"], ["updated_at", "2015-04-08 13:33:10.526962"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 13:33:10.529037"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:33:10 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (89.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (102.9ms) Completed 200 OK in 109ms (Views: 103.0ms | ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_267"], ["description", "I-am-the-goal-description_6402"], ["version", 1], ["created_at", "2015-04-08 13:33:10.764766"], ["updated_at", "2015-04-08 13:33:10.764766"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:33:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.7ms) Completed 200 OK in 15ms (Views: 12.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:33:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 15:33:12 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (120.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (126.2ms) Completed 200 OK in 131ms (Views: 128.5ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:13 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "description", "reminder", "term", "goal_id", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["reminder", "2015-04-15"], ["term", "2015-05-08"], ["goal_id", 1], ["done", "f"], ["created_at", "2015-04-08 13:33:13.148689"], ["updated_at", "2015-04-08 13:33:13.148689"]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 2.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:33:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.1ms) Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5021"], ["description", "I-am-the-goal-description_9132"], ["version", 1], ["created_at", "2015-04-08 13:33:13.297467"], ["updated_at", "2015-04-08 13:33:13.297467"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7160"], ["description", "I-am-the-task-description_2562"], ["cost", 1], ["created_at", "2015-04-08 13:33:13.302536"], ["updated_at", "2015-04-08 13:33:13.302536"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:33:15 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (72.2ms) Completed 200 OK in 76ms (Views: 72.4ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2254"], ["description", "I-am-the-goal-description_7900"], ["version", 1], ["created_at", "2015-04-08 13:33:15.370498"], ["updated_at", "2015-04-08 13:33:15.370498"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8957"], ["description", "I-am-the-task-description_9578"], ["cost", 1], ["created_at", "2015-04-08 13:33:15.374595"], ["updated_at", "2015-04-08 13:33:15.374595"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:33:17 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.2ms) Completed 200 OK in 29ms (Views: 25.3ms | ActiveRecord: 0.9ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:33:17 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (136.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (140.2ms) Completed 200 OK in 144ms (Views: 142.1ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:33:17 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_9578", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 13:33:17.453606"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:33:17 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (5.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.7ms) Completed 200 OK in 32ms (Views: 26.0ms | ActiveRecord: 1.0ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6771"], ["description", "I-am-the-goal-description_6925"], ["version", 1], ["created_at", "2015-04-08 13:33:17.594090"], ["updated_at", "2015-04-08 13:33:17.594090"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5898"], ["description", "I-am-the-task-description_8751"], ["cost", 1], ["created_at", "2015-04-08 13:33:17.599130"], ["updated_at", "2015-04-08 13:33:17.599130"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:17 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:33:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (75.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (86.4ms) Completed 200 OK in 90ms (Views: 86.6ms | ActiveRecord: 0.9ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:33:19 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (84.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (84.8ms) Completed 200 OK in 90ms (Views: 85.8ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:33:19 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.1ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7386"], ["description", "I-am-the-goal-description_3608"], ["version", 1], ["created_at", "2015-04-08 13:33:20.045089"], ["updated_at", "2015-04-08 13:33:20.045089"], ["tracking", "150408-1"]]  (2.3ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6303"], ["description", "I-am-the-task-description_6900"], ["cost", 1], ["created_at", "2015-04-08 13:33:20.052853"], ["updated_at", "2015-04-08 13:33:20.052853"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 15:33:21 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:33:21.861698"], ["task_id", 1], ["created_at", "2015-04-08 13:33:21.863046"], ["updated_at", "2015-04-08 13:33:21.863046"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:33:21.865455"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/tasks Completed 302 Found in 13ms (ActiveRecord: 3.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.4ms) Completed 200 OK in 17ms (Views: 13.6ms | ActiveRecord: 0.5ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6911"], ["description", "I-am-the-goal-description_4847"], ["version", 1], ["created_at", "2015-04-08 13:33:22.001135"], ["updated_at", "2015-04-08 13:33:22.001135"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task3920"], ["description", "I-am-the-task-description_4519"], ["cost", 1], ["created_at", "2015-04-08 13:33:22.006655"], ["updated_at", "2015-04-08 13:33:22.006655"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 15:33:23 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:33:23.742018"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:49201/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6110"], ["description", "I-am-the-goal-description_5075"], ["version", 1], ["created_at", "2015-04-08 13:33:23.887221"], ["updated_at", "2015-04-08 13:33:23.887221"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2748"], ["description", "I-am-the-task-description_1143"], ["cost", 1], ["created_at", "2015-04-08 13:33:23.893568"], ["updated_at", "2015-04-08 13:33:23.893568"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9365"], ["description", "I-am-the-goal-description_45"], ["version", 1], ["created_at", "2015-04-08 13:33:23.899426"], ["updated_at", "2015-04-08 13:33:23.899426"], ["tracking", "150408-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2485"], ["description", "I-am-the-task-description_4875"], ["cost", 1], ["created_at", "2015-04-08 13:33:23.903950"], ["updated_at", "2015-04-08 13:33:23.903950"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9491"], ["description", "I-am-the-goal-description_3326"], ["version", 1], ["created_at", "2015-04-08 13:33:23.907526"], ["updated_at", "2015-04-08 13:33:23.907526"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6414"], ["description", "I-am-the-task-description_1576"], ["cost", 1], ["created_at", "2015-04-08 13:33:23.910906"], ["updated_at", "2015-04-08 13:33:23.910906"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (14.6ms) Completed 200 OK in 18ms (Views: 14.8ms | ActiveRecord: 0.9ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 15:33:25 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.1ms) Sent data feuille_de_route_2015-04-08.pdf (65.6ms) Completed 200 OK in 120ms (Views: 65.4ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6237"], ["description", "I-am-the-goal-description_2762"], ["version", 1], ["created_at", "2015-04-08 13:33:25.893808"], ["updated_at", "2015-04-08 13:33:25.893808"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6607"], ["description", "I-am-the-task-description_7775"], ["cost", 1], ["created_at", "2015-04-08 13:33:25.899840"], ["updated_at", "2015-04-08 13:33:25.899840"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3063"], ["description", "I-am-the-goal-description_4315"], ["version", 1], ["created_at", "2015-04-08 13:33:25.905232"], ["updated_at", "2015-04-08 13:33:25.905232"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6886"], ["description", "I-am-the-task-description_2617"], ["cost", 1], ["created_at", "2015-04-08 13:33:25.909441"], ["updated_at", "2015-04-08 13:33:25.909441"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9548"], ["description", "I-am-the-goal-description_6933"], ["version", 1], ["created_at", "2015-04-08 13:33:25.913046"], ["updated_at", "2015-04-08 13:33:25.913046"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3484"], ["description", "I-am-the-task-description_6229"], ["cost", 1], ["created_at", "2015-04-08 13:33:25.916758"], ["updated_at", "2015-04-08 13:33:25.916758"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (14.4ms) Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 15:33:27 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.csv (0.5ms) Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7903"], ["description", "I-am-the-goal-description_4676"], ["version", 1], ["created_at", "2015-04-08 13:33:27.949931"], ["updated_at", "2015-04-08 13:33:27.949931"], ["tracking", "150408-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5561"], ["description", "I-am-the-task-description_8228"], ["cost", 1], ["created_at", "2015-04-08 13:33:27.958928"], ["updated_at", "2015-04-08 13:33:27.958928"]]  (1.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5527"], ["description", "I-am-the-goal-description_2936"], ["version", 1], ["created_at", "2015-04-08 13:33:27.967298"], ["updated_at", "2015-04-08 13:33:27.967298"], ["tracking", "150408-2"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1664"], ["description", "I-am-the-task-description_384"], ["cost", 1], ["created_at", "2015-04-08 13:33:27.974715"], ["updated_at", "2015-04-08 13:33:27.974715"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8710"], ["description", "I-am-the-goal-description_6462"], ["version", 1], ["created_at", "2015-04-08 13:33:27.980637"], ["updated_at", "2015-04-08 13:33:27.980637"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3636"], ["description", "I-am-the-task-description_4987"], ["cost", 1], ["created_at", "2015-04-08 13:33:27.984807"], ["updated_at", "2015-04-08 13:33:27.984807"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:33:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.3ms) Completed 200 OK in 15ms (Views: 12.7ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 15:33:29 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (5.7ms) Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8707"], ["description", "I-am-the-goal-description_4932"], ["version", 1], ["created_at", "2015-04-08 13:37:22.349012"], ["updated_at", "2015-04-08 13:37:22.349012"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6421"], ["description", "I-am-the-task-description_531"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.368071"], ["updated_at", "2015-04-08 13:37:22.368071"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2226"], ["description", "I-am-the-task-description_7015"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.372441"], ["updated_at", "2015-04-08 13:37:22.372441"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:37:22.454844"], ["task_id", 1], ["created_at", "2015-04-08 13:37:22.499340"], ["updated_at", "2015-04-08 13:37:22.499340"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:37:22.501117"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 126ms (ActiveRecord: 3.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4026"], ["description", "I-am-the-goal-description_3385"], ["version", 1], ["created_at", "2015-04-08 13:37:22.514639"], ["updated_at", "2015-04-08 13:37:22.514639"], ["tracking", "150408-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5070"], ["description", "I-am-the-task-description_9384"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.519085"], ["updated_at", "2015-04-08 13:37:22.519085"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3695"], ["description", "I-am-the-task-description_304"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.523393"], ["updated_at", "2015-04-08 13:37:22.523393"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:37:22.529922"], ["task_id", 3], ["created_at", "2015-04-08 13:37:22.531375"], ["updated_at", "2015-04-08 13:37:22.531375"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:37:22.533045"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3331"], ["description", "I-am-the-goal-description_8335"], ["version", 1], ["created_at", "2015-04-08 13:37:22.541918"], ["updated_at", "2015-04-08 13:37:22.541918"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1651"], ["description", "I-am-the-task-description_8391"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.546441"], ["updated_at", "2015-04-08 13:37:22.546441"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1968"], ["description", "I-am-the-task-description_9484"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.550587"], ["updated_at", "2015-04-08 13:37:22.550587"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:37:22.558133"], ["task_id", 5], ["created_at", "2015-04-08 13:37:22.559428"], ["updated_at", "2015-04-08 13:37:22.559428"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:37:22.562472"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6304"], ["description", "I-am-the-goal-description_7337"], ["version", 1], ["created_at", "2015-04-08 13:37:22.571178"], ["updated_at", "2015-04-08 13:37:22.571178"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task9318"], ["description", "I-am-the-task-description_5942"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.575583"], ["updated_at", "2015-04-08 13:37:22.575583"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task9236"], ["description", "I-am-the-task-description_3566"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.579517"], ["updated_at", "2015-04-08 13:37:22.579517"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:37:22.586190"], ["task_id", 7], ["created_at", "2015-04-08 13:37:22.587506"], ["updated_at", "2015-04-08 13:37:22.587506"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:37:22.589076"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6949"], ["description", "I-am-the-goal-description_280"], ["version", 1], ["created_at", "2015-04-08 13:37:22.595044"], ["updated_at", "2015-04-08 13:37:22.595044"], ["tracking", "150408-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8574"], ["description", "I-am-the-task-description_5856"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.599626"], ["updated_at", "2015-04-08 13:37:22.599626"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8467"], ["description", "I-am-the-task-description_8158"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.604822"], ["updated_at", "2015-04-08 13:37:22.604822"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 26ms (Views: 16.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4337"], ["description", "I-am-the-goal-description_1573"], ["version", 1], ["created_at", "2015-04-08 13:37:22.638487"], ["updated_at", "2015-04-08 13:37:22.638487"], ["tracking", "150408-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task4711"], ["description", "I-am-the-task-description_1698"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.642620"], ["updated_at", "2015-04-08 13:37:22.642620"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task1263"], ["description", "I-am-the-task-description_980"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.646623"], ["updated_at", "2015-04-08 13:37:22.646623"]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_794"], ["description", "I-am-the-goal-description_868"], ["version", 1], ["created_at", "2015-04-08 13:37:22.687203"], ["updated_at", "2015-04-08 13:37:22.687203"], ["tracking", "150408-7"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task6424"], ["description", "I-am-the-task-description_6377"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.733629"], ["updated_at", "2015-04-08 13:37:22.733629"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5818"], ["description", "I-am-the-goal-description_1724"], ["version", 1], ["created_at", "2015-04-08 13:37:22.737606"], ["updated_at", "2015-04-08 13:37:22.737606"], ["tracking", "150408-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6063"], ["description", "I-am-the-task-description_1718"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.741593"], ["updated_at", "2015-04-08 13:37:22.741593"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_230"], ["description", "I-am-the-goal-description_5775"], ["version", 1], ["created_at", "2015-04-08 13:37:22.752474"], ["updated_at", "2015-04-08 13:37:22.752474"], ["tracking", "150408-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4447"], ["description", "I-am-the-task-description_2543"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.757629"], ["updated_at", "2015-04-08 13:37:22.757629"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task590"], ["description", "I-am-the-task-description_7960"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.762568"], ["updated_at", "2015-04-08 13:37:22.762568"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3032"], ["description", "I-am-the-goal-description_2836"], ["version", 1], ["created_at", "2015-04-08 13:37:22.779617"], ["updated_at", "2015-04-08 13:37:22.779617"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task3801"], ["description", "I-am-the-task-description_1508"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.783569"], ["updated_at", "2015-04-08 13:37:22.783569"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5096"], ["description", "I-am-the-goal-description_3355"], ["version", 1], ["created_at", "2015-04-08 13:37:22.788110"], ["updated_at", "2015-04-08 13:37:22.788110"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task8464"], ["description", "I-am-the-task-description_3650"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.792408"], ["updated_at", "2015-04-08 13:37:22.792408"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2237"], ["description", "I-am-the-goal-description_315"], ["version", 1], ["created_at", "2015-04-08 13:37:22.804715"], ["updated_at", "2015-04-08 13:37:22.804715"], ["tracking", "150408-12"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8406"], ["description", "I-am-the-task-description_7358"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.808659"], ["updated_at", "2015-04-08 13:37:22.808659"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5783"], ["description", "I-am-the-task-description_913"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.812566"], ["updated_at", "2015-04-08 13:37:22.812566"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3847"], ["description", "I-am-the-goal-description_273"], ["version", 1], ["created_at", "2015-04-08 13:37:22.826632"], ["updated_at", "2015-04-08 13:37:22.826632"], ["tracking", "150408-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1842"], ["description", "I-am-the-task-description_111"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.830583"], ["updated_at", "2015-04-08 13:37:22.830583"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5826"], ["description", "I-am-the-goal-description_576"], ["version", 1], ["created_at", "2015-04-08 13:37:22.834658"], ["updated_at", "2015-04-08 13:37:22.834658"], ["tracking", "150408-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8528"], ["description", "I-am-the-task-description_7380"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.838876"], ["updated_at", "2015-04-08 13:37:22.838876"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2046"], ["description", "I-am-the-goal-description_768"], ["version", 1], ["created_at", "2015-04-08 13:37:22.850600"], ["updated_at", "2015-04-08 13:37:22.850600"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9484"], ["description", "I-am-the-task-description_6778"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.855194"], ["updated_at", "2015-04-08 13:37:22.855194"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4907"], ["description", "I-am-the-task-description_1091"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.859115"], ["updated_at", "2015-04-08 13:37:22.859115"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2405"], ["description", "I-am-the-goal-description_2038"], ["version", 1], ["created_at", "2015-04-08 13:37:22.871874"], ["updated_at", "2015-04-08 13:37:22.871874"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5759"], ["description", "I-am-the-task-description_6340"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.876279"], ["updated_at", "2015-04-08 13:37:22.876279"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1394"], ["description", "I-am-the-task-description_5078"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.880572"], ["updated_at", "2015-04-08 13:37:22.880572"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6042"], ["description", "I-am-the-goal-description_4071"], ["version", 1], ["created_at", "2015-04-08 13:37:22.893375"], ["updated_at", "2015-04-08 13:37:22.893375"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4272"], ["description", "I-am-the-task-description_5566"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.898827"], ["updated_at", "2015-04-08 13:37:22.898827"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4380"], ["description", "I-am-the-task-description_9719"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.902784"], ["updated_at", "2015-04-08 13:37:22.902784"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9795"], ["description", "I-am-the-goal-description_5079"], ["version", 1], ["created_at", "2015-04-08 13:37:22.914535"], ["updated_at", "2015-04-08 13:37:22.914535"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task9924"], ["description", "I-am-the-task-description_3390"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.918449"], ["updated_at", "2015-04-08 13:37:22.918449"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5178"], ["description", "I-am-the-task-description_4649"], ["cost", 1], ["created_at", "2015-04-08 13:37:22.922446"], ["updated_at", "2015-04-08 13:37:22.922446"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 18], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:37:22.934118"], ["updated_at", "2015-04-08 13:37:22.934118"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3331ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5447"], ["description", "I-am-the-goal-description_8187"], ["version", 1], ["created_at", "2015-04-08 13:37:26.266962"], ["updated_at", "2015-04-08 13:37:26.266962"], ["tracking", "150408-19"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9138"], ["description", "I-am-the-task-description_9399"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.273315"], ["updated_at", "2015-04-08 13:37:26.273315"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6852"], ["description", "I-am-the-task-description_2867"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.277334"], ["updated_at", "2015-04-08 13:37:26.277334"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 19], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:37:26.284620"], ["updated_at", "2015-04-08 13:37:26.284620"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3587"], ["description", "I-am-the-goal-description_7733"], ["version", 1], ["created_at", "2015-04-08 13:37:26.295611"], ["updated_at", "2015-04-08 13:37:26.295611"], ["tracking", "150408-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7968"], ["description", "I-am-the-task-description_8888"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.299683"], ["updated_at", "2015-04-08 13:37:26.299683"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6030"], ["description", "I-am-the-task-description_6488"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.304365"], ["updated_at", "2015-04-08 13:37:26.304365"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 20], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:37:26.312370"], ["updated_at", "2015-04-08 13:37:26.312370"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9062"], ["description", "I-am-the-goal-description_2375"], ["version", 1], ["created_at", "2015-04-08 13:37:26.320800"], ["updated_at", "2015-04-08 13:37:26.320800"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6544"], ["description", "I-am-the-task-description_8885"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.324966"], ["updated_at", "2015-04-08 13:37:26.324966"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7371"], ["description", "I-am-the-task-description_4241"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.381514"], ["updated_at", "2015-04-08 13:37:26.381514"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.4ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4058"], ["description", "I-am-the-goal-description_4369"], ["version", 1], ["created_at", "2015-04-08 13:37:26.395501"], ["updated_at", "2015-04-08 13:37:26.395501"], ["tracking", "150408-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3346"], ["description", "I-am-the-task-description_1684"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.399902"], ["updated_at", "2015-04-08 13:37:26.399902"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9832"], ["description", "I-am-the-task-description_2450"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.403851"], ["updated_at", "2015-04-08 13:37:26.403851"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:37:26.408828"], ["updated_at", "2015-04-08 13:37:26.408828"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3708"], ["description", "I-am-the-goal-description_3299"], ["version", 1], ["created_at", "2015-04-08 13:37:26.424048"], ["updated_at", "2015-04-08 13:37:26.424048"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6486"], ["description", "I-am-the-task-description_4442"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.428253"], ["updated_at", "2015-04-08 13:37:26.428253"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task8526"], ["description", "I-am-the-task-description_5561"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.434505"], ["updated_at", "2015-04-08 13:37:26.434505"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:37:26.441393"], ["updated_at", "2015-04-08 13:37:26.441393"]]  (1.6ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8802"], ["description", "I-am-the-goal-description_7952"], ["version", 1], ["created_at", "2015-04-08 13:37:26.457474"], ["updated_at", "2015-04-08 13:37:26.457474"], ["tracking", "150408-24"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9354"], ["description", "I-am-the-task-description_5993"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.464964"], ["updated_at", "2015-04-08 13:37:26.464964"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1310"], ["description", "I-am-the-task-description_4480"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.471428"], ["updated_at", "2015-04-08 13:37:26.471428"]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:37:26.479104"], ["updated_at", "2015-04-08 13:37:26.479104"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 7ms (Views: 1.7ms | ActiveRecord: 0.3ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4236"], ["description", "I-am-the-goal-description_7614"], ["version", 1], ["created_at", "2015-04-08 13:37:26.496666"], ["updated_at", "2015-04-08 13:37:26.496666"], ["tracking", "150408-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5216"], ["description", "I-am-the-task-description_420"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.503233"], ["updated_at", "2015-04-08 13:37:26.503233"]]  (1.2ms) commit transaction  (0.3ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7712"], ["description", "I-am-the-task-description_7155"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.513861"], ["updated_at", "2015-04-08 13:37:26.513861"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:37:26.519017"], ["updated_at", "2015-04-08 13:37:26.519017"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 1.7ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9319"], ["description", "I-am-the-goal-description_7283"], ["version", 1], ["created_at", "2015-04-08 13:37:26.543804"], ["updated_at", "2015-04-08 13:37:26.543804"], ["tracking", "150408-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4005"], ["description", "I-am-the-task-description_588"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.547935"], ["updated_at", "2015-04-08 13:37:26.547935"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8244"], ["description", "I-am-the-task-description_6442"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.552231"], ["updated_at", "2015-04-08 13:37:26.552231"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:37:26.558399"], ["updated_at", "2015-04-08 13:37:26.558399"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.6ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 2.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4407"], ["description", "I-am-the-goal-description_9349"], ["version", 1], ["created_at", "2015-04-08 13:37:26.581908"], ["updated_at", "2015-04-08 13:37:26.581908"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7794"], ["description", "I-am-the-task-description_3214"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.586130"], ["updated_at", "2015-04-08 13:37:26.586130"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2770"], ["description", "I-am-the-task-description_5384"], ["cost", 1], ["created_at", "2015-04-08 13:37:26.592144"], ["updated_at", "2015-04-08 13:37:26.592144"]]  (1.2ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:37:26.599775"], ["updated_at", "2015-04-08 13:37:26.599775"]]  (1.5ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:37:26.612178"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 1.9ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8189"], ["description", "I-am-the-goal-description_9971"], ["version", 1], ["created_at", "2015-04-08 13:39:46.342153"], ["updated_at", "2015-04-08 13:39:46.342153"], ["tracking", "150408-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8823"], ["description", "I-am-the-task-description_6863"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.438974"], ["updated_at", "2015-04-08 13:39:46.438974"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5218"], ["description", "I-am-the-task-description_8812"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.444914"], ["updated_at", "2015-04-08 13:39:46.444914"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:39:46.545466"], ["task_id", 1], ["created_at", "2015-04-08 13:39:46.553205"], ["updated_at", "2015-04-08 13:39:46.553205"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:39:46.555171"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 108ms (ActiveRecord: 3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_469"], ["description", "I-am-the-goal-description_3496"], ["version", 1], ["created_at", "2015-04-08 13:39:46.567813"], ["updated_at", "2015-04-08 13:39:46.567813"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4772"], ["description", "I-am-the-task-description_1126"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.571744"], ["updated_at", "2015-04-08 13:39:46.571744"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4571"], ["description", "I-am-the-task-description_3997"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.575842"], ["updated_at", "2015-04-08 13:39:46.575842"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:39:46.582534"], ["task_id", 3], ["created_at", "2015-04-08 13:39:46.583882"], ["updated_at", "2015-04-08 13:39:46.583882"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:39:46.585457"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7610"], ["description", "I-am-the-goal-description_5995"], ["version", 1], ["created_at", "2015-04-08 13:39:46.599140"], ["updated_at", "2015-04-08 13:39:46.599140"], ["tracking", "150408-3"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5473"], ["description", "I-am-the-task-description_362"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.605257"], ["updated_at", "2015-04-08 13:39:46.605257"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9873"], ["description", "I-am-the-task-description_4097"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.610623"], ["updated_at", "2015-04-08 13:39:46.610623"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:39:46.619260"], ["task_id", 5], ["created_at", "2015-04-08 13:39:46.621429"], ["updated_at", "2015-04-08 13:39:46.621429"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:39:46.623183"], ["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 5]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3832"], ["description", "I-am-the-goal-description_6154"], ["version", 1], ["created_at", "2015-04-08 13:39:46.638700"], ["updated_at", "2015-04-08 13:39:46.638700"], ["tracking", "150408-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task8113"], ["description", "I-am-the-task-description_9097"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.644646"], ["updated_at", "2015-04-08 13:39:46.644646"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task5901"], ["description", "I-am-the-task-description_6009"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.648755"], ["updated_at", "2015-04-08 13:39:46.648755"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:39:46.655584"], ["task_id", 7], ["created_at", "2015-04-08 13:39:46.656839"], ["updated_at", "2015-04-08 13:39:46.656839"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:39:46.658352"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_30"], ["description", "I-am-the-goal-description_8590"], ["version", 1], ["created_at", "2015-04-08 13:39:46.664454"], ["updated_at", "2015-04-08 13:39:46.664454"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8200"], ["description", "I-am-the-task-description_882"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.668900"], ["updated_at", "2015-04-08 13:39:46.668900"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task8653"], ["description", "I-am-the-task-description_9537"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.673115"], ["updated_at", "2015-04-08 13:39:46.673115"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 72ms (Views: 65.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9578"], ["description", "I-am-the-goal-description_9705"], ["version", 1], ["created_at", "2015-04-08 13:39:46.753039"], ["updated_at", "2015-04-08 13:39:46.753039"], ["tracking", "150408-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5631"], ["description", "I-am-the-task-description_44"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.757208"], ["updated_at", "2015-04-08 13:39:46.757208"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task6550"], ["description", "I-am-the-task-description_7627"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.762918"], ["updated_at", "2015-04-08 13:39:46.762918"]]  (1.0ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.7ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4478"], ["description", "I-am-the-goal-description_5028"], ["version", 1], ["created_at", "2015-04-08 13:39:46.814572"], ["updated_at", "2015-04-08 13:39:46.814572"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task3612"], ["description", "I-am-the-task-description_8957"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.818464"], ["updated_at", "2015-04-08 13:39:46.818464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_173"], ["description", "I-am-the-goal-description_9467"], ["version", 1], ["created_at", "2015-04-08 13:39:46.822832"], ["updated_at", "2015-04-08 13:39:46.822832"], ["tracking", "150408-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task3308"], ["description", "I-am-the-task-description_5599"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.828576"], ["updated_at", "2015-04-08 13:39:46.828576"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3891"], ["description", "I-am-the-goal-description_8101"], ["version", 1], ["created_at", "2015-04-08 13:39:46.845714"], ["updated_at", "2015-04-08 13:39:46.845714"], ["tracking", "150408-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task5784"], ["description", "I-am-the-task-description_6939"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.852993"], ["updated_at", "2015-04-08 13:39:46.852993"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1704"], ["description", "I-am-the-task-description_5455"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.859000"], ["updated_at", "2015-04-08 13:39:46.859000"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7852"], ["description", "I-am-the-goal-description_7960"], ["version", 1], ["created_at", "2015-04-08 13:39:46.875156"], ["updated_at", "2015-04-08 13:39:46.875156"], ["tracking", "150408-10"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task4481"], ["description", "I-am-the-task-description_1414"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.882620"], ["updated_at", "2015-04-08 13:39:46.882620"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1503"], ["description", "I-am-the-goal-description_8314"], ["version", 1], ["created_at", "2015-04-08 13:39:46.888334"], ["updated_at", "2015-04-08 13:39:46.888334"], ["tracking", "150408-11"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3647"], ["description", "I-am-the-task-description_2132"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.894564"], ["updated_at", "2015-04-08 13:39:46.894564"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3350"], ["description", "I-am-the-goal-description_9314"], ["version", 1], ["created_at", "2015-04-08 13:39:46.904283"], ["updated_at", "2015-04-08 13:39:46.904283"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9595"], ["description", "I-am-the-task-description_8711"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.908307"], ["updated_at", "2015-04-08 13:39:46.908307"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7077"], ["description", "I-am-the-task-description_4193"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.912355"], ["updated_at", "2015-04-08 13:39:46.912355"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1357"], ["description", "I-am-the-goal-description_1312"], ["version", 1], ["created_at", "2015-04-08 13:39:46.930914"], ["updated_at", "2015-04-08 13:39:46.930914"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9789"], ["description", "I-am-the-task-description_7157"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.934842"], ["updated_at", "2015-04-08 13:39:46.934842"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1620"], ["description", "I-am-the-goal-description_8980"], ["version", 1], ["created_at", "2015-04-08 13:39:46.941379"], ["updated_at", "2015-04-08 13:39:46.941379"], ["tracking", "150408-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task1487"], ["description", "I-am-the-task-description_2921"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.946533"], ["updated_at", "2015-04-08 13:39:46.946533"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_460"], ["description", "I-am-the-goal-description_5101"], ["version", 1], ["created_at", "2015-04-08 13:39:46.958114"], ["updated_at", "2015-04-08 13:39:46.958114"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1246"], ["description", "I-am-the-task-description_9005"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.961965"], ["updated_at", "2015-04-08 13:39:46.961965"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8783"], ["description", "I-am-the-task-description_1006"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.965805"], ["updated_at", "2015-04-08 13:39:46.965805"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6845"], ["description", "I-am-the-goal-description_5201"], ["version", 1], ["created_at", "2015-04-08 13:39:46.978052"], ["updated_at", "2015-04-08 13:39:46.978052"], ["tracking", "150408-16"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8110"], ["description", "I-am-the-task-description_4824"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.981957"], ["updated_at", "2015-04-08 13:39:46.981957"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5999"], ["description", "I-am-the-task-description_9357"], ["cost", 1], ["created_at", "2015-04-08 13:39:46.986088"], ["updated_at", "2015-04-08 13:39:46.986088"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1040"], ["description", "I-am-the-goal-description_7017"], ["version", 1], ["created_at", "2015-04-08 13:39:46.999859"], ["updated_at", "2015-04-08 13:39:46.999859"], ["tracking", "150408-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3060"], ["description", "I-am-the-task-description_5091"], ["cost", 1], ["created_at", "2015-04-08 13:39:47.005495"], ["updated_at", "2015-04-08 13:39:47.005495"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7645"], ["description", "I-am-the-task-description_6147"], ["cost", 1], ["created_at", "2015-04-08 13:39:47.010116"], ["updated_at", "2015-04-08 13:39:47.010116"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1040"], ["description", "I-am-the-goal-description_8084"], ["version", 1], ["created_at", "2015-04-08 13:39:47.021759"], ["updated_at", "2015-04-08 13:39:47.021759"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8494"], ["description", "I-am-the-task-description_5407"], ["cost", 1], ["created_at", "2015-04-08 13:39:47.026161"], ["updated_at", "2015-04-08 13:39:47.026161"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5246"], ["description", "I-am-the-task-description_1817"], ["cost", 1], ["created_at", "2015-04-08 13:39:47.030242"], ["updated_at", "2015-04-08 13:39:47.030242"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:39:47.042030"], ["updated_at", "2015-04-08 13:39:47.042030"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3814ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1118"], ["description", "I-am-the-goal-description_1705"], ["version", 1], ["created_at", "2015-04-08 13:39:50.859014"], ["updated_at", "2015-04-08 13:39:50.859014"], ["tracking", "150408-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5029"], ["description", "I-am-the-task-description_6031"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.867788"], ["updated_at", "2015-04-08 13:39:50.867788"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2528"], ["description", "I-am-the-task-description_4694"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.874202"], ["updated_at", "2015-04-08 13:39:50.874202"]]  (1.6ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:39:50.888764"], ["updated_at", "2015-04-08 13:39:50.888764"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5604"], ["description", "I-am-the-goal-description_7174"], ["version", 1], ["created_at", "2015-04-08 13:39:50.899782"], ["updated_at", "2015-04-08 13:39:50.899782"], ["tracking", "150408-20"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1279"], ["description", "I-am-the-task-description_5881"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.905023"], ["updated_at", "2015-04-08 13:39:50.905023"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4743"], ["description", "I-am-the-task-description_2430"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.908944"], ["updated_at", "2015-04-08 13:39:50.908944"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:39:50.915579"], ["updated_at", "2015-04-08 13:39:50.915579"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7234"], ["description", "I-am-the-goal-description_2282"], ["version", 1], ["created_at", "2015-04-08 13:39:50.926298"], ["updated_at", "2015-04-08 13:39:50.926298"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task3343"], ["description", "I-am-the-task-description_7646"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.933098"], ["updated_at", "2015-04-08 13:39:50.933098"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7971"], ["description", "I-am-the-task-description_4906"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.939545"], ["updated_at", "2015-04-08 13:39:50.939545"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3896"], ["description", "I-am-the-goal-description_9574"], ["version", 1], ["created_at", "2015-04-08 13:39:50.953757"], ["updated_at", "2015-04-08 13:39:50.953757"], ["tracking", "150408-22"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9155"], ["description", "I-am-the-task-description_715"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.957819"], ["updated_at", "2015-04-08 13:39:50.957819"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3108"], ["description", "I-am-the-task-description_2409"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.961785"], ["updated_at", "2015-04-08 13:39:50.961785"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:39:50.965817"], ["updated_at", "2015-04-08 13:39:50.965817"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1808"], ["description", "I-am-the-goal-description_8044"], ["version", 1], ["created_at", "2015-04-08 13:39:50.978323"], ["updated_at", "2015-04-08 13:39:50.978323"], ["tracking", "150408-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task8603"], ["description", "I-am-the-task-description_570"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.983163"], ["updated_at", "2015-04-08 13:39:50.983163"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3600"], ["description", "I-am-the-task-description_6882"], ["cost", 1], ["created_at", "2015-04-08 13:39:50.987443"], ["updated_at", "2015-04-08 13:39:50.987443"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:39:50.991262"], ["updated_at", "2015-04-08 13:39:50.991262"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2380"], ["description", "I-am-the-goal-description_9782"], ["version", 1], ["created_at", "2015-04-08 13:39:51.005292"], ["updated_at", "2015-04-08 13:39:51.005292"], ["tracking", "150408-24"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4081"], ["description", "I-am-the-task-description_4794"], ["cost", 1], ["created_at", "2015-04-08 13:39:51.009305"], ["updated_at", "2015-04-08 13:39:51.009305"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4839"], ["description", "I-am-the-task-description_5446"], ["cost", 1], ["created_at", "2015-04-08 13:39:51.013252"], ["updated_at", "2015-04-08 13:39:51.013252"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:39:51.017758"], ["updated_at", "2015-04-08 13:39:51.017758"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 1.5ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5255"], ["description", "I-am-the-goal-description_5567"], ["version", 1], ["created_at", "2015-04-08 13:39:51.035602"], ["updated_at", "2015-04-08 13:39:51.035602"], ["tracking", "150408-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task3537"], ["description", "I-am-the-task-description_5018"], ["cost", 1], ["created_at", "2015-04-08 13:39:51.041845"], ["updated_at", "2015-04-08 13:39:51.041845"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5805"], ["description", "I-am-the-task-description_1113"], ["cost", 1], ["created_at", "2015-04-08 13:39:51.047175"], ["updated_at", "2015-04-08 13:39:51.047175"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:39:51.052934"], ["updated_at", "2015-04-08 13:39:51.052934"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.9ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (23.4ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 31ms (ActiveRecord: 24.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1582"], ["description", "I-am-the-goal-description_1208"], ["version", 1], ["created_at", "2015-04-08 13:39:51.094885"], ["updated_at", "2015-04-08 13:39:51.094885"], ["tracking", "150408-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1651"], ["description", "I-am-the-task-description_9949"], ["cost", 1], ["created_at", "2015-04-08 13:39:51.100149"], ["updated_at", "2015-04-08 13:39:51.100149"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2472"], ["description", "I-am-the-task-description_6983"], ["cost", 1], ["created_at", "2015-04-08 13:39:51.104820"], ["updated_at", "2015-04-08 13:39:51.104820"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:39:51.109597"], ["updated_at", "2015-04-08 13:39:51.109597"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1342"], ["description", "I-am-the-goal-description_2613"], ["version", 1], ["created_at", "2015-04-08 13:39:51.122972"], ["updated_at", "2015-04-08 13:39:51.122972"], ["tracking", "150408-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3082"], ["description", "I-am-the-task-description_8788"], ["cost", 1], ["created_at", "2015-04-08 13:39:51.127063"], ["updated_at", "2015-04-08 13:39:51.127063"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9697"], ["description", "I-am-the-task-description_8509"], ["cost", 1], ["created_at", "2015-04-08 13:39:51.131371"], ["updated_at", "2015-04-08 13:39:51.131371"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:39:51.136096"], ["updated_at", "2015-04-08 13:39:51.136096"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:39:51.142499"], ["id", 57]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4309"], ["description", "I-am-the-goal-description_1972"], ["version", 1], ["created_at", "2015-04-08 13:40:04.497462"], ["updated_at", "2015-04-08 13:40:04.497462"], ["tracking", "150408-1"]]  (1.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9371"], ["description", "I-am-the-goal-description_4278"], ["version", 1], ["created_at", "2015-04-08 13:40:04.550739"], ["updated_at", "2015-04-08 13:40:04.550739"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 17.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5708"], ["description", "I-am-the-goal-description_2271"], ["version", 1], ["created_at", "2015-04-08 13:40:04.660023"], ["updated_at", "2015-04-08 13:40:04.660023"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5809"], ["description", "I-am-the-goal-description_9133"], ["version", 1], ["created_at", "2015-04-08 13:40:04.665318"], ["updated_at", "2015-04-08 13:40:04.665318"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5695"], ["description", "I-am-the-goal-description_4972"], ["version", 1], ["created_at", "2015-04-08 13:40:04.691924"], ["updated_at", "2015-04-08 13:40:04.691924"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_436"], ["description", "I-am-the-goal-description_950"], ["version", 1], ["created_at", "2015-04-08 13:40:04.696711"], ["updated_at", "2015-04-08 13:40:04.696711"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4863"], ["description", "I-am-the-goal-description_4927"], ["version", 1], ["created_at", "2015-04-08 13:40:04.707871"], ["updated_at", "2015-04-08 13:40:04.707871"], ["tracking", "150408-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:40:04.720574"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3260ms (ActiveRecord: 1.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1715"], ["description", "I-am-the-goal-description_8853"], ["version", 1], ["created_at", "2015-04-08 13:40:07.976375"], ["updated_at", "2015-04-08 13:40:07.976375"], ["tracking", "150408-4"]]  (2.5ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:40:07.986607"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_603"], ["description", "I-am-the-goal-description_733"], ["version", 1], ["created_at", "2015-04-08 13:40:07.993310"], ["updated_at", "2015-04-08 13:40:07.993310"], ["tracking", "150408-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.2ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:40:08.001501"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9660"], ["description", "I-am-the-goal-description_7830"], ["version", 1], ["created_at", "2015-04-08 13:40:08.009650"], ["updated_at", "2015-04-08 13:40:08.009650"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.6ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:40:08.016327"], ["id", 10]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2546"], ["description", "I-am-the-goal-description_920"], ["version", 1], ["created_at", "2015-04-08 13:40:08.035248"], ["updated_at", "2015-04-08 13:40:08.035248"], ["tracking", "150408-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3220"], ["description", "I-am-the-task-description_8340"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.047423"], ["updated_at", "2015-04-08 13:40:08.047423"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 13:40:08.060259"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 13:40:08.061479"], ["updated_at", "2015-04-08 13:40:08.061479"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 13:40:08.063514"], ["id", 1]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 13:40:08 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 13:40:08 UTC", "updated_at"=>"2015-04-08 13:40:08 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 13:40:08.074944"], ["created_at", "2015-04-08 13:40:08.076952"], ["updated_at", "2015-04-08 13:40:08.076952"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6848"], ["description", "I-am-the-goal-description_8742"], ["version", 1], ["created_at", "2015-04-08 13:40:08.088611"], ["updated_at", "2015-04-08 13:40:08.088611"], ["tracking", "150408-8"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4415"], ["description", "I-am-the-task-description_7846"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.094645"], ["updated_at", "2015-04-08 13:40:08.094645"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3302"], ["description", "I-am-the-task-description_5855"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.099703"], ["updated_at", "2015-04-08 13:40:08.099703"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:40:08.107837"], ["task_id", 2], ["created_at", "2015-04-08 13:40:08.109313"], ["updated_at", "2015-04-08 13:40:08.109313"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:40:08.111293"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2373"], ["description", "I-am-the-goal-description_6486"], ["version", 1], ["created_at", "2015-04-08 13:40:08.119119"], ["updated_at", "2015-04-08 13:40:08.119119"], ["tracking", "150408-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1717"], ["description", "I-am-the-task-description_5000"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.123822"], ["updated_at", "2015-04-08 13:40:08.123822"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3993"], ["description", "I-am-the-task-description_2986"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.128673"], ["updated_at", "2015-04-08 13:40:08.128673"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:40:08.191764"], ["task_id", 4], ["created_at", "2015-04-08 13:40:08.193033"], ["updated_at", "2015-04-08 13:40:08.193033"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:40:08.195107"], ["id", 4]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 2.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4701"], ["description", "I-am-the-goal-description_5411"], ["version", 1], ["created_at", "2015-04-08 13:40:08.203197"], ["updated_at", "2015-04-08 13:40:08.203197"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5400"], ["description", "I-am-the-task-description_7312"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.208463"], ["updated_at", "2015-04-08 13:40:08.208463"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task309"], ["description", "I-am-the-task-description_5769"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.212906"], ["updated_at", "2015-04-08 13:40:08.212906"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:40:08.220886"], ["task_id", 6], ["created_at", "2015-04-08 13:40:08.222138"], ["updated_at", "2015-04-08 13:40:08.222138"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:40:08.223687"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3367"], ["description", "I-am-the-goal-description_6374"], ["version", 1], ["created_at", "2015-04-08 13:40:08.232254"], ["updated_at", "2015-04-08 13:40:08.232254"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task637"], ["description", "I-am-the-task-description_2669"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.236862"], ["updated_at", "2015-04-08 13:40:08.236862"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6475"], ["description", "I-am-the-task-description_6505"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.240920"], ["updated_at", "2015-04-08 13:40:08.240920"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:40:08.247595"], ["task_id", 8], ["created_at", "2015-04-08 13:40:08.248868"], ["updated_at", "2015-04-08 13:40:08.248868"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:40:08.250465"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5193"], ["description", "I-am-the-goal-description_6768"], ["version", 1], ["created_at", "2015-04-08 13:40:08.258020"], ["updated_at", "2015-04-08 13:40:08.258020"], ["tracking", "150408-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1790"], ["description", "I-am-the-task-description_8700"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.262054"], ["updated_at", "2015-04-08 13:40:08.262054"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8687"], ["description", "I-am-the-task-description_6167"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.266115"], ["updated_at", "2015-04-08 13:40:08.266115"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5335"], ["description", "I-am-the-goal-description_2410"], ["version", 1], ["created_at", "2015-04-08 13:40:08.280092"], ["updated_at", "2015-04-08 13:40:08.280092"], ["tracking", "150408-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task79"], ["description", "I-am-the-task-description_5328"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.284611"], ["updated_at", "2015-04-08 13:40:08.284611"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8729"], ["description", "I-am-the-task-description_7143"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.289001"], ["updated_at", "2015-04-08 13:40:08.289001"]]  (0.9ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2734"], ["description", "I-am-the-goal-description_5662"], ["version", 1], ["created_at", "2015-04-08 13:40:08.332818"], ["updated_at", "2015-04-08 13:40:08.332818"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6088"], ["description", "I-am-the-task-description_9672"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.336797"], ["updated_at", "2015-04-08 13:40:08.336797"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8463"], ["description", "I-am-the-goal-description_4168"], ["version", 1], ["created_at", "2015-04-08 13:40:08.340925"], ["updated_at", "2015-04-08 13:40:08.340925"], ["tracking", "150408-15"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1284"], ["description", "I-am-the-task-description_5035"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.344925"], ["updated_at", "2015-04-08 13:40:08.344925"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1890"], ["description", "I-am-the-goal-description_3636"], ["version", 1], ["created_at", "2015-04-08 13:40:08.354976"], ["updated_at", "2015-04-08 13:40:08.354976"], ["tracking", "150408-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7861"], ["description", "I-am-the-task-description_2093"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.358928"], ["updated_at", "2015-04-08 13:40:08.358928"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7015"], ["description", "I-am-the-task-description_7259"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.362922"], ["updated_at", "2015-04-08 13:40:08.362922"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9424"], ["description", "I-am-the-goal-description_3594"], ["version", 1], ["created_at", "2015-04-08 13:40:08.379676"], ["updated_at", "2015-04-08 13:40:08.379676"], ["tracking", "150408-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task1173"], ["description", "I-am-the-task-description_109"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.384545"], ["updated_at", "2015-04-08 13:40:08.384545"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_334"], ["description", "I-am-the-goal-description_2018"], ["version", 1], ["created_at", "2015-04-08 13:40:08.389218"], ["updated_at", "2015-04-08 13:40:08.389218"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1084"], ["description", "I-am-the-task-description_7256"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.393771"], ["updated_at", "2015-04-08 13:40:08.393771"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6673"], ["description", "I-am-the-goal-description_4266"], ["version", 1], ["created_at", "2015-04-08 13:40:08.404970"], ["updated_at", "2015-04-08 13:40:08.404970"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task8362"], ["description", "I-am-the-task-description_3354"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.408936"], ["updated_at", "2015-04-08 13:40:08.408936"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task8126"], ["description", "I-am-the-task-description_1892"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.412805"], ["updated_at", "2015-04-08 13:40:08.412805"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5564"], ["description", "I-am-the-goal-description_8408"], ["version", 1], ["created_at", "2015-04-08 13:40:08.429494"], ["updated_at", "2015-04-08 13:40:08.429494"], ["tracking", "150408-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task582"], ["description", "I-am-the-task-description_8525"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.434728"], ["updated_at", "2015-04-08 13:40:08.434728"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3052"], ["description", "I-am-the-goal-description_3763"], ["version", 1], ["created_at", "2015-04-08 13:40:08.441247"], ["updated_at", "2015-04-08 13:40:08.441247"], ["tracking", "150408-21"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8887"], ["description", "I-am-the-task-description_516"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.446576"], ["updated_at", "2015-04-08 13:40:08.446576"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.6ms) Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7051"], ["description", "I-am-the-goal-description_3381"], ["version", 1], ["created_at", "2015-04-08 13:40:08.458379"], ["updated_at", "2015-04-08 13:40:08.458379"], ["tracking", "150408-22"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6723"], ["description", "I-am-the-task-description_6939"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.462351"], ["updated_at", "2015-04-08 13:40:08.462351"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1339"], ["description", "I-am-the-task-description_1446"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.466326"], ["updated_at", "2015-04-08 13:40:08.466326"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2024"], ["description", "I-am-the-goal-description_9593"], ["version", 1], ["created_at", "2015-04-08 13:40:08.479578"], ["updated_at", "2015-04-08 13:40:08.479578"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9185"], ["description", "I-am-the-task-description_7616"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.483621"], ["updated_at", "2015-04-08 13:40:08.483621"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6501"], ["description", "I-am-the-task-description_6217"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.487518"], ["updated_at", "2015-04-08 13:40:08.487518"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_143"], ["description", "I-am-the-goal-description_8824"], ["version", 1], ["created_at", "2015-04-08 13:40:08.500940"], ["updated_at", "2015-04-08 13:40:08.500940"], ["tracking", "150408-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7669"], ["description", "I-am-the-task-description_6029"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.506461"], ["updated_at", "2015-04-08 13:40:08.506461"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4533"], ["description", "I-am-the-task-description_5281"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.510433"], ["updated_at", "2015-04-08 13:40:08.510433"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9102"], ["description", "I-am-the-goal-description_3013"], ["version", 1], ["created_at", "2015-04-08 13:40:08.523315"], ["updated_at", "2015-04-08 13:40:08.523315"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7518"], ["description", "I-am-the-task-description_4304"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.527113"], ["updated_at", "2015-04-08 13:40:08.527113"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task9650"], ["description", "I-am-the-task-description_4803"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.530976"], ["updated_at", "2015-04-08 13:40:08.530976"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:40:08.542688"], ["updated_at", "2015-04-08 13:40:08.542688"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_352"], ["description", "I-am-the-goal-description_6341"], ["version", 1], ["created_at", "2015-04-08 13:40:08.549477"], ["updated_at", "2015-04-08 13:40:08.549477"], ["tracking", "150408-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3864"], ["description", "I-am-the-task-description_6827"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.554273"], ["updated_at", "2015-04-08 13:40:08.554273"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task380"], ["description", "I-am-the-task-description_9829"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.559193"], ["updated_at", "2015-04-08 13:40:08.559193"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:40:08.565387"], ["updated_at", "2015-04-08 13:40:08.565387"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9797"], ["description", "I-am-the-goal-description_9501"], ["version", 1], ["created_at", "2015-04-08 13:40:08.575369"], ["updated_at", "2015-04-08 13:40:08.575369"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4390"], ["description", "I-am-the-task-description_883"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.579937"], ["updated_at", "2015-04-08 13:40:08.579937"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task1650"], ["description", "I-am-the-task-description_23"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.584493"], ["updated_at", "2015-04-08 13:40:08.584493"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:40:08.591778"], ["updated_at", "2015-04-08 13:40:08.591778"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3253"], ["description", "I-am-the-goal-description_2719"], ["version", 1], ["created_at", "2015-04-08 13:40:08.599292"], ["updated_at", "2015-04-08 13:40:08.599292"], ["tracking", "150408-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6178"], ["description", "I-am-the-task-description_7542"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.604704"], ["updated_at", "2015-04-08 13:40:08.604704"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task2291"], ["description", "I-am-the-task-description_4589"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.609329"], ["updated_at", "2015-04-08 13:40:08.609329"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7115"], ["description", "I-am-the-goal-description_6611"], ["version", 1], ["created_at", "2015-04-08 13:40:08.622142"], ["updated_at", "2015-04-08 13:40:08.622142"], ["tracking", "150408-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9770"], ["description", "I-am-the-task-description_847"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.626123"], ["updated_at", "2015-04-08 13:40:08.626123"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7625"], ["description", "I-am-the-task-description_1114"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.630053"], ["updated_at", "2015-04-08 13:40:08.630053"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:40:08.633930"], ["updated_at", "2015-04-08 13:40:08.633930"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5381"], ["description", "I-am-the-goal-description_5210"], ["version", 1], ["created_at", "2015-04-08 13:40:08.645778"], ["updated_at", "2015-04-08 13:40:08.645778"], ["tracking", "150408-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6257"], ["description", "I-am-the-task-description_485"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.650269"], ["updated_at", "2015-04-08 13:40:08.650269"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9300"], ["description", "I-am-the-task-description_7959"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.655427"], ["updated_at", "2015-04-08 13:40:08.655427"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:40:08.659695"], ["updated_at", "2015-04-08 13:40:08.659695"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 64ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4137"], ["description", "I-am-the-goal-description_2017"], ["version", 1], ["created_at", "2015-04-08 13:40:08.731587"], ["updated_at", "2015-04-08 13:40:08.731587"], ["tracking", "150408-31"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task1449"], ["description", "I-am-the-task-description_8424"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.736923"], ["updated_at", "2015-04-08 13:40:08.736923"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task6338"], ["description", "I-am-the-task-description_2972"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.741402"], ["updated_at", "2015-04-08 13:40:08.741402"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:40:08.746494"], ["updated_at", "2015-04-08 13:40:08.746494"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.5ms) Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6611"], ["description", "I-am-the-goal-description_5303"], ["version", 1], ["created_at", "2015-04-08 13:40:08.760219"], ["updated_at", "2015-04-08 13:40:08.760219"], ["tracking", "150408-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task7483"], ["description", "I-am-the-task-description_5068"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.765073"], ["updated_at", "2015-04-08 13:40:08.765073"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task8466"], ["description", "I-am-the-task-description_441"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.770529"], ["updated_at", "2015-04-08 13:40:08.770529"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:40:08.775980"], ["updated_at", "2015-04-08 13:40:08.775980"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4668"], ["description", "I-am-the-goal-description_8119"], ["version", 1], ["created_at", "2015-04-08 13:40:08.789522"], ["updated_at", "2015-04-08 13:40:08.789522"], ["tracking", "150408-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task5233"], ["description", "I-am-the-task-description_1054"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.793382"], ["updated_at", "2015-04-08 13:40:08.793382"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task9362"], ["description", "I-am-the-task-description_7275"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.798273"], ["updated_at", "2015-04-08 13:40:08.798273"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.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-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:40:08.803036"], ["updated_at", "2015-04-08 13:40:08.803036"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8788"], ["description", "I-am-the-goal-description_2625"], ["version", 1], ["created_at", "2015-04-08 13:40:08.817532"], ["updated_at", "2015-04-08 13:40:08.817532"], ["tracking", "150408-34"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task959"], ["description", "I-am-the-task-description_8077"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.822266"], ["updated_at", "2015-04-08 13:40:08.822266"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7812"], ["description", "I-am-the-task-description_350"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.826757"], ["updated_at", "2015-04-08 13:40:08.826757"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:40:08.830708"], ["updated_at", "2015-04-08 13:40:08.830708"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:40:08.837330"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3195"], ["description", "I-am-the-goal-description_7476"], ["version", 1], ["created_at", "2015-04-08 13:40:08.844481"], ["updated_at", "2015-04-08 13:40:08.844481"], ["tracking", "150408-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6042"], ["description", "I-am-the-goal-description_2541"], ["version", 1], ["created_at", "2015-04-08 13:40:08.849390"], ["updated_at", "2015-04-08 13:40:08.849390"], ["tracking", "150408-36"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task4208"], ["description", "I-am-the-task-description_6084"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.854688"], ["updated_at", "2015-04-08 13:40:08.854688"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6838"], ["description", "I-am-the-goal-description_3261"], ["version", 1], ["created_at", "2015-04-08 13:40:08.859498"], ["updated_at", "2015-04-08 13:40:08.859498"], ["tracking", "150408-37"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task5793"], ["description", "I-am-the-task-description_1454"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.863552"], ["updated_at", "2015-04-08 13:40:08.863552"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7930"], ["description", "I-am-the-goal-description_7260"], ["version", 1], ["created_at", "2015-04-08 13:40:08.866600"], ["updated_at", "2015-04-08 13:40:08.866600"], ["tracking", "150408-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task8097"], ["description", "I-am-the-task-description_385"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.871182"], ["updated_at", "2015-04-08 13:40:08.871182"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task8476"], ["description", "I-am-the-task-description_703"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.875822"], ["updated_at", "2015-04-08 13:40:08.875822"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task1480"], ["description", "I-am-the-task-description_8645"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.880900"], ["updated_at", "2015-04-08 13:40:08.880900"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task810"], ["description", "I-am-the-task-description_2430"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.885806"], ["updated_at", "2015-04-08 13:40:08.885806"]]  (1.1ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7324"], ["description", "I-am-the-goal-description_9119"], ["version", 1], ["created_at", "2015-04-08 13:40:08.893863"], ["updated_at", "2015-04-08 13:40:08.893863"], ["tracking", "150408-39"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8150"], ["description", "I-am-the-goal-description_9996"], ["version", 1], ["created_at", "2015-04-08 13:40:08.899097"], ["updated_at", "2015-04-08 13:40:08.899097"], ["tracking", "150408-40"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task3104"], ["description", "I-am-the-task-description_8036"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.903087"], ["updated_at", "2015-04-08 13:40:08.903087"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7473"], ["description", "I-am-the-goal-description_5202"], ["version", 1], ["created_at", "2015-04-08 13:40:08.907206"], ["updated_at", "2015-04-08 13:40:08.907206"], ["tracking", "150408-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task5226"], ["description", "I-am-the-task-description_6152"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.911011"], ["updated_at", "2015-04-08 13:40:08.911011"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6968"], ["description", "I-am-the-goal-description_9945"], ["version", 1], ["created_at", "2015-04-08 13:40:08.914450"], ["updated_at", "2015-04-08 13:40:08.914450"], ["tracking", "150408-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task5059"], ["description", "I-am-the-task-description_8131"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.919231"], ["updated_at", "2015-04-08 13:40:08.919231"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task4429"], ["description", "I-am-the-task-description_3831"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.923424"], ["updated_at", "2015-04-08 13:40:08.923424"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task5304"], ["description", "I-am-the-task-description_5845"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.928405"], ["updated_at", "2015-04-08 13:40:08.928405"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task3232"], ["description", "I-am-the-task-description_3523"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.932693"], ["updated_at", "2015-04-08 13:40:08.932693"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4326"], ["description", "I-am-the-goal-description_6141"], ["version", 1], ["created_at", "2015-04-08 13:40:08.936548"], ["updated_at", "2015-04-08 13:40:08.936548"], ["tracking", "150408-43"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8050"], ["description", "I-am-the-goal-description_9912"], ["version", 1], ["created_at", "2015-04-08 13:40:08.945326"], ["updated_at", "2015-04-08 13:40:08.945326"], ["tracking", "150408-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5282"], ["description", "I-am-the-goal-description_8113"], ["version", 1], ["created_at", "2015-04-08 13:40:08.950744"], ["updated_at", "2015-04-08 13:40:08.950744"], ["tracking", "150408-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task6242"], ["description", "I-am-the-task-description_409"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.954566"], ["updated_at", "2015-04-08 13:40:08.954566"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7478"], ["description", "I-am-the-goal-description_6458"], ["version", 1], ["created_at", "2015-04-08 13:40:08.959081"], ["updated_at", "2015-04-08 13:40:08.959081"], ["tracking", "150408-46"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task9539"], ["description", "I-am-the-task-description_552"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.963799"], ["updated_at", "2015-04-08 13:40:08.963799"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6732"], ["description", "I-am-the-goal-description_5559"], ["version", 1], ["created_at", "2015-04-08 13:40:08.966973"], ["updated_at", "2015-04-08 13:40:08.966973"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task2926"], ["description", "I-am-the-task-description_3506"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.971547"], ["updated_at", "2015-04-08 13:40:08.971547"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task9531"], ["description", "I-am-the-task-description_2619"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.976184"], ["updated_at", "2015-04-08 13:40:08.976184"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task3581"], ["description", "I-am-the-task-description_3488"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.980852"], ["updated_at", "2015-04-08 13:40:08.980852"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task3929"], ["description", "I-am-the-task-description_2133"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.985471"], ["updated_at", "2015-04-08 13:40:08.985471"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task4745"], ["description", "I-am-the-task-description_5408"], ["cost", 1], ["created_at", "2015-04-08 13:40:08.991105"], ["updated_at", "2015-04-08 13:40:08.991105"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7216"], ["description", "I-am-the-goal-description_8072"], ["version", 1], ["created_at", "2015-04-08 13:40:08.998983"], ["updated_at", "2015-04-08 13:40:08.998983"], ["tracking", "150408-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5824"], ["description", "I-am-the-goal-description_8167"], ["version", 1], ["created_at", "2015-04-08 13:40:09.005763"], ["updated_at", "2015-04-08 13:40:09.005763"], ["tracking", "150408-49"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task9397"], ["description", "I-am-the-task-description_1237"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.009806"], ["updated_at", "2015-04-08 13:40:09.009806"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_87"], ["description", "I-am-the-goal-description_2869"], ["version", 1], ["created_at", "2015-04-08 13:40:09.014262"], ["updated_at", "2015-04-08 13:40:09.014262"], ["tracking", "150408-50"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task2251"], ["description", "I-am-the-task-description_432"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.018239"], ["updated_at", "2015-04-08 13:40:09.018239"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3380"], ["description", "I-am-the-goal-description_9734"], ["version", 1], ["created_at", "2015-04-08 13:40:09.021200"], ["updated_at", "2015-04-08 13:40:09.021200"], ["tracking", "150408-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task2641"], ["description", "I-am-the-task-description_9796"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.025720"], ["updated_at", "2015-04-08 13:40:09.025720"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task8214"], ["description", "I-am-the-task-description_921"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.030253"], ["updated_at", "2015-04-08 13:40:09.030253"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task4957"], ["description", "I-am-the-task-description_1627"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.035288"], ["updated_at", "2015-04-08 13:40:09.035288"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task6427"], ["description", "I-am-the-task-description_3950"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.040896"], ["updated_at", "2015-04-08 13:40:09.040896"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task299"], ["description", "I-am-the-task-description_9497"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.045250"], ["updated_at", "2015-04-08 13:40:09.045250"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_817"], ["description", "I-am-the-goal-description_1393"], ["version", 1], ["created_at", "2015-04-08 13:40:09.051996"], ["updated_at", "2015-04-08 13:40:09.051996"], ["tracking", "150408-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task5662"], ["description", "I-am-the-task-description_6815"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.056298"], ["updated_at", "2015-04-08 13:40:09.056298"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8870"], ["description", "I-am-the-goal-description_3848"], ["version", 1], ["created_at", "2015-04-08 13:40:09.061580"], ["updated_at", "2015-04-08 13:40:09.061580"], ["tracking", "150408-53"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task4907"], ["description", "I-am-the-task-description_5820"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.066017"], ["updated_at", "2015-04-08 13:40:09.066017"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8087"], ["description", "I-am-the-goal-description_7454"], ["version", 1], ["created_at", "2015-04-08 13:40:09.071825"], ["updated_at", "2015-04-08 13:40:09.071825"], ["tracking", "150408-54"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task7133"], ["description", "I-am-the-task-description_2337"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.076038"], ["updated_at", "2015-04-08 13:40:09.076038"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9636"], ["description", "I-am-the-goal-description_9353"], ["version", 1], ["created_at", "2015-04-08 13:40:09.082441"], ["updated_at", "2015-04-08 13:40:09.082441"], ["tracking", "150408-55"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task462"], ["description", "I-am-the-task-description_4738"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.088507"], ["updated_at", "2015-04-08 13:40:09.088507"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7495"], ["description", "I-am-the-goal-description_604"], ["version", 1], ["created_at", "2015-04-08 13:40:09.094828"], ["updated_at", "2015-04-08 13:40:09.094828"], ["tracking", "150408-56"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4201"], ["description", "I-am-the-goal-description_1388"], ["version", 1], ["created_at", "2015-04-08 13:40:09.100263"], ["updated_at", "2015-04-08 13:40:09.100263"], ["tracking", "150408-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_471"], ["description", "I-am-the-goal-description_5255"], ["version", 1], ["created_at", "2015-04-08 13:40:09.105417"], ["updated_at", "2015-04-08 13:40:09.105417"], ["tracking", "150408-58"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3151"], ["description", "I-am-the-goal-description_5575"], ["version", 1], ["created_at", "2015-04-08 13:40:09.110884"], ["updated_at", "2015-04-08 13:40:09.110884"], ["tracking", "150408-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1567"], ["description", "I-am-the-goal-description_8618"], ["version", 1], ["created_at", "2015-04-08 13:40:09.116097"], ["updated_at", "2015-04-08 13:40:09.116097"], ["tracking", "150408-60"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9697"], ["description", "I-am-the-goal-description_5723"], ["version", 1], ["created_at", "2015-04-08 13:40:09.122977"], ["updated_at", "2015-04-08 13:40:09.122977"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4710"], ["description", "I-am-the-goal-description_9171"], ["version", 1], ["created_at", "2015-04-08 13:40:09.128332"], ["updated_at", "2015-04-08 13:40:09.128332"], ["tracking", "150408-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8228"], ["description", "I-am-the-goal-description_7041"], ["version", 1], ["created_at", "2015-04-08 13:40:09.134401"], ["updated_at", "2015-04-08 13:40:09.134401"], ["tracking", "150408-63"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task2916"], ["description", "I-am-the-task-description_3776"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.139792"], ["updated_at", "2015-04-08 13:40:09.139792"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6601"], ["description", "I-am-the-goal-description_3332"], ["version", 1], ["created_at", "2015-04-08 13:40:09.145904"], ["updated_at", "2015-04-08 13:40:09.145904"], ["tracking", "150408-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5109"], ["description", "I-am-the-goal-description_5319"], ["version", 1], ["created_at", "2015-04-08 13:40:09.151105"], ["updated_at", "2015-04-08 13:40:09.151105"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9769"], ["description", "I-am-the-goal-description_5096"], ["version", 1], ["created_at", "2015-04-08 13:40:09.157810"], ["updated_at", "2015-04-08 13:40:09.157810"], ["tracking", "150408-66"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7895"], ["description", "I-am-the-goal-description_6290"], ["version", 1], ["created_at", "2015-04-08 13:40:09.164417"], ["updated_at", "2015-04-08 13:40:09.164417"], ["tracking", "150408-67"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task9236"], ["description", "I-am-the-task-description_899"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.168980"], ["updated_at", "2015-04-08 13:40:09.168980"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4932"], ["description", "I-am-the-goal-description_4420"], ["version", 1], ["created_at", "2015-04-08 13:40:09.173649"], ["updated_at", "2015-04-08 13:40:09.173649"], ["tracking", "150408-68"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task9694"], ["description", "I-am-the-task-description_4393"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.178855"], ["updated_at", "2015-04-08 13:40:09.178855"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6294"], ["description", "I-am-the-goal-description_4489"], ["version", 1], ["created_at", "2015-04-08 13:40:09.183398"], ["updated_at", "2015-04-08 13:40:09.183398"], ["tracking", "150408-69"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task6738"], ["description", "I-am-the-task-description_6230"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.189481"], ["updated_at", "2015-04-08 13:40:09.189481"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4575"], ["description", "I-am-the-goal-description_626"], ["version", 1], ["created_at", "2015-04-08 13:40:09.194681"], ["updated_at", "2015-04-08 13:40:09.194681"], ["tracking", "150408-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task453"], ["description", "I-am-the-task-description_7952"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.199501"], ["updated_at", "2015-04-08 13:40:09.199501"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6252"], ["description", "I-am-the-goal-description_7209"], ["version", 1], ["created_at", "2015-04-08 13:40:09.204045"], ["updated_at", "2015-04-08 13:40:09.204045"], ["tracking", "150408-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task679"], ["description", "I-am-the-task-description_837"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.208862"], ["updated_at", "2015-04-08 13:40:09.208862"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8286"], ["description", "I-am-the-goal-description_8567"], ["version", 1], ["created_at", "2015-04-08 13:40:09.214102"], ["updated_at", "2015-04-08 13:40:09.214102"], ["tracking", "150408-72"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task4758"], ["description", "I-am-the-task-description_2809"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.218030"], ["updated_at", "2015-04-08 13:40:09.218030"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9368"], ["description", "I-am-the-goal-description_3164"], ["version", 1], ["created_at", "2015-04-08 13:40:09.222845"], ["updated_at", "2015-04-08 13:40:09.222845"], ["tracking", "150408-73"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task372"], ["description", "I-am-the-task-description_2347"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.227531"], ["updated_at", "2015-04-08 13:40:09.227531"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5723"], ["description", "I-am-the-goal-description_5708"], ["version", 1], ["created_at", "2015-04-08 13:40:09.232455"], ["updated_at", "2015-04-08 13:40:09.232455"], ["tracking", "150408-74"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task3297"], ["description", "I-am-the-task-description_985"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.236358"], ["updated_at", "2015-04-08 13:40:09.236358"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9521"], ["description", "I-am-the-goal-description_3548"], ["version", 1], ["created_at", "2015-04-08 13:40:09.242865"], ["updated_at", "2015-04-08 13:40:09.242865"], ["tracking", "150408-75"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task4676"], ["description", "I-am-the-task-description_8660"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.246776"], ["updated_at", "2015-04-08 13:40:09.246776"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4820"], ["description", "I-am-the-goal-description_9900"], ["version", 1], ["created_at", "2015-04-08 13:40:09.251997"], ["updated_at", "2015-04-08 13:40:09.251997"], ["tracking", "150408-76"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task1911"], ["description", "I-am-the-task-description_2049"], ["cost", 1], ["created_at", "2015-04-08 13:40:09.256058"], ["updated_at", "2015-04-08 13:40:09.256058"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6168"], ["description", "I-am-the-goal-description_80"], ["version", 1], ["created_at", "2015-04-08 13:40:09.261228"], ["updated_at", "2015-04-08 13:40:09.261228"], ["tracking", "150408-77"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 13:40:09.264486"], ["id", 81]]  (23.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 13:40:09.290242"], ["id", 81]]  (1.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2075"], ["description", "I-am-the-goal-description_1556"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4243"], ["description", "I-am-the-goal-description_1959"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_18"], ["description", "I-am-the-goal-description_6501"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5028"], ["description", "I-am-the-goal-description_9980"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5790"], ["description", "I-am-the-goal-description_4303"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task8216"], ["description", "I-am-the-task-description_9531"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3352"], ["description", "I-am-the-task-description_901"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2635"], ["description", "I-am-the-goal-description_3518"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_26"], ["description", "I-am-the-goal-description_4149"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4226"], ["description", "I-am-the-goal-description_7167"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_231"], ["description", "I-am-the-goal-description_3805"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task4896"], ["description", "I-am-the-task-description_2962"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_746"], ["description", "I-am-the-goal-description_8383"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task2531"], ["description", "I-am-the-task-description_6013"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4065"], ["description", "I-am-the-goal-description_6922"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task9208"], ["description", "I-am-the-task-description_2928"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7578"], ["description", "I-am-the-goal-description_2813"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task9580"], ["description", "I-am-the-task-description_8267"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8324"], ["description", "I-am-the-goal-description_4562"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task7252"], ["description", "I-am-the-task-description_1122"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9694"], ["description", "I-am-the-goal-description_4076"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task5705"], ["description", "I-am-the-task-description_3234"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_350"], ["description", "I-am-the-goal-description_3439"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task7981"], ["description", "I-am-the-task-description_2554"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6698"], ["description", "I-am-the-goal-description_1948"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3989"], ["description", "I-am-the-goal-description_4768"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4297"], ["description", "I-am-the-goal-description_9372"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4158"], ["description", "I-am-the-goal-description_7092"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:40:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (64.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4188.8ms) Completed 200 OK in 4326ms (Views: 4288.4ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 15:40:26 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 15:40:26 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 15:40:26 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 15:40:28 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (324.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (329.2ms) Completed 200 OK in 339ms (Views: 331.2ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:40:28 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 13:40:28.989168"], ["updated_at", "2015-04-08 13:40:28.989168"], ["tracking", "150408-1"]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/goals/1 Completed 302 Found in 15ms (ActiveRecord: 3.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (108.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (118.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (135.8ms) Completed 200 OK in 214ms (Views: 137.1ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_456"], ["description", "I-am-the-goal-description_9842"], ["version", 1], ["created_at", "2015-04-08 13:40:29.344995"], ["updated_at", "2015-04-08 13:40:29.344995"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2981"], ["description", "I-am-the-task-description_2049"], ["cost", 1], ["created_at", "2015-04-08 13:40:29.351439"], ["updated_at", "2015-04-08 13:40:29.351439"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task142"], ["description", "I-am-the-task-description_890"], ["cost", 1], ["created_at", "2015-04-08 13:40:29.356309"], ["updated_at", "2015-04-08 13:40:29.356309"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2347"], ["description", "I-am-the-task-description_5100"], ["cost", 1], ["created_at", "2015-04-08 13:40:29.360298"], ["updated_at", "2015-04-08 13:40:29.360298"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:40:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.3ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.2ms) Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2138"], ["description", "I-am-the-goal-description_7807"], ["version", 1], ["created_at", "2015-04-08 13:40:31.198597"], ["updated_at", "2015-04-08 13:40:31.198597"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:40:31 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:33 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (11.4ms) Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:40:33 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (69.8ms) Completed 200 OK in 73ms (Views: 71.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:33 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7807"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 13:40:33.534088"], ["id", 1]]  (3.1ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 3.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:33 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (11.2ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.7ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5614"], ["description", "I-am-the-goal-description_4815"], ["version", 1], ["created_at", "2015-04-08 13:40:33.676263"], ["updated_at", "2015-04-08 13:40:33.676263"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:40:33 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:35 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:40:35 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (63.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (63.8ms) Completed 200 OK in 66ms (Views: 64.8ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:35 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.3ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:40:35 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.2ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9601"], ["description", "I-am-the-goal-description_113"], ["version", 1], ["created_at", "2015-04-08 13:40:35.699694"], ["updated_at", "2015-04-08 13:40:35.699694"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:35 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 15:40:37 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:40:37.316384"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:40:37 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.7ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9803"], ["description", "I-am-the-goal-description_7436"], ["version", 1], ["created_at", "2015-04-08 13:40:37.457029"], ["updated_at", "2015-04-08 13:40:37.457029"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:37 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 15:40:39 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:40:39.699979"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2706"], ["description", "I-am-the-goal-description_9994"], ["version", 1], ["created_at", "2015-04-08 13:40:39.843373"], ["updated_at", "2015-04-08 13:40:39.843373"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2504"], ["description", "I-am-the-task-description_6151"], ["cost", 1], ["created_at", "2015-04-08 13:40:39.848595"], ["updated_at", "2015-04-08 13:40:39.848595"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (68.8ms) Completed 200 OK in 75ms (Views: 70.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:40:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (8.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (15.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (32.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (63.0ms) Completed 200 OK in 68ms (Views: 63.6ms | ActiveRecord: 1.8ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 15:40:42 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 13:40:42.480461"], ["created_at", "2015-04-08 13:40:42.482527"], ["updated_at", "2015-04-08 13:40:42.482527"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 13:40:42.484244"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:40:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (81.3ms) Completed 200 OK in 86ms (Views: 81.6ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4218"], ["description", "I-am-the-goal-description_4711"], ["version", 1], ["created_at", "2015-04-08 13:40:42.722760"], ["updated_at", "2015-04-08 13:40:42.722760"], ["tracking", "150408-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:40:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:40:44 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.9ms) Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 15:40:44 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (154.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (158.5ms) Completed 200 OK in 163ms (Views: 160.4ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:44 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-08"], ["reminder", "2015-04-15"], ["done", "f"], ["created_at", "2015-04-08 13:40:44.890155"], ["updated_at", "2015-04-08 13:40:44.890155"]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:40:44 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (8.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (15.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (35.5ms) Completed 200 OK in 44ms (Views: 35.9ms | ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.8ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.7ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.8ms) DELETE FROM "flyboy_goals";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_30"], ["description", "I-am-the-goal-description_6728"], ["version", 1], ["created_at", "2015-04-08 13:40:45.172718"], ["updated_at", "2015-04-08 13:40:45.172718"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1823"], ["description", "I-am-the-task-description_4513"], ["cost", 1], ["created_at", "2015-04-08 13:40:45.181562"], ["updated_at", "2015-04-08 13:40:45.181562"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.5ms) Completed 200 OK in 14ms (Views: 11.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:40:47 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (60.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (62.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (84.3ms) Completed 200 OK in 89ms (Views: 84.6ms | ActiveRecord: 0.9ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4684"], ["description", "I-am-the-goal-description_1131"], ["version", 1], ["created_at", "2015-04-08 13:40:47.876764"], ["updated_at", "2015-04-08 13:40:47.876764"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9715"], ["description", "I-am-the-task-description_5603"], ["cost", 1], ["created_at", "2015-04-08 13:40:47.881349"], ["updated_at", "2015-04-08 13:40:47.881349"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:40:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.4ms) Completed 200 OK in 80ms (Views: 75.8ms | ActiveRecord: 0.9ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:40:50 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (98.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (101.8ms) Completed 200 OK in 108ms (Views: 104.2ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:40:50 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5603", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 13:40:50.279374"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:40:50 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (14.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (27.3ms) Completed 200 OK in 33ms (Views: 27.7ms | ActiveRecord: 1.0ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3915"], ["description", "I-am-the-goal-description_4442"], ["version", 1], ["created_at", "2015-04-08 13:40:50.529350"], ["updated_at", "2015-04-08 13:40:50.529350"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task653"], ["description", "I-am-the-task-description_6122"], ["cost", 1], ["created_at", "2015-04-08 13:40:50.535718"], ["updated_at", "2015-04-08 13:40:50.535718"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:40:52 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.8ms) Completed 200 OK in 26ms (Views: 22.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:40:52 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (137.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (137.3ms) Completed 200 OK in 140ms (Views: 138.1ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:40:52 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.6ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.2ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2614"], ["description", "I-am-the-goal-description_5436"], ["version", 1], ["created_at", "2015-04-08 13:40:53.042258"], ["updated_at", "2015-04-08 13:40:53.042258"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4483"], ["description", "I-am-the-task-description_9949"], ["cost", 1], ["created_at", "2015-04-08 13:40:53.046835"], ["updated_at", "2015-04-08 13:40:53.046835"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 15:40:55 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:40:55.080809"], ["task_id", 1], ["created_at", "2015-04-08 13:40:55.082883"], ["updated_at", "2015-04-08 13:40:55.082883"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:40:55.086607"], ["id", 1]]  (2.0ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/tasks Completed 302 Found in 14ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.3ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4026"], ["description", "I-am-the-goal-description_3091"], ["version", 1], ["created_at", "2015-04-08 13:40:55.335522"], ["updated_at", "2015-04-08 13:40:55.335522"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task2280"], ["description", "I-am-the-task-description_7035"], ["cost", 1], ["created_at", "2015-04-08 13:40:55.341503"], ["updated_at", "2015-04-08 13:40:55.341503"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 15:40:57 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:40:57.444891"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:49271/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.4ms)  (2.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9036"], ["description", "I-am-the-goal-description_9619"], ["version", 1], ["created_at", "2015-04-08 13:40:57.638584"], ["updated_at", "2015-04-08 13:40:57.638584"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1566"], ["description", "I-am-the-task-description_3170"], ["cost", 1], ["created_at", "2015-04-08 13:40:57.644847"], ["updated_at", "2015-04-08 13:40:57.644847"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_486"], ["description", "I-am-the-goal-description_3471"], ["version", 1], ["created_at", "2015-04-08 13:40:57.649979"], ["updated_at", "2015-04-08 13:40:57.649979"], ["tracking", "150408-2"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2541"], ["description", "I-am-the-task-description_2565"], ["cost", 1], ["created_at", "2015-04-08 13:40:57.658278"], ["updated_at", "2015-04-08 13:40:57.658278"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9492"], ["description", "I-am-the-goal-description_5494"], ["version", 1], ["created_at", "2015-04-08 13:40:57.665540"], ["updated_at", "2015-04-08 13:40:57.665540"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4938"], ["description", "I-am-the-task-description_3065"], ["cost", 1], ["created_at", "2015-04-08 13:40:57.670310"], ["updated_at", "2015-04-08 13:40:57.670310"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:40:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (19.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (21.4ms) Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 1.0ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 15:40:59 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.pdf (4.3ms) Completed 200 OK in 125ms (Views: 4.1ms | ActiveRecord: 0.5ms)  (4.3ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.8ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.3ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8630"], ["description", "I-am-the-goal-description_3203"], ["version", 1], ["created_at", "2015-04-08 13:41:00.010185"], ["updated_at", "2015-04-08 13:41:00.010185"], ["tracking", "150408-1"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (1.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5160"], ["description", "I-am-the-task-description_2729"], ["cost", 1], ["created_at", "2015-04-08 13:41:00.019426"], ["updated_at", "2015-04-08 13:41:00.019426"]]  (1.5ms) commit transaction  (0.2ms) begin transaction  (0.9ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7831"], ["description", "I-am-the-goal-description_3847"], ["version", 1], ["created_at", "2015-04-08 13:41:00.028067"], ["updated_at", "2015-04-08 13:41:00.028067"], ["tracking", "150408-2"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7201"], ["description", "I-am-the-task-description_5003"], ["cost", 1], ["created_at", "2015-04-08 13:41:00.036976"], ["updated_at", "2015-04-08 13:41:00.036976"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2394"], ["description", "I-am-the-goal-description_894"], ["version", 1], ["created_at", "2015-04-08 13:41:00.042489"], ["updated_at", "2015-04-08 13:41:00.042489"], ["tracking", "150408-3"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (1.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6103"], ["description", "I-am-the-task-description_7132"], ["cost", 1], ["created_at", "2015-04-08 13:41:00.051363"], ["updated_at", "2015-04-08 13:41:00.051363"]]  (1.3ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:41:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (19.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (24.1ms) Completed 200 OK in 27ms (Views: 24.9ms | ActiveRecord: 1.0ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 15:41:02 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1680"], ["description", "I-am-the-goal-description_1098"], ["version", 1], ["created_at", "2015-04-08 13:41:02.533416"], ["updated_at", "2015-04-08 13:41:02.533416"], ["tracking", "150408-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3569"], ["description", "I-am-the-task-description_7358"], ["cost", 1], ["created_at", "2015-04-08 13:41:02.538417"], ["updated_at", "2015-04-08 13:41:02.538417"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5303"], ["description", "I-am-the-goal-description_1099"], ["version", 1], ["created_at", "2015-04-08 13:41:02.542261"], ["updated_at", "2015-04-08 13:41:02.542261"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1385"], ["description", "I-am-the-task-description_3709"], ["cost", 1], ["created_at", "2015-04-08 13:41:02.545782"], ["updated_at", "2015-04-08 13:41:02.545782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9471"], ["description", "I-am-the-goal-description_3365"], ["version", 1], ["created_at", "2015-04-08 13:41:02.549315"], ["updated_at", "2015-04-08 13:41:02.549315"], ["tracking", "150408-3"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2623"], ["description", "I-am-the-task-description_6705"], ["cost", 1], ["created_at", "2015-04-08 13:41:02.555172"], ["updated_at", "2015-04-08 13:41:02.555172"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:41:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 15:41:04 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.5ms) Completed 200 OK in 83ms (Views: 81.8ms | ActiveRecord: 0.6ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5609"], ["description", "I-am-the-goal-description_7947"], ["version", 1], ["created_at", "2015-04-08 13:42:43.676546"], ["updated_at", "2015-04-08 13:42:43.676546"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5776"], ["description", "I-am-the-goal-description_9013"], ["version", 1], ["created_at", "2015-04-08 13:42:43.686871"], ["updated_at", "2015-04-08 13:42:43.686871"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 28ms (Views: 19.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3351"], ["description", "I-am-the-goal-description_9326"], ["version", 1], ["created_at", "2015-04-08 13:42:43.821120"], ["updated_at", "2015-04-08 13:42:43.821120"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2030"], ["description", "I-am-the-goal-description_6736"], ["version", 1], ["created_at", "2015-04-08 13:42:43.827712"], ["updated_at", "2015-04-08 13:42:43.827712"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 58ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8532"], ["description", "I-am-the-goal-description_6951"], ["version", 1], ["created_at", "2015-04-08 13:42:43.900866"], ["updated_at", "2015-04-08 13:42:43.900866"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_603"], ["description", "I-am-the-goal-description_559"], ["version", 1], ["created_at", "2015-04-08 13:42:43.904843"], ["updated_at", "2015-04-08 13:42:43.904843"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4957"], ["description", "I-am-the-goal-description_5696"], ["version", 1], ["created_at", "2015-04-08 13:42:43.916338"], ["updated_at", "2015-04-08 13:42:43.916338"], ["tracking", "150408-3"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:42:43.930117"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3332ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7674"], ["description", "I-am-the-goal-description_6010"], ["version", 1], ["created_at", "2015-04-08 13:42:47.257183"], ["updated_at", "2015-04-08 13:42:47.257183"], ["tracking", "150408-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:42:47.264137"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7768"], ["description", "I-am-the-goal-description_6525"], ["version", 1], ["created_at", "2015-04-08 13:42:47.270693"], ["updated_at", "2015-04-08 13:42:47.270693"], ["tracking", "150408-5"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:42:47.277274"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8422"], ["description", "I-am-the-goal-description_6574"], ["version", 1], ["created_at", "2015-04-08 13:42:47.284421"], ["updated_at", "2015-04-08 13:42:47.284421"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:42:47.290327"], ["id", 10]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3890"], ["description", "I-am-the-goal-description_4333"], ["version", 1], ["created_at", "2015-04-08 13:42:47.356364"], ["updated_at", "2015-04-08 13:42:47.356364"], ["tracking", "150408-7"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3575"], ["description", "I-am-the-task-description_1840"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.371490"], ["updated_at", "2015-04-08 13:42:47.371490"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 13:42:47.382127"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 13:42:47.383131"], ["updated_at", "2015-04-08 13:42:47.383131"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 13:42:47.385580"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 13:42:47 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 13:42:47 UTC", "updated_at"=>"2015-04-08 13:42:47 UTC"}, "task_id"=>"1"} Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6603"], ["description", "I-am-the-goal-description_6447"], ["version", 1], ["created_at", "2015-04-08 13:42:47.395180"], ["updated_at", "2015-04-08 13:42:47.395180"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1283"], ["description", "I-am-the-task-description_180"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.399591"], ["updated_at", "2015-04-08 13:42:47.399591"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task435"], ["description", "I-am-the-task-description_9996"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.403785"], ["updated_at", "2015-04-08 13:42:47.403785"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:42:47.412971"], ["task_id", 2], ["created_at", "2015-04-08 13:42:47.414285"], ["updated_at", "2015-04-08 13:42:47.414285"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:42:47.415929"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8651"], ["description", "I-am-the-goal-description_6644"], ["version", 1], ["created_at", "2015-04-08 13:42:47.427555"], ["updated_at", "2015-04-08 13:42:47.427555"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2223"], ["description", "I-am-the-task-description_4297"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.431720"], ["updated_at", "2015-04-08 13:42:47.431720"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5438"], ["description", "I-am-the-task-description_4488"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.435641"], ["updated_at", "2015-04-08 13:42:47.435641"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:42:47.443581"], ["task_id", 4], ["created_at", "2015-04-08 13:42:47.444836"], ["updated_at", "2015-04-08 13:42:47.444836"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:42:47.446364"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4147"], ["description", "I-am-the-goal-description_8958"], ["version", 1], ["created_at", "2015-04-08 13:42:47.452729"], ["updated_at", "2015-04-08 13:42:47.452729"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task1237"], ["description", "I-am-the-task-description_2082"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.457044"], ["updated_at", "2015-04-08 13:42:47.457044"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6198"], ["description", "I-am-the-task-description_644"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.461160"], ["updated_at", "2015-04-08 13:42:47.461160"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:42:47.468468"], ["task_id", 6], ["created_at", "2015-04-08 13:42:47.470126"], ["updated_at", "2015-04-08 13:42:47.470126"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:42:47.471795"], ["id", 6]]  (0.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7319"], ["description", "I-am-the-goal-description_3336"], ["version", 1], ["created_at", "2015-04-08 13:42:47.481351"], ["updated_at", "2015-04-08 13:42:47.481351"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9415"], ["description", "I-am-the-task-description_9282"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.486033"], ["updated_at", "2015-04-08 13:42:47.486033"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6745"], ["description", "I-am-the-task-description_4229"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.491229"], ["updated_at", "2015-04-08 13:42:47.491229"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:42:47.497926"], ["task_id", 8], ["created_at", "2015-04-08 13:42:47.499293"], ["updated_at", "2015-04-08 13:42:47.499293"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:42:47.500814"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4072"], ["description", "I-am-the-goal-description_2149"], ["version", 1], ["created_at", "2015-04-08 13:42:47.507034"], ["updated_at", "2015-04-08 13:42:47.507034"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5689"], ["description", "I-am-the-task-description_3889"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.510943"], ["updated_at", "2015-04-08 13:42:47.510943"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task17"], ["description", "I-am-the-task-description_9493"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.514989"], ["updated_at", "2015-04-08 13:42:47.514989"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4869"], ["description", "I-am-the-goal-description_7230"], ["version", 1], ["created_at", "2015-04-08 13:42:47.529961"], ["updated_at", "2015-04-08 13:42:47.529961"], ["tracking", "150408-13"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5534"], ["description", "I-am-the-task-description_3993"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.533857"], ["updated_at", "2015-04-08 13:42:47.533857"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3698"], ["description", "I-am-the-task-description_758"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.537632"], ["updated_at", "2015-04-08 13:42:47.537632"]]  (1.0ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.5ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2620"], ["description", "I-am-the-goal-description_213"], ["version", 1], ["created_at", "2015-04-08 13:42:47.579423"], ["updated_at", "2015-04-08 13:42:47.579423"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6616"], ["description", "I-am-the-task-description_863"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.583967"], ["updated_at", "2015-04-08 13:42:47.583967"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4931"], ["description", "I-am-the-goal-description_7283"], ["version", 1], ["created_at", "2015-04-08 13:42:47.589064"], ["updated_at", "2015-04-08 13:42:47.589064"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5061"], ["description", "I-am-the-task-description_276"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.593879"], ["updated_at", "2015-04-08 13:42:47.593879"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8817"], ["description", "I-am-the-goal-description_3967"], ["version", 1], ["created_at", "2015-04-08 13:42:47.605476"], ["updated_at", "2015-04-08 13:42:47.605476"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6125"], ["description", "I-am-the-task-description_3464"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.609326"], ["updated_at", "2015-04-08 13:42:47.609326"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4716"], ["description", "I-am-the-task-description_7997"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.613252"], ["updated_at", "2015-04-08 13:42:47.613252"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1412"], ["description", "I-am-the-goal-description_941"], ["version", 1], ["created_at", "2015-04-08 13:42:47.627477"], ["updated_at", "2015-04-08 13:42:47.627477"], ["tracking", "150408-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8660"], ["description", "I-am-the-task-description_9088"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.631852"], ["updated_at", "2015-04-08 13:42:47.631852"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9343"], ["description", "I-am-the-goal-description_3696"], ["version", 1], ["created_at", "2015-04-08 13:42:47.635873"], ["updated_at", "2015-04-08 13:42:47.635873"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2717"], ["description", "I-am-the-task-description_6146"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.641429"], ["updated_at", "2015-04-08 13:42:47.641429"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 57ms (Views: 56.3ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1219"], ["description", "I-am-the-goal-description_159"], ["version", 1], ["created_at", "2015-04-08 13:42:47.707831"], ["updated_at", "2015-04-08 13:42:47.707831"], ["tracking", "150408-19"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2768"], ["description", "I-am-the-task-description_7643"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.713510"], ["updated_at", "2015-04-08 13:42:47.713510"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7267"], ["description", "I-am-the-task-description_3554"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.718337"], ["updated_at", "2015-04-08 13:42:47.718337"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3047"], ["description", "I-am-the-goal-description_400"], ["version", 1], ["created_at", "2015-04-08 13:42:47.734017"], ["updated_at", "2015-04-08 13:42:47.734017"], ["tracking", "150408-20"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2157"], ["description", "I-am-the-task-description_1271"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.737823"], ["updated_at", "2015-04-08 13:42:47.737823"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5732"], ["description", "I-am-the-goal-description_8182"], ["version", 1], ["created_at", "2015-04-08 13:42:47.742275"], ["updated_at", "2015-04-08 13:42:47.742275"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6120"], ["description", "I-am-the-task-description_7393"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.746844"], ["updated_at", "2015-04-08 13:42:47.746844"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8225"], ["description", "I-am-the-goal-description_5115"], ["version", 1], ["created_at", "2015-04-08 13:42:47.757041"], ["updated_at", "2015-04-08 13:42:47.757041"], ["tracking", "150408-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6124"], ["description", "I-am-the-task-description_1203"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.762347"], ["updated_at", "2015-04-08 13:42:47.762347"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task1968"], ["description", "I-am-the-task-description_3494"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.766240"], ["updated_at", "2015-04-08 13:42:47.766240"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2364"], ["description", "I-am-the-goal-description_3333"], ["version", 1], ["created_at", "2015-04-08 13:42:47.779235"], ["updated_at", "2015-04-08 13:42:47.779235"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task8760"], ["description", "I-am-the-task-description_4715"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.783103"], ["updated_at", "2015-04-08 13:42:47.783103"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3760"], ["description", "I-am-the-task-description_3835"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.787225"], ["updated_at", "2015-04-08 13:42:47.787225"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2752"], ["description", "I-am-the-goal-description_1330"], ["version", 1], ["created_at", "2015-04-08 13:42:47.800937"], ["updated_at", "2015-04-08 13:42:47.800937"], ["tracking", "150408-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task8108"], ["description", "I-am-the-task-description_46"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.804917"], ["updated_at", "2015-04-08 13:42:47.804917"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1743"], ["description", "I-am-the-task-description_5162"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.810532"], ["updated_at", "2015-04-08 13:42:47.810532"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1820"], ["description", "I-am-the-goal-description_7294"], ["version", 1], ["created_at", "2015-04-08 13:42:47.822808"], ["updated_at", "2015-04-08 13:42:47.822808"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2112"], ["description", "I-am-the-task-description_7456"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.827184"], ["updated_at", "2015-04-08 13:42:47.827184"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5202"], ["description", "I-am-the-task-description_3251"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.831049"], ["updated_at", "2015-04-08 13:42:47.831049"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:42:47.843015"], ["updated_at", "2015-04-08 13:42:47.843015"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9752"], ["description", "I-am-the-goal-description_4583"], ["version", 1], ["created_at", "2015-04-08 13:42:47.850944"], ["updated_at", "2015-04-08 13:42:47.850944"], ["tracking", "150408-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6567"], ["description", "I-am-the-task-description_9258"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.854721"], ["updated_at", "2015-04-08 13:42:47.854721"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task2363"], ["description", "I-am-the-task-description_3480"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.860103"], ["updated_at", "2015-04-08 13:42:47.860103"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:42:47.867591"], ["updated_at", "2015-04-08 13:42:47.867591"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2610"], ["description", "I-am-the-goal-description_1566"], ["version", 1], ["created_at", "2015-04-08 13:42:47.878328"], ["updated_at", "2015-04-08 13:42:47.878328"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4044"], ["description", "I-am-the-task-description_123"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.882558"], ["updated_at", "2015-04-08 13:42:47.882558"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9527"], ["description", "I-am-the-task-description_2070"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.886521"], ["updated_at", "2015-04-08 13:42:47.886521"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:42:47.894101"], ["updated_at", "2015-04-08 13:42:47.894101"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6059"], ["description", "I-am-the-goal-description_6903"], ["version", 1], ["created_at", "2015-04-08 13:42:47.902140"], ["updated_at", "2015-04-08 13:42:47.902140"], ["tracking", "150408-28"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task3876"], ["description", "I-am-the-task-description_5937"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.906698"], ["updated_at", "2015-04-08 13:42:47.906698"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6308"], ["description", "I-am-the-task-description_2035"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.912083"], ["updated_at", "2015-04-08 13:42:47.912083"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9721"], ["description", "I-am-the-goal-description_3787"], ["version", 1], ["created_at", "2015-04-08 13:42:47.924326"], ["updated_at", "2015-04-08 13:42:47.924326"], ["tracking", "150408-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task4849"], ["description", "I-am-the-task-description_2815"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.928204"], ["updated_at", "2015-04-08 13:42:47.928204"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7470"], ["description", "I-am-the-task-description_2976"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.932141"], ["updated_at", "2015-04-08 13:42:47.932141"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:42:47.935963"], ["updated_at", "2015-04-08 13:42:47.935963"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4579"], ["description", "I-am-the-goal-description_1414"], ["version", 1], ["created_at", "2015-04-08 13:42:47.948608"], ["updated_at", "2015-04-08 13:42:47.948608"], ["tracking", "150408-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task8690"], ["description", "I-am-the-task-description_9848"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.952734"], ["updated_at", "2015-04-08 13:42:47.952734"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9317"], ["description", "I-am-the-task-description_6051"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.956784"], ["updated_at", "2015-04-08 13:42:47.956784"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:42:47.962196"], ["updated_at", "2015-04-08 13:42:47.962196"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2279"], ["description", "I-am-the-goal-description_4044"], ["version", 1], ["created_at", "2015-04-08 13:42:47.974878"], ["updated_at", "2015-04-08 13:42:47.974878"], ["tracking", "150408-31"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task75"], ["description", "I-am-the-task-description_3323"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.979778"], ["updated_at", "2015-04-08 13:42:47.979778"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task9802"], ["description", "I-am-the-task-description_4417"], ["cost", 1], ["created_at", "2015-04-08 13:42:47.984257"], ["updated_at", "2015-04-08 13:42:47.984257"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:42:47.989085"], ["updated_at", "2015-04-08 13:42:47.989085"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7249"], ["description", "I-am-the-goal-description_7833"], ["version", 1], ["created_at", "2015-04-08 13:42:48.001931"], ["updated_at", "2015-04-08 13:42:48.001931"], ["tracking", "150408-32"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task7561"], ["description", "I-am-the-task-description_6454"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.006964"], ["updated_at", "2015-04-08 13:42:48.006964"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task1448"], ["description", "I-am-the-task-description_8335"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.012190"], ["updated_at", "2015-04-08 13:42:48.012190"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:42:48.016535"], ["updated_at", "2015-04-08 13:42:48.016535"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5973"], ["description", "I-am-the-goal-description_5143"], ["version", 1], ["created_at", "2015-04-08 13:42:48.029958"], ["updated_at", "2015-04-08 13:42:48.029958"], ["tracking", "150408-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2420"], ["description", "I-am-the-task-description_1227"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.033811"], ["updated_at", "2015-04-08 13:42:48.033811"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task5759"], ["description", "I-am-the-task-description_3964"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.037946"], ["updated_at", "2015-04-08 13:42:48.037946"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:42:48.041838"], ["updated_at", "2015-04-08 13:42:48.041838"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_859"], ["description", "I-am-the-goal-description_872"], ["version", 1], ["created_at", "2015-04-08 13:42:48.054364"], ["updated_at", "2015-04-08 13:42:48.054364"], ["tracking", "150408-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task6589"], ["description", "I-am-the-task-description_8152"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.059488"], ["updated_at", "2015-04-08 13:42:48.059488"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task5153"], ["description", "I-am-the-task-description_5609"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.063800"], ["updated_at", "2015-04-08 13:42:48.063800"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:42:48.068204"], ["updated_at", "2015-04-08 13:42:48.068204"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:42:48.074170"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8806"], ["description", "I-am-the-goal-description_9207"], ["version", 1], ["created_at", "2015-04-08 13:42:48.080770"], ["updated_at", "2015-04-08 13:42:48.080770"], ["tracking", "150408-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6704"], ["description", "I-am-the-goal-description_8550"], ["version", 1], ["created_at", "2015-04-08 13:42:48.085930"], ["updated_at", "2015-04-08 13:42:48.085930"], ["tracking", "150408-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task7259"], ["description", "I-am-the-task-description_1228"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.089723"], ["updated_at", "2015-04-08 13:42:48.089723"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4560"], ["description", "I-am-the-goal-description_2498"], ["version", 1], ["created_at", "2015-04-08 13:42:48.094667"], ["updated_at", "2015-04-08 13:42:48.094667"], ["tracking", "150408-37"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task2758"], ["description", "I-am-the-task-description_288"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.098704"], ["updated_at", "2015-04-08 13:42:48.098704"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9030"], ["description", "I-am-the-goal-description_5151"], ["version", 1], ["created_at", "2015-04-08 13:42:48.101762"], ["updated_at", "2015-04-08 13:42:48.101762"], ["tracking", "150408-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task4039"], ["description", "I-am-the-task-description_7666"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.106491"], ["updated_at", "2015-04-08 13:42:48.106491"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task4388"], ["description", "I-am-the-task-description_7520"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.113165"], ["updated_at", "2015-04-08 13:42:48.113165"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task8993"], ["description", "I-am-the-task-description_311"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.117752"], ["updated_at", "2015-04-08 13:42:48.117752"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task3801"], ["description", "I-am-the-task-description_6680"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.122270"], ["updated_at", "2015-04-08 13:42:48.122270"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8661"], ["description", "I-am-the-goal-description_3623"], ["version", 1], ["created_at", "2015-04-08 13:42:48.128822"], ["updated_at", "2015-04-08 13:42:48.128822"], ["tracking", "150408-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7648"], ["description", "I-am-the-goal-description_8593"], ["version", 1], ["created_at", "2015-04-08 13:42:48.134111"], ["updated_at", "2015-04-08 13:42:48.134111"], ["tracking", "150408-40"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task7438"], ["description", "I-am-the-task-description_2126"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.138053"], ["updated_at", "2015-04-08 13:42:48.138053"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4577"], ["description", "I-am-the-goal-description_8521"], ["version", 1], ["created_at", "2015-04-08 13:42:48.142767"], ["updated_at", "2015-04-08 13:42:48.142767"], ["tracking", "150408-41"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task3016"], ["description", "I-am-the-task-description_6608"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.146769"], ["updated_at", "2015-04-08 13:42:48.146769"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3098"], ["description", "I-am-the-goal-description_6787"], ["version", 1], ["created_at", "2015-04-08 13:42:48.149838"], ["updated_at", "2015-04-08 13:42:48.149838"], ["tracking", "150408-42"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task6707"], ["description", "I-am-the-task-description_8642"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.154720"], ["updated_at", "2015-04-08 13:42:48.154720"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task6511"], ["description", "I-am-the-task-description_6638"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.160164"], ["updated_at", "2015-04-08 13:42:48.160164"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task2651"], ["description", "I-am-the-task-description_7103"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.165975"], ["updated_at", "2015-04-08 13:42:48.165975"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task6312"], ["description", "I-am-the-task-description_9723"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.170879"], ["updated_at", "2015-04-08 13:42:48.170879"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8556"], ["description", "I-am-the-goal-description_2421"], ["version", 1], ["created_at", "2015-04-08 13:42:48.174550"], ["updated_at", "2015-04-08 13:42:48.174550"], ["tracking", "150408-43"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6558"], ["description", "I-am-the-goal-description_6799"], ["version", 1], ["created_at", "2015-04-08 13:42:48.183941"], ["updated_at", "2015-04-08 13:42:48.183941"], ["tracking", "150408-44"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8856"], ["description", "I-am-the-goal-description_1122"], ["version", 1], ["created_at", "2015-04-08 13:42:48.189316"], ["updated_at", "2015-04-08 13:42:48.189316"], ["tracking", "150408-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task2497"], ["description", "I-am-the-task-description_5336"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.193542"], ["updated_at", "2015-04-08 13:42:48.193542"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5944"], ["description", "I-am-the-goal-description_3807"], ["version", 1], ["created_at", "2015-04-08 13:42:48.197830"], ["updated_at", "2015-04-08 13:42:48.197830"], ["tracking", "150408-46"]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task8706"], ["description", "I-am-the-task-description_377"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.201995"], ["updated_at", "2015-04-08 13:42:48.201995"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9379"], ["description", "I-am-the-goal-description_7722"], ["version", 1], ["created_at", "2015-04-08 13:42:48.205471"], ["updated_at", "2015-04-08 13:42:48.205471"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task5881"], ["description", "I-am-the-task-description_6872"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.271821"], ["updated_at", "2015-04-08 13:42:48.271821"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task5220"], ["description", "I-am-the-task-description_780"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.277819"], ["updated_at", "2015-04-08 13:42:48.277819"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task4904"], ["description", "I-am-the-task-description_9027"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.282813"], ["updated_at", "2015-04-08 13:42:48.282813"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task6975"], ["description", "I-am-the-task-description_8633"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.287824"], ["updated_at", "2015-04-08 13:42:48.287824"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task6641"], ["description", "I-am-the-task-description_2663"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.292525"], ["updated_at", "2015-04-08 13:42:48.292525"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1599"], ["description", "I-am-the-goal-description_4301"], ["version", 1], ["created_at", "2015-04-08 13:42:48.300134"], ["updated_at", "2015-04-08 13:42:48.300134"], ["tracking", "150408-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8890"], ["description", "I-am-the-goal-description_719"], ["version", 1], ["created_at", "2015-04-08 13:42:48.305212"], ["updated_at", "2015-04-08 13:42:48.305212"], ["tracking", "150408-49"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task5644"], ["description", "I-am-the-task-description_7016"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.309280"], ["updated_at", "2015-04-08 13:42:48.309280"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5878"], ["description", "I-am-the-goal-description_3876"], ["version", 1], ["created_at", "2015-04-08 13:42:48.313668"], ["updated_at", "2015-04-08 13:42:48.313668"], ["tracking", "150408-50"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task1556"], ["description", "I-am-the-task-description_3161"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.318403"], ["updated_at", "2015-04-08 13:42:48.318403"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3985"], ["description", "I-am-the-goal-description_3268"], ["version", 1], ["created_at", "2015-04-08 13:42:48.321893"], ["updated_at", "2015-04-08 13:42:48.321893"], ["tracking", "150408-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task5752"], ["description", "I-am-the-task-description_5243"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.326961"], ["updated_at", "2015-04-08 13:42:48.326961"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task8258"], ["description", "I-am-the-task-description_6271"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.331981"], ["updated_at", "2015-04-08 13:42:48.331981"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task6623"], ["description", "I-am-the-task-description_9149"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.336968"], ["updated_at", "2015-04-08 13:42:48.336968"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task4953"], ["description", "I-am-the-task-description_1728"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.341770"], ["updated_at", "2015-04-08 13:42:48.341770"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task5086"], ["description", "I-am-the-task-description_8652"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.347949"], ["updated_at", "2015-04-08 13:42:48.347949"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8682"], ["description", "I-am-the-goal-description_3213"], ["version", 1], ["created_at", "2015-04-08 13:42:48.355456"], ["updated_at", "2015-04-08 13:42:48.355456"], ["tracking", "150408-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task2014"], ["description", "I-am-the-task-description_1094"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.359823"], ["updated_at", "2015-04-08 13:42:48.359823"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_758"], ["description", "I-am-the-goal-description_5582"], ["version", 1], ["created_at", "2015-04-08 13:42:48.365529"], ["updated_at", "2015-04-08 13:42:48.365529"], ["tracking", "150408-53"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task6872"], ["description", "I-am-the-task-description_3503"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.369336"], ["updated_at", "2015-04-08 13:42:48.369336"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8975"], ["description", "I-am-the-goal-description_2314"], ["version", 1], ["created_at", "2015-04-08 13:42:48.375333"], ["updated_at", "2015-04-08 13:42:48.375333"], ["tracking", "150408-54"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task2357"], ["description", "I-am-the-task-description_9878"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.379534"], ["updated_at", "2015-04-08 13:42:48.379534"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4029"], ["description", "I-am-the-goal-description_909"], ["version", 1], ["created_at", "2015-04-08 13:42:48.385905"], ["updated_at", "2015-04-08 13:42:48.385905"], ["tracking", "150408-55"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task5821"], ["description", "I-am-the-task-description_7822"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.391067"], ["updated_at", "2015-04-08 13:42:48.391067"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1477"], ["description", "I-am-the-goal-description_3818"], ["version", 1], ["created_at", "2015-04-08 13:42:48.398198"], ["updated_at", "2015-04-08 13:42:48.398198"], ["tracking", "150408-56"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3613"], ["description", "I-am-the-goal-description_7277"], ["version", 1], ["created_at", "2015-04-08 13:42:48.403930"], ["updated_at", "2015-04-08 13:42:48.403930"], ["tracking", "150408-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2151"], ["description", "I-am-the-goal-description_5308"], ["version", 1], ["created_at", "2015-04-08 13:42:48.409148"], ["updated_at", "2015-04-08 13:42:48.409148"], ["tracking", "150408-58"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7423"], ["description", "I-am-the-goal-description_3503"], ["version", 1], ["created_at", "2015-04-08 13:42:48.414777"], ["updated_at", "2015-04-08 13:42:48.414777"], ["tracking", "150408-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4878"], ["description", "I-am-the-goal-description_2271"], ["version", 1], ["created_at", "2015-04-08 13:42:48.420041"], ["updated_at", "2015-04-08 13:42:48.420041"], ["tracking", "150408-60"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_648"], ["description", "I-am-the-goal-description_4523"], ["version", 1], ["created_at", "2015-04-08 13:42:48.427604"], ["updated_at", "2015-04-08 13:42:48.427604"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2789"], ["description", "I-am-the-goal-description_9464"], ["version", 1], ["created_at", "2015-04-08 13:42:48.433083"], ["updated_at", "2015-04-08 13:42:48.433083"], ["tracking", "150408-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9640"], ["description", "I-am-the-goal-description_490"], ["version", 1], ["created_at", "2015-04-08 13:42:48.439187"], ["updated_at", "2015-04-08 13:42:48.439187"], ["tracking", "150408-63"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task9943"], ["description", "I-am-the-task-description_9449"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.444203"], ["updated_at", "2015-04-08 13:42:48.444203"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9139"], ["description", "I-am-the-goal-description_2017"], ["version", 1], ["created_at", "2015-04-08 13:42:48.450301"], ["updated_at", "2015-04-08 13:42:48.450301"], ["tracking", "150408-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8954"], ["description", "I-am-the-goal-description_4287"], ["version", 1], ["created_at", "2015-04-08 13:42:48.455460"], ["updated_at", "2015-04-08 13:42:48.455460"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1778"], ["description", "I-am-the-goal-description_7774"], ["version", 1], ["created_at", "2015-04-08 13:42:48.462079"], ["updated_at", "2015-04-08 13:42:48.462079"], ["tracking", "150408-66"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_374"], ["description", "I-am-the-goal-description_9491"], ["version", 1], ["created_at", "2015-04-08 13:42:48.468624"], ["updated_at", "2015-04-08 13:42:48.468624"], ["tracking", "150408-67"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task8980"], ["description", "I-am-the-task-description_7597"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.472796"], ["updated_at", "2015-04-08 13:42:48.472796"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4763"], ["description", "I-am-the-goal-description_6243"], ["version", 1], ["created_at", "2015-04-08 13:42:48.476984"], ["updated_at", "2015-04-08 13:42:48.476984"], ["tracking", "150408-68"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task6966"], ["description", "I-am-the-task-description_7754"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.482803"], ["updated_at", "2015-04-08 13:42:48.482803"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1127"], ["description", "I-am-the-goal-description_2614"], ["version", 1], ["created_at", "2015-04-08 13:42:48.487383"], ["updated_at", "2015-04-08 13:42:48.487383"], ["tracking", "150408-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task4800"], ["description", "I-am-the-task-description_549"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.492254"], ["updated_at", "2015-04-08 13:42:48.492254"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7902"], ["description", "I-am-the-goal-description_1645"], ["version", 1], ["created_at", "2015-04-08 13:42:48.498577"], ["updated_at", "2015-04-08 13:42:48.498577"], ["tracking", "150408-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task1492"], ["description", "I-am-the-task-description_8220"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.503458"], ["updated_at", "2015-04-08 13:42:48.503458"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5065"], ["description", "I-am-the-goal-description_1169"], ["version", 1], ["created_at", "2015-04-08 13:42:48.508416"], ["updated_at", "2015-04-08 13:42:48.508416"], ["tracking", "150408-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task6417"], ["description", "I-am-the-task-description_411"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.513324"], ["updated_at", "2015-04-08 13:42:48.513324"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_141"], ["description", "I-am-the-goal-description_3692"], ["version", 1], ["created_at", "2015-04-08 13:42:48.518531"], ["updated_at", "2015-04-08 13:42:48.518531"], ["tracking", "150408-72"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task2204"], ["description", "I-am-the-task-description_2137"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.522843"], ["updated_at", "2015-04-08 13:42:48.522843"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_230"], ["description", "I-am-the-goal-description_3577"], ["version", 1], ["created_at", "2015-04-08 13:42:48.528825"], ["updated_at", "2015-04-08 13:42:48.528825"], ["tracking", "150408-73"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task8365"], ["description", "I-am-the-task-description_1652"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.533794"], ["updated_at", "2015-04-08 13:42:48.533794"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (1.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7198"], ["description", "I-am-the-goal-description_6542"], ["version", 1], ["created_at", "2015-04-08 13:42:48.539755"], ["updated_at", "2015-04-08 13:42:48.539755"], ["tracking", "150408-74"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task3012"], ["description", "I-am-the-task-description_7268"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.547248"], ["updated_at", "2015-04-08 13:42:48.547248"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9896"], ["description", "I-am-the-goal-description_271"], ["version", 1], ["created_at", "2015-04-08 13:42:48.552641"], ["updated_at", "2015-04-08 13:42:48.552641"], ["tracking", "150408-75"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task7650"], ["description", "I-am-the-task-description_5698"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.557248"], ["updated_at", "2015-04-08 13:42:48.557248"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8088"], ["description", "I-am-the-goal-description_586"], ["version", 1], ["created_at", "2015-04-08 13:42:48.562308"], ["updated_at", "2015-04-08 13:42:48.562308"], ["tracking", "150408-76"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task3539"], ["description", "I-am-the-task-description_7595"], ["cost", 1], ["created_at", "2015-04-08 13:42:48.566379"], ["updated_at", "2015-04-08 13:42:48.566379"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8309"], ["description", "I-am-the-goal-description_7295"], ["version", 1], ["created_at", "2015-04-08 13:42:48.571057"], ["updated_at", "2015-04-08 13:42:48.571057"], ["tracking", "150408-77"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 13:42:48.574171"], ["id", 81]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 13:42:48.576678"], ["id", 81]]  (0.6ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_357"], ["description", "I-am-the-goal-description_537"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2361"], ["description", "I-am-the-goal-description_1520"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4298"], ["description", "I-am-the-goal-description_6307"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7411"], ["description", "I-am-the-goal-description_4807"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3375"], ["description", "I-am-the-goal-description_8437"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3473"], ["description", "I-am-the-task-description_3198"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task7560"], ["description", "I-am-the-task-description_4676"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5048"], ["description", "I-am-the-goal-description_515"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2616"], ["description", "I-am-the-goal-description_8372"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8116"], ["description", "I-am-the-goal-description_5435"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9741"], ["description", "I-am-the-goal-description_7387"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task8443"], ["description", "I-am-the-task-description_6730"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9732"], ["description", "I-am-the-goal-description_4180"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task3282"], ["description", "I-am-the-task-description_1604"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2350"], ["description", "I-am-the-goal-description_4669"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task9804"], ["description", "I-am-the-task-description_2764"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_982"], ["description", "I-am-the-goal-description_3503"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task3978"], ["description", "I-am-the-task-description_461"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2557"], ["description", "I-am-the-goal-description_3454"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task6823"], ["description", "I-am-the-task-description_7260"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9389"], ["description", "I-am-the-goal-description_7614"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task3351"], ["description", "I-am-the-task-description_3250"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3503"], ["description", "I-am-the-goal-description_9696"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task2945"], ["description", "I-am-the-task-description_1159"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6660"], ["description", "I-am-the-goal-description_1812"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3042"], ["description", "I-am-the-goal-description_8523"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3892"], ["description", "I-am-the-goal-description_4449"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9552"], ["description", "I-am-the-goal-description_587"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3836"], ["description", "I-am-the-goal-description_9598"], ["version", 1], ["created_at", "2015-04-08 13:43:04.561016"], ["updated_at", "2015-04-08 13:43:04.561016"], ["tracking", "150408-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6030"], ["description", "I-am-the-goal-description_3072"], ["version", 1], ["created_at", "2015-04-08 13:43:04.608265"], ["updated_at", "2015-04-08 13:43:04.608265"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 24ms (Views: 17.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6279"], ["description", "I-am-the-goal-description_5854"], ["version", 1], ["created_at", "2015-04-08 13:43:04.718515"], ["updated_at", "2015-04-08 13:43:04.718515"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_728"], ["description", "I-am-the-goal-description_5359"], ["version", 1], ["created_at", "2015-04-08 13:43:04.723171"], ["updated_at", "2015-04-08 13:43:04.723171"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 12ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8253"], ["description", "I-am-the-goal-description_1554"], ["version", 1], ["created_at", "2015-04-08 13:43:04.751166"], ["updated_at", "2015-04-08 13:43:04.751166"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3428"], ["description", "I-am-the-goal-description_5672"], ["version", 1], ["created_at", "2015-04-08 13:43:04.756214"], ["updated_at", "2015-04-08 13:43:04.756214"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2438"], ["description", "I-am-the-goal-description_1437"], ["version", 1], ["created_at", "2015-04-08 13:43:04.768546"], ["updated_at", "2015-04-08 13:43:04.768546"], ["tracking", "150408-3"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:43:04.781227"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3275ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9992"], ["description", "I-am-the-goal-description_8055"], ["version", 1], ["created_at", "2015-04-08 13:43:08.052984"], ["updated_at", "2015-04-08 13:43:08.052984"], ["tracking", "150408-4"]]  (3.1ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:43:08.064160"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7393"], ["description", "I-am-the-goal-description_5323"], ["version", 1], ["created_at", "2015-04-08 13:43:08.071446"], ["updated_at", "2015-04-08 13:43:08.071446"], ["tracking", "150408-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:43:08.078518"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9286"], ["description", "I-am-the-goal-description_8688"], ["version", 1], ["created_at", "2015-04-08 13:43:08.085511"], ["updated_at", "2015-04-08 13:43:08.085511"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:43:08.091873"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2289"], ["description", "I-am-the-goal-description_170"], ["version", 1], ["created_at", "2015-04-08 13:43:08.108607"], ["updated_at", "2015-04-08 13:43:08.108607"], ["tracking", "150408-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9933"], ["description", "I-am-the-task-description_2332"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.119091"], ["updated_at", "2015-04-08 13:43:08.119091"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 13:43:08.180139"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 13:43:08.181254"], ["updated_at", "2015-04-08 13:43:08.181254"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 13:43:08.183125"], ["id", 1]]  (1.6ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 13:43:08 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 13:43:08 UTC", "updated_at"=>"2015-04-08 13:43:08 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 13:43:08.193104"], ["created_at", "2015-04-08 13:43:08.195316"], ["updated_at", "2015-04-08 13:43:08.195316"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9880"], ["description", "I-am-the-goal-description_6755"], ["version", 1], ["created_at", "2015-04-08 13:43:08.205775"], ["updated_at", "2015-04-08 13:43:08.205775"], ["tracking", "150408-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1410"], ["description", "I-am-the-task-description_1584"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.210504"], ["updated_at", "2015-04-08 13:43:08.210504"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1086"], ["description", "I-am-the-task-description_4348"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.214466"], ["updated_at", "2015-04-08 13:43:08.214466"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:43:08.221846"], ["task_id", 2], ["created_at", "2015-04-08 13:43:08.223121"], ["updated_at", "2015-04-08 13:43:08.223121"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:43:08.224719"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4448"], ["description", "I-am-the-goal-description_5808"], ["version", 1], ["created_at", "2015-04-08 13:43:08.231841"], ["updated_at", "2015-04-08 13:43:08.231841"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task815"], ["description", "I-am-the-task-description_3039"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.236256"], ["updated_at", "2015-04-08 13:43:08.236256"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1253"], ["description", "I-am-the-task-description_198"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.241053"], ["updated_at", "2015-04-08 13:43:08.241053"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:43:08.247773"], ["task_id", 4], ["created_at", "2015-04-08 13:43:08.249095"], ["updated_at", "2015-04-08 13:43:08.249095"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:43:08.250671"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2757"], ["description", "I-am-the-goal-description_6474"], ["version", 1], ["created_at", "2015-04-08 13:43:08.259063"], ["updated_at", "2015-04-08 13:43:08.259063"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3721"], ["description", "I-am-the-task-description_4412"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.263412"], ["updated_at", "2015-04-08 13:43:08.263412"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task831"], ["description", "I-am-the-task-description_3415"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.267393"], ["updated_at", "2015-04-08 13:43:08.267393"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:43:08.275275"], ["task_id", 6], ["created_at", "2015-04-08 13:43:08.276521"], ["updated_at", "2015-04-08 13:43:08.276521"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:43:08.278041"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7340"], ["description", "I-am-the-goal-description_7322"], ["version", 1], ["created_at", "2015-04-08 13:43:08.287633"], ["updated_at", "2015-04-08 13:43:08.287633"], ["tracking", "150408-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7883"], ["description", "I-am-the-task-description_6989"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.293396"], ["updated_at", "2015-04-08 13:43:08.293396"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5370"], ["description", "I-am-the-task-description_5969"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.297941"], ["updated_at", "2015-04-08 13:43:08.297941"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:43:08.306231"], ["task_id", 8], ["created_at", "2015-04-08 13:43:08.307595"], ["updated_at", "2015-04-08 13:43:08.307595"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:43:08.309221"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1603"], ["description", "I-am-the-goal-description_9368"], ["version", 1], ["created_at", "2015-04-08 13:43:08.315203"], ["updated_at", "2015-04-08 13:43:08.315203"], ["tracking", "150408-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6901"], ["description", "I-am-the-task-description_2798"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.319658"], ["updated_at", "2015-04-08 13:43:08.319658"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3068"], ["description", "I-am-the-task-description_2611"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.323885"], ["updated_at", "2015-04-08 13:43:08.323885"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5668"], ["description", "I-am-the-goal-description_8845"], ["version", 1], ["created_at", "2015-04-08 13:43:08.336941"], ["updated_at", "2015-04-08 13:43:08.336941"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6678"], ["description", "I-am-the-task-description_6591"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.340820"], ["updated_at", "2015-04-08 13:43:08.340820"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4270"], ["description", "I-am-the-task-description_3323"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.344785"], ["updated_at", "2015-04-08 13:43:08.344785"]]  (0.7ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9517"], ["description", "I-am-the-goal-description_8416"], ["version", 1], ["created_at", "2015-04-08 13:43:08.385434"], ["updated_at", "2015-04-08 13:43:08.385434"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6528"], ["description", "I-am-the-task-description_7598"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.389292"], ["updated_at", "2015-04-08 13:43:08.389292"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1843"], ["description", "I-am-the-goal-description_3077"], ["version", 1], ["created_at", "2015-04-08 13:43:08.393087"], ["updated_at", "2015-04-08 13:43:08.393087"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1925"], ["description", "I-am-the-task-description_6037"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.397707"], ["updated_at", "2015-04-08 13:43:08.397707"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3718"], ["description", "I-am-the-goal-description_7357"], ["version", 1], ["created_at", "2015-04-08 13:43:08.407603"], ["updated_at", "2015-04-08 13:43:08.407603"], ["tracking", "150408-16"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3187"], ["description", "I-am-the-task-description_1061"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.411943"], ["updated_at", "2015-04-08 13:43:08.411943"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task668"], ["description", "I-am-the-task-description_8175"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.416593"], ["updated_at", "2015-04-08 13:43:08.416593"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8182"], ["description", "I-am-the-goal-description_5308"], ["version", 1], ["created_at", "2015-04-08 13:43:08.432006"], ["updated_at", "2015-04-08 13:43:08.432006"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6659"], ["description", "I-am-the-task-description_6171"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.436298"], ["updated_at", "2015-04-08 13:43:08.436298"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4510"], ["description", "I-am-the-goal-description_2700"], ["version", 1], ["created_at", "2015-04-08 13:43:08.440620"], ["updated_at", "2015-04-08 13:43:08.440620"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9484"], ["description", "I-am-the-task-description_839"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.444809"], ["updated_at", "2015-04-08 13:43:08.444809"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4939"], ["description", "I-am-the-goal-description_5851"], ["version", 1], ["created_at", "2015-04-08 13:43:08.456195"], ["updated_at", "2015-04-08 13:43:08.456195"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5130"], ["description", "I-am-the-task-description_422"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.460735"], ["updated_at", "2015-04-08 13:43:08.460735"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9085"], ["description", "I-am-the-task-description_8007"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.464662"], ["updated_at", "2015-04-08 13:43:08.464662"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3891"], ["description", "I-am-the-goal-description_4669"], ["version", 1], ["created_at", "2015-04-08 13:43:08.478950"], ["updated_at", "2015-04-08 13:43:08.478950"], ["tracking", "150408-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2420"], ["description", "I-am-the-task-description_4466"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.482796"], ["updated_at", "2015-04-08 13:43:08.482796"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5684"], ["description", "I-am-the-goal-description_2583"], ["version", 1], ["created_at", "2015-04-08 13:43:08.486770"], ["updated_at", "2015-04-08 13:43:08.486770"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5354"], ["description", "I-am-the-task-description_1057"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.490753"], ["updated_at", "2015-04-08 13:43:08.490753"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4737"], ["description", "I-am-the-goal-description_9809"], ["version", 1], ["created_at", "2015-04-08 13:43:08.500740"], ["updated_at", "2015-04-08 13:43:08.500740"], ["tracking", "150408-22"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4036"], ["description", "I-am-the-task-description_20"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.506549"], ["updated_at", "2015-04-08 13:43:08.506549"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5170"], ["description", "I-am-the-task-description_7073"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.510555"], ["updated_at", "2015-04-08 13:43:08.510555"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9563"], ["description", "I-am-the-goal-description_2842"], ["version", 1], ["created_at", "2015-04-08 13:43:08.522706"], ["updated_at", "2015-04-08 13:43:08.522706"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3607"], ["description", "I-am-the-task-description_8267"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.526486"], ["updated_at", "2015-04-08 13:43:08.526486"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3471"], ["description", "I-am-the-task-description_2925"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.530310"], ["updated_at", "2015-04-08 13:43:08.530310"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7230"], ["description", "I-am-the-goal-description_2994"], ["version", 1], ["created_at", "2015-04-08 13:43:08.542860"], ["updated_at", "2015-04-08 13:43:08.542860"], ["tracking", "150408-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7389"], ["description", "I-am-the-task-description_6079"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.546785"], ["updated_at", "2015-04-08 13:43:08.546785"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7764"], ["description", "I-am-the-task-description_6824"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.550684"], ["updated_at", "2015-04-08 13:43:08.550684"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4193"], ["description", "I-am-the-goal-description_8337"], ["version", 1], ["created_at", "2015-04-08 13:43:08.563906"], ["updated_at", "2015-04-08 13:43:08.563906"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5074"], ["description", "I-am-the-task-description_556"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.567743"], ["updated_at", "2015-04-08 13:43:08.567743"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1516"], ["description", "I-am-the-task-description_2831"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.571615"], ["updated_at", "2015-04-08 13:43:08.571615"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:43:08.584195"], ["updated_at", "2015-04-08 13:43:08.584195"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8485"], ["description", "I-am-the-goal-description_4333"], ["version", 1], ["created_at", "2015-04-08 13:43:08.591559"], ["updated_at", "2015-04-08 13:43:08.591559"], ["tracking", "150408-26"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task2195"], ["description", "I-am-the-task-description_4679"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.654253"], ["updated_at", "2015-04-08 13:43:08.654253"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3242"], ["description", "I-am-the-task-description_4470"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.658623"], ["updated_at", "2015-04-08 13:43:08.658623"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:43:08.665785"], ["updated_at", "2015-04-08 13:43:08.665785"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3949"], ["description", "I-am-the-goal-description_3154"], ["version", 1], ["created_at", "2015-04-08 13:43:08.676769"], ["updated_at", "2015-04-08 13:43:08.676769"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8777"], ["description", "I-am-the-task-description_2229"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.681705"], ["updated_at", "2015-04-08 13:43:08.681705"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8988"], ["description", "I-am-the-task-description_3626"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.686056"], ["updated_at", "2015-04-08 13:43:08.686056"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:43:08.693406"], ["updated_at", "2015-04-08 13:43:08.693406"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5841"], ["description", "I-am-the-goal-description_4222"], ["version", 1], ["created_at", "2015-04-08 13:43:08.702063"], ["updated_at", "2015-04-08 13:43:08.702063"], ["tracking", "150408-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6858"], ["description", "I-am-the-task-description_372"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.707067"], ["updated_at", "2015-04-08 13:43:08.707067"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task3506"], ["description", "I-am-the-task-description_597"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.712715"], ["updated_at", "2015-04-08 13:43:08.712715"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.5ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6039"], ["description", "I-am-the-goal-description_4520"], ["version", 1], ["created_at", "2015-04-08 13:43:08.726432"], ["updated_at", "2015-04-08 13:43:08.726432"], ["tracking", "150408-29"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task1204"], ["description", "I-am-the-task-description_9445"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.730487"], ["updated_at", "2015-04-08 13:43:08.730487"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task452"], ["description", "I-am-the-task-description_1153"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.734461"], ["updated_at", "2015-04-08 13:43:08.734461"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:43:08.738304"], ["updated_at", "2015-04-08 13:43:08.738304"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7831"], ["description", "I-am-the-goal-description_475"], ["version", 1], ["created_at", "2015-04-08 13:43:08.749802"], ["updated_at", "2015-04-08 13:43:08.749802"], ["tracking", "150408-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6774"], ["description", "I-am-the-task-description_3255"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.754049"], ["updated_at", "2015-04-08 13:43:08.754049"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2112"], ["description", "I-am-the-task-description_7323"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.757895"], ["updated_at", "2015-04-08 13:43:08.757895"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:43:08.762252"], ["updated_at", "2015-04-08 13:43:08.762252"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3579"], ["description", "I-am-the-goal-description_7246"], ["version", 1], ["created_at", "2015-04-08 13:43:08.775522"], ["updated_at", "2015-04-08 13:43:08.775522"], ["tracking", "150408-31"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task6465"], ["description", "I-am-the-task-description_2806"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.779525"], ["updated_at", "2015-04-08 13:43:08.779525"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task2359"], ["description", "I-am-the-task-description_2885"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.783488"], ["updated_at", "2015-04-08 13:43:08.783488"]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:43:08.787630"], ["updated_at", "2015-04-08 13:43:08.787630"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_269"], ["description", "I-am-the-goal-description_2428"], ["version", 1], ["created_at", "2015-04-08 13:43:08.802426"], ["updated_at", "2015-04-08 13:43:08.802426"], ["tracking", "150408-32"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task3465"], ["description", "I-am-the-task-description_8377"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.807177"], ["updated_at", "2015-04-08 13:43:08.807177"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5106"], ["description", "I-am-the-task-description_5784"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.811387"], ["updated_at", "2015-04-08 13:43:08.811387"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:43:08.815159"], ["updated_at", "2015-04-08 13:43:08.815159"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9650"], ["description", "I-am-the-goal-description_9014"], ["version", 1], ["created_at", "2015-04-08 13:43:08.831642"], ["updated_at", "2015-04-08 13:43:08.831642"], ["tracking", "150408-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task5993"], ["description", "I-am-the-task-description_4870"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.835552"], ["updated_at", "2015-04-08 13:43:08.835552"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2002"], ["description", "I-am-the-task-description_2317"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.839609"], ["updated_at", "2015-04-08 13:43:08.839609"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:43:08.843537"], ["updated_at", "2015-04-08 13:43:08.843537"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2094"], ["description", "I-am-the-goal-description_6093"], ["version", 1], ["created_at", "2015-04-08 13:43:08.856164"], ["updated_at", "2015-04-08 13:43:08.856164"], ["tracking", "150408-34"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task4241"], ["description", "I-am-the-task-description_6622"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.859990"], ["updated_at", "2015-04-08 13:43:08.859990"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7961"], ["description", "I-am-the-task-description_4746"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.864368"], ["updated_at", "2015-04-08 13:43:08.864368"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:43:08.868452"], ["updated_at", "2015-04-08 13:43:08.868452"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:43:08.875875"], ["id", 58]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4774"], ["description", "I-am-the-goal-description_2808"], ["version", 1], ["created_at", "2015-04-08 13:43:08.881997"], ["updated_at", "2015-04-08 13:43:08.881997"], ["tracking", "150408-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_801"], ["description", "I-am-the-goal-description_7777"], ["version", 1], ["created_at", "2015-04-08 13:43:08.886841"], ["updated_at", "2015-04-08 13:43:08.886841"], ["tracking", "150408-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task7843"], ["description", "I-am-the-task-description_4437"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.891192"], ["updated_at", "2015-04-08 13:43:08.891192"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_328"], ["description", "I-am-the-goal-description_5633"], ["version", 1], ["created_at", "2015-04-08 13:43:08.895273"], ["updated_at", "2015-04-08 13:43:08.895273"], ["tracking", "150408-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task7000"], ["description", "I-am-the-task-description_659"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.899153"], ["updated_at", "2015-04-08 13:43:08.899153"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2856"], ["description", "I-am-the-goal-description_6937"], ["version", 1], ["created_at", "2015-04-08 13:43:08.902516"], ["updated_at", "2015-04-08 13:43:08.902516"], ["tracking", "150408-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task1738"], ["description", "I-am-the-task-description_4676"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.907107"], ["updated_at", "2015-04-08 13:43:08.907107"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task1976"], ["description", "I-am-the-task-description_9798"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.911402"], ["updated_at", "2015-04-08 13:43:08.911402"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task4256"], ["description", "I-am-the-task-description_7910"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.916387"], ["updated_at", "2015-04-08 13:43:08.916387"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task2429"], ["description", "I-am-the-task-description_7544"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.920763"], ["updated_at", "2015-04-08 13:43:08.920763"]]  (1.3ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8307"], ["description", "I-am-the-goal-description_9604"], ["version", 1], ["created_at", "2015-04-08 13:43:08.929659"], ["updated_at", "2015-04-08 13:43:08.929659"], ["tracking", "150408-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3247"], ["description", "I-am-the-goal-description_2939"], ["version", 1], ["created_at", "2015-04-08 13:43:08.936120"], ["updated_at", "2015-04-08 13:43:08.936120"], ["tracking", "150408-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task2342"], ["description", "I-am-the-task-description_2629"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.940901"], ["updated_at", "2015-04-08 13:43:08.940901"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_961"], ["description", "I-am-the-goal-description_372"], ["version", 1], ["created_at", "2015-04-08 13:43:08.946284"], ["updated_at", "2015-04-08 13:43:08.946284"], ["tracking", "150408-41"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task1667"], ["description", "I-am-the-task-description_1240"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.950944"], ["updated_at", "2015-04-08 13:43:08.950944"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9887"], ["description", "I-am-the-goal-description_6429"], ["version", 1], ["created_at", "2015-04-08 13:43:08.954003"], ["updated_at", "2015-04-08 13:43:08.954003"], ["tracking", "150408-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task6766"], ["description", "I-am-the-task-description_5399"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.958627"], ["updated_at", "2015-04-08 13:43:08.958627"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task7190"], ["description", "I-am-the-task-description_3447"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.963540"], ["updated_at", "2015-04-08 13:43:08.963540"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task1481"], ["description", "I-am-the-task-description_6223"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.968000"], ["updated_at", "2015-04-08 13:43:08.968000"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task788"], ["description", "I-am-the-task-description_7119"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.973379"], ["updated_at", "2015-04-08 13:43:08.973379"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4875"], ["description", "I-am-the-goal-description_8762"], ["version", 1], ["created_at", "2015-04-08 13:43:08.977506"], ["updated_at", "2015-04-08 13:43:08.977506"], ["tracking", "150408-43"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1796"], ["description", "I-am-the-goal-description_9925"], ["version", 1], ["created_at", "2015-04-08 13:43:08.984508"], ["updated_at", "2015-04-08 13:43:08.984508"], ["tracking", "150408-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6369"], ["description", "I-am-the-goal-description_3676"], ["version", 1], ["created_at", "2015-04-08 13:43:08.989905"], ["updated_at", "2015-04-08 13:43:08.989905"], ["tracking", "150408-45"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task4325"], ["description", "I-am-the-task-description_8529"], ["cost", 1], ["created_at", "2015-04-08 13:43:08.993892"], ["updated_at", "2015-04-08 13:43:08.993892"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8145"], ["description", "I-am-the-goal-description_3114"], ["version", 1], ["created_at", "2015-04-08 13:43:08.998434"], ["updated_at", "2015-04-08 13:43:08.998434"], ["tracking", "150408-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task8606"], ["description", "I-am-the-task-description_8579"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.002706"], ["updated_at", "2015-04-08 13:43:09.002706"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8583"], ["description", "I-am-the-goal-description_2468"], ["version", 1], ["created_at", "2015-04-08 13:43:09.005941"], ["updated_at", "2015-04-08 13:43:09.005941"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task4198"], ["description", "I-am-the-task-description_4095"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.011029"], ["updated_at", "2015-04-08 13:43:09.011029"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task3212"], ["description", "I-am-the-task-description_4931"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.015880"], ["updated_at", "2015-04-08 13:43:09.015880"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task8542"], ["description", "I-am-the-task-description_740"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.021105"], ["updated_at", "2015-04-08 13:43:09.021105"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task3467"], ["description", "I-am-the-task-description_2400"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.027439"], ["updated_at", "2015-04-08 13:43:09.027439"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task5443"], ["description", "I-am-the-task-description_9609"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.031996"], ["updated_at", "2015-04-08 13:43:09.031996"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9770"], ["description", "I-am-the-goal-description_7996"], ["version", 1], ["created_at", "2015-04-08 13:43:09.038909"], ["updated_at", "2015-04-08 13:43:09.038909"], ["tracking", "150408-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5382"], ["description", "I-am-the-goal-description_2656"], ["version", 1], ["created_at", "2015-04-08 13:43:09.043648"], ["updated_at", "2015-04-08 13:43:09.043648"], ["tracking", "150408-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task6696"], ["description", "I-am-the-task-description_367"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.047417"], ["updated_at", "2015-04-08 13:43:09.047417"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2332"], ["description", "I-am-the-goal-description_5775"], ["version", 1], ["created_at", "2015-04-08 13:43:09.051426"], ["updated_at", "2015-04-08 13:43:09.051426"], ["tracking", "150408-50"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task1046"], ["description", "I-am-the-task-description_5998"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.055827"], ["updated_at", "2015-04-08 13:43:09.055827"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5377"], ["description", "I-am-the-goal-description_8406"], ["version", 1], ["created_at", "2015-04-08 13:43:09.058940"], ["updated_at", "2015-04-08 13:43:09.058940"], ["tracking", "150408-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task9303"], ["description", "I-am-the-task-description_8455"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.063573"], ["updated_at", "2015-04-08 13:43:09.063573"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task7939"], ["description", "I-am-the-task-description_9934"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.068255"], ["updated_at", "2015-04-08 13:43:09.068255"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task9174"], ["description", "I-am-the-task-description_8659"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.073213"], ["updated_at", "2015-04-08 13:43:09.073213"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task4190"], ["description", "I-am-the-task-description_2255"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.077806"], ["updated_at", "2015-04-08 13:43:09.077806"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task4905"], ["description", "I-am-the-task-description_4177"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.083717"], ["updated_at", "2015-04-08 13:43:09.083717"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1045"], ["description", "I-am-the-goal-description_6069"], ["version", 1], ["created_at", "2015-04-08 13:43:09.092095"], ["updated_at", "2015-04-08 13:43:09.092095"], ["tracking", "150408-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task1429"], ["description", "I-am-the-task-description_3058"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.096071"], ["updated_at", "2015-04-08 13:43:09.096071"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4942"], ["description", "I-am-the-goal-description_6451"], ["version", 1], ["created_at", "2015-04-08 13:43:09.101880"], ["updated_at", "2015-04-08 13:43:09.101880"], ["tracking", "150408-53"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task8204"], ["description", "I-am-the-task-description_8319"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.105801"], ["updated_at", "2015-04-08 13:43:09.105801"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2636"], ["description", "I-am-the-goal-description_4201"], ["version", 1], ["created_at", "2015-04-08 13:43:09.111411"], ["updated_at", "2015-04-08 13:43:09.111411"], ["tracking", "150408-54"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task4848"], ["description", "I-am-the-task-description_1752"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.115129"], ["updated_at", "2015-04-08 13:43:09.115129"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2004"], ["description", "I-am-the-goal-description_8154"], ["version", 1], ["created_at", "2015-04-08 13:43:09.120666"], ["updated_at", "2015-04-08 13:43:09.120666"], ["tracking", "150408-55"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task8683"], ["description", "I-am-the-task-description_8076"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.125500"], ["updated_at", "2015-04-08 13:43:09.125500"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4816"], ["description", "I-am-the-goal-description_5740"], ["version", 1], ["created_at", "2015-04-08 13:43:09.131301"], ["updated_at", "2015-04-08 13:43:09.131301"], ["tracking", "150408-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1248"], ["description", "I-am-the-goal-description_758"], ["version", 1], ["created_at", "2015-04-08 13:43:09.136334"], ["updated_at", "2015-04-08 13:43:09.136334"], ["tracking", "150408-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8469"], ["description", "I-am-the-goal-description_5830"], ["version", 1], ["created_at", "2015-04-08 13:43:09.142460"], ["updated_at", "2015-04-08 13:43:09.142460"], ["tracking", "150408-58"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2159"], ["description", "I-am-the-goal-description_8577"], ["version", 1], ["created_at", "2015-04-08 13:43:09.148170"], ["updated_at", "2015-04-08 13:43:09.148170"], ["tracking", "150408-59"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7491"], ["description", "I-am-the-goal-description_5402"], ["version", 1], ["created_at", "2015-04-08 13:43:09.153395"], ["updated_at", "2015-04-08 13:43:09.153395"], ["tracking", "150408-60"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7778"], ["description", "I-am-the-goal-description_6733"], ["version", 1], ["created_at", "2015-04-08 13:43:09.160477"], ["updated_at", "2015-04-08 13:43:09.160477"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9116"], ["description", "I-am-the-goal-description_1429"], ["version", 1], ["created_at", "2015-04-08 13:43:09.165617"], ["updated_at", "2015-04-08 13:43:09.165617"], ["tracking", "150408-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_282"], ["description", "I-am-the-goal-description_7368"], ["version", 1], ["created_at", "2015-04-08 13:43:09.171920"], ["updated_at", "2015-04-08 13:43:09.171920"], ["tracking", "150408-63"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task862"], ["description", "I-am-the-task-description_2708"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.176056"], ["updated_at", "2015-04-08 13:43:09.176056"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8193"], ["description", "I-am-the-goal-description_3092"], ["version", 1], ["created_at", "2015-04-08 13:43:09.182016"], ["updated_at", "2015-04-08 13:43:09.182016"], ["tracking", "150408-64"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4486"], ["description", "I-am-the-goal-description_5016"], ["version", 1], ["created_at", "2015-04-08 13:43:09.186990"], ["updated_at", "2015-04-08 13:43:09.186990"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_859"], ["description", "I-am-the-goal-description_6306"], ["version", 1], ["created_at", "2015-04-08 13:43:09.194389"], ["updated_at", "2015-04-08 13:43:09.194389"], ["tracking", "150408-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8497"], ["description", "I-am-the-goal-description_2549"], ["version", 1], ["created_at", "2015-04-08 13:43:09.201069"], ["updated_at", "2015-04-08 13:43:09.201069"], ["tracking", "150408-67"]]  (4.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task8923"], ["description", "I-am-the-task-description_1790"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.208617"], ["updated_at", "2015-04-08 13:43:09.208617"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1626"], ["description", "I-am-the-goal-description_3959"], ["version", 1], ["created_at", "2015-04-08 13:43:09.212918"], ["updated_at", "2015-04-08 13:43:09.212918"], ["tracking", "150408-68"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task4646"], ["description", "I-am-the-task-description_4983"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.218282"], ["updated_at", "2015-04-08 13:43:09.218282"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4010"], ["description", "I-am-the-goal-description_5040"], ["version", 1], ["created_at", "2015-04-08 13:43:09.222722"], ["updated_at", "2015-04-08 13:43:09.222722"], ["tracking", "150408-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task6887"], ["description", "I-am-the-task-description_9903"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.228479"], ["updated_at", "2015-04-08 13:43:09.228479"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1517"], ["description", "I-am-the-goal-description_6415"], ["version", 1], ["created_at", "2015-04-08 13:43:09.233316"], ["updated_at", "2015-04-08 13:43:09.233316"], ["tracking", "150408-70"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task6099"], ["description", "I-am-the-task-description_8117"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.238341"], ["updated_at", "2015-04-08 13:43:09.238341"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5967"], ["description", "I-am-the-goal-description_1050"], ["version", 1], ["created_at", "2015-04-08 13:43:09.244582"], ["updated_at", "2015-04-08 13:43:09.244582"], ["tracking", "150408-71"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task726"], ["description", "I-am-the-task-description_4142"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.313248"], ["updated_at", "2015-04-08 13:43:09.313248"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3518"], ["description", "I-am-the-goal-description_4330"], ["version", 1], ["created_at", "2015-04-08 13:43:09.318817"], ["updated_at", "2015-04-08 13:43:09.318817"], ["tracking", "150408-72"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task5500"], ["description", "I-am-the-task-description_1057"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.323438"], ["updated_at", "2015-04-08 13:43:09.323438"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8895"], ["description", "I-am-the-goal-description_2105"], ["version", 1], ["created_at", "2015-04-08 13:43:09.328381"], ["updated_at", "2015-04-08 13:43:09.328381"], ["tracking", "150408-73"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task1590"], ["description", "I-am-the-task-description_2718"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.332840"], ["updated_at", "2015-04-08 13:43:09.332840"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5623"], ["description", "I-am-the-goal-description_5542"], ["version", 1], ["created_at", "2015-04-08 13:43:09.338277"], ["updated_at", "2015-04-08 13:43:09.338277"], ["tracking", "150408-74"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task3491"], ["description", "I-am-the-task-description_3173"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.342374"], ["updated_at", "2015-04-08 13:43:09.342374"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9411"], ["description", "I-am-the-goal-description_4329"], ["version", 1], ["created_at", "2015-04-08 13:43:09.347821"], ["updated_at", "2015-04-08 13:43:09.347821"], ["tracking", "150408-75"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task7183"], ["description", "I-am-the-task-description_9414"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.352540"], ["updated_at", "2015-04-08 13:43:09.352540"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_505"], ["description", "I-am-the-goal-description_4065"], ["version", 1], ["created_at", "2015-04-08 13:43:09.360350"], ["updated_at", "2015-04-08 13:43:09.360350"], ["tracking", "150408-76"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task5604"], ["description", "I-am-the-task-description_6522"], ["cost", 1], ["created_at", "2015-04-08 13:43:09.364667"], ["updated_at", "2015-04-08 13:43:09.364667"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6423"], ["description", "I-am-the-goal-description_8060"], ["version", 1], ["created_at", "2015-04-08 13:43:09.370075"], ["updated_at", "2015-04-08 13:43:09.370075"], ["tracking", "150408-77"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 13:43:09.373218"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 13:43:09.375493"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5130"], ["description", "I-am-the-goal-description_5684"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6493"], ["description", "I-am-the-goal-description_1525"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9753"], ["description", "I-am-the-goal-description_2053"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5208"], ["description", "I-am-the-goal-description_3374"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9029"], ["description", "I-am-the-goal-description_2550"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task5998"], ["description", "I-am-the-task-description_5550"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task5902"], ["description", "I-am-the-task-description_4057"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7430"], ["description", "I-am-the-goal-description_4591"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7480"], ["description", "I-am-the-goal-description_1275"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_758"], ["description", "I-am-the-goal-description_6932"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1268"], ["description", "I-am-the-goal-description_2485"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task3009"], ["description", "I-am-the-task-description_5891"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8938"], ["description", "I-am-the-goal-description_6579"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task6816"], ["description", "I-am-the-task-description_5869"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4578"], ["description", "I-am-the-goal-description_1234"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task1070"], ["description", "I-am-the-task-description_4982"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5839"], ["description", "I-am-the-goal-description_1154"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task9071"], ["description", "I-am-the-task-description_8045"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9842"], ["description", "I-am-the-goal-description_9883"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task4822"], ["description", "I-am-the-task-description_1616"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7182"], ["description", "I-am-the-goal-description_8094"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task4289"], ["description", "I-am-the-task-description_8230"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1657"], ["description", "I-am-the-goal-description_6454"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task8981"], ["description", "I-am-the-task-description_6453"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3642"], ["description", "I-am-the-goal-description_2017"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9570"], ["description", "I-am-the-goal-description_1882"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7493"], ["description", "I-am-the-goal-description_2659"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5746"], ["description", "I-am-the-goal-description_622"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:43:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (58.1ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3962.4ms) Completed 200 OK in 4044ms (Views: 4014.3ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 15:43:26 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 15:43:26 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 15:43:26 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 15:43:27 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (342.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (347.2ms) Completed 200 OK in 359ms (Views: 351.2ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:43:28 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 13:43:28.406609"], ["updated_at", "2015-04-08 13:43:28.406609"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (89.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (98.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (114.5ms) Completed 200 OK in 187ms (Views: 116.2ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8402"], ["description", "I-am-the-goal-description_6049"], ["version", 1], ["created_at", "2015-04-08 13:43:28.755121"], ["updated_at", "2015-04-08 13:43:28.755121"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2633"], ["description", "I-am-the-task-description_3372"], ["cost", 1], ["created_at", "2015-04-08 13:43:28.761742"], ["updated_at", "2015-04-08 13:43:28.761742"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4127"], ["description", "I-am-the-task-description_9698"], ["cost", 1], ["created_at", "2015-04-08 13:43:28.766539"], ["updated_at", "2015-04-08 13:43:28.766539"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9801"], ["description", "I-am-the-task-description_1997"], ["cost", 1], ["created_at", "2015-04-08 13:43:28.770611"], ["updated_at", "2015-04-08 13:43:28.770611"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:43:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.7ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:30 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.3ms) Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8591"], ["description", "I-am-the-goal-description_2681"], ["version", 1], ["created_at", "2015-04-08 13:43:30.619240"], ["updated_at", "2015-04-08 13:43:30.619240"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:43:30 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:32 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:43:32 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (67.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (71.1ms) Completed 200 OK in 76ms (Views: 75.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:32 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_2681"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 13:43:32.449523"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:32 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.9ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4538"], ["description", "I-am-the-goal-description_2758"], ["version", 1], ["created_at", "2015-04-08 13:43:32.590227"], ["updated_at", "2015-04-08 13:43:32.590227"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:43:32 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:34 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:43:34 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (63.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.1ms) Completed 200 OK in 66ms (Views: 64.8ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:34 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:43:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.4ms) Completed 200 OK in 5ms (Views: 4.1ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5950"], ["description", "I-am-the-goal-description_2404"], ["version", 1], ["created_at", "2015-04-08 13:43:34.671553"], ["updated_at", "2015-04-08 13:43:34.671553"], ["tracking", "150408-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:34 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 15:43:36 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:43:36.260063"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:43:36 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.7ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3079"], ["description", "I-am-the-goal-description_4315"], ["version", 1], ["created_at", "2015-04-08 13:43:36.403219"], ["updated_at", "2015-04-08 13:43:36.403219"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:36 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 15:43:37 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:43:37.977925"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:37 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3242"], ["description", "I-am-the-goal-description_9315"], ["version", 1], ["created_at", "2015-04-08 13:43:38.117671"], ["updated_at", "2015-04-08 13:43:38.117671"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1549"], ["description", "I-am-the-task-description_7391"], ["cost", 1], ["created_at", "2015-04-08 13:43:38.121532"], ["updated_at", "2015-04-08 13:43:38.121532"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (57.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (62.8ms) Completed 200 OK in 68ms (Views: 64.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:43:39 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (14.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (29.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (61.3ms) Completed 200 OK in 67ms (Views: 62.3ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 15:43:39 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 13:43:39.912152"], ["created_at", "2015-04-08 13:43:39.914091"], ["updated_at", "2015-04-08 13:43:39.914091"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 13:43:39.915888"], ["id", 1]]  (3.3ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 4.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:43:39 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (76.9ms) Completed 200 OK in 81ms (Views: 77.3ms | ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5732"], ["description", "I-am-the-goal-description_5836"], ["version", 1], ["created_at", "2015-04-08 13:43:40.153847"], ["updated_at", "2015-04-08 13:43:40.153847"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:43:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:43:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 15:43:41 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (152.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (158.8ms) Completed 200 OK in 163ms (Views: 160.9ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:42 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-08"], ["reminder", "2015-04-15"], ["done", "f"], ["created_at", "2015-04-08 13:43:42.097104"], ["updated_at", "2015-04-08 13:43:42.097104"]]  (1.6ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:43:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.9ms) Completed 200 OK in 27ms (Views: 22.2ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2397"], ["description", "I-am-the-goal-description_4692"], ["version", 1], ["created_at", "2015-04-08 13:43:42.246999"], ["updated_at", "2015-04-08 13:43:42.246999"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7741"], ["description", "I-am-the-task-description_5733"], ["cost", 1], ["created_at", "2015-04-08 13:43:42.251271"], ["updated_at", "2015-04-08 13:43:42.251271"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:43:43 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (59.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (76.2ms) Completed 200 OK in 80ms (Views: 76.4ms | ActiveRecord: 0.8ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6626"], ["description", "I-am-the-goal-description_1432"], ["version", 1], ["created_at", "2015-04-08 13:43:43.979589"], ["updated_at", "2015-04-08 13:43:43.979589"], ["tracking", "150408-1"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3909"], ["description", "I-am-the-task-description_3341"], ["cost", 1], ["created_at", "2015-04-08 13:43:43.989723"], ["updated_at", "2015-04-08 13:43:43.989723"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms) Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:43:45 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (76.8ms) Completed 200 OK in 81ms (Views: 77.0ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:43:45 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (81.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (84.6ms) Completed 200 OK in 89ms (Views: 86.5ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:43:46 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3341", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 13:43:46.226536"], ["id", 1]]  (2.8ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:43:46 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (11.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (30.4ms) Completed 200 OK in 35ms (Views: 30.4ms | ActiveRecord: 1.0ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6168"], ["description", "I-am-the-goal-description_3396"], ["version", 1], ["created_at", "2015-04-08 13:43:46.419940"], ["updated_at", "2015-04-08 13:43:46.419940"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4961"], ["description", "I-am-the-task-description_2168"], ["cost", 1], ["created_at", "2015-04-08 13:43:46.424180"], ["updated_at", "2015-04-08 13:43:46.424180"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.3ms) Completed 200 OK in 11ms (Views: 10.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:43:48 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.6ms) Completed 200 OK in 28ms (Views: 23.9ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:43:48 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (134.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (134.8ms) Completed 200 OK in 138ms (Views: 135.6ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:43:48 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5320"], ["description", "I-am-the-goal-description_1901"], ["version", 1], ["created_at", "2015-04-08 13:43:48.599006"], ["updated_at", "2015-04-08 13:43:48.599006"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8652"], ["description", "I-am-the-task-description_1704"], ["cost", 1], ["created_at", "2015-04-08 13:43:48.602934"], ["updated_at", "2015-04-08 13:43:48.602934"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 15:43:50 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:43:50.196599"], ["task_id", 1], ["created_at", "2015-04-08 13:43:50.198055"], ["updated_at", "2015-04-08 13:43:50.198055"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:43:50.199755"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8012"], ["description", "I-am-the-goal-description_2585"], ["version", 1], ["created_at", "2015-04-08 13:43:50.339030"], ["updated_at", "2015-04-08 13:43:50.339030"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task3034"], ["description", "I-am-the-task-description_997"], ["cost", 1], ["created_at", "2015-04-08 13:43:50.342782"], ["updated_at", "2015-04-08 13:43:50.342782"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 15:43:51 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (1.1ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:43:51.939383"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:49347/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.9ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.5ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6906"], ["description", "I-am-the-goal-description_7248"], ["version", 1], ["created_at", "2015-04-08 13:43:52.072848"], ["updated_at", "2015-04-08 13:43:52.072848"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4094"], ["description", "I-am-the-task-description_5007"], ["cost", 1], ["created_at", "2015-04-08 13:43:52.077111"], ["updated_at", "2015-04-08 13:43:52.077111"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_131"], ["description", "I-am-the-goal-description_3331"], ["version", 1], ["created_at", "2015-04-08 13:43:52.080929"], ["updated_at", "2015-04-08 13:43:52.080929"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9203"], ["description", "I-am-the-task-description_6728"], ["cost", 1], ["created_at", "2015-04-08 13:43:52.084445"], ["updated_at", "2015-04-08 13:43:52.084445"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6910"], ["description", "I-am-the-goal-description_8016"], ["version", 1], ["created_at", "2015-04-08 13:43:52.088480"], ["updated_at", "2015-04-08 13:43:52.088480"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5814"], ["description", "I-am-the-task-description_3507"], ["cost", 1], ["created_at", "2015-04-08 13:43:52.093721"], ["updated_at", "2015-04-08 13:43:52.093721"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.9ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 15:43:53 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.pdf (3.1ms) Completed 200 OK in 113ms (Views: 2.9ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_570"], ["description", "I-am-the-goal-description_306"], ["version", 1], ["created_at", "2015-04-08 13:43:53.927554"], ["updated_at", "2015-04-08 13:43:53.927554"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2940"], ["description", "I-am-the-task-description_203"], ["cost", 1], ["created_at", "2015-04-08 13:43:53.932510"], ["updated_at", "2015-04-08 13:43:53.932510"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9671"], ["description", "I-am-the-goal-description_4229"], ["version", 1], ["created_at", "2015-04-08 13:43:53.936254"], ["updated_at", "2015-04-08 13:43:53.936254"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8791"], ["description", "I-am-the-task-description_5705"], ["cost", 1], ["created_at", "2015-04-08 13:43:53.939705"], ["updated_at", "2015-04-08 13:43:53.939705"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1326"], ["description", "I-am-the-goal-description_7952"], ["version", 1], ["created_at", "2015-04-08 13:43:53.943205"], ["updated_at", "2015-04-08 13:43:53.943205"], ["tracking", "150408-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8037"], ["description", "I-am-the-task-description_1085"], ["cost", 1], ["created_at", "2015-04-08 13:43:53.948906"], ["updated_at", "2015-04-08 13:43:53.948906"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 15:43:55 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8300"], ["description", "I-am-the-goal-description_2615"], ["version", 1], ["created_at", "2015-04-08 13:43:55.798772"], ["updated_at", "2015-04-08 13:43:55.798772"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4076"], ["description", "I-am-the-task-description_4610"], ["cost", 1], ["created_at", "2015-04-08 13:43:55.803572"], ["updated_at", "2015-04-08 13:43:55.803572"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_794"], ["description", "I-am-the-goal-description_3655"], ["version", 1], ["created_at", "2015-04-08 13:43:55.807296"], ["updated_at", "2015-04-08 13:43:55.807296"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4761"], ["description", "I-am-the-task-description_9017"], ["cost", 1], ["created_at", "2015-04-08 13:43:55.810666"], ["updated_at", "2015-04-08 13:43:55.810666"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3363"], ["description", "I-am-the-goal-description_1711"], ["version", 1], ["created_at", "2015-04-08 13:43:55.814003"], ["updated_at", "2015-04-08 13:43:55.814003"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3269"], ["description", "I-am-the-task-description_9274"], ["cost", 1], ["created_at", "2015-04-08 13:43:55.818610"], ["updated_at", "2015-04-08 13:43:55.818610"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:43:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.9ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 15:43:57 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.4ms) Completed 200 OK in 75ms (Views: 74.1ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6080"], ["description", "I-am-the-goal-description_8373"], ["version", 1], ["created_at", "2015-04-08 13:46:56.887229"], ["updated_at", "2015-04-08 13:46:56.887229"], ["tracking", "150408-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1007"], ["description", "I-am-the-goal-description_6696"], ["version", 1], ["created_at", "2015-04-08 13:46:56.897464"], ["updated_at", "2015-04-08 13:46:56.897464"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 21ms (Views: 14.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2831"], ["description", "I-am-the-goal-description_100"], ["version", 1], ["created_at", "2015-04-08 13:46:57.003437"], ["updated_at", "2015-04-08 13:46:57.003437"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8412"], ["description", "I-am-the-goal-description_2410"], ["version", 1], ["created_at", "2015-04-08 13:46:57.008935"], ["updated_at", "2015-04-08 13:46:57.008935"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4738"], ["description", "I-am-the-goal-description_8196"], ["version", 1], ["created_at", "2015-04-08 13:46:57.034988"], ["updated_at", "2015-04-08 13:46:57.034988"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2849"], ["description", "I-am-the-goal-description_3178"], ["version", 1], ["created_at", "2015-04-08 13:46:57.039377"], ["updated_at", "2015-04-08 13:46:57.039377"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5552"], ["description", "I-am-the-goal-description_2427"], ["version", 1], ["created_at", "2015-04-08 13:46:57.050217"], ["updated_at", "2015-04-08 13:46:57.050217"], ["tracking", "150408-3"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (43.6ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:46:57.108331"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3311ms (ActiveRecord: 45.1ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2544"], ["description", "I-am-the-goal-description_2529"], ["version", 1], ["created_at", "2015-04-08 13:47:00.369495"], ["updated_at", "2015-04-08 13:47:00.369495"], ["tracking", "150408-4"]]  (2.5ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:47:00.378716"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8035"], ["description", "I-am-the-goal-description_2128"], ["version", 1], ["created_at", "2015-04-08 13:47:00.384878"], ["updated_at", "2015-04-08 13:47:00.384878"], ["tracking", "150408-5"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:47:00.390630"], ["id", 9]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7547"], ["description", "I-am-the-goal-description_1015"], ["version", 1], ["created_at", "2015-04-08 13:47:00.398200"], ["updated_at", "2015-04-08 13:47:00.398200"], ["tracking", "150408-6"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:47:00.404552"], ["id", 10]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1887"], ["description", "I-am-the-goal-description_514"], ["version", 1], ["created_at", "2015-04-08 13:47:00.471712"], ["updated_at", "2015-04-08 13:47:00.471712"], ["tracking", "150408-7"]]  (1.6ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7747"], ["description", "I-am-the-task-description_2236"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.485601"], ["updated_at", "2015-04-08 13:47:00.485601"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-08 13:47:00.496253"], ["task_id", 1], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 13:47:00.497197"], ["updated_at", "2015-04-08 13:47:00.497197"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 13:47:00.499615"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 13:47:00 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 13:47:00 UTC", "updated_at"=>"2015-04-08 13:47:00 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 13:47:00.509724"], ["created_at", "2015-04-08 13:47:00.511910"], ["updated_at", "2015-04-08 13:47:00.511910"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_669"], ["description", "I-am-the-goal-description_6541"], ["version", 1], ["created_at", "2015-04-08 13:47:00.522682"], ["updated_at", "2015-04-08 13:47:00.522682"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8733"], ["description", "I-am-the-task-description_4250"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.527053"], ["updated_at", "2015-04-08 13:47:00.527053"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1263"], ["description", "I-am-the-task-description_2510"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.531149"], ["updated_at", "2015-04-08 13:47:00.531149"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:47:00.538652"], ["task_id", 2], ["created_at", "2015-04-08 13:47:00.539947"], ["updated_at", "2015-04-08 13:47:00.539947"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:47:00.541588"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_751"], ["description", "I-am-the-goal-description_8878"], ["version", 1], ["created_at", "2015-04-08 13:47:00.549378"], ["updated_at", "2015-04-08 13:47:00.549378"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6433"], ["description", "I-am-the-task-description_7576"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.554548"], ["updated_at", "2015-04-08 13:47:00.554548"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6760"], ["description", "I-am-the-task-description_2253"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.559067"], ["updated_at", "2015-04-08 13:47:00.559067"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:47:00.566590"], ["task_id", 4], ["created_at", "2015-04-08 13:47:00.568449"], ["updated_at", "2015-04-08 13:47:00.568449"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:47:00.570128"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2100"], ["description", "I-am-the-goal-description_8551"], ["version", 1], ["created_at", "2015-04-08 13:47:00.576637"], ["updated_at", "2015-04-08 13:47:00.576637"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4727"], ["description", "I-am-the-task-description_5897"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.580826"], ["updated_at", "2015-04-08 13:47:00.580826"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2819"], ["description", "I-am-the-task-description_5719"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.585243"], ["updated_at", "2015-04-08 13:47:00.585243"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:47:00.594233"], ["task_id", 6], ["created_at", "2015-04-08 13:47:00.595803"], ["updated_at", "2015-04-08 13:47:00.595803"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:47:00.597896"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8683"], ["description", "I-am-the-goal-description_2805"], ["version", 1], ["created_at", "2015-04-08 13:47:00.606298"], ["updated_at", "2015-04-08 13:47:00.606298"], ["tracking", "150408-11"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7972"], ["description", "I-am-the-task-description_9643"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.611025"], ["updated_at", "2015-04-08 13:47:00.611025"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6792"], ["description", "I-am-the-task-description_7429"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.615133"], ["updated_at", "2015-04-08 13:47:00.615133"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:47:00.622782"], ["task_id", 8], ["created_at", "2015-04-08 13:47:00.624084"], ["updated_at", "2015-04-08 13:47:00.624084"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:47:00.626004"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1079"], ["description", "I-am-the-goal-description_1912"], ["version", 1], ["created_at", "2015-04-08 13:47:00.632808"], ["updated_at", "2015-04-08 13:47:00.632808"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5034"], ["description", "I-am-the-task-description_1950"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.636823"], ["updated_at", "2015-04-08 13:47:00.636823"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task3229"], ["description", "I-am-the-task-description_3484"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.640812"], ["updated_at", "2015-04-08 13:47:00.640812"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.3ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8872"], ["description", "I-am-the-goal-description_1170"], ["version", 1], ["created_at", "2015-04-08 13:47:00.654482"], ["updated_at", "2015-04-08 13:47:00.654482"], ["tracking", "150408-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1142"], ["description", "I-am-the-task-description_1161"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.658983"], ["updated_at", "2015-04-08 13:47:00.658983"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4526"], ["description", "I-am-the-task-description_7879"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.663379"], ["updated_at", "2015-04-08 13:47:00.663379"]]  (0.7ms) commit transaction Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1098"], ["description", "I-am-the-goal-description_7231"], ["version", 1], ["created_at", "2015-04-08 13:47:00.710068"], ["updated_at", "2015-04-08 13:47:00.710068"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task9669"], ["description", "I-am-the-task-description_9774"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.715145"], ["updated_at", "2015-04-08 13:47:00.715145"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8731"], ["description", "I-am-the-goal-description_6525"], ["version", 1], ["created_at", "2015-04-08 13:47:00.721233"], ["updated_at", "2015-04-08 13:47:00.721233"], ["tracking", "150408-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5775"], ["description", "I-am-the-task-description_6052"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.725419"], ["updated_at", "2015-04-08 13:47:00.725419"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8677"], ["description", "I-am-the-goal-description_7653"], ["version", 1], ["created_at", "2015-04-08 13:47:00.735820"], ["updated_at", "2015-04-08 13:47:00.735820"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7388"], ["description", "I-am-the-task-description_9795"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.740578"], ["updated_at", "2015-04-08 13:47:00.740578"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5862"], ["description", "I-am-the-task-description_7085"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.745378"], ["updated_at", "2015-04-08 13:47:00.745378"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3983"], ["description", "I-am-the-goal-description_117"], ["version", 1], ["created_at", "2015-04-08 13:47:00.760935"], ["updated_at", "2015-04-08 13:47:00.760935"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6260"], ["description", "I-am-the-task-description_5680"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.764885"], ["updated_at", "2015-04-08 13:47:00.764885"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9235"], ["description", "I-am-the-goal-description_6979"], ["version", 1], ["created_at", "2015-04-08 13:47:00.770350"], ["updated_at", "2015-04-08 13:47:00.770350"], ["tracking", "150408-18"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4626"], ["description", "I-am-the-task-description_3392"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.775174"], ["updated_at", "2015-04-08 13:47:00.775174"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5642"], ["description", "I-am-the-goal-description_6279"], ["version", 1], ["created_at", "2015-04-08 13:47:00.786110"], ["updated_at", "2015-04-08 13:47:00.786110"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9685"], ["description", "I-am-the-task-description_617"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.789997"], ["updated_at", "2015-04-08 13:47:00.789997"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7465"], ["description", "I-am-the-task-description_2132"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.794703"], ["updated_at", "2015-04-08 13:47:00.794703"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9906"], ["description", "I-am-the-goal-description_769"], ["version", 1], ["created_at", "2015-04-08 13:47:00.813086"], ["updated_at", "2015-04-08 13:47:00.813086"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task6530"], ["description", "I-am-the-task-description_3704"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.817244"], ["updated_at", "2015-04-08 13:47:00.817244"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8716"], ["description", "I-am-the-goal-description_5308"], ["version", 1], ["created_at", "2015-04-08 13:47:00.821481"], ["updated_at", "2015-04-08 13:47:00.821481"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9532"], ["description", "I-am-the-task-description_900"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.882129"], ["updated_at", "2015-04-08 13:47:00.882129"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2743"], ["description", "I-am-the-goal-description_9609"], ["version", 1], ["created_at", "2015-04-08 13:47:00.894050"], ["updated_at", "2015-04-08 13:47:00.894050"], ["tracking", "150408-22"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task153"], ["description", "I-am-the-task-description_5344"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.898021"], ["updated_at", "2015-04-08 13:47:00.898021"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8247"], ["description", "I-am-the-task-description_3777"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.902005"], ["updated_at", "2015-04-08 13:47:00.902005"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 8ms (Views: 2.1ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3402"], ["description", "I-am-the-goal-description_9238"], ["version", 1], ["created_at", "2015-04-08 13:47:00.917841"], ["updated_at", "2015-04-08 13:47:00.917841"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4916"], ["description", "I-am-the-task-description_4838"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.923113"], ["updated_at", "2015-04-08 13:47:00.923113"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7100"], ["description", "I-am-the-task-description_9797"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.927734"], ["updated_at", "2015-04-08 13:47:00.927734"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5042"], ["description", "I-am-the-goal-description_1813"], ["version", 1], ["created_at", "2015-04-08 13:47:00.941219"], ["updated_at", "2015-04-08 13:47:00.941219"], ["tracking", "150408-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task7212"], ["description", "I-am-the-task-description_8358"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.945213"], ["updated_at", "2015-04-08 13:47:00.945213"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1669"], ["description", "I-am-the-task-description_4411"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.949237"], ["updated_at", "2015-04-08 13:47:00.949237"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3856"], ["description", "I-am-the-goal-description_9866"], ["version", 1], ["created_at", "2015-04-08 13:47:00.963077"], ["updated_at", "2015-04-08 13:47:00.963077"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task2520"], ["description", "I-am-the-task-description_8189"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.967613"], ["updated_at", "2015-04-08 13:47:00.967613"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task9099"], ["description", "I-am-the-task-description_5838"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.971700"], ["updated_at", "2015-04-08 13:47:00.971700"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:47:00.983705"], ["updated_at", "2015-04-08 13:47:00.983705"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6534"], ["description", "I-am-the-goal-description_4468"], ["version", 1], ["created_at", "2015-04-08 13:47:00.991691"], ["updated_at", "2015-04-08 13:47:00.991691"], ["tracking", "150408-26"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7104"], ["description", "I-am-the-task-description_3869"], ["cost", 1], ["created_at", "2015-04-08 13:47:00.995881"], ["updated_at", "2015-04-08 13:47:00.995881"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7876"], ["description", "I-am-the-task-description_9557"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.001493"], ["updated_at", "2015-04-08 13:47:01.001493"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:47:01.007997"], ["updated_at", "2015-04-08 13:47:01.007997"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1315"], ["description", "I-am-the-goal-description_5437"], ["version", 1], ["created_at", "2015-04-08 13:47:01.019683"], ["updated_at", "2015-04-08 13:47:01.019683"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task3207"], ["description", "I-am-the-task-description_5916"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.024444"], ["updated_at", "2015-04-08 13:47:01.024444"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5639"], ["description", "I-am-the-task-description_7335"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.028995"], ["updated_at", "2015-04-08 13:47:01.028995"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:47:01.038177"], ["updated_at", "2015-04-08 13:47:01.038177"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5632"], ["description", "I-am-the-goal-description_2639"], ["version", 1], ["created_at", "2015-04-08 13:47:01.046003"], ["updated_at", "2015-04-08 13:47:01.046003"], ["tracking", "150408-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8404"], ["description", "I-am-the-task-description_3471"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.050312"], ["updated_at", "2015-04-08 13:47:01.050312"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7118"], ["description", "I-am-the-task-description_4541"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.054520"], ["updated_at", "2015-04-08 13:47:01.054520"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.5ms) Completed 200 OK in 5ms (Views: 1.6ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1182"], ["description", "I-am-the-goal-description_7630"], ["version", 1], ["created_at", "2015-04-08 13:47:01.067354"], ["updated_at", "2015-04-08 13:47:01.067354"], ["tracking", "150408-29"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task2285"], ["description", "I-am-the-task-description_6661"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.072334"], ["updated_at", "2015-04-08 13:47:01.072334"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9146"], ["description", "I-am-the-task-description_8940"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.076381"], ["updated_at", "2015-04-08 13:47:01.076381"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:47:01.081380"], ["updated_at", "2015-04-08 13:47:01.081380"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_143"], ["description", "I-am-the-goal-description_2149"], ["version", 1], ["created_at", "2015-04-08 13:47:01.094213"], ["updated_at", "2015-04-08 13:47:01.094213"], ["tracking", "150408-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6477"], ["description", "I-am-the-task-description_3350"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.098078"], ["updated_at", "2015-04-08 13:47:01.098078"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task7328"], ["description", "I-am-the-task-description_2328"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.102165"], ["updated_at", "2015-04-08 13:47:01.102165"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:47:01.106023"], ["updated_at", "2015-04-08 13:47:01.106023"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 7ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7586"], ["description", "I-am-the-goal-description_8338"], ["version", 1], ["created_at", "2015-04-08 13:47:01.122243"], ["updated_at", "2015-04-08 13:47:01.122243"], ["tracking", "150408-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task5546"], ["description", "I-am-the-task-description_5353"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.126565"], ["updated_at", "2015-04-08 13:47:01.126565"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task1693"], ["description", "I-am-the-task-description_1274"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.130921"], ["updated_at", "2015-04-08 13:47:01.130921"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:47:01.135322"], ["updated_at", "2015-04-08 13:47:01.135322"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7683"], ["description", "I-am-the-goal-description_5601"], ["version", 1], ["created_at", "2015-04-08 13:47:01.148534"], ["updated_at", "2015-04-08 13:47:01.148534"], ["tracking", "150408-32"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task2957"], ["description", "I-am-the-task-description_7082"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.152862"], ["updated_at", "2015-04-08 13:47:01.152862"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task9369"], ["description", "I-am-the-task-description_9257"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.157563"], ["updated_at", "2015-04-08 13:47:01.157563"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:47:01.163172"], ["updated_at", "2015-04-08 13:47:01.163172"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2804"], ["description", "I-am-the-goal-description_7084"], ["version", 1], ["created_at", "2015-04-08 13:47:01.179460"], ["updated_at", "2015-04-08 13:47:01.179460"], ["tracking", "150408-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task9782"], ["description", "I-am-the-task-description_726"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.184734"], ["updated_at", "2015-04-08 13:47:01.184734"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task8870"], ["description", "I-am-the-task-description_876"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.189245"], ["updated_at", "2015-04-08 13:47:01.189245"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:47:01.193496"], ["updated_at", "2015-04-08 13:47:01.193496"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_154"], ["description", "I-am-the-goal-description_4212"], ["version", 1], ["created_at", "2015-04-08 13:47:01.207963"], ["updated_at", "2015-04-08 13:47:01.207963"], ["tracking", "150408-34"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7318"], ["description", "I-am-the-task-description_2553"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.212626"], ["updated_at", "2015-04-08 13:47:01.212626"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task4036"], ["description", "I-am-the-task-description_4149"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.216580"], ["updated_at", "2015-04-08 13:47:01.216580"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:47:01.220620"], ["updated_at", "2015-04-08 13:47:01.220620"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:47:01.229460"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_634"], ["description", "I-am-the-goal-description_2927"], ["version", 1], ["created_at", "2015-04-08 13:47:01.236222"], ["updated_at", "2015-04-08 13:47:01.236222"], ["tracking", "150408-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3969"], ["description", "I-am-the-goal-description_4008"], ["version", 1], ["created_at", "2015-04-08 13:47:01.242574"], ["updated_at", "2015-04-08 13:47:01.242574"], ["tracking", "150408-36"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task4521"], ["description", "I-am-the-task-description_9205"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.247678"], ["updated_at", "2015-04-08 13:47:01.247678"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1856"], ["description", "I-am-the-goal-description_8162"], ["version", 1], ["created_at", "2015-04-08 13:47:01.252846"], ["updated_at", "2015-04-08 13:47:01.252846"], ["tracking", "150408-37"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task5291"], ["description", "I-am-the-task-description_5651"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.257011"], ["updated_at", "2015-04-08 13:47:01.257011"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4660"], ["description", "I-am-the-goal-description_6628"], ["version", 1], ["created_at", "2015-04-08 13:47:01.260581"], ["updated_at", "2015-04-08 13:47:01.260581"], ["tracking", "150408-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task9239"], ["description", "I-am-the-task-description_6188"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.265456"], ["updated_at", "2015-04-08 13:47:01.265456"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task1152"], ["description", "I-am-the-task-description_6510"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.269825"], ["updated_at", "2015-04-08 13:47:01.269825"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task7496"], ["description", "I-am-the-task-description_4173"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.274448"], ["updated_at", "2015-04-08 13:47:01.274448"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task9854"], ["description", "I-am-the-task-description_7106"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.278854"], ["updated_at", "2015-04-08 13:47:01.278854"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1091"], ["description", "I-am-the-goal-description_6605"], ["version", 1], ["created_at", "2015-04-08 13:47:01.285840"], ["updated_at", "2015-04-08 13:47:01.285840"], ["tracking", "150408-39"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2293"], ["description", "I-am-the-goal-description_3315"], ["version", 1], ["created_at", "2015-04-08 13:47:01.291193"], ["updated_at", "2015-04-08 13:47:01.291193"], ["tracking", "150408-40"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task3792"], ["description", "I-am-the-task-description_308"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.295223"], ["updated_at", "2015-04-08 13:47:01.295223"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2851"], ["description", "I-am-the-goal-description_636"], ["version", 1], ["created_at", "2015-04-08 13:47:01.299784"], ["updated_at", "2015-04-08 13:47:01.299784"], ["tracking", "150408-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task1666"], ["description", "I-am-the-task-description_3077"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.303965"], ["updated_at", "2015-04-08 13:47:01.303965"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4983"], ["description", "I-am-the-goal-description_5272"], ["version", 1], ["created_at", "2015-04-08 13:47:01.307117"], ["updated_at", "2015-04-08 13:47:01.307117"], ["tracking", "150408-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task936"], ["description", "I-am-the-task-description_1610"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.316528"], ["updated_at", "2015-04-08 13:47:01.316528"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task4283"], ["description", "I-am-the-task-description_9178"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.322842"], ["updated_at", "2015-04-08 13:47:01.322842"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task232"], ["description", "I-am-the-task-description_5512"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.328694"], ["updated_at", "2015-04-08 13:47:01.328694"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task907"], ["description", "I-am-the-task-description_8879"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.336093"], ["updated_at", "2015-04-08 13:47:01.336093"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3757"], ["description", "I-am-the-goal-description_3823"], ["version", 1], ["created_at", "2015-04-08 13:47:01.340302"], ["updated_at", "2015-04-08 13:47:01.340302"], ["tracking", "150408-43"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6847"], ["description", "I-am-the-goal-description_76"], ["version", 1], ["created_at", "2015-04-08 13:47:01.348369"], ["updated_at", "2015-04-08 13:47:01.348369"], ["tracking", "150408-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9579"], ["description", "I-am-the-goal-description_1711"], ["version", 1], ["created_at", "2015-04-08 13:47:01.353525"], ["updated_at", "2015-04-08 13:47:01.353525"], ["tracking", "150408-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task9301"], ["description", "I-am-the-task-description_7586"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.357672"], ["updated_at", "2015-04-08 13:47:01.357672"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8776"], ["description", "I-am-the-goal-description_592"], ["version", 1], ["created_at", "2015-04-08 13:47:01.361960"], ["updated_at", "2015-04-08 13:47:01.361960"], ["tracking", "150408-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task6762"], ["description", "I-am-the-task-description_8274"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.366580"], ["updated_at", "2015-04-08 13:47:01.366580"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8270"], ["description", "I-am-the-goal-description_8067"], ["version", 1], ["created_at", "2015-04-08 13:47:01.369908"], ["updated_at", "2015-04-08 13:47:01.369908"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task6225"], ["description", "I-am-the-task-description_3956"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.376132"], ["updated_at", "2015-04-08 13:47:01.376132"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task5815"], ["description", "I-am-the-task-description_588"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.380993"], ["updated_at", "2015-04-08 13:47:01.380993"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task9689"], ["description", "I-am-the-task-description_8787"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.386995"], ["updated_at", "2015-04-08 13:47:01.386995"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task8900"], ["description", "I-am-the-task-description_8771"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.391889"], ["updated_at", "2015-04-08 13:47:01.391889"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task9043"], ["description", "I-am-the-task-description_8871"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.397347"], ["updated_at", "2015-04-08 13:47:01.397347"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5989"], ["description", "I-am-the-goal-description_7816"], ["version", 1], ["created_at", "2015-04-08 13:47:01.406305"], ["updated_at", "2015-04-08 13:47:01.406305"], ["tracking", "150408-48"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3775"], ["description", "I-am-the-goal-description_6958"], ["version", 1], ["created_at", "2015-04-08 13:47:01.412140"], ["updated_at", "2015-04-08 13:47:01.412140"], ["tracking", "150408-49"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task7015"], ["description", "I-am-the-task-description_9133"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.480955"], ["updated_at", "2015-04-08 13:47:01.480955"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4848"], ["description", "I-am-the-goal-description_5343"], ["version", 1], ["created_at", "2015-04-08 13:47:01.486678"], ["updated_at", "2015-04-08 13:47:01.486678"], ["tracking", "150408-50"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task1867"], ["description", "I-am-the-task-description_6073"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.490528"], ["updated_at", "2015-04-08 13:47:01.490528"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1060"], ["description", "I-am-the-goal-description_322"], ["version", 1], ["created_at", "2015-04-08 13:47:01.493759"], ["updated_at", "2015-04-08 13:47:01.493759"], ["tracking", "150408-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task2808"], ["description", "I-am-the-task-description_9116"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.498535"], ["updated_at", "2015-04-08 13:47:01.498535"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task2679"], ["description", "I-am-the-task-description_3995"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.504176"], ["updated_at", "2015-04-08 13:47:01.504176"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task1109"], ["description", "I-am-the-task-description_5199"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.509180"], ["updated_at", "2015-04-08 13:47:01.509180"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task339"], ["description", "I-am-the-task-description_7414"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.514925"], ["updated_at", "2015-04-08 13:47:01.514925"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task8286"], ["description", "I-am-the-task-description_1837"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.520221"], ["updated_at", "2015-04-08 13:47:01.520221"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_727"], ["description", "I-am-the-goal-description_3419"], ["version", 1], ["created_at", "2015-04-08 13:47:01.527016"], ["updated_at", "2015-04-08 13:47:01.527016"], ["tracking", "150408-52"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task7417"], ["description", "I-am-the-task-description_3715"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.531717"], ["updated_at", "2015-04-08 13:47:01.531717"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4625"], ["description", "I-am-the-goal-description_2214"], ["version", 1], ["created_at", "2015-04-08 13:47:01.537464"], ["updated_at", "2015-04-08 13:47:01.537464"], ["tracking", "150408-53"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task7345"], ["description", "I-am-the-task-description_1821"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.543034"], ["updated_at", "2015-04-08 13:47:01.543034"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9437"], ["description", "I-am-the-goal-description_3749"], ["version", 1], ["created_at", "2015-04-08 13:47:01.550229"], ["updated_at", "2015-04-08 13:47:01.550229"], ["tracking", "150408-54"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task801"], ["description", "I-am-the-task-description_1868"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.556075"], ["updated_at", "2015-04-08 13:47:01.556075"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8982"], ["description", "I-am-the-goal-description_1698"], ["version", 1], ["created_at", "2015-04-08 13:47:01.562186"], ["updated_at", "2015-04-08 13:47:01.562186"], ["tracking", "150408-55"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task6444"], ["description", "I-am-the-task-description_2915"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.566803"], ["updated_at", "2015-04-08 13:47:01.566803"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2169"], ["description", "I-am-the-goal-description_356"], ["version", 1], ["created_at", "2015-04-08 13:47:01.574297"], ["updated_at", "2015-04-08 13:47:01.574297"], ["tracking", "150408-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_238"], ["description", "I-am-the-goal-description_7276"], ["version", 1], ["created_at", "2015-04-08 13:47:01.580760"], ["updated_at", "2015-04-08 13:47:01.580760"], ["tracking", "150408-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2767"], ["description", "I-am-the-goal-description_4072"], ["version", 1], ["created_at", "2015-04-08 13:47:01.586990"], ["updated_at", "2015-04-08 13:47:01.586990"], ["tracking", "150408-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_316"], ["description", "I-am-the-goal-description_2146"], ["version", 1], ["created_at", "2015-04-08 13:47:01.592726"], ["updated_at", "2015-04-08 13:47:01.592726"], ["tracking", "150408-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8181"], ["description", "I-am-the-goal-description_7670"], ["version", 1], ["created_at", "2015-04-08 13:47:01.597906"], ["updated_at", "2015-04-08 13:47:01.597906"], ["tracking", "150408-60"]]  (1.1ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3494"], ["description", "I-am-the-goal-description_3154"], ["version", 1], ["created_at", "2015-04-08 13:47:01.606137"], ["updated_at", "2015-04-08 13:47:01.606137"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8107"], ["description", "I-am-the-goal-description_7083"], ["version", 1], ["created_at", "2015-04-08 13:47:01.612507"], ["updated_at", "2015-04-08 13:47:01.612507"], ["tracking", "150408-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_231"], ["description", "I-am-the-goal-description_6633"], ["version", 1], ["created_at", "2015-04-08 13:47:01.619608"], ["updated_at", "2015-04-08 13:47:01.619608"], ["tracking", "150408-63"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task3714"], ["description", "I-am-the-task-description_518"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.624277"], ["updated_at", "2015-04-08 13:47:01.624277"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5526"], ["description", "I-am-the-goal-description_8076"], ["version", 1], ["created_at", "2015-04-08 13:47:01.630390"], ["updated_at", "2015-04-08 13:47:01.630390"], ["tracking", "150408-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3027"], ["description", "I-am-the-goal-description_5215"], ["version", 1], ["created_at", "2015-04-08 13:47:01.635751"], ["updated_at", "2015-04-08 13:47:01.635751"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3828"], ["description", "I-am-the-goal-description_5227"], ["version", 1], ["created_at", "2015-04-08 13:47:01.642489"], ["updated_at", "2015-04-08 13:47:01.642489"], ["tracking", "150408-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7191"], ["description", "I-am-the-goal-description_5125"], ["version", 1], ["created_at", "2015-04-08 13:47:01.649296"], ["updated_at", "2015-04-08 13:47:01.649296"], ["tracking", "150408-67"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task8128"], ["description", "I-am-the-task-description_2442"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.653081"], ["updated_at", "2015-04-08 13:47:01.653081"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5181"], ["description", "I-am-the-goal-description_1526"], ["version", 1], ["created_at", "2015-04-08 13:47:01.657591"], ["updated_at", "2015-04-08 13:47:01.657591"], ["tracking", "150408-68"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task1474"], ["description", "I-am-the-task-description_710"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.665542"], ["updated_at", "2015-04-08 13:47:01.665542"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6768"], ["description", "I-am-the-goal-description_1384"], ["version", 1], ["created_at", "2015-04-08 13:47:01.673309"], ["updated_at", "2015-04-08 13:47:01.673309"], ["tracking", "150408-69"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task4128"], ["description", "I-am-the-task-description_5249"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.681696"], ["updated_at", "2015-04-08 13:47:01.681696"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4797"], ["description", "I-am-the-goal-description_5913"], ["version", 1], ["created_at", "2015-04-08 13:47:01.688728"], ["updated_at", "2015-04-08 13:47:01.688728"], ["tracking", "150408-70"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task2097"], ["description", "I-am-the-task-description_5205"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.693811"], ["updated_at", "2015-04-08 13:47:01.693811"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1340"], ["description", "I-am-the-goal-description_2137"], ["version", 1], ["created_at", "2015-04-08 13:47:01.698212"], ["updated_at", "2015-04-08 13:47:01.698212"], ["tracking", "150408-71"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task8738"], ["description", "I-am-the-task-description_6437"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.703656"], ["updated_at", "2015-04-08 13:47:01.703656"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6902"], ["description", "I-am-the-goal-description_5633"], ["version", 1], ["created_at", "2015-04-08 13:47:01.710431"], ["updated_at", "2015-04-08 13:47:01.710431"], ["tracking", "150408-72"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task2162"], ["description", "I-am-the-task-description_2798"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.714692"], ["updated_at", "2015-04-08 13:47:01.714692"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2897"], ["description", "I-am-the-goal-description_3206"], ["version", 1], ["created_at", "2015-04-08 13:47:01.719950"], ["updated_at", "2015-04-08 13:47:01.719950"], ["tracking", "150408-73"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task1085"], ["description", "I-am-the-task-description_1143"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.724409"], ["updated_at", "2015-04-08 13:47:01.724409"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9156"], ["description", "I-am-the-goal-description_3323"], ["version", 1], ["created_at", "2015-04-08 13:47:01.729385"], ["updated_at", "2015-04-08 13:47:01.729385"], ["tracking", "150408-74"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task3537"], ["description", "I-am-the-task-description_5105"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.733741"], ["updated_at", "2015-04-08 13:47:01.733741"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3924"], ["description", "I-am-the-goal-description_9149"], ["version", 1], ["created_at", "2015-04-08 13:47:01.739113"], ["updated_at", "2015-04-08 13:47:01.739113"], ["tracking", "150408-75"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task2558"], ["description", "I-am-the-task-description_3319"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.744543"], ["updated_at", "2015-04-08 13:47:01.744543"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7583"], ["description", "I-am-the-goal-description_7376"], ["version", 1], ["created_at", "2015-04-08 13:47:01.749854"], ["updated_at", "2015-04-08 13:47:01.749854"], ["tracking", "150408-76"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task2575"], ["description", "I-am-the-task-description_1010"], ["cost", 1], ["created_at", "2015-04-08 13:47:01.753747"], ["updated_at", "2015-04-08 13:47:01.753747"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3239"], ["description", "I-am-the-goal-description_7575"], ["version", 1], ["created_at", "2015-04-08 13:47:01.759276"], ["updated_at", "2015-04-08 13:47:01.759276"], ["tracking", "150408-77"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 13:47:01.762659"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 13:47:01.764878"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2839"], ["description", "I-am-the-goal-description_4398"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5370"], ["description", "I-am-the-goal-description_3055"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4358"], ["description", "I-am-the-goal-description_1088"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1160"], ["description", "I-am-the-goal-description_2848"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3453"], ["description", "I-am-the-goal-description_2175"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task2343"], ["description", "I-am-the-task-description_8209"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task9721"], ["description", "I-am-the-task-description_1408"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3705"], ["description", "I-am-the-goal-description_9239"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2190"], ["description", "I-am-the-goal-description_5230"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9354"], ["description", "I-am-the-goal-description_8432"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_395"], ["description", "I-am-the-goal-description_7952"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task5269"], ["description", "I-am-the-task-description_6562"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2029"], ["description", "I-am-the-goal-description_3437"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task9736"], ["description", "I-am-the-task-description_1246"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4408"], ["description", "I-am-the-goal-description_3437"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task1607"], ["description", "I-am-the-task-description_9836"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1682"], ["description", "I-am-the-goal-description_6558"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task2126"], ["description", "I-am-the-task-description_964"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 105], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4944"], ["description", "I-am-the-goal-description_9576"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task4653"], ["description", "I-am-the-task-description_2001"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 106], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6613"], ["description", "I-am-the-goal-description_1629"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task6104"], ["description", "I-am-the-task-description_4279"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 107], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1280"], ["description", "I-am-the-goal-description_4599"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task9772"], ["description", "I-am-the-task-description_142"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7010"], ["description", "I-am-the-goal-description_4814"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4768"], ["description", "I-am-the-goal-description_9595"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3932"], ["description", "I-am-the-goal-description_3021"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2372"], ["description", "I-am-the-goal-description_9213"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_834"], ["description", "I-am-the-goal-description_8777"], ["version", 1], ["created_at", "2015-04-08 13:48:18.629334"], ["updated_at", "2015-04-08 13:48:18.629334"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3072"], ["description", "I-am-the-goal-description_2219"], ["version", 1], ["created_at", "2015-04-08 13:48:18.640800"], ["updated_at", "2015-04-08 13:48:18.640800"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 3674ms (ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1428"], ["description", "I-am-the-goal-description_7055"], ["version", 1], ["created_at", "2015-04-08 13:48:22.364318"], ["updated_at", "2015-04-08 13:48:22.364318"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9247"], ["description", "I-am-the-goal-description_6432"], ["version", 1], ["created_at", "2015-04-08 13:48:22.370105"], ["updated_at", "2015-04-08 13:48:22.370105"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5884"], ["description", "I-am-the-goal-description_8573"], ["version", 1], ["created_at", "2015-04-08 13:48:22.392999"], ["updated_at", "2015-04-08 13:48:22.392999"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1361"], ["description", "I-am-the-goal-description_1863"], ["version", 1], ["created_at", "2015-04-08 13:48:22.396965"], ["updated_at", "2015-04-08 13:48:22.396965"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5221"], ["description", "I-am-the-goal-description_5550"], ["version", 1], ["created_at", "2015-04-08 13:48:22.404546"], ["updated_at", "2015-04-08 13:48:22.404546"], ["tracking", "150408-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:48:22.479694"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 75ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5814"], ["description", "I-am-the-goal-description_6924"], ["version", 1], ["created_at", "2015-04-08 13:48:22.490278"], ["updated_at", "2015-04-08 13:48:22.490278"], ["tracking", "150408-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:48:22.498628"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6918"], ["description", "I-am-the-goal-description_7109"], ["version", 1], ["created_at", "2015-04-08 13:48:22.504465"], ["updated_at", "2015-04-08 13:48:22.504465"], ["tracking", "150408-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:48:22.510646"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7204"], ["description", "I-am-the-goal-description_7680"], ["version", 1], ["created_at", "2015-04-08 13:48:22.517594"], ["updated_at", "2015-04-08 13:48:22.517594"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:48:22.523950"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4904"], ["description", "I-am-the-goal-description_8383"], ["version", 1], ["created_at", "2015-04-08 13:48:22.540752"], ["updated_at", "2015-04-08 13:48:22.540752"], ["tracking", "150408-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7835"], ["description", "I-am-the-task-description_7956"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.553343"], ["updated_at", "2015-04-08 13:48:22.553343"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 13:48:22.563366"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 13:48:22.564283"], ["updated_at", "2015-04-08 13:48:22.564283"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 13:48:22.566195"], ["id", 1]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 13:48:22 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 13:48:22 UTC", "updated_at"=>"2015-04-08 13:48:22 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 13:48:22.576190"], ["created_at", "2015-04-08 13:48:22.578165"], ["updated_at", "2015-04-08 13:48:22.578165"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1004"], ["description", "I-am-the-goal-description_3093"], ["version", 1], ["created_at", "2015-04-08 13:48:22.590817"], ["updated_at", "2015-04-08 13:48:22.590817"], ["tracking", "150408-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2722"], ["description", "I-am-the-task-description_1997"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.595892"], ["updated_at", "2015-04-08 13:48:22.595892"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6098"], ["description", "I-am-the-task-description_1117"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.600477"], ["updated_at", "2015-04-08 13:48:22.600477"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:48:22.607816"], ["task_id", 2], ["created_at", "2015-04-08 13:48:22.659863"], ["updated_at", "2015-04-08 13:48:22.659863"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:48:22.662038"], ["id", 2]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 60ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8649"], ["description", "I-am-the-goal-description_4626"], ["version", 1], ["created_at", "2015-04-08 13:48:22.669362"], ["updated_at", "2015-04-08 13:48:22.669362"], ["tracking", "150408-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5969"], ["description", "I-am-the-task-description_5078"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.673576"], ["updated_at", "2015-04-08 13:48:22.673576"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task158"], ["description", "I-am-the-task-description_1787"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.677759"], ["updated_at", "2015-04-08 13:48:22.677759"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:48:22.684529"], ["task_id", 4], ["created_at", "2015-04-08 13:48:22.685865"], ["updated_at", "2015-04-08 13:48:22.685865"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:48:22.687488"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1531"], ["description", "I-am-the-goal-description_2938"], ["version", 1], ["created_at", "2015-04-08 13:48:22.693967"], ["updated_at", "2015-04-08 13:48:22.693967"], ["tracking", "150408-10"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5743"], ["description", "I-am-the-task-description_7356"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.698817"], ["updated_at", "2015-04-08 13:48:22.698817"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4474"], ["description", "I-am-the-task-description_180"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.703994"], ["updated_at", "2015-04-08 13:48:22.703994"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:48:22.711956"], ["task_id", 6], ["created_at", "2015-04-08 13:48:22.713173"], ["updated_at", "2015-04-08 13:48:22.713173"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:48:22.714703"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2581"], ["description", "I-am-the-goal-description_5245"], ["version", 1], ["created_at", "2015-04-08 13:48:22.724182"], ["updated_at", "2015-04-08 13:48:22.724182"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7248"], ["description", "I-am-the-task-description_2958"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.728600"], ["updated_at", "2015-04-08 13:48:22.728600"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7949"], ["description", "I-am-the-task-description_8118"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.732474"], ["updated_at", "2015-04-08 13:48:22.732474"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:48:22.738992"], ["task_id", 8], ["created_at", "2015-04-08 13:48:22.740251"], ["updated_at", "2015-04-08 13:48:22.740251"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:48:22.741801"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4852"], ["description", "I-am-the-goal-description_1908"], ["version", 1], ["created_at", "2015-04-08 13:48:22.747604"], ["updated_at", "2015-04-08 13:48:22.747604"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1638"], ["description", "I-am-the-task-description_9350"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.751498"], ["updated_at", "2015-04-08 13:48:22.751498"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1215"], ["description", "I-am-the-task-description_2816"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.755957"], ["updated_at", "2015-04-08 13:48:22.755957"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7578"], ["description", "I-am-the-goal-description_1441"], ["version", 1], ["created_at", "2015-04-08 13:48:22.764143"], ["updated_at", "2015-04-08 13:48:22.764143"], ["tracking", "150408-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5197"], ["description", "I-am-the-task-description_9580"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.768431"], ["updated_at", "2015-04-08 13:48:22.768431"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3943"], ["description", "I-am-the-task-description_1259"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.773382"], ["updated_at", "2015-04-08 13:48:22.773382"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6347"], ["description", "I-am-the-goal-description_4741"], ["version", 1], ["created_at", "2015-04-08 13:48:22.813387"], ["updated_at", "2015-04-08 13:48:22.813387"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8733"], ["description", "I-am-the-task-description_7813"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.817423"], ["updated_at", "2015-04-08 13:48:22.817423"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4139"], ["description", "I-am-the-goal-description_8620"], ["version", 1], ["created_at", "2015-04-08 13:48:22.822564"], ["updated_at", "2015-04-08 13:48:22.822564"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2059"], ["description", "I-am-the-task-description_1298"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.826729"], ["updated_at", "2015-04-08 13:48:22.826729"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4268"], ["description", "I-am-the-goal-description_3536"], ["version", 1], ["created_at", "2015-04-08 13:48:22.833888"], ["updated_at", "2015-04-08 13:48:22.833888"], ["tracking", "150408-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7011"], ["description", "I-am-the-task-description_5781"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.838230"], ["updated_at", "2015-04-08 13:48:22.838230"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6615"], ["description", "I-am-the-task-description_3170"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.842079"], ["updated_at", "2015-04-08 13:48:22.842079"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7115"], ["description", "I-am-the-goal-description_2881"], ["version", 1], ["created_at", "2015-04-08 13:48:22.855837"], ["updated_at", "2015-04-08 13:48:22.855837"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task2326"], ["description", "I-am-the-task-description_6184"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.860212"], ["updated_at", "2015-04-08 13:48:22.860212"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6931"], ["description", "I-am-the-goal-description_7275"], ["version", 1], ["created_at", "2015-04-08 13:48:22.864249"], ["updated_at", "2015-04-08 13:48:22.864249"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2919"], ["description", "I-am-the-task-description_3078"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.868366"], ["updated_at", "2015-04-08 13:48:22.868366"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_52"], ["description", "I-am-the-goal-description_5032"], ["version", 1], ["created_at", "2015-04-08 13:48:22.880670"], ["updated_at", "2015-04-08 13:48:22.880670"], ["tracking", "150408-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4031"], ["description", "I-am-the-task-description_3161"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.884812"], ["updated_at", "2015-04-08 13:48:22.884812"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task283"], ["description", "I-am-the-task-description_7850"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.889855"], ["updated_at", "2015-04-08 13:48:22.889855"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5737"], ["description", "I-am-the-goal-description_4841"], ["version", 1], ["created_at", "2015-04-08 13:48:22.904215"], ["updated_at", "2015-04-08 13:48:22.904215"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8018"], ["description", "I-am-the-task-description_8465"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.908491"], ["updated_at", "2015-04-08 13:48:22.908491"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7612"], ["description", "I-am-the-goal-description_9797"], ["version", 1], ["created_at", "2015-04-08 13:48:22.913069"], ["updated_at", "2015-04-08 13:48:22.913069"], ["tracking", "150408-21"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task1088"], ["description", "I-am-the-task-description_2091"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.916814"], ["updated_at", "2015-04-08 13:48:22.916814"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3569"], ["description", "I-am-the-goal-description_1046"], ["version", 1], ["created_at", "2015-04-08 13:48:22.925391"], ["updated_at", "2015-04-08 13:48:22.925391"], ["tracking", "150408-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4095"], ["description", "I-am-the-task-description_1800"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.929491"], ["updated_at", "2015-04-08 13:48:22.929491"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5792"], ["description", "I-am-the-task-description_5396"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.933490"], ["updated_at", "2015-04-08 13:48:22.933490"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 23ms (Views: 19.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1608"], ["description", "I-am-the-goal-description_8865"], ["version", 1], ["created_at", "2015-04-08 13:48:22.963763"], ["updated_at", "2015-04-08 13:48:22.963763"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6554"], ["description", "I-am-the-task-description_4022"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.967642"], ["updated_at", "2015-04-08 13:48:22.967642"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7078"], ["description", "I-am-the-task-description_8965"], ["cost", 1], ["created_at", "2015-04-08 13:48:22.971624"], ["updated_at", "2015-04-08 13:48:22.971624"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6981"], ["description", "I-am-the-goal-description_3691"], ["version", 1], ["created_at", "2015-04-08 13:48:23.039725"], ["updated_at", "2015-04-08 13:48:23.039725"], ["tracking", "150408-24"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task9185"], ["description", "I-am-the-task-description_5495"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.044581"], ["updated_at", "2015-04-08 13:48:23.044581"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2210"], ["description", "I-am-the-task-description_1164"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.049316"], ["updated_at", "2015-04-08 13:48:23.049316"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2920"], ["description", "I-am-the-goal-description_4822"], ["version", 1], ["created_at", "2015-04-08 13:48:23.063720"], ["updated_at", "2015-04-08 13:48:23.063720"], ["tracking", "150408-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1337"], ["description", "I-am-the-task-description_7219"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.068535"], ["updated_at", "2015-04-08 13:48:23.068535"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1389"], ["description", "I-am-the-task-description_8966"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.073632"], ["updated_at", "2015-04-08 13:48:23.073632"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:48:23.086853"], ["updated_at", "2015-04-08 13:48:23.086853"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_908"], ["description", "I-am-the-goal-description_6529"], ["version", 1], ["created_at", "2015-04-08 13:48:23.094277"], ["updated_at", "2015-04-08 13:48:23.094277"], ["tracking", "150408-26"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7228"], ["description", "I-am-the-task-description_406"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.098663"], ["updated_at", "2015-04-08 13:48:23.098663"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9921"], ["description", "I-am-the-task-description_1969"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.104051"], ["updated_at", "2015-04-08 13:48:23.104051"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:48:23.110566"], ["updated_at", "2015-04-08 13:48:23.110566"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8837"], ["description", "I-am-the-goal-description_7324"], ["version", 1], ["created_at", "2015-04-08 13:48:23.120879"], ["updated_at", "2015-04-08 13:48:23.120879"], ["tracking", "150408-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task5490"], ["description", "I-am-the-task-description_5785"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.125005"], ["updated_at", "2015-04-08 13:48:23.125005"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4842"], ["description", "I-am-the-task-description_7823"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.129083"], ["updated_at", "2015-04-08 13:48:23.129083"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:48:23.135785"], ["updated_at", "2015-04-08 13:48:23.135785"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3559"], ["description", "I-am-the-goal-description_7044"], ["version", 1], ["created_at", "2015-04-08 13:48:23.143409"], ["updated_at", "2015-04-08 13:48:23.143409"], ["tracking", "150408-28"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task921"], ["description", "I-am-the-task-description_8937"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.147363"], ["updated_at", "2015-04-08 13:48:23.147363"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task4988"], ["description", "I-am-the-task-description_1259"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.152861"], ["updated_at", "2015-04-08 13:48:23.152861"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2924"], ["description", "I-am-the-goal-description_7433"], ["version", 1], ["created_at", "2015-04-08 13:48:23.167177"], ["updated_at", "2015-04-08 13:48:23.167177"], ["tracking", "150408-29"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task2404"], ["description", "I-am-the-task-description_6396"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.172205"], ["updated_at", "2015-04-08 13:48:23.172205"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3459"], ["description", "I-am-the-task-description_7398"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.176335"], ["updated_at", "2015-04-08 13:48:23.176335"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:48:23.180678"], ["updated_at", "2015-04-08 13:48:23.180678"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3158"], ["description", "I-am-the-goal-description_5755"], ["version", 1], ["created_at", "2015-04-08 13:48:23.192725"], ["updated_at", "2015-04-08 13:48:23.192725"], ["tracking", "150408-30"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task8731"], ["description", "I-am-the-task-description_3820"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.197508"], ["updated_at", "2015-04-08 13:48:23.197508"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4888"], ["description", "I-am-the-task-description_731"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.201273"], ["updated_at", "2015-04-08 13:48:23.201273"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:48:23.205517"], ["updated_at", "2015-04-08 13:48:23.205517"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3457"], ["description", "I-am-the-goal-description_3876"], ["version", 1], ["created_at", "2015-04-08 13:48:23.216892"], ["updated_at", "2015-04-08 13:48:23.216892"], ["tracking", "150408-31"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task9844"], ["description", "I-am-the-task-description_9278"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.222463"], ["updated_at", "2015-04-08 13:48:23.222463"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task4960"], ["description", "I-am-the-task-description_1108"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.227097"], ["updated_at", "2015-04-08 13:48:23.227097"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:48:23.231760"], ["updated_at", "2015-04-08 13:48:23.231760"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_57"], ["description", "I-am-the-goal-description_8095"], ["version", 1], ["created_at", "2015-04-08 13:48:23.244097"], ["updated_at", "2015-04-08 13:48:23.244097"], ["tracking", "150408-32"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5274"], ["description", "I-am-the-task-description_7822"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.248132"], ["updated_at", "2015-04-08 13:48:23.248132"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task6790"], ["description", "I-am-the-task-description_7362"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.252094"], ["updated_at", "2015-04-08 13:48:23.252094"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:48:23.256687"], ["updated_at", "2015-04-08 13:48:23.256687"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2115"], ["description", "I-am-the-goal-description_4512"], ["version", 1], ["created_at", "2015-04-08 13:48:23.271818"], ["updated_at", "2015-04-08 13:48:23.271818"], ["tracking", "150408-33"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task7389"], ["description", "I-am-the-task-description_452"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.276282"], ["updated_at", "2015-04-08 13:48:23.276282"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6499"], ["description", "I-am-the-task-description_2778"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.280205"], ["updated_at", "2015-04-08 13:48:23.280205"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:48:23.284016"], ["updated_at", "2015-04-08 13:48:23.284016"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_144"], ["description", "I-am-the-goal-description_8054"], ["version", 1], ["created_at", "2015-04-08 13:48:23.298427"], ["updated_at", "2015-04-08 13:48:23.298427"], ["tracking", "150408-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task226"], ["description", "I-am-the-task-description_5772"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.302983"], ["updated_at", "2015-04-08 13:48:23.302983"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task1101"], ["description", "I-am-the-task-description_8033"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.307854"], ["updated_at", "2015-04-08 13:48:23.307854"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:48:23.312415"], ["updated_at", "2015-04-08 13:48:23.312415"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:48:23.318337"], ["id", 58]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6913"], ["description", "I-am-the-goal-description_3473"], ["version", 1], ["created_at", "2015-04-08 13:48:23.325684"], ["updated_at", "2015-04-08 13:48:23.325684"], ["tracking", "150408-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8046"], ["description", "I-am-the-goal-description_6424"], ["version", 1], ["created_at", "2015-04-08 13:48:23.330611"], ["updated_at", "2015-04-08 13:48:23.330611"], ["tracking", "150408-36"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task3039"], ["description", "I-am-the-task-description_9193"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.334259"], ["updated_at", "2015-04-08 13:48:23.334259"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5243"], ["description", "I-am-the-goal-description_9388"], ["version", 1], ["created_at", "2015-04-08 13:48:23.338359"], ["updated_at", "2015-04-08 13:48:23.338359"], ["tracking", "150408-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task5852"], ["description", "I-am-the-task-description_5297"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.342463"], ["updated_at", "2015-04-08 13:48:23.342463"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9329"], ["description", "I-am-the-goal-description_1523"], ["version", 1], ["created_at", "2015-04-08 13:48:23.345296"], ["updated_at", "2015-04-08 13:48:23.345296"], ["tracking", "150408-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task7889"], ["description", "I-am-the-task-description_317"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.349656"], ["updated_at", "2015-04-08 13:48:23.349656"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task139"], ["description", "I-am-the-task-description_9372"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.353939"], ["updated_at", "2015-04-08 13:48:23.353939"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task6018"], ["description", "I-am-the-task-description_8391"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.358574"], ["updated_at", "2015-04-08 13:48:23.358574"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task5279"], ["description", "I-am-the-task-description_833"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.363196"], ["updated_at", "2015-04-08 13:48:23.363196"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6080"], ["description", "I-am-the-goal-description_5918"], ["version", 1], ["created_at", "2015-04-08 13:48:23.370629"], ["updated_at", "2015-04-08 13:48:23.370629"], ["tracking", "150408-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1494"], ["description", "I-am-the-goal-description_7344"], ["version", 1], ["created_at", "2015-04-08 13:48:23.376570"], ["updated_at", "2015-04-08 13:48:23.376570"], ["tracking", "150408-40"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task959"], ["description", "I-am-the-task-description_3001"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.382468"], ["updated_at", "2015-04-08 13:48:23.382468"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1840"], ["description", "I-am-the-goal-description_8988"], ["version", 1], ["created_at", "2015-04-08 13:48:23.387640"], ["updated_at", "2015-04-08 13:48:23.387640"], ["tracking", "150408-41"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task2227"], ["description", "I-am-the-task-description_4622"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.392129"], ["updated_at", "2015-04-08 13:48:23.392129"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5490"], ["description", "I-am-the-goal-description_1117"], ["version", 1], ["created_at", "2015-04-08 13:48:23.395825"], ["updated_at", "2015-04-08 13:48:23.395825"], ["tracking", "150408-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task5578"], ["description", "I-am-the-task-description_885"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.400968"], ["updated_at", "2015-04-08 13:48:23.400968"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task596"], ["description", "I-am-the-task-description_8890"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.407055"], ["updated_at", "2015-04-08 13:48:23.407055"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task5573"], ["description", "I-am-the-task-description_4811"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.411412"], ["updated_at", "2015-04-08 13:48:23.411412"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task7040"], ["description", "I-am-the-task-description_1472"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.415736"], ["updated_at", "2015-04-08 13:48:23.415736"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2475"], ["description", "I-am-the-goal-description_8426"], ["version", 1], ["created_at", "2015-04-08 13:48:23.419348"], ["updated_at", "2015-04-08 13:48:23.419348"], ["tracking", "150408-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5821"], ["description", "I-am-the-goal-description_5937"], ["version", 1], ["created_at", "2015-04-08 13:48:23.428246"], ["updated_at", "2015-04-08 13:48:23.428246"], ["tracking", "150408-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9578"], ["description", "I-am-the-goal-description_1669"], ["version", 1], ["created_at", "2015-04-08 13:48:23.433098"], ["updated_at", "2015-04-08 13:48:23.433098"], ["tracking", "150408-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task6832"], ["description", "I-am-the-task-description_1151"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.436972"], ["updated_at", "2015-04-08 13:48:23.436972"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2592"], ["description", "I-am-the-goal-description_9622"], ["version", 1], ["created_at", "2015-04-08 13:48:23.441402"], ["updated_at", "2015-04-08 13:48:23.441402"], ["tracking", "150408-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task7006"], ["description", "I-am-the-task-description_4886"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.445366"], ["updated_at", "2015-04-08 13:48:23.445366"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_503"], ["description", "I-am-the-goal-description_365"], ["version", 1], ["created_at", "2015-04-08 13:48:23.448238"], ["updated_at", "2015-04-08 13:48:23.448238"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task8713"], ["description", "I-am-the-task-description_6522"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.452652"], ["updated_at", "2015-04-08 13:48:23.452652"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task2049"], ["description", "I-am-the-task-description_4525"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.456996"], ["updated_at", "2015-04-08 13:48:23.456996"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task7161"], ["description", "I-am-the-task-description_6551"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.461504"], ["updated_at", "2015-04-08 13:48:23.461504"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task6601"], ["description", "I-am-the-task-description_2553"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.466586"], ["updated_at", "2015-04-08 13:48:23.466586"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task4344"], ["description", "I-am-the-task-description_9794"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.471974"], ["updated_at", "2015-04-08 13:48:23.471974"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_672"], ["description", "I-am-the-goal-description_9050"], ["version", 1], ["created_at", "2015-04-08 13:48:23.478985"], ["updated_at", "2015-04-08 13:48:23.478985"], ["tracking", "150408-48"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5584"], ["description", "I-am-the-goal-description_92"], ["version", 1], ["created_at", "2015-04-08 13:48:23.485048"], ["updated_at", "2015-04-08 13:48:23.485048"], ["tracking", "150408-49"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task629"], ["description", "I-am-the-task-description_5866"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.488893"], ["updated_at", "2015-04-08 13:48:23.488893"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9217"], ["description", "I-am-the-goal-description_8206"], ["version", 1], ["created_at", "2015-04-08 13:48:23.493160"], ["updated_at", "2015-04-08 13:48:23.493160"], ["tracking", "150408-50"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task6917"], ["description", "I-am-the-task-description_1324"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.498365"], ["updated_at", "2015-04-08 13:48:23.498365"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8179"], ["description", "I-am-the-goal-description_7545"], ["version", 1], ["created_at", "2015-04-08 13:48:23.502960"], ["updated_at", "2015-04-08 13:48:23.502960"], ["tracking", "150408-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task3527"], ["description", "I-am-the-task-description_7815"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.509079"], ["updated_at", "2015-04-08 13:48:23.509079"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task5145"], ["description", "I-am-the-task-description_2712"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.513877"], ["updated_at", "2015-04-08 13:48:23.513877"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task7672"], ["description", "I-am-the-task-description_4181"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.518311"], ["updated_at", "2015-04-08 13:48:23.518311"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task4325"], ["description", "I-am-the-task-description_8702"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.523612"], ["updated_at", "2015-04-08 13:48:23.523612"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task1241"], ["description", "I-am-the-task-description_3061"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.527910"], ["updated_at", "2015-04-08 13:48:23.527910"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1177"], ["description", "I-am-the-goal-description_8646"], ["version", 1], ["created_at", "2015-04-08 13:48:23.535054"], ["updated_at", "2015-04-08 13:48:23.535054"], ["tracking", "150408-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task6827"], ["description", "I-am-the-task-description_6939"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.539080"], ["updated_at", "2015-04-08 13:48:23.539080"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1220"], ["description", "I-am-the-goal-description_2693"], ["version", 1], ["created_at", "2015-04-08 13:48:23.544634"], ["updated_at", "2015-04-08 13:48:23.544634"], ["tracking", "150408-53"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task5121"], ["description", "I-am-the-task-description_7478"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.548464"], ["updated_at", "2015-04-08 13:48:23.548464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3142"], ["description", "I-am-the-goal-description_7185"], ["version", 1], ["created_at", "2015-04-08 13:48:23.553981"], ["updated_at", "2015-04-08 13:48:23.553981"], ["tracking", "150408-54"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task8438"], ["description", "I-am-the-task-description_4137"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.618841"], ["updated_at", "2015-04-08 13:48:23.618841"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_491"], ["description", "I-am-the-goal-description_818"], ["version", 1], ["created_at", "2015-04-08 13:48:23.624669"], ["updated_at", "2015-04-08 13:48:23.624669"], ["tracking", "150408-55"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task8010"], ["description", "I-am-the-task-description_6740"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.628557"], ["updated_at", "2015-04-08 13:48:23.628557"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1359"], ["description", "I-am-the-goal-description_8235"], ["version", 1], ["created_at", "2015-04-08 13:48:23.634479"], ["updated_at", "2015-04-08 13:48:23.634479"], ["tracking", "150408-56"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_841"], ["description", "I-am-the-goal-description_2505"], ["version", 1], ["created_at", "2015-04-08 13:48:23.639574"], ["updated_at", "2015-04-08 13:48:23.639574"], ["tracking", "150408-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4677"], ["description", "I-am-the-goal-description_3347"], ["version", 1], ["created_at", "2015-04-08 13:48:23.645161"], ["updated_at", "2015-04-08 13:48:23.645161"], ["tracking", "150408-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9222"], ["description", "I-am-the-goal-description_464"], ["version", 1], ["created_at", "2015-04-08 13:48:23.650388"], ["updated_at", "2015-04-08 13:48:23.650388"], ["tracking", "150408-59"]]  (0.9ms) commit transaction  (0.1ms) begin transaction [1m (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8909"], ["description", "I-am-the-goal-description_5191"], ["version", 1], ["created_at", "2015-04-08 13:48:23.655674"], ["updated_at", "2015-04-08 13:48:23.655674"], ["tracking", "150408-60"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9699"], ["description", "I-am-the-goal-description_3087"], ["version", 1], ["created_at", "2015-04-08 13:48:23.662984"], ["updated_at", "2015-04-08 13:48:23.662984"], ["tracking", "150408-61"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3096"], ["description", "I-am-the-goal-description_6596"], ["version", 1], ["created_at", "2015-04-08 13:48:23.668765"], ["updated_at", "2015-04-08 13:48:23.668765"], ["tracking", "150408-62"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_102"], ["description", "I-am-the-goal-description_630"], ["version", 1], ["created_at", "2015-04-08 13:48:23.675982"], ["updated_at", "2015-04-08 13:48:23.675982"], ["tracking", "150408-63"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task6368"], ["description", "I-am-the-task-description_3548"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.680489"], ["updated_at", "2015-04-08 13:48:23.680489"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2373"], ["description", "I-am-the-goal-description_9663"], ["version", 1], ["created_at", "2015-04-08 13:48:23.686117"], ["updated_at", "2015-04-08 13:48:23.686117"], ["tracking", "150408-64"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9368"], ["description", "I-am-the-goal-description_1258"], ["version", 1], ["created_at", "2015-04-08 13:48:23.691664"], ["updated_at", "2015-04-08 13:48:23.691664"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2133"], ["description", "I-am-the-goal-description_262"], ["version", 1], ["created_at", "2015-04-08 13:48:23.698834"], ["updated_at", "2015-04-08 13:48:23.698834"], ["tracking", "150408-66"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4247"], ["description", "I-am-the-goal-description_2564"], ["version", 1], ["created_at", "2015-04-08 13:48:23.706919"], ["updated_at", "2015-04-08 13:48:23.706919"], ["tracking", "150408-67"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task5358"], ["description", "I-am-the-task-description_5366"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.710442"], ["updated_at", "2015-04-08 13:48:23.710442"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4429"], ["description", "I-am-the-goal-description_6337"], ["version", 1], ["created_at", "2015-04-08 13:48:23.714524"], ["updated_at", "2015-04-08 13:48:23.714524"], ["tracking", "150408-68"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task1113"], ["description", "I-am-the-task-description_1057"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.719298"], ["updated_at", "2015-04-08 13:48:23.719298"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2245"], ["description", "I-am-the-goal-description_3528"], ["version", 1], ["created_at", "2015-04-08 13:48:23.724483"], ["updated_at", "2015-04-08 13:48:23.724483"], ["tracking", "150408-69"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task459"], ["description", "I-am-the-task-description_1817"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.729315"], ["updated_at", "2015-04-08 13:48:23.729315"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4224"], ["description", "I-am-the-goal-description_6800"], ["version", 1], ["created_at", "2015-04-08 13:48:23.733888"], ["updated_at", "2015-04-08 13:48:23.733888"], ["tracking", "150408-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task6744"], ["description", "I-am-the-task-description_55"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.738849"], ["updated_at", "2015-04-08 13:48:23.738849"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2859"], ["description", "I-am-the-goal-description_1200"], ["version", 1], ["created_at", "2015-04-08 13:48:23.743265"], ["updated_at", "2015-04-08 13:48:23.743265"], ["tracking", "150408-71"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task4859"], ["description", "I-am-the-task-description_6422"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.748502"], ["updated_at", "2015-04-08 13:48:23.748502"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_136"], ["description", "I-am-the-goal-description_3657"], ["version", 1], ["created_at", "2015-04-08 13:48:23.753712"], ["updated_at", "2015-04-08 13:48:23.753712"], ["tracking", "150408-72"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task2956"], ["description", "I-am-the-task-description_4189"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.758005"], ["updated_at", "2015-04-08 13:48:23.758005"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4706"], ["description", "I-am-the-goal-description_6572"], ["version", 1], ["created_at", "2015-04-08 13:48:23.763000"], ["updated_at", "2015-04-08 13:48:23.763000"], ["tracking", "150408-73"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task3677"], ["description", "I-am-the-task-description_6683"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.766949"], ["updated_at", "2015-04-08 13:48:23.766949"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2856"], ["description", "I-am-the-goal-description_6040"], ["version", 1], ["created_at", "2015-04-08 13:48:23.772713"], ["updated_at", "2015-04-08 13:48:23.772713"], ["tracking", "150408-74"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task4319"], ["description", "I-am-the-task-description_9385"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.776866"], ["updated_at", "2015-04-08 13:48:23.776866"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_452"], ["description", "I-am-the-goal-description_4972"], ["version", 1], ["created_at", "2015-04-08 13:48:23.781672"], ["updated_at", "2015-04-08 13:48:23.781672"], ["tracking", "150408-75"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task3537"], ["description", "I-am-the-task-description_6845"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.785633"], ["updated_at", "2015-04-08 13:48:23.785633"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2341"], ["description", "I-am-the-goal-description_130"], ["version", 1], ["created_at", "2015-04-08 13:48:23.791138"], ["updated_at", "2015-04-08 13:48:23.791138"], ["tracking", "150408-76"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task1570"], ["description", "I-am-the-task-description_6420"], ["cost", 1], ["created_at", "2015-04-08 13:48:23.794980"], ["updated_at", "2015-04-08 13:48:23.794980"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6846"], ["description", "I-am-the-goal-description_2945"], ["version", 1], ["created_at", "2015-04-08 13:48:23.799894"], ["updated_at", "2015-04-08 13:48:23.799894"], ["tracking", "150408-77"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 13:48:23.802909"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 13:48:23.805051"], ["id", 81]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6510"], ["description", "I-am-the-goal-description_2339"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6140"], ["description", "I-am-the-goal-description_4599"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8630"], ["description", "I-am-the-goal-description_628"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6018"], ["description", "I-am-the-goal-description_5681"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5976"], ["description", "I-am-the-goal-description_4881"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task9642"], ["description", "I-am-the-task-description_4130"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task270"], ["description", "I-am-the-task-description_5733"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_155"], ["description", "I-am-the-goal-description_5072"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6137"], ["description", "I-am-the-goal-description_535"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1938"], ["description", "I-am-the-goal-description_5344"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6454"], ["description", "I-am-the-goal-description_317"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task3561"], ["description", "I-am-the-task-description_4094"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_350"], ["description", "I-am-the-goal-description_1310"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task7244"], ["description", "I-am-the-task-description_174"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2573"], ["description", "I-am-the-goal-description_2594"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task8764"], ["description", "I-am-the-task-description_2770"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_781"], ["description", "I-am-the-goal-description_6124"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task3295"], ["description", "I-am-the-task-description_149"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9451"], ["description", "I-am-the-goal-description_6919"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task7422"], ["description", "I-am-the-task-description_6545"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5894"], ["description", "I-am-the-goal-description_9326"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task493"], ["description", "I-am-the-task-description_6579"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4724"], ["description", "I-am-the-goal-description_893"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task1534"], ["description", "I-am-the-task-description_8297"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4576"], ["description", "I-am-the-goal-description_8985"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7650"], ["description", "I-am-the-goal-description_9938"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2997"], ["description", "I-am-the-goal-description_1156"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2433"], ["description", "I-am-the-goal-description_4551"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9998"], ["description", "I-am-the-goal-description_7090"], ["version", 1], ["created_at", "2015-04-08 13:49:07.188687"], ["updated_at", "2015-04-08 13:49:07.188687"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6588"], ["description", "I-am-the-goal-description_716"], ["version", 1], ["created_at", "2015-04-08 13:49:07.201437"], ["updated_at", "2015-04-08 13:49:07.201437"], ["tracking", "150408-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5839"], ["description", "I-am-the-goal-description_5162"], ["version", 1], ["created_at", "2015-04-08 13:49:07.207814"], ["updated_at", "2015-04-08 13:49:07.207814"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2993"], ["description", "I-am-the-goal-description_2665"], ["version", 1], ["created_at", "2015-04-08 13:49:07.214221"], ["updated_at", "2015-04-08 13:49:07.214221"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2068"], ["description", "I-am-the-goal-description_2931"], ["version", 1], ["created_at", "2015-04-08 13:49:07.220039"], ["updated_at", "2015-04-08 13:49:07.220039"], ["tracking", "150408-5"]]  (1.4ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5800"], ["description", "I-am-the-goal-description_5017"], ["version", 1], ["created_at", "2015-04-08 13:49:07.313271"], ["updated_at", "2015-04-08 13:49:07.313271"], ["tracking", "150408-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5290"], ["description", "I-am-the-goal-description_7636"], ["version", 1], ["created_at", "2015-04-08 13:49:07.319493"], ["updated_at", "2015-04-08 13:49:07.319493"], ["tracking", "150408-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4032"], ["description", "I-am-the-goal-description_3045"], ["version", 1], ["created_at", "2015-04-08 13:49:07.379930"], ["updated_at", "2015-04-08 13:49:07.379930"], ["tracking", "150408-8"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task6291"], ["description", "I-am-the-task-description_6809"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.392192"], ["updated_at", "2015-04-08 13:49:07.392192"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9206"], ["description", "I-am-the-goal-description_2176"], ["version", 1], ["created_at", "2015-04-08 13:49:07.399632"], ["updated_at", "2015-04-08 13:49:07.399632"], ["tracking", "150408-9"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8278"], ["description", "I-am-the-goal-description_9809"], ["version", 1], ["created_at", "2015-04-08 13:49:07.406063"], ["updated_at", "2015-04-08 13:49:07.406063"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4070"], ["description", "I-am-the-goal-description_696"], ["version", 1], ["created_at", "2015-04-08 13:49:07.413257"], ["updated_at", "2015-04-08 13:49:07.413257"], ["tracking", "150408-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3357"], ["description", "I-am-the-goal-description_9896"], ["version", 1], ["created_at", "2015-04-08 13:49:07.421204"], ["updated_at", "2015-04-08 13:49:07.421204"], ["tracking", "150408-12"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7201"], ["description", "I-am-the-task-description_9489"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.424847"], ["updated_at", "2015-04-08 13:49:07.424847"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5926"], ["description", "I-am-the-goal-description_1986"], ["version", 1], ["created_at", "2015-04-08 13:49:07.429348"], ["updated_at", "2015-04-08 13:49:07.429348"], ["tracking", "150408-13"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2071"], ["description", "I-am-the-task-description_7396"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.435756"], ["updated_at", "2015-04-08 13:49:07.435756"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_931"], ["description", "I-am-the-goal-description_2937"], ["version", 1], ["created_at", "2015-04-08 13:49:07.441767"], ["updated_at", "2015-04-08 13:49:07.441767"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7530"], ["description", "I-am-the-task-description_6818"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.447202"], ["updated_at", "2015-04-08 13:49:07.447202"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3037"], ["description", "I-am-the-goal-description_7131"], ["version", 1], ["created_at", "2015-04-08 13:49:07.452554"], ["updated_at", "2015-04-08 13:49:07.452554"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1142"], ["description", "I-am-the-task-description_6288"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.457611"], ["updated_at", "2015-04-08 13:49:07.457611"]]  (1.5ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9925"], ["description", "I-am-the-goal-description_2189"], ["version", 1], ["created_at", "2015-04-08 13:49:07.467434"], ["updated_at", "2015-04-08 13:49:07.467434"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task937"], ["description", "I-am-the-task-description_4314"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.475031"], ["updated_at", "2015-04-08 13:49:07.475031"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4865"], ["description", "I-am-the-goal-description_3142"], ["version", 1], ["created_at", "2015-04-08 13:49:07.480727"], ["updated_at", "2015-04-08 13:49:07.480727"], ["tracking", "150408-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2683"], ["description", "I-am-the-task-description_7824"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.486650"], ["updated_at", "2015-04-08 13:49:07.486650"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8850"], ["description", "I-am-the-goal-description_5549"], ["version", 1], ["created_at", "2015-04-08 13:49:07.494731"], ["updated_at", "2015-04-08 13:49:07.494731"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3774"], ["description", "I-am-the-task-description_5930"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.500079"], ["updated_at", "2015-04-08 13:49:07.500079"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4234"], ["description", "I-am-the-goal-description_9664"], ["version", 1], ["created_at", "2015-04-08 13:49:07.508937"], ["updated_at", "2015-04-08 13:49:07.508937"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9020"], ["description", "I-am-the-task-description_9355"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.515416"], ["updated_at", "2015-04-08 13:49:07.515416"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1261"], ["description", "I-am-the-goal-description_6251"], ["version", 1], ["created_at", "2015-04-08 13:49:07.521338"], ["updated_at", "2015-04-08 13:49:07.521338"], ["tracking", "150408-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8564"], ["description", "I-am-the-task-description_6624"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.526162"], ["updated_at", "2015-04-08 13:49:07.526162"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8223"], ["description", "I-am-the-goal-description_3932"], ["version", 1], ["created_at", "2015-04-08 13:49:07.532007"], ["updated_at", "2015-04-08 13:49:07.532007"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task9131"], ["description", "I-am-the-task-description_2946"], ["cost", 1], ["created_at", "2015-04-08 13:49:07.536052"], ["updated_at", "2015-04-08 13:49:07.536052"]]  (0.8ms) commit transaction  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8645"], ["description", "I-am-the-goal-description_8378"], ["version", 1], ["created_at", "2015-04-08 13:49:37.045308"], ["updated_at", "2015-04-08 13:49:37.045308"], ["tracking", "150408-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7640"], ["description", "I-am-the-goal-description_4832"], ["version", 1], ["created_at", "2015-04-08 13:49:37.058349"], ["updated_at", "2015-04-08 13:49:37.058349"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7307"], ["description", "I-am-the-goal-description_3575"], ["version", 1], ["created_at", "2015-04-08 13:49:37.063703"], ["updated_at", "2015-04-08 13:49:37.063703"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7583"], ["description", "I-am-the-goal-description_2046"], ["version", 1], ["created_at", "2015-04-08 13:49:37.069333"], ["updated_at", "2015-04-08 13:49:37.069333"], ["tracking", "150408-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9388"], ["description", "I-am-the-goal-description_9026"], ["version", 1], ["created_at", "2015-04-08 13:49:37.074752"], ["updated_at", "2015-04-08 13:49:37.074752"], ["tracking", "150408-5"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_302"], ["description", "I-am-the-goal-description_8914"], ["version", 1], ["created_at", "2015-04-08 13:49:37.158744"], ["updated_at", "2015-04-08 13:49:37.158744"], ["tracking", "150408-6"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9650"], ["description", "I-am-the-goal-description_4102"], ["version", 1], ["created_at", "2015-04-08 13:49:37.165327"], ["updated_at", "2015-04-08 13:49:37.165327"], ["tracking", "150408-7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4111"], ["description", "I-am-the-goal-description_8326"], ["version", 1], ["created_at", "2015-04-08 13:49:37.183470"], ["updated_at", "2015-04-08 13:49:37.183470"], ["tracking", "150408-8"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task4271"], ["description", "I-am-the-task-description_9330"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.194573"], ["updated_at", "2015-04-08 13:49:37.194573"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1313"], ["description", "I-am-the-goal-description_4405"], ["version", 1], ["created_at", "2015-04-08 13:49:37.202688"], ["updated_at", "2015-04-08 13:49:37.202688"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6676"], ["description", "I-am-the-goal-description_7493"], ["version", 1], ["created_at", "2015-04-08 13:49:37.208675"], ["updated_at", "2015-04-08 13:49:37.208675"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7976"], ["description", "I-am-the-goal-description_7671"], ["version", 1], ["created_at", "2015-04-08 13:49:37.215052"], ["updated_at", "2015-04-08 13:49:37.215052"], ["tracking", "150408-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2363"], ["description", "I-am-the-goal-description_9234"], ["version", 1], ["created_at", "2015-04-08 13:49:37.221528"], ["updated_at", "2015-04-08 13:49:37.221528"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task376"], ["description", "I-am-the-task-description_7145"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.225428"], ["updated_at", "2015-04-08 13:49:37.225428"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1939"], ["description", "I-am-the-goal-description_7184"], ["version", 1], ["created_at", "2015-04-08 13:49:37.229569"], ["updated_at", "2015-04-08 13:49:37.229569"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task809"], ["description", "I-am-the-task-description_3203"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.234394"], ["updated_at", "2015-04-08 13:49:37.234394"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5052"], ["description", "I-am-the-goal-description_1364"], ["version", 1], ["created_at", "2015-04-08 13:49:37.239805"], ["updated_at", "2015-04-08 13:49:37.239805"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2515"], ["description", "I-am-the-task-description_2443"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.244648"], ["updated_at", "2015-04-08 13:49:37.244648"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2402"], ["description", "I-am-the-goal-description_1634"], ["version", 1], ["created_at", "2015-04-08 13:49:37.249883"], ["updated_at", "2015-04-08 13:49:37.249883"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3785"], ["description", "I-am-the-task-description_3429"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.254612"], ["updated_at", "2015-04-08 13:49:37.254612"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3632"], ["description", "I-am-the-goal-description_6874"], ["version", 1], ["created_at", "2015-04-08 13:49:37.259393"], ["updated_at", "2015-04-08 13:49:37.259393"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task348"], ["description", "I-am-the-task-description_5294"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.264145"], ["updated_at", "2015-04-08 13:49:37.264145"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4033"], ["description", "I-am-the-goal-description_4218"], ["version", 1], ["created_at", "2015-04-08 13:49:37.269175"], ["updated_at", "2015-04-08 13:49:37.269175"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3837"], ["description", "I-am-the-task-description_5435"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.273276"], ["updated_at", "2015-04-08 13:49:37.273276"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8365"], ["description", "I-am-the-goal-description_5912"], ["version", 1], ["created_at", "2015-04-08 13:49:37.278145"], ["updated_at", "2015-04-08 13:49:37.278145"], ["tracking", "150408-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task500"], ["description", "I-am-the-task-description_4123"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.282560"], ["updated_at", "2015-04-08 13:49:37.282560"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1068"], ["description", "I-am-the-goal-description_8101"], ["version", 1], ["created_at", "2015-04-08 13:49:37.287645"], ["updated_at", "2015-04-08 13:49:37.287645"], ["tracking", "150408-19"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task6590"], ["description", "I-am-the-task-description_6462"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.291525"], ["updated_at", "2015-04-08 13:49:37.291525"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9706"], ["description", "I-am-the-goal-description_3736"], ["version", 1], ["created_at", "2015-04-08 13:49:37.298908"], ["updated_at", "2015-04-08 13:49:37.298908"], ["tracking", "150408-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task9701"], ["description", "I-am-the-task-description_3131"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.305387"], ["updated_at", "2015-04-08 13:49:37.305387"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_796"], ["description", "I-am-the-goal-description_1946"], ["version", 1], ["created_at", "2015-04-08 13:49:37.311132"], ["updated_at", "2015-04-08 13:49:37.311132"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 21], ["title", "I-am-a-task9683"], ["description", "I-am-the-task-description_297"], ["cost", 1], ["created_at", "2015-04-08 13:49:37.315526"], ["updated_at", "2015-04-08 13:49:37.315526"]]  (0.9ms) commit transaction  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5048"], ["description", "I-am-the-goal-description_1876"], ["version", 1], ["created_at", "2015-04-08 13:49:46.689711"], ["updated_at", "2015-04-08 13:49:46.689711"], ["tracking", "150408-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3798"], ["description", "I-am-the-goal-description_6569"], ["version", 1], ["created_at", "2015-04-08 13:49:46.740880"], ["updated_at", "2015-04-08 13:49:46.740880"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 25ms (Views: 17.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.6ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6792"], ["description", "I-am-the-goal-description_4366"], ["version", 1], ["created_at", "2015-04-08 13:49:46.857453"], ["updated_at", "2015-04-08 13:49:46.857453"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5762"], ["description", "I-am-the-goal-description_7854"], ["version", 1], ["created_at", "2015-04-08 13:49:46.862198"], ["updated_at", "2015-04-08 13:49:46.862198"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4110"], ["description", "I-am-the-goal-description_6587"], ["version", 1], ["created_at", "2015-04-08 13:49:46.888891"], ["updated_at", "2015-04-08 13:49:46.888891"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5019"], ["description", "I-am-the-goal-description_7088"], ["version", 1], ["created_at", "2015-04-08 13:49:46.893337"], ["updated_at", "2015-04-08 13:49:46.893337"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4693"], ["description", "I-am-the-goal-description_188"], ["version", 1], ["created_at", "2015-04-08 13:49:46.904838"], ["updated_at", "2015-04-08 13:49:46.904838"], ["tracking", "150408-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:49:46.917204"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3360ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5101"], ["description", "I-am-the-goal-description_825"], ["version", 1], ["created_at", "2015-04-08 13:49:50.273724"], ["updated_at", "2015-04-08 13:49:50.273724"], ["tracking", "150408-4"]]  (2.5ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:49:50.284284"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6150"], ["description", "I-am-the-goal-description_2019"], ["version", 1], ["created_at", "2015-04-08 13:49:50.291068"], ["updated_at", "2015-04-08 13:49:50.291068"], ["tracking", "150408-5"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:49:50.298624"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3951"], ["description", "I-am-the-goal-description_7062"], ["version", 1], ["created_at", "2015-04-08 13:49:50.305603"], ["updated_at", "2015-04-08 13:49:50.305603"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:49:50.312100"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7970"], ["description", "I-am-the-goal-description_8486"], ["version", 1], ["created_at", "2015-04-08 13:49:50.329299"], ["updated_at", "2015-04-08 13:49:50.329299"], ["tracking", "150408-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task5171"], ["description", "I-am-the-task-description_8980"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.391284"], ["updated_at", "2015-04-08 13:49:50.391284"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 13:49:50.404987"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 13:49:50.406192"], ["updated_at", "2015-04-08 13:49:50.406192"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 13:49:50.408435"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 13:49:50 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 13:49:50 UTC", "updated_at"=>"2015-04-08 13:49:50 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 13:49:50.417192"], ["created_at", "2015-04-08 13:49:50.419106"], ["updated_at", "2015-04-08 13:49:50.419106"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3777"], ["description", "I-am-the-goal-description_8785"], ["version", 1], ["created_at", "2015-04-08 13:49:50.430038"], ["updated_at", "2015-04-08 13:49:50.430038"], ["tracking", "150408-8"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7720"], ["description", "I-am-the-task-description_999"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.434553"], ["updated_at", "2015-04-08 13:49:50.434553"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4053"], ["description", "I-am-the-task-description_5017"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.438587"], ["updated_at", "2015-04-08 13:49:50.438587"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:49:50.445844"], ["task_id", 2], ["created_at", "2015-04-08 13:49:50.447064"], ["updated_at", "2015-04-08 13:49:50.447064"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:49:50.448642"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3114"], ["description", "I-am-the-goal-description_7605"], ["version", 1], ["created_at", "2015-04-08 13:49:50.456001"], ["updated_at", "2015-04-08 13:49:50.456001"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5868"], ["description", "I-am-the-task-description_3261"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.460570"], ["updated_at", "2015-04-08 13:49:50.460570"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4871"], ["description", "I-am-the-task-description_1720"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.465719"], ["updated_at", "2015-04-08 13:49:50.465719"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:49:50.473501"], ["task_id", 4], ["created_at", "2015-04-08 13:49:50.474778"], ["updated_at", "2015-04-08 13:49:50.474778"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:49:50.476313"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_200"], ["description", "I-am-the-goal-description_1744"], ["version", 1], ["created_at", "2015-04-08 13:49:50.482792"], ["updated_at", "2015-04-08 13:49:50.482792"], ["tracking", "150408-10"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5423"], ["description", "I-am-the-task-description_1476"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.487272"], ["updated_at", "2015-04-08 13:49:50.487272"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3495"], ["description", "I-am-the-task-description_8300"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.491452"], ["updated_at", "2015-04-08 13:49:50.491452"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:49:50.499194"], ["task_id", 6], ["created_at", "2015-04-08 13:49:50.500446"], ["updated_at", "2015-04-08 13:49:50.500446"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:49:50.501973"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1693"], ["description", "I-am-the-goal-description_680"], ["version", 1], ["created_at", "2015-04-08 13:49:50.510306"], ["updated_at", "2015-04-08 13:49:50.510306"], ["tracking", "150408-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7162"], ["description", "I-am-the-task-description_2270"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.515253"], ["updated_at", "2015-04-08 13:49:50.515253"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1014"], ["description", "I-am-the-task-description_6787"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.519864"], ["updated_at", "2015-04-08 13:49:50.519864"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:49:50.527825"], ["task_id", 8], ["created_at", "2015-04-08 13:49:50.529059"], ["updated_at", "2015-04-08 13:49:50.529059"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:49:50.530616"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8585"], ["description", "I-am-the-goal-description_2605"], ["version", 1], ["created_at", "2015-04-08 13:49:50.537212"], ["updated_at", "2015-04-08 13:49:50.537212"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7894"], ["description", "I-am-the-task-description_883"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.541161"], ["updated_at", "2015-04-08 13:49:50.541161"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task1431"], ["description", "I-am-the-task-description_1486"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.544985"], ["updated_at", "2015-04-08 13:49:50.544985"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2860"], ["description", "I-am-the-goal-description_7280"], ["version", 1], ["created_at", "2015-04-08 13:49:50.558767"], ["updated_at", "2015-04-08 13:49:50.558767"], ["tracking", "150408-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1528"], ["description", "I-am-the-task-description_3545"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.562590"], ["updated_at", "2015-04-08 13:49:50.562590"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1176"], ["description", "I-am-the-task-description_3004"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.566552"], ["updated_at", "2015-04-08 13:49:50.566552"]]  (0.8ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5585"], ["description", "I-am-the-goal-description_2194"], ["version", 1], ["created_at", "2015-04-08 13:49:50.608735"], ["updated_at", "2015-04-08 13:49:50.608735"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3684"], ["description", "I-am-the-task-description_5164"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.612595"], ["updated_at", "2015-04-08 13:49:50.612595"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8029"], ["description", "I-am-the-goal-description_5779"], ["version", 1], ["created_at", "2015-04-08 13:49:50.616383"], ["updated_at", "2015-04-08 13:49:50.616383"], ["tracking", "150408-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task5046"], ["description", "I-am-the-task-description_7857"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.620948"], ["updated_at", "2015-04-08 13:49:50.620948"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4050"], ["description", "I-am-the-goal-description_4231"], ["version", 1], ["created_at", "2015-04-08 13:49:50.630757"], ["updated_at", "2015-04-08 13:49:50.630757"], ["tracking", "150408-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8475"], ["description", "I-am-the-task-description_8877"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.634639"], ["updated_at", "2015-04-08 13:49:50.634639"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6173"], ["description", "I-am-the-task-description_96"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.638486"], ["updated_at", "2015-04-08 13:49:50.638486"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7843"], ["description", "I-am-the-goal-description_8812"], ["version", 1], ["created_at", "2015-04-08 13:49:50.652519"], ["updated_at", "2015-04-08 13:49:50.652519"], ["tracking", "150408-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9066"], ["description", "I-am-the-task-description_1724"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.656491"], ["updated_at", "2015-04-08 13:49:50.656491"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2530"], ["description", "I-am-the-goal-description_5627"], ["version", 1], ["created_at", "2015-04-08 13:49:50.660522"], ["updated_at", "2015-04-08 13:49:50.660522"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2093"], ["description", "I-am-the-task-description_5285"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.664530"], ["updated_at", "2015-04-08 13:49:50.664530"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_521"], ["description", "I-am-the-goal-description_604"], ["version", 1], ["created_at", "2015-04-08 13:49:50.675934"], ["updated_at", "2015-04-08 13:49:50.675934"], ["tracking", "150408-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4591"], ["description", "I-am-the-task-description_5694"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.680249"], ["updated_at", "2015-04-08 13:49:50.680249"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6787"], ["description", "I-am-the-task-description_4429"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.684039"], ["updated_at", "2015-04-08 13:49:50.684039"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2730"], ["description", "I-am-the-goal-description_3246"], ["version", 1], ["created_at", "2015-04-08 13:49:50.698124"], ["updated_at", "2015-04-08 13:49:50.698124"], ["tracking", "150408-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1201"], ["description", "I-am-the-task-description_1853"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.702038"], ["updated_at", "2015-04-08 13:49:50.702038"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4404"], ["description", "I-am-the-goal-description_8387"], ["version", 1], ["created_at", "2015-04-08 13:49:50.706037"], ["updated_at", "2015-04-08 13:49:50.706037"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task965"], ["description", "I-am-the-task-description_6616"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.710241"], ["updated_at", "2015-04-08 13:49:50.710241"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) 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_6768"], ["version", 1], ["created_at", "2015-04-08 13:49:50.719538"], ["updated_at", "2015-04-08 13:49:50.719538"], ["tracking", "150408-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2343"], ["description", "I-am-the-task-description_3579"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.725054"], ["updated_at", "2015-04-08 13:49:50.725054"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6445"], ["description", "I-am-the-task-description_9298"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.729695"], ["updated_at", "2015-04-08 13:49:50.729695"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.3ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2550"], ["description", "I-am-the-goal-description_682"], ["version", 1], ["created_at", "2015-04-08 13:49:50.744476"], ["updated_at", "2015-04-08 13:49:50.744476"], ["tracking", "150408-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9412"], ["description", "I-am-the-task-description_8395"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.749068"], ["updated_at", "2015-04-08 13:49:50.749068"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6512"], ["description", "I-am-the-task-description_9457"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.753351"], ["updated_at", "2015-04-08 13:49:50.753351"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5491"], ["description", "I-am-the-goal-description_3937"], ["version", 1], ["created_at", "2015-04-08 13:49:50.765368"], ["updated_at", "2015-04-08 13:49:50.765368"], ["tracking", "150408-24"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3391"], ["description", "I-am-the-task-description_600"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.769267"], ["updated_at", "2015-04-08 13:49:50.769267"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1844"], ["description", "I-am-the-task-description_7628"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.774353"], ["updated_at", "2015-04-08 13:49:50.774353"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_302"], ["description", "I-am-the-goal-description_4431"], ["version", 1], ["created_at", "2015-04-08 13:49:50.787460"], ["updated_at", "2015-04-08 13:49:50.787460"], ["tracking", "150408-25"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task8256"], ["description", "I-am-the-task-description_9739"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.791322"], ["updated_at", "2015-04-08 13:49:50.791322"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1128"], ["description", "I-am-the-task-description_5489"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.795180"], ["updated_at", "2015-04-08 13:49:50.795180"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:49:50.865772"], ["updated_at", "2015-04-08 13:49:50.865772"]]  (1.6ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 7ms (ActiveRecord: 2.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6964"], ["description", "I-am-the-goal-description_3656"], ["version", 1], ["created_at", "2015-04-08 13:49:50.874597"], ["updated_at", "2015-04-08 13:49:50.874597"], ["tracking", "150408-26"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task8114"], ["description", "I-am-the-task-description_7867"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.878916"], ["updated_at", "2015-04-08 13:49:50.878916"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3810"], ["description", "I-am-the-task-description_6274"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.883297"], ["updated_at", "2015-04-08 13:49:50.883297"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:49:50.890413"], ["updated_at", "2015-04-08 13:49:50.890413"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4559"], ["description", "I-am-the-goal-description_1865"], ["version", 1], ["created_at", "2015-04-08 13:49:50.900205"], ["updated_at", "2015-04-08 13:49:50.900205"], ["tracking", "150408-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9549"], ["description", "I-am-the-task-description_6808"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.905427"], ["updated_at", "2015-04-08 13:49:50.905427"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4282"], ["description", "I-am-the-task-description_3749"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.911066"], ["updated_at", "2015-04-08 13:49:50.911066"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:49:50.919668"], ["updated_at", "2015-04-08 13:49:50.919668"]]  (1.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 9ms (ActiveRecord: 2.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6113"], ["description", "I-am-the-goal-description_949"], ["version", 1], ["created_at", "2015-04-08 13:49:50.930553"], ["updated_at", "2015-04-08 13:49:50.930553"], ["tracking", "150408-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6182"], ["description", "I-am-the-task-description_9868"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.936693"], ["updated_at", "2015-04-08 13:49:50.936693"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5784"], ["description", "I-am-the-task-description_6185"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.942883"], ["updated_at", "2015-04-08 13:49:50.942883"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6658"], ["description", "I-am-the-goal-description_9147"], ["version", 1], ["created_at", "2015-04-08 13:49:50.955777"], ["updated_at", "2015-04-08 13:49:50.955777"], ["tracking", "150408-29"]]  (3.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task2807"], ["description", "I-am-the-task-description_6429"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.964779"], ["updated_at", "2015-04-08 13:49:50.964779"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3585"], ["description", "I-am-the-task-description_708"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.969301"], ["updated_at", "2015-04-08 13:49:50.969301"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:49:50.974635"], ["updated_at", "2015-04-08 13:49:50.974635"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2835"], ["description", "I-am-the-goal-description_8455"], ["version", 1], ["created_at", "2015-04-08 13:49:50.986673"], ["updated_at", "2015-04-08 13:49:50.986673"], ["tracking", "150408-30"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2502"], ["description", "I-am-the-task-description_1684"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.990666"], ["updated_at", "2015-04-08 13:49:50.990666"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task406"], ["description", "I-am-the-task-description_1738"], ["cost", 1], ["created_at", "2015-04-08 13:49:50.994631"], ["updated_at", "2015-04-08 13:49:50.994631"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:49:50.998386"], ["updated_at", "2015-04-08 13:49:50.998386"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2634"], ["description", "I-am-the-goal-description_2566"], ["version", 1], ["created_at", "2015-04-08 13:49:51.011008"], ["updated_at", "2015-04-08 13:49:51.011008"], ["tracking", "150408-31"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task9719"], ["description", "I-am-the-task-description_6357"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.015032"], ["updated_at", "2015-04-08 13:49:51.015032"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task9836"], ["description", "I-am-the-task-description_6925"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.019074"], ["updated_at", "2015-04-08 13:49:51.019074"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:49:51.024706"], ["updated_at", "2015-04-08 13:49:51.024706"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3530"], ["description", "I-am-the-goal-description_3468"], ["version", 1], ["created_at", "2015-04-08 13:49:51.037880"], ["updated_at", "2015-04-08 13:49:51.037880"], ["tracking", "150408-32"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4600"], ["description", "I-am-the-task-description_7675"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.042442"], ["updated_at", "2015-04-08 13:49:51.042442"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task476"], ["description", "I-am-the-task-description_4967"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.046598"], ["updated_at", "2015-04-08 13:49:51.046598"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:49:51.050413"], ["updated_at", "2015-04-08 13:49:51.050413"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2908"], ["description", "I-am-the-goal-description_3696"], ["version", 1], ["created_at", "2015-04-08 13:49:51.064203"], ["updated_at", "2015-04-08 13:49:51.064203"], ["tracking", "150408-33"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2130"], ["description", "I-am-the-task-description_900"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.068602"], ["updated_at", "2015-04-08 13:49:51.068602"]]  (4.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task132"], ["description", "I-am-the-task-description_4963"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.078786"], ["updated_at", "2015-04-08 13:49:51.078786"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.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-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:49:51.083360"], ["updated_at", "2015-04-08 13:49:51.083360"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8282"], ["description", "I-am-the-goal-description_7399"], ["version", 1], ["created_at", "2015-04-08 13:49:51.095829"], ["updated_at", "2015-04-08 13:49:51.095829"], ["tracking", "150408-34"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task6581"], ["description", "I-am-the-task-description_3918"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.099766"], ["updated_at", "2015-04-08 13:49:51.099766"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task3843"], ["description", "I-am-the-task-description_4650"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.103971"], ["updated_at", "2015-04-08 13:49:51.103971"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 13:49:51.107863"], ["updated_at", "2015-04-08 13:49:51.107863"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:49:51.113803"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1390"], ["description", "I-am-the-goal-description_8506"], ["version", 1], ["created_at", "2015-04-08 13:49:51.120044"], ["updated_at", "2015-04-08 13:49:51.120044"], ["tracking", "150408-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9501"], ["description", "I-am-the-goal-description_2358"], ["version", 1], ["created_at", "2015-04-08 13:49:51.124872"], ["updated_at", "2015-04-08 13:49:51.124872"], ["tracking", "150408-36"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task8731"], ["description", "I-am-the-task-description_3099"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.129163"], ["updated_at", "2015-04-08 13:49:51.129163"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7138"], ["description", "I-am-the-goal-description_9215"], ["version", 1], ["created_at", "2015-04-08 13:49:51.133182"], ["updated_at", "2015-04-08 13:49:51.133182"], ["tracking", "150408-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task9474"], ["description", "I-am-the-task-description_6381"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.136885"], ["updated_at", "2015-04-08 13:49:51.136885"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9756"], ["description", "I-am-the-goal-description_6286"], ["version", 1], ["created_at", "2015-04-08 13:49:51.141518"], ["updated_at", "2015-04-08 13:49:51.141518"], ["tracking", "150408-38"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task9922"], ["description", "I-am-the-task-description_610"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.146692"], ["updated_at", "2015-04-08 13:49:51.146692"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task7944"], ["description", "I-am-the-task-description_1125"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.151402"], ["updated_at", "2015-04-08 13:49:51.151402"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task9823"], ["description", "I-am-the-task-description_6663"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.155799"], ["updated_at", "2015-04-08 13:49:51.155799"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task5406"], ["description", "I-am-the-task-description_590"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.160053"], ["updated_at", "2015-04-08 13:49:51.160053"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4695"], ["description", "I-am-the-goal-description_7779"], ["version", 1], ["created_at", "2015-04-08 13:49:51.167194"], ["updated_at", "2015-04-08 13:49:51.167194"], ["tracking", "150408-39"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1179"], ["description", "I-am-the-goal-description_2280"], ["version", 1], ["created_at", "2015-04-08 13:49:51.172009"], ["updated_at", "2015-04-08 13:49:51.172009"], ["tracking", "150408-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task6720"], ["description", "I-am-the-task-description_7539"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.175756"], ["updated_at", "2015-04-08 13:49:51.175756"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7132"], ["description", "I-am-the-goal-description_7430"], ["version", 1], ["created_at", "2015-04-08 13:49:51.179721"], ["updated_at", "2015-04-08 13:49:51.179721"], ["tracking", "150408-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task2383"], ["description", "I-am-the-task-description_7365"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.184028"], ["updated_at", "2015-04-08 13:49:51.184028"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1599"], ["description", "I-am-the-goal-description_5261"], ["version", 1], ["created_at", "2015-04-08 13:49:51.186953"], ["updated_at", "2015-04-08 13:49:51.186953"], ["tracking", "150408-42"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task6525"], ["description", "I-am-the-task-description_7550"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.191542"], ["updated_at", "2015-04-08 13:49:51.191542"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task8540"], ["description", "I-am-the-task-description_3749"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.196053"], ["updated_at", "2015-04-08 13:49:51.196053"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task7960"], ["description", "I-am-the-task-description_6699"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.200699"], ["updated_at", "2015-04-08 13:49:51.200699"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task6652"], ["description", "I-am-the-task-description_6181"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.205598"], ["updated_at", "2015-04-08 13:49:51.205598"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9728"], ["description", "I-am-the-goal-description_1698"], ["version", 1], ["created_at", "2015-04-08 13:49:51.210293"], ["updated_at", "2015-04-08 13:49:51.210293"], ["tracking", "150408-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6800"], ["description", "I-am-the-goal-description_8458"], ["version", 1], ["created_at", "2015-04-08 13:49:51.217514"], ["updated_at", "2015-04-08 13:49:51.217514"], ["tracking", "150408-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8008"], ["description", "I-am-the-goal-description_9628"], ["version", 1], ["created_at", "2015-04-08 13:49:51.222896"], ["updated_at", "2015-04-08 13:49:51.222896"], ["tracking", "150408-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task1790"], ["description", "I-am-the-task-description_5963"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.226732"], ["updated_at", "2015-04-08 13:49:51.226732"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_743"], ["description", "I-am-the-goal-description_469"], ["version", 1], ["created_at", "2015-04-08 13:49:51.232037"], ["updated_at", "2015-04-08 13:49:51.232037"], ["tracking", "150408-46"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task6883"], ["description", "I-am-the-task-description_3740"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.237188"], ["updated_at", "2015-04-08 13:49:51.237188"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5613"], ["description", "I-am-the-goal-description_5138"], ["version", 1], ["created_at", "2015-04-08 13:49:51.240848"], ["updated_at", "2015-04-08 13:49:51.240848"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task2893"], ["description", "I-am-the-task-description_5227"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.246756"], ["updated_at", "2015-04-08 13:49:51.246756"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task2523"], ["description", "I-am-the-task-description_4456"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.252656"], ["updated_at", "2015-04-08 13:49:51.252656"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task7988"], ["description", "I-am-the-task-description_9533"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.258399"], ["updated_at", "2015-04-08 13:49:51.258399"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task2673"], ["description", "I-am-the-task-description_3089"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.263104"], ["updated_at", "2015-04-08 13:49:51.263104"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task5437"], ["description", "I-am-the-task-description_3194"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.267301"], ["updated_at", "2015-04-08 13:49:51.267301"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_580"], ["description", "I-am-the-goal-description_2190"], ["version", 1], ["created_at", "2015-04-08 13:49:51.274307"], ["updated_at", "2015-04-08 13:49:51.274307"], ["tracking", "150408-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_120"], ["description", "I-am-the-goal-description_2129"], ["version", 1], ["created_at", "2015-04-08 13:49:51.281144"], ["updated_at", "2015-04-08 13:49:51.281144"], ["tracking", "150408-49"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task1931"], ["description", "I-am-the-task-description_3661"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.285360"], ["updated_at", "2015-04-08 13:49:51.285360"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4357"], ["description", "I-am-the-goal-description_5291"], ["version", 1], ["created_at", "2015-04-08 13:49:51.289860"], ["updated_at", "2015-04-08 13:49:51.289860"], ["tracking", "150408-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task8006"], ["description", "I-am-the-task-description_7656"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.293734"], ["updated_at", "2015-04-08 13:49:51.293734"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1214"], ["description", "I-am-the-goal-description_8235"], ["version", 1], ["created_at", "2015-04-08 13:49:51.296611"], ["updated_at", "2015-04-08 13:49:51.296611"], ["tracking", "150408-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task7201"], ["description", "I-am-the-task-description_1190"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.301234"], ["updated_at", "2015-04-08 13:49:51.301234"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task2681"], ["description", "I-am-the-task-description_2219"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.305429"], ["updated_at", "2015-04-08 13:49:51.305429"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task8372"], ["description", "I-am-the-task-description_6965"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.311413"], ["updated_at", "2015-04-08 13:49:51.311413"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task5892"], ["description", "I-am-the-task-description_2374"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.316695"], ["updated_at", "2015-04-08 13:49:51.316695"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task8640"], ["description", "I-am-the-task-description_2982"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.320985"], ["updated_at", "2015-04-08 13:49:51.320985"]]  (1.2ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1689"], ["description", "I-am-the-goal-description_410"], ["version", 1], ["created_at", "2015-04-08 13:49:51.328946"], ["updated_at", "2015-04-08 13:49:51.328946"], ["tracking", "150408-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task996"], ["description", "I-am-the-task-description_2991"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.332773"], ["updated_at", "2015-04-08 13:49:51.332773"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8368"], ["description", "I-am-the-goal-description_6217"], ["version", 1], ["created_at", "2015-04-08 13:49:51.338458"], ["updated_at", "2015-04-08 13:49:51.338458"], ["tracking", "150408-53"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task9170"], ["description", "I-am-the-task-description_5348"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.342339"], ["updated_at", "2015-04-08 13:49:51.342339"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2708"], ["description", "I-am-the-goal-description_8242"], ["version", 1], ["created_at", "2015-04-08 13:49:51.348596"], ["updated_at", "2015-04-08 13:49:51.348596"], ["tracking", "150408-54"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task5050"], ["description", "I-am-the-task-description_8151"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.352918"], ["updated_at", "2015-04-08 13:49:51.352918"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3564"], ["description", "I-am-the-goal-description_7799"], ["version", 1], ["created_at", "2015-04-08 13:49:51.358240"], ["updated_at", "2015-04-08 13:49:51.358240"], ["tracking", "150408-55"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task9005"], ["description", "I-am-the-task-description_8581"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.362653"], ["updated_at", "2015-04-08 13:49:51.362653"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7157"], ["description", "I-am-the-goal-description_3299"], ["version", 1], ["created_at", "2015-04-08 13:49:51.368437"], ["updated_at", "2015-04-08 13:49:51.368437"], ["tracking", "150408-56"]]  (0.8ms) commit transaction  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1993"], ["description", "I-am-the-goal-description_1685"], ["version", 1], ["created_at", "2015-04-08 13:49:51.374875"], ["updated_at", "2015-04-08 13:49:51.374875"], ["tracking", "150408-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4065"], ["description", "I-am-the-goal-description_6028"], ["version", 1], ["created_at", "2015-04-08 13:49:51.380432"], ["updated_at", "2015-04-08 13:49:51.380432"], ["tracking", "150408-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4430"], ["description", "I-am-the-goal-description_1130"], ["version", 1], ["created_at", "2015-04-08 13:49:51.385950"], ["updated_at", "2015-04-08 13:49:51.385950"], ["tracking", "150408-59"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5184"], ["description", "I-am-the-goal-description_3032"], ["version", 1], ["created_at", "2015-04-08 13:49:51.454848"], ["updated_at", "2015-04-08 13:49:51.454848"], ["tracking", "150408-60"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3475"], ["description", "I-am-the-goal-description_1258"], ["version", 1], ["created_at", "2015-04-08 13:49:51.462062"], ["updated_at", "2015-04-08 13:49:51.462062"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2963"], ["description", "I-am-the-goal-description_106"], ["version", 1], ["created_at", "2015-04-08 13:49:51.467225"], ["updated_at", "2015-04-08 13:49:51.467225"], ["tracking", "150408-62"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_753"], ["description", "I-am-the-goal-description_5805"], ["version", 1], ["created_at", "2015-04-08 13:49:51.474209"], ["updated_at", "2015-04-08 13:49:51.474209"], ["tracking", "150408-63"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task9656"], ["description", "I-am-the-task-description_8176"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.478227"], ["updated_at", "2015-04-08 13:49:51.478227"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3779"], ["description", "I-am-the-goal-description_2475"], ["version", 1], ["created_at", "2015-04-08 13:49:51.484031"], ["updated_at", "2015-04-08 13:49:51.484031"], ["tracking", "150408-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1684"], ["description", "I-am-the-goal-description_7592"], ["version", 1], ["created_at", "2015-04-08 13:49:51.489839"], ["updated_at", "2015-04-08 13:49:51.489839"], ["tracking", "150408-65"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8090"], ["description", "I-am-the-goal-description_249"], ["version", 1], ["created_at", "2015-04-08 13:49:51.497171"], ["updated_at", "2015-04-08 13:49:51.497171"], ["tracking", "150408-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1701"], ["description", "I-am-the-goal-description_6085"], ["version", 1], ["created_at", "2015-04-08 13:49:51.503827"], ["updated_at", "2015-04-08 13:49:51.503827"], ["tracking", "150408-67"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task236"], ["description", "I-am-the-task-description_6621"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.508665"], ["updated_at", "2015-04-08 13:49:51.508665"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4322"], ["description", "I-am-the-goal-description_6002"], ["version", 1], ["created_at", "2015-04-08 13:49:51.513403"], ["updated_at", "2015-04-08 13:49:51.513403"], ["tracking", "150408-68"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task8866"], ["description", "I-am-the-task-description_8492"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.518551"], ["updated_at", "2015-04-08 13:49:51.518551"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1901"], ["description", "I-am-the-goal-description_9086"], ["version", 1], ["created_at", "2015-04-08 13:49:51.523184"], ["updated_at", "2015-04-08 13:49:51.523184"], ["tracking", "150408-69"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task1738"], ["description", "I-am-the-task-description_7883"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.528414"], ["updated_at", "2015-04-08 13:49:51.528414"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2477"], ["description", "I-am-the-goal-description_3321"], ["version", 1], ["created_at", "2015-04-08 13:49:51.533097"], ["updated_at", "2015-04-08 13:49:51.533097"], ["tracking", "150408-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task6942"], ["description", "I-am-the-task-description_5602"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.537936"], ["updated_at", "2015-04-08 13:49:51.537936"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9344"], ["description", "I-am-the-goal-description_8863"], ["version", 1], ["created_at", "2015-04-08 13:49:51.542709"], ["updated_at", "2015-04-08 13:49:51.542709"], ["tracking", "150408-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task4184"], ["description", "I-am-the-task-description_1158"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.547873"], ["updated_at", "2015-04-08 13:49:51.547873"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_360"], ["description", "I-am-the-goal-description_6008"], ["version", 1], ["created_at", "2015-04-08 13:49:51.553243"], ["updated_at", "2015-04-08 13:49:51.553243"], ["tracking", "150408-72"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task715"], ["description", "I-am-the-task-description_5636"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.558465"], ["updated_at", "2015-04-08 13:49:51.558465"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_332"], ["description", "I-am-the-goal-description_8243"], ["version", 1], ["created_at", "2015-04-08 13:49:51.563693"], ["updated_at", "2015-04-08 13:49:51.563693"], ["tracking", "150408-73"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task4250"], ["description", "I-am-the-task-description_6673"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.567719"], ["updated_at", "2015-04-08 13:49:51.567719"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6091"], ["description", "I-am-the-goal-description_6767"], ["version", 1], ["created_at", "2015-04-08 13:49:51.573327"], ["updated_at", "2015-04-08 13:49:51.573327"], ["tracking", "150408-74"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task5653"], ["description", "I-am-the-task-description_5093"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.578223"], ["updated_at", "2015-04-08 13:49:51.578223"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7701"], ["description", "I-am-the-goal-description_6960"], ["version", 1], ["created_at", "2015-04-08 13:49:51.584102"], ["updated_at", "2015-04-08 13:49:51.584102"], ["tracking", "150408-75"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task3523"], ["description", "I-am-the-task-description_5023"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.589086"], ["updated_at", "2015-04-08 13:49:51.589086"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7329"], ["description", "I-am-the-goal-description_1247"], ["version", 1], ["created_at", "2015-04-08 13:49:51.595544"], ["updated_at", "2015-04-08 13:49:51.595544"], ["tracking", "150408-76"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task2431"], ["description", "I-am-the-task-description_8095"], ["cost", 1], ["created_at", "2015-04-08 13:49:51.599922"], ["updated_at", "2015-04-08 13:49:51.599922"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2865"], ["description", "I-am-the-goal-description_836"], ["version", 1], ["created_at", "2015-04-08 13:49:51.604447"], ["updated_at", "2015-04-08 13:49:51.604447"], ["tracking", "150408-77"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 13:49:51.608688"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 13:49:51.611547"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4150"], ["description", "I-am-the-goal-description_1254"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9104"], ["description", "I-am-the-goal-description_2895"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9503"], ["description", "I-am-the-goal-description_9386"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7394"], ["description", "I-am-the-goal-description_5330"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8100"], ["description", "I-am-the-goal-description_2107"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task7777"], ["description", "I-am-the-task-description_998"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task333"], ["description", "I-am-the-task-description_3402"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4848"], ["description", "I-am-the-goal-description_4426"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_433"], ["description", "I-am-the-goal-description_8132"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4739"], ["description", "I-am-the-goal-description_9865"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8041"], ["description", "I-am-the-goal-description_7833"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task353"], ["description", "I-am-the-task-description_1093"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4034"], ["description", "I-am-the-goal-description_5328"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task6308"], ["description", "I-am-the-task-description_4355"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8734"], ["description", "I-am-the-goal-description_9312"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task2419"], ["description", "I-am-the-task-description_3647"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7280"], ["description", "I-am-the-goal-description_1387"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task6120"], ["description", "I-am-the-task-description_6250"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1996"], ["description", "I-am-the-goal-description_1159"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task9649"], ["description", "I-am-the-task-description_6062"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2535"], ["description", "I-am-the-goal-description_1383"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task1522"], ["description", "I-am-the-task-description_5214"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2822"], ["description", "I-am-the-goal-description_4405"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task8991"], ["description", "I-am-the-task-description_512"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3623"], ["description", "I-am-the-goal-description_3836"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8764"], ["description", "I-am-the-goal-description_4439"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2937"], ["description", "I-am-the-goal-description_2998"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_454"], ["description", "I-am-the-goal-description_9935"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.6ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:50:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (58.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3880.2ms) Completed 200 OK in 3999ms (Views: 3968.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 15:50:08 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 15:50:08 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 15:50:08 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 15:50:10 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (352.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (358.1ms) Completed 200 OK in 371ms (Views: 362.3ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:50:10 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 13:50:10.788429"], ["updated_at", "2015-04-08 13:50:10.788429"], ["tracking", "150408-1"]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (88.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (95.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (113.8ms) Completed 200 OK in 187ms (Views: 115.8ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4483"], ["description", "I-am-the-goal-description_4492"], ["version", 1], ["created_at", "2015-04-08 13:50:11.132426"], ["updated_at", "2015-04-08 13:50:11.132426"], ["tracking", "150408-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3839"], ["description", "I-am-the-task-description_8835"], ["cost", 1], ["created_at", "2015-04-08 13:50:11.140654"], ["updated_at", "2015-04-08 13:50:11.140654"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task326"], ["description", "I-am-the-task-description_8464"], ["cost", 1], ["created_at", "2015-04-08 13:50:11.145537"], ["updated_at", "2015-04-08 13:50:11.145537"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9068"], ["description", "I-am-the-task-description_5522"], ["cost", 1], ["created_at", "2015-04-08 13:50:11.149612"], ["updated_at", "2015-04-08 13:50:11.149612"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:50:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.5ms) Completed 200 OK in 15ms (Views: 12.9ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2022"], ["description", "I-am-the-goal-description_1067"], ["version", 1], ["created_at", "2015-04-08 13:50:12.887932"], ["updated_at", "2015-04-08 13:50:12.887932"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:50:12 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:50:14 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (68.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (72.0ms) Completed 200 OK in 77ms (Views: 75.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:14 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1067"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 13:50:14.718888"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:14 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.3ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1496"], ["description", "I-am-the-goal-description_4037"], ["version", 1], ["created_at", "2015-04-08 13:50:14.861612"], ["updated_at", "2015-04-08 13:50:14.861612"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:50:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.1ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 15:50:16 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.5ms) Completed 200 OK in 66ms (Views: 65.2ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:16 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:50:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.8ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6877"], ["description", "I-am-the-goal-description_2712"], ["version", 1], ["created_at", "2015-04-08 13:50:16.848997"], ["updated_at", "2015-04-08 13:50:16.848997"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:16 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 15:50:18 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 13:50:18.433199"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:50:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.1ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.7ms)  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9362"], ["description", "I-am-the-goal-description_2499"], ["version", 1], ["created_at", "2015-04-08 13:50:18.573010"], ["updated_at", "2015-04-08 13:50:18.573010"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 15:50:20 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 13:50:20.262491"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.6ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_680"], ["description", "I-am-the-goal-description_2131"], ["version", 1], ["created_at", "2015-04-08 13:50:20.405538"], ["updated_at", "2015-04-08 13:50:20.405538"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task331"], ["description", "I-am-the-task-description_3821"], ["cost", 1], ["created_at", "2015-04-08 13:50:20.409414"], ["updated_at", "2015-04-08 13:50:20.409414"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.1ms) Completed 200 OK in 70ms (Views: 65.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:50:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (14.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (26.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (56.8ms) Completed 200 OK in 62ms (Views: 57.9ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 15:50:22 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 13:50:22.192512"], ["created_at", "2015-04-08 13:50:22.194430"], ["updated_at", "2015-04-08 13:50:22.194430"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 13:50:22.196232"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:50:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (6.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (82.4ms) Completed 200 OK in 87ms (Views: 82.7ms | ActiveRecord: 0.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8293"], ["description", "I-am-the-goal-description_6492"], ["version", 1], ["created_at", "2015-04-08 13:50:22.439639"], ["updated_at", "2015-04-08 13:50:22.439639"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 15:50:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 15:50:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 15:50:24 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (149.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (155.9ms) Completed 200 OK in 160ms (Views: 157.7ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:24 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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-08"], ["reminder", "2015-04-15"], ["done", "f"], ["created_at", "2015-04-08 13:50:24.376569"], ["updated_at", "2015-04-08 13:50:24.376569"]]  (1.5ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:50:24 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.3ms) Completed 200 OK in 29ms (Views: 24.5ms | ActiveRecord: 0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8498"], ["description", "I-am-the-goal-description_3097"], ["version", 1], ["created_at", "2015-04-08 13:50:24.518508"], ["updated_at", "2015-04-08 13:50:24.518508"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2098"], ["description", "I-am-the-task-description_4257"], ["cost", 1], ["created_at", "2015-04-08 13:50:24.522183"], ["updated_at", "2015-04-08 13:50:24.522183"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:50:26 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.8ms) Completed 200 OK in 82ms (Views: 78.0ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7312"], ["description", "I-am-the-goal-description_8314"], ["version", 1], ["created_at", "2015-04-08 13:50:26.251810"], ["updated_at", "2015-04-08 13:50:26.251810"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6529"], ["description", "I-am-the-task-description_4189"], ["cost", 1], ["created_at", "2015-04-08 13:50:26.256155"], ["updated_at", "2015-04-08 13:50:26.256155"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.4ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:50:27 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (66.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.2ms) Completed 200 OK in 78ms (Views: 75.3ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:50:27 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (83.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (86.9ms) Completed 200 OK in 92ms (Views: 88.8ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:50:28 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_4189", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 13:50:28.235538"], ["id", 1]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:50:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (72.3ms) Completed 200 OK in 77ms (Views: 72.5ms | ActiveRecord: 1.0ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8023"], ["description", "I-am-the-goal-description_8039"], ["version", 1], ["created_at", "2015-04-08 13:50:28.400501"], ["updated_at", "2015-04-08 13:50:28.400501"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5056"], ["description", "I-am-the-task-description_9373"], ["cost", 1], ["created_at", "2015-04-08 13:50:28.405764"], ["updated_at", "2015-04-08 13:50:28.405764"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:50:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.5ms) Completed 200 OK in 27ms (Views: 23.6ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 15:50:30 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (124.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (125.1ms) Completed 200 OK in 128ms (Views: 125.9ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 15:50:30 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.2ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8587"], ["description", "I-am-the-goal-description_7028"], ["version", 1], ["created_at", "2015-04-08 13:50:30.475526"], ["updated_at", "2015-04-08 13:50:30.475526"], ["tracking", "150408-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task545"], ["description", "I-am-the-task-description_7517"], ["cost", 1], ["created_at", "2015-04-08 13:50:30.481863"], ["updated_at", "2015-04-08 13:50:30.481863"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 15:50:32 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 13:50:32.075166"], ["task_id", 1], ["created_at", "2015-04-08 13:50:32.076598"], ["updated_at", "2015-04-08 13:50:32.076598"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 13:50:32.078391"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1738"], ["description", "I-am-the-goal-description_4543"], ["version", 1], ["created_at", "2015-04-08 13:50:32.219920"], ["updated_at", "2015-04-08 13:50:32.219920"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task9413"], ["description", "I-am-the-task-description_7242"], ["cost", 1], ["created_at", "2015-04-08 13:50:32.223730"], ["updated_at", "2015-04-08 13:50:32.223730"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 15:50:33 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 13:50:33.812631"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:49395/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.4ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3142"], ["description", "I-am-the-goal-description_5264"], ["version", 1], ["created_at", "2015-04-08 13:50:33.953203"], ["updated_at", "2015-04-08 13:50:33.953203"], ["tracking", "150408-1"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1991"], ["description", "I-am-the-task-description_2073"], ["cost", 1], ["created_at", "2015-04-08 13:50:33.959371"], ["updated_at", "2015-04-08 13:50:33.959371"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2844"], ["description", "I-am-the-goal-description_4587"], ["version", 1], ["created_at", "2015-04-08 13:50:33.963373"], ["updated_at", "2015-04-08 13:50:33.963373"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2669"], ["description", "I-am-the-task-description_730"], ["cost", 1], ["created_at", "2015-04-08 13:50:33.966839"], ["updated_at", "2015-04-08 13:50:33.966839"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8961"], ["description", "I-am-the-goal-description_8377"], ["version", 1], ["created_at", "2015-04-08 13:50:33.970126"], ["updated_at", "2015-04-08 13:50:33.970126"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7804"], ["description", "I-am-the-task-description_5792"], ["cost", 1], ["created_at", "2015-04-08 13:50:33.973824"], ["updated_at", "2015-04-08 13:50:33.973824"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 15:50:35 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.pdf (4.5ms) Completed 200 OK in 124ms (Views: 4.3ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9420"], ["description", "I-am-the-goal-description_2053"], ["version", 1], ["created_at", "2015-04-08 13:50:35.801204"], ["updated_at", "2015-04-08 13:50:35.801204"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9871"], ["description", "I-am-the-task-description_6447"], ["cost", 1], ["created_at", "2015-04-08 13:50:35.806097"], ["updated_at", "2015-04-08 13:50:35.806097"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5594"], ["description", "I-am-the-goal-description_6585"], ["version", 1], ["created_at", "2015-04-08 13:50:35.810457"], ["updated_at", "2015-04-08 13:50:35.810457"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7158"], ["description", "I-am-the-task-description_9328"], ["cost", 1], ["created_at", "2015-04-08 13:50:35.815392"], ["updated_at", "2015-04-08 13:50:35.815392"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6767"], ["description", "I-am-the-goal-description_5502"], ["version", 1], ["created_at", "2015-04-08 13:50:35.819066"], ["updated_at", "2015-04-08 13:50:35.819066"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5012"], ["description", "I-am-the-task-description_3718"], ["cost", 1], ["created_at", "2015-04-08 13:50:35.822543"], ["updated_at", "2015-04-08 13:50:35.822543"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.8ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 15:50:37 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4980"], ["description", "I-am-the-goal-description_1336"], ["version", 1], ["created_at", "2015-04-08 13:50:37.542230"], ["updated_at", "2015-04-08 13:50:37.542230"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6243"], ["description", "I-am-the-task-description_6508"], ["cost", 1], ["created_at", "2015-04-08 13:50:37.547336"], ["updated_at", "2015-04-08 13:50:37.547336"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9236"], ["description", "I-am-the-goal-description_658"], ["version", 1], ["created_at", "2015-04-08 13:50:37.552783"], ["updated_at", "2015-04-08 13:50:37.552783"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4066"], ["description", "I-am-the-task-description_9187"], ["cost", 1], ["created_at", "2015-04-08 13:50:37.556335"], ["updated_at", "2015-04-08 13:50:37.556335"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9085"], ["description", "I-am-the-goal-description_7860"], ["version", 1], ["created_at", "2015-04-08 13:50:37.559997"], ["updated_at", "2015-04-08 13:50:37.559997"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8805"], ["description", "I-am-the-task-description_6742"], ["cost", 1], ["created_at", "2015-04-08 13:50:37.563439"], ["updated_at", "2015-04-08 13:50:37.563439"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 15:50:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 15:50:39 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.5ms) Completed 200 OK in 81ms (Views: 79.9ms | ActiveRecord: 0.4ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1070"], ["description", "I-am-the-goal-description_7270"], ["version", 1], ["created_at", "2015-04-08 14:51:53.105960"], ["updated_at", "2015-04-08 14:51:53.105960"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7093"], ["description", "I-am-the-goal-description_5320"], ["version", 1], ["created_at", "2015-04-08 14:51:53.116678"], ["updated_at", "2015-04-08 14:51:53.116678"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 28ms (Views: 21.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3843"], ["description", "I-am-the-goal-description_5040"], ["version", 1], ["created_at", "2015-04-08 14:51:53.283989"], ["updated_at", "2015-04-08 14:51:53.283989"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3736"], ["description", "I-am-the-goal-description_4742"], ["version", 1], ["created_at", "2015-04-08 14:51:53.288849"], ["updated_at", "2015-04-08 14:51:53.288849"], ["tracking", "150408-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 13ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4802"], ["description", "I-am-the-goal-description_1827"], ["version", 1], ["created_at", "2015-04-08 14:51:53.316788"], ["updated_at", "2015-04-08 14:51:53.316788"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6714"], ["description", "I-am-the-goal-description_9119"], ["version", 1], ["created_at", "2015-04-08 14:51:53.321129"], ["updated_at", "2015-04-08 14:51:53.321129"], ["tracking", "150408-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5391"], ["description", "I-am-the-goal-description_5954"], ["version", 1], ["created_at", "2015-04-08 14:51:53.332116"], ["updated_at", "2015-04-08 14:51:53.332116"], ["tracking", "150408-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 14:51:53.347718"], ["id", 7]]  (0.6ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3465ms (ActiveRecord: 1.7ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6214"], ["description", "I-am-the-goal-description_5448"], ["version", 1], ["created_at", "2015-04-08 14:51:56.806975"], ["updated_at", "2015-04-08 14:51:56.806975"], ["tracking", "150408-4"]]  (2.5ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 14:51:56.817034"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8873"], ["description", "I-am-the-goal-description_7162"], ["version", 1], ["created_at", "2015-04-08 14:51:56.824457"], ["updated_at", "2015-04-08 14:51:56.824457"], ["tracking", "150408-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 14:51:56.832119"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4189"], ["description", "I-am-the-goal-description_8987"], ["version", 1], ["created_at", "2015-04-08 14:51:56.838989"], ["updated_at", "2015-04-08 14:51:56.838989"], ["tracking", "150408-6"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 14:51:56.845282"], ["id", 10]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_262"], ["description", "I-am-the-goal-description_2570"], ["version", 1], ["created_at", "2015-04-08 14:51:56.862555"], ["updated_at", "2015-04-08 14:51:56.862555"], ["tracking", "150408-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6502"], ["description", "I-am-the-task-description_2588"], ["cost", 1], ["created_at", "2015-04-08 14:51:56.925689"], ["updated_at", "2015-04-08 14:51:56.925689"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 14:51:56.937955"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 14:51:56.939676"], ["updated_at", "2015-04-08 14:51:56.939676"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 14:51:56.942353"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 14:51:56 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 14:51:56 UTC", "updated_at"=>"2015-04-08 14:51:56 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 14:51:56.951691"], ["created_at", "2015-04-08 14:51:56.953855"], ["updated_at", "2015-04-08 14:51:56.953855"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_724"], ["description", "I-am-the-goal-description_4514"], ["version", 1], ["created_at", "2015-04-08 14:51:56.965344"], ["updated_at", "2015-04-08 14:51:56.965344"], ["tracking", "150408-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9376"], ["description", "I-am-the-task-description_1751"], ["cost", 1], ["created_at", "2015-04-08 14:51:56.969488"], ["updated_at", "2015-04-08 14:51:56.969488"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2417"], ["description", "I-am-the-task-description_9250"], ["cost", 1], ["created_at", "2015-04-08 14:51:56.973488"], ["updated_at", "2015-04-08 14:51:56.973488"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 14:51:56.980923"], ["task_id", 2], ["created_at", "2015-04-08 14:51:56.982213"], ["updated_at", "2015-04-08 14:51:56.982213"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 14:51:56.983814"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3136"], ["description", "I-am-the-goal-description_4362"], ["version", 1], ["created_at", "2015-04-08 14:51:56.990625"], ["updated_at", "2015-04-08 14:51:56.990625"], ["tracking", "150408-9"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6178"], ["description", "I-am-the-task-description_9027"], ["cost", 1], ["created_at", "2015-04-08 14:51:56.994911"], ["updated_at", "2015-04-08 14:51:56.994911"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task971"], ["description", "I-am-the-task-description_973"], ["cost", 1], ["created_at", "2015-04-08 14:51:56.999538"], ["updated_at", "2015-04-08 14:51:56.999538"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 14:51:57.007864"], ["task_id", 4], ["created_at", "2015-04-08 14:51:57.009119"], ["updated_at", "2015-04-08 14:51:57.009119"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 14:51:57.010663"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1974"], ["description", "I-am-the-goal-description_6994"], ["version", 1], ["created_at", "2015-04-08 14:51:57.018545"], ["updated_at", "2015-04-08 14:51:57.018545"], ["tracking", "150408-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7350"], ["description", "I-am-the-task-description_7912"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.023437"], ["updated_at", "2015-04-08 14:51:57.023437"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task2115"], ["description", "I-am-the-task-description_7764"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.027988"], ["updated_at", "2015-04-08 14:51:57.027988"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 14:51:57.036417"], ["task_id", 6], ["created_at", "2015-04-08 14:51:57.037692"], ["updated_at", "2015-04-08 14:51:57.037692"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 14:51:57.039220"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1520"], ["description", "I-am-the-goal-description_9142"], ["version", 1], ["created_at", "2015-04-08 14:51:57.047534"], ["updated_at", "2015-04-08 14:51:57.047534"], ["tracking", "150408-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9687"], ["description", "I-am-the-task-description_2687"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.052261"], ["updated_at", "2015-04-08 14:51:57.052261"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9019"], ["description", "I-am-the-task-description_9203"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.057616"], ["updated_at", "2015-04-08 14:51:57.057616"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 14:51:57.064440"], ["task_id", 8], ["created_at", "2015-04-08 14:51:57.065680"], ["updated_at", "2015-04-08 14:51:57.065680"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 14:51:57.067184"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8777"], ["description", "I-am-the-goal-description_3834"], ["version", 1], ["created_at", "2015-04-08 14:51:57.074475"], ["updated_at", "2015-04-08 14:51:57.074475"], ["tracking", "150408-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7243"], ["description", "I-am-the-task-description_8900"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.078999"], ["updated_at", "2015-04-08 14:51:57.078999"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task994"], ["description", "I-am-the-task-description_503"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.083492"], ["updated_at", "2015-04-08 14:51:57.083492"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.8ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_721"], ["description", "I-am-the-goal-description_5968"], ["version", 1], ["created_at", "2015-04-08 14:51:57.098186"], ["updated_at", "2015-04-08 14:51:57.098186"], ["tracking", "150408-13"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task7659"], ["description", "I-am-the-task-description_9381"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.102148"], ["updated_at", "2015-04-08 14:51:57.102148"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5750"], ["description", "I-am-the-task-description_6553"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.107279"], ["updated_at", "2015-04-08 14:51:57.107279"]]  (0.9ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1458"], ["description", "I-am-the-goal-description_1524"], ["version", 1], ["created_at", "2015-04-08 14:51:57.148433"], ["updated_at", "2015-04-08 14:51:57.148433"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3179"], ["description", "I-am-the-task-description_8261"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.152322"], ["updated_at", "2015-04-08 14:51:57.152322"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3724"], ["description", "I-am-the-goal-description_9687"], ["version", 1], ["created_at", "2015-04-08 14:51:57.156195"], ["updated_at", "2015-04-08 14:51:57.156195"], ["tracking", "150408-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4591"], ["description", "I-am-the-task-description_9874"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.160798"], ["updated_at", "2015-04-08 14:51:57.160798"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2481"], ["description", "I-am-the-goal-description_4604"], ["version", 1], ["created_at", "2015-04-08 14:51:57.170892"], ["updated_at", "2015-04-08 14:51:57.170892"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8050"], ["description", "I-am-the-task-description_4231"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.174884"], ["updated_at", "2015-04-08 14:51:57.174884"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3801"], ["description", "I-am-the-task-description_8072"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.178907"], ["updated_at", "2015-04-08 14:51:57.178907"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1680"], ["description", "I-am-the-goal-description_1320"], ["version", 1], ["created_at", "2015-04-08 14:51:57.193211"], ["updated_at", "2015-04-08 14:51:57.193211"], ["tracking", "150408-17"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9050"], ["description", "I-am-the-task-description_3002"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.197545"], ["updated_at", "2015-04-08 14:51:57.197545"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_799"], ["description", "I-am-the-goal-description_2364"], ["version", 1], ["created_at", "2015-04-08 14:51:57.202245"], ["updated_at", "2015-04-08 14:51:57.202245"], ["tracking", "150408-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9411"], ["description", "I-am-the-task-description_3666"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.207813"], ["updated_at", "2015-04-08 14:51:57.207813"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5009"], ["description", "I-am-the-goal-description_9230"], ["version", 1], ["created_at", "2015-04-08 14:51:57.218252"], ["updated_at", "2015-04-08 14:51:57.218252"], ["tracking", "150408-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9179"], ["description", "I-am-the-task-description_4967"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.222727"], ["updated_at", "2015-04-08 14:51:57.222727"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2896"], ["description", "I-am-the-task-description_5398"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.226699"], ["updated_at", "2015-04-08 14:51:57.226699"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1557"], ["description", "I-am-the-goal-description_8145"], ["version", 1], ["created_at", "2015-04-08 14:51:57.240906"], ["updated_at", "2015-04-08 14:51:57.240906"], ["tracking", "150408-20"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1915"], ["description", "I-am-the-task-description_7393"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.244881"], ["updated_at", "2015-04-08 14:51:57.244881"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3099"], ["description", "I-am-the-goal-description_5986"], ["version", 1], ["created_at", "2015-04-08 14:51:57.248834"], ["updated_at", "2015-04-08 14:51:57.248834"], ["tracking", "150408-21"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task4349"], ["description", "I-am-the-task-description_3241"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.253142"], ["updated_at", "2015-04-08 14:51:57.253142"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1107"], ["description", "I-am-the-goal-description_1337"], ["version", 1], ["created_at", "2015-04-08 14:51:57.264823"], ["updated_at", "2015-04-08 14:51:57.264823"], ["tracking", "150408-22"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9882"], ["description", "I-am-the-task-description_9797"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.269896"], ["updated_at", "2015-04-08 14:51:57.269896"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4470"], ["description", "I-am-the-task-description_7758"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.274453"], ["updated_at", "2015-04-08 14:51:57.274453"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9606"], ["description", "I-am-the-goal-description_9213"], ["version", 1], ["created_at", "2015-04-08 14:51:57.287451"], ["updated_at", "2015-04-08 14:51:57.287451"], ["tracking", "150408-23"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5315"], ["description", "I-am-the-task-description_3499"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.291547"], ["updated_at", "2015-04-08 14:51:57.291547"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5915"], ["description", "I-am-the-task-description_4032"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.295679"], ["updated_at", "2015-04-08 14:51:57.295679"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9315"], ["description", "I-am-the-goal-description_3845"], ["version", 1], ["created_at", "2015-04-08 14:51:57.309500"], ["updated_at", "2015-04-08 14:51:57.309500"], ["tracking", "150408-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1823"], ["description", "I-am-the-task-description_5843"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.313533"], ["updated_at", "2015-04-08 14:51:57.313533"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1508"], ["description", "I-am-the-task-description_5610"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.317466"], ["updated_at", "2015-04-08 14:51:57.317466"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9719"], ["description", "I-am-the-goal-description_4400"], ["version", 1], ["created_at", "2015-04-08 14:51:57.330964"], ["updated_at", "2015-04-08 14:51:57.330964"], ["tracking", "150408-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5380"], ["description", "I-am-the-task-description_2832"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.334890"], ["updated_at", "2015-04-08 14:51:57.334890"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task4405"], ["description", "I-am-the-task-description_9350"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.338889"], ["updated_at", "2015-04-08 14:51:57.338889"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 14:51:57.410638"], ["updated_at", "2015-04-08 14:51:57.410638"]]  (1.5ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 2.0ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9264"], ["description", "I-am-the-goal-description_1695"], ["version", 1], ["created_at", "2015-04-08 14:51:57.420027"], ["updated_at", "2015-04-08 14:51:57.420027"], ["tracking", "150408-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task1945"], ["description", "I-am-the-task-description_4862"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.425068"], ["updated_at", "2015-04-08 14:51:57.425068"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3070"], ["description", "I-am-the-task-description_7498"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.430091"], ["updated_at", "2015-04-08 14:51:57.430091"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 14:51:57.438769"], ["updated_at", "2015-04-08 14:51:57.438769"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1496"], ["description", "I-am-the-goal-description_8331"], ["version", 1], ["created_at", "2015-04-08 14:51:57.450496"], ["updated_at", "2015-04-08 14:51:57.450496"], ["tracking", "150408-27"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task1160"], ["description", "I-am-the-task-description_2911"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.455291"], ["updated_at", "2015-04-08 14:51:57.455291"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task2499"], ["description", "I-am-the-task-description_0"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.460416"], ["updated_at", "2015-04-08 14:51:57.460416"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.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-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 14:51:57.467276"], ["updated_at", "2015-04-08 14:51:57.467276"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4440"], ["description", "I-am-the-goal-description_5476"], ["version", 1], ["created_at", "2015-04-08 14:51:57.475886"], ["updated_at", "2015-04-08 14:51:57.475886"], ["tracking", "150408-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task3681"], ["description", "I-am-the-task-description_9014"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.480096"], ["updated_at", "2015-04-08 14:51:57.480096"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5647"], ["description", "I-am-the-task-description_9720"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.484187"], ["updated_at", "2015-04-08 14:51:57.484187"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_961"], ["description", "I-am-the-goal-description_6482"], ["version", 1], ["created_at", "2015-04-08 14:51:57.496864"], ["updated_at", "2015-04-08 14:51:57.496864"], ["tracking", "150408-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8641"], ["description", "I-am-the-task-description_8763"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.501013"], ["updated_at", "2015-04-08 14:51:57.501013"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3118"], ["description", "I-am-the-task-description_6397"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.504913"], ["updated_at", "2015-04-08 14:51:57.504913"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 14:51:57.509070"], ["updated_at", "2015-04-08 14:51:57.509070"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_276"], ["description", "I-am-the-goal-description_8632"], ["version", 1], ["created_at", "2015-04-08 14:51:57.520787"], ["updated_at", "2015-04-08 14:51:57.520787"], ["tracking", "150408-30"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task1168"], ["description", "I-am-the-task-description_9618"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.526586"], ["updated_at", "2015-04-08 14:51:57.526586"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task309"], ["description", "I-am-the-task-description_8082"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.531293"], ["updated_at", "2015-04-08 14:51:57.531293"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 14:51:57.536031"], ["updated_at", "2015-04-08 14:51:57.536031"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7925"], ["description", "I-am-the-goal-description_1995"], ["version", 1], ["created_at", "2015-04-08 14:51:57.547865"], ["updated_at", "2015-04-08 14:51:57.547865"], ["tracking", "150408-31"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task8886"], ["description", "I-am-the-task-description_2267"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.551856"], ["updated_at", "2015-04-08 14:51:57.551856"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task876"], ["description", "I-am-the-task-description_6485"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.555821"], ["updated_at", "2015-04-08 14:51:57.555821"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 14:51:57.560904"], ["updated_at", "2015-04-08 14:51:57.560904"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_747"], ["description", "I-am-the-goal-description_2690"], ["version", 1], ["created_at", "2015-04-08 14:51:57.576112"], ["updated_at", "2015-04-08 14:51:57.576112"], ["tracking", "150408-32"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5969"], ["description", "I-am-the-task-description_7573"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.580787"], ["updated_at", "2015-04-08 14:51:57.580787"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task3755"], ["description", "I-am-the-task-description_8138"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.585249"], ["updated_at", "2015-04-08 14:51:57.585249"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 14:51:57.589555"], ["updated_at", "2015-04-08 14:51:57.589555"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6928"], ["description", "I-am-the-goal-description_9327"], ["version", 1], ["created_at", "2015-04-08 14:51:57.603936"], ["updated_at", "2015-04-08 14:51:57.603936"], ["tracking", "150408-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1091"], ["description", "I-am-the-task-description_972"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.608164"], ["updated_at", "2015-04-08 14:51:57.608164"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6215"], ["description", "I-am-the-task-description_2785"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.612330"], ["updated_at", "2015-04-08 14:51:57.612330"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 14:51:57.616287"], ["updated_at", "2015-04-08 14:51:57.616287"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6259"], ["description", "I-am-the-goal-description_7983"], ["version", 1], ["created_at", "2015-04-08 14:51:57.630723"], ["updated_at", "2015-04-08 14:51:57.630723"], ["tracking", "150408-34"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task2860"], ["description", "I-am-the-task-description_3680"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.635190"], ["updated_at", "2015-04-08 14:51:57.635190"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7880"], ["description", "I-am-the-task-description_1766"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.639594"], ["updated_at", "2015-04-08 14:51:57.639594"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 14:51:57.643794"], ["updated_at", "2015-04-08 14:51:57.643794"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 14:51:57.650178"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6313"], ["description", "I-am-the-goal-description_5912"], ["version", 1], ["created_at", "2015-04-08 14:51:57.656683"], ["updated_at", "2015-04-08 14:51:57.656683"], ["tracking", "150408-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2195"], ["description", "I-am-the-goal-description_4139"], ["version", 1], ["created_at", "2015-04-08 14:51:57.661876"], ["updated_at", "2015-04-08 14:51:57.661876"], ["tracking", "150408-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task1470"], ["description", "I-am-the-task-description_4272"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.666358"], ["updated_at", "2015-04-08 14:51:57.666358"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7971"], ["description", "I-am-the-goal-description_3217"], ["version", 1], ["created_at", "2015-04-08 14:51:57.670939"], ["updated_at", "2015-04-08 14:51:57.670939"], ["tracking", "150408-37"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task6476"], ["description", "I-am-the-task-description_6302"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.675989"], ["updated_at", "2015-04-08 14:51:57.675989"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3180"], ["description", "I-am-the-goal-description_7116"], ["version", 1], ["created_at", "2015-04-08 14:51:57.679053"], ["updated_at", "2015-04-08 14:51:57.679053"], ["tracking", "150408-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task1744"], ["description", "I-am-the-task-description_3092"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.683595"], ["updated_at", "2015-04-08 14:51:57.683595"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task8240"], ["description", "I-am-the-task-description_3106"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.688434"], ["updated_at", "2015-04-08 14:51:57.688434"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task2275"], ["description", "I-am-the-task-description_2160"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.692875"], ["updated_at", "2015-04-08 14:51:57.692875"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task2534"], ["description", "I-am-the-task-description_8422"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.697636"], ["updated_at", "2015-04-08 14:51:57.697636"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4344"], ["description", "I-am-the-goal-description_8639"], ["version", 1], ["created_at", "2015-04-08 14:51:57.704324"], ["updated_at", "2015-04-08 14:51:57.704324"], ["tracking", "150408-39"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5901"], ["description", "I-am-the-goal-description_2562"], ["version", 1], ["created_at", "2015-04-08 14:51:57.709807"], ["updated_at", "2015-04-08 14:51:57.709807"], ["tracking", "150408-40"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task4617"], ["description", "I-am-the-task-description_3672"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.714197"], ["updated_at", "2015-04-08 14:51:57.714197"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6343"], ["description", "I-am-the-goal-description_2874"], ["version", 1], ["created_at", "2015-04-08 14:51:57.719622"], ["updated_at", "2015-04-08 14:51:57.719622"], ["tracking", "150408-41"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task600"], ["description", "I-am-the-task-description_41"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.724166"], ["updated_at", "2015-04-08 14:51:57.724166"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3841"], ["description", "I-am-the-goal-description_1576"], ["version", 1], ["created_at", "2015-04-08 14:51:57.727625"], ["updated_at", "2015-04-08 14:51:57.727625"], ["tracking", "150408-42"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task2123"], ["description", "I-am-the-task-description_2413"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.733087"], ["updated_at", "2015-04-08 14:51:57.733087"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task6508"], ["description", "I-am-the-task-description_6098"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.737850"], ["updated_at", "2015-04-08 14:51:57.737850"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task8777"], ["description", "I-am-the-task-description_1169"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.743928"], ["updated_at", "2015-04-08 14:51:57.743928"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task5842"], ["description", "I-am-the-task-description_8048"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.748674"], ["updated_at", "2015-04-08 14:51:57.748674"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5110"], ["description", "I-am-the-goal-description_9577"], ["version", 1], ["created_at", "2015-04-08 14:51:57.752401"], ["updated_at", "2015-04-08 14:51:57.752401"], ["tracking", "150408-43"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1565"], ["description", "I-am-the-goal-description_8367"], ["version", 1], ["created_at", "2015-04-08 14:51:57.759894"], ["updated_at", "2015-04-08 14:51:57.759894"], ["tracking", "150408-44"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1804"], ["description", "I-am-the-goal-description_1976"], ["version", 1], ["created_at", "2015-04-08 14:51:57.765157"], ["updated_at", "2015-04-08 14:51:57.765157"], ["tracking", "150408-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task7059"], ["description", "I-am-the-task-description_5592"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.769220"], ["updated_at", "2015-04-08 14:51:57.769220"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_528"], ["description", "I-am-the-goal-description_6702"], ["version", 1], ["created_at", "2015-04-08 14:51:57.773309"], ["updated_at", "2015-04-08 14:51:57.773309"], ["tracking", "150408-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task9677"], ["description", "I-am-the-task-description_8365"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.777661"], ["updated_at", "2015-04-08 14:51:57.777661"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6950"], ["description", "I-am-the-goal-description_7730"], ["version", 1], ["created_at", "2015-04-08 14:51:57.780676"], ["updated_at", "2015-04-08 14:51:57.780676"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task8221"], ["description", "I-am-the-task-description_3878"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.785117"], ["updated_at", "2015-04-08 14:51:57.785117"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task8927"], ["description", "I-am-the-task-description_8781"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.789727"], ["updated_at", "2015-04-08 14:51:57.789727"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task4977"], ["description", "I-am-the-task-description_455"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.794419"], ["updated_at", "2015-04-08 14:51:57.794419"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task5195"], ["description", "I-am-the-task-description_3432"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.798941"], ["updated_at", "2015-04-08 14:51:57.798941"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task735"], ["description", "I-am-the-task-description_5598"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.803683"], ["updated_at", "2015-04-08 14:51:57.803683"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7990"], ["description", "I-am-the-goal-description_2245"], ["version", 1], ["created_at", "2015-04-08 14:51:57.811555"], ["updated_at", "2015-04-08 14:51:57.811555"], ["tracking", "150408-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3251"], ["description", "I-am-the-goal-description_9087"], ["version", 1], ["created_at", "2015-04-08 14:51:57.816767"], ["updated_at", "2015-04-08 14:51:57.816767"], ["tracking", "150408-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task1207"], ["description", "I-am-the-task-description_277"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.820613"], ["updated_at", "2015-04-08 14:51:57.820613"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3553"], ["description", "I-am-the-goal-description_6268"], ["version", 1], ["created_at", "2015-04-08 14:51:57.825157"], ["updated_at", "2015-04-08 14:51:57.825157"], ["tracking", "150408-50"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task9773"], ["description", "I-am-the-task-description_591"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.830152"], ["updated_at", "2015-04-08 14:51:57.830152"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4811"], ["description", "I-am-the-goal-description_106"], ["version", 1], ["created_at", "2015-04-08 14:51:57.833346"], ["updated_at", "2015-04-08 14:51:57.833346"], ["tracking", "150408-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task8985"], ["description", "I-am-the-task-description_223"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.837964"], ["updated_at", "2015-04-08 14:51:57.837964"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task3805"], ["description", "I-am-the-task-description_8146"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.842810"], ["updated_at", "2015-04-08 14:51:57.842810"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task3118"], ["description", "I-am-the-task-description_5982"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.847803"], ["updated_at", "2015-04-08 14:51:57.847803"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task6101"], ["description", "I-am-the-task-description_2414"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.853299"], ["updated_at", "2015-04-08 14:51:57.853299"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task3726"], ["description", "I-am-the-task-description_3561"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.858855"], ["updated_at", "2015-04-08 14:51:57.858855"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3761"], ["description", "I-am-the-goal-description_2170"], ["version", 1], ["created_at", "2015-04-08 14:51:57.866354"], ["updated_at", "2015-04-08 14:51:57.866354"], ["tracking", "150408-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task8309"], ["description", "I-am-the-task-description_1261"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.870310"], ["updated_at", "2015-04-08 14:51:57.870310"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_927"], ["description", "I-am-the-goal-description_6704"], ["version", 1], ["created_at", "2015-04-08 14:51:57.875936"], ["updated_at", "2015-04-08 14:51:57.875936"], ["tracking", "150408-53"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task4587"], ["description", "I-am-the-task-description_5156"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.879829"], ["updated_at", "2015-04-08 14:51:57.879829"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5809"], ["description", "I-am-the-goal-description_8041"], ["version", 1], ["created_at", "2015-04-08 14:51:57.885452"], ["updated_at", "2015-04-08 14:51:57.885452"], ["tracking", "150408-54"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task6277"], ["description", "I-am-the-task-description_1141"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.889380"], ["updated_at", "2015-04-08 14:51:57.889380"]]  (3.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6167"], ["description", "I-am-the-goal-description_3941"], ["version", 1], ["created_at", "2015-04-08 14:51:57.897127"], ["updated_at", "2015-04-08 14:51:57.897127"], ["tracking", "150408-55"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task530"], ["description", "I-am-the-task-description_3013"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.902009"], ["updated_at", "2015-04-08 14:51:57.902009"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6271"], ["description", "I-am-the-goal-description_3718"], ["version", 1], ["created_at", "2015-04-08 14:51:57.908830"], ["updated_at", "2015-04-08 14:51:57.908830"], ["tracking", "150408-56"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8858"], ["description", "I-am-the-goal-description_904"], ["version", 1], ["created_at", "2015-04-08 14:51:57.914419"], ["updated_at", "2015-04-08 14:51:57.914419"], ["tracking", "150408-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1024"], ["description", "I-am-the-goal-description_9347"], ["version", 1], ["created_at", "2015-04-08 14:51:57.919703"], ["updated_at", "2015-04-08 14:51:57.919703"], ["tracking", "150408-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_985"], ["description", "I-am-the-goal-description_2900"], ["version", 1], ["created_at", "2015-04-08 14:51:57.924969"], ["updated_at", "2015-04-08 14:51:57.924969"], ["tracking", "150408-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2916"], ["description", "I-am-the-goal-description_6187"], ["version", 1], ["created_at", "2015-04-08 14:51:57.930145"], ["updated_at", "2015-04-08 14:51:57.930145"], ["tracking", "150408-60"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5681"], ["description", "I-am-the-goal-description_8560"], ["version", 1], ["created_at", "2015-04-08 14:51:57.936924"], ["updated_at", "2015-04-08 14:51:57.936924"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4486"], ["description", "I-am-the-goal-description_8037"], ["version", 1], ["created_at", "2015-04-08 14:51:57.942575"], ["updated_at", "2015-04-08 14:51:57.942575"], ["tracking", "150408-62"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4885"], ["description", "I-am-the-goal-description_1489"], ["version", 1], ["created_at", "2015-04-08 14:51:57.948694"], ["updated_at", "2015-04-08 14:51:57.948694"], ["tracking", "150408-63"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task8553"], ["description", "I-am-the-task-description_5495"], ["cost", 1], ["created_at", "2015-04-08 14:51:57.952622"], ["updated_at", "2015-04-08 14:51:57.952622"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9045"], ["description", "I-am-the-goal-description_3103"], ["version", 1], ["created_at", "2015-04-08 14:51:57.960076"], ["updated_at", "2015-04-08 14:51:57.960076"], ["tracking", "150408-64"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3613"], ["description", "I-am-the-goal-description_3747"], ["version", 1], ["created_at", "2015-04-08 14:51:57.966478"], ["updated_at", "2015-04-08 14:51:57.966478"], ["tracking", "150408-65"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9431"], ["description", "I-am-the-goal-description_6195"], ["version", 1], ["created_at", "2015-04-08 14:51:57.973000"], ["updated_at", "2015-04-08 14:51:57.973000"], ["tracking", "150408-66"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7797"], ["description", "I-am-the-goal-description_9414"], ["version", 1], ["created_at", "2015-04-08 14:51:58.044152"], ["updated_at", "2015-04-08 14:51:58.044152"], ["tracking", "150408-67"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task1374"], ["description", "I-am-the-task-description_5773"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.049142"], ["updated_at", "2015-04-08 14:51:58.049142"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4337"], ["description", "I-am-the-goal-description_593"], ["version", 1], ["created_at", "2015-04-08 14:51:58.053613"], ["updated_at", "2015-04-08 14:51:58.053613"], ["tracking", "150408-68"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task1548"], ["description", "I-am-the-task-description_2977"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.059643"], ["updated_at", "2015-04-08 14:51:58.059643"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5395"], ["description", "I-am-the-goal-description_6224"], ["version", 1], ["created_at", "2015-04-08 14:51:58.064823"], ["updated_at", "2015-04-08 14:51:58.064823"], ["tracking", "150408-69"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task4233"], ["description", "I-am-the-task-description_8378"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.070218"], ["updated_at", "2015-04-08 14:51:58.070218"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4790"], ["description", "I-am-the-goal-description_3489"], ["version", 1], ["created_at", "2015-04-08 14:51:58.075150"], ["updated_at", "2015-04-08 14:51:58.075150"], ["tracking", "150408-70"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task786"], ["description", "I-am-the-task-description_9588"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.080721"], ["updated_at", "2015-04-08 14:51:58.080721"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4957"], ["description", "I-am-the-goal-description_8631"], ["version", 1], ["created_at", "2015-04-08 14:51:58.085207"], ["updated_at", "2015-04-08 14:51:58.085207"], ["tracking", "150408-71"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task8263"], ["description", "I-am-the-task-description_3463"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.090682"], ["updated_at", "2015-04-08 14:51:58.090682"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4551"], ["description", "I-am-the-goal-description_4933"], ["version", 1], ["created_at", "2015-04-08 14:51:58.098359"], ["updated_at", "2015-04-08 14:51:58.098359"], ["tracking", "150408-72"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task1989"], ["description", "I-am-the-task-description_9966"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.104819"], ["updated_at", "2015-04-08 14:51:58.104819"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2638"], ["description", "I-am-the-goal-description_5648"], ["version", 1], ["created_at", "2015-04-08 14:51:58.113673"], ["updated_at", "2015-04-08 14:51:58.113673"], ["tracking", "150408-73"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task8008"], ["description", "I-am-the-task-description_3036"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.120215"], ["updated_at", "2015-04-08 14:51:58.120215"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9527"], ["description", "I-am-the-goal-description_2077"], ["version", 1], ["created_at", "2015-04-08 14:51:58.125014"], ["updated_at", "2015-04-08 14:51:58.125014"], ["tracking", "150408-74"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task3995"], ["description", "I-am-the-task-description_8793"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.130224"], ["updated_at", "2015-04-08 14:51:58.130224"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2853"], ["description", "I-am-the-goal-description_1764"], ["version", 1], ["created_at", "2015-04-08 14:51:58.135168"], ["updated_at", "2015-04-08 14:51:58.135168"], ["tracking", "150408-75"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task9304"], ["description", "I-am-the-task-description_8699"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.139577"], ["updated_at", "2015-04-08 14:51:58.139577"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8956"], ["description", "I-am-the-goal-description_2030"], ["version", 1], ["created_at", "2015-04-08 14:51:58.145831"], ["updated_at", "2015-04-08 14:51:58.145831"], ["tracking", "150408-76"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task7764"], ["description", "I-am-the-task-description_8475"], ["cost", 1], ["created_at", "2015-04-08 14:51:58.149836"], ["updated_at", "2015-04-08 14:51:58.149836"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7011"], ["description", "I-am-the-goal-description_4404"], ["version", 1], ["created_at", "2015-04-08 14:51:58.155033"], ["updated_at", "2015-04-08 14:51:58.155033"], ["tracking", "150408-77"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 14:51:58.158193"], ["id", 81]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 14:51:58.160618"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2387"], ["description", "I-am-the-goal-description_5293"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4741"], ["description", "I-am-the-goal-description_3218"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_375"], ["description", "I-am-the-goal-description_580"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2140"], ["description", "I-am-the-goal-description_964"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6377"], ["description", "I-am-the-goal-description_2221"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task2182"], ["description", "I-am-the-task-description_1932"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task4150"], ["description", "I-am-the-task-description_3255"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8611"], ["description", "I-am-the-goal-description_3459"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7189"], ["description", "I-am-the-goal-description_4046"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4381"], ["description", "I-am-the-goal-description_7782"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3212"], ["description", "I-am-the-goal-description_8467"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task7791"], ["description", "I-am-the-task-description_8090"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6071"], ["description", "I-am-the-goal-description_7023"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task1168"], ["description", "I-am-the-task-description_3340"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6507"], ["description", "I-am-the-goal-description_4156"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task6509"], ["description", "I-am-the-task-description_8699"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9907"], ["description", "I-am-the-goal-description_5389"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task8929"], ["description", "I-am-the-task-description_4445"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1160"], ["description", "I-am-the-goal-description_2845"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task4980"], ["description", "I-am-the-task-description_7311"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3515"], ["description", "I-am-the-goal-description_6054"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task9569"], ["description", "I-am-the-task-description_1838"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9302"], ["description", "I-am-the-goal-description_9399"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task3002"], ["description", "I-am-the-task-description_3185"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_364"], ["description", "I-am-the-goal-description_3547"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7516"], ["description", "I-am-the-goal-description_3766"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_42"], ["description", "I-am-the-goal-description_6926"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7667"], ["description", "I-am-the-goal-description_6211"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 16:52:11 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4119.8ms) Completed 200 OK in 4257ms (Views: 4221.4ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 16:52:16 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 16:52:16 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 16:52:16 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 16:52:17 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (382.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (387.3ms) Completed 200 OK in 401ms (Views: 392.0ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 16:52:18 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 14:52:18.474481"], ["updated_at", "2015-04-08 14:52:18.474481"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/goals/1 Completed 302 Found in 12ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (99.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (106.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (126.6ms) Completed 200 OK in 155ms (Views: 128.3ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9567"], ["description", "I-am-the-goal-description_5872"], ["version", 1], ["created_at", "2015-04-08 14:52:18.774000"], ["updated_at", "2015-04-08 14:52:18.774000"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4256"], ["description", "I-am-the-task-description_3515"], ["cost", 1], ["created_at", "2015-04-08 14:52:18.780929"], ["updated_at", "2015-04-08 14:52:18.780929"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7908"], ["description", "I-am-the-task-description_1119"], ["cost", 1], ["created_at", "2015-04-08 14:52:18.786130"], ["updated_at", "2015-04-08 14:52:18.786130"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6866"], ["description", "I-am-the-task-description_8392"], ["cost", 1], ["created_at", "2015-04-08 14:52:18.791134"], ["updated_at", "2015-04-08 14:52:18.791134"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 16:52:18 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:20 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.3ms) Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8868"], ["description", "I-am-the-goal-description_1551"], ["version", 1], ["created_at", "2015-04-08 14:52:20.543290"], ["updated_at", "2015-04-08 14:52:20.543290"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 16:52:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 16:52:22 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (66.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (69.7ms) Completed 200 OK in 74ms (Views: 73.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:22 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1551"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 14:52:22.401769"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.9ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.5ms)  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9823"], ["description", "I-am-the-goal-description_6090"], ["version", 1], ["created_at", "2015-04-08 14:52:22.543835"], ["updated_at", "2015-04-08 14:52:22.543835"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 16:52:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 16:52:24 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (13.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (13.9ms) Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:24 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 16:52:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9031"], ["description", "I-am-the-goal-description_6242"], ["version", 1], ["created_at", "2015-04-08 14:52:24.588764"], ["updated_at", "2015-04-08 14:52:24.588764"], ["tracking", "150408-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 16:52:26 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 14:52:26.198243"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 16:52:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.8ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6934"], ["description", "I-am-the-goal-description_8346"], ["version", 1], ["created_at", "2015-04-08 14:52:26.335364"], ["updated_at", "2015-04-08 14:52:26.335364"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.4ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 16:52:27 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 14:52:27.925846"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7288"], ["description", "I-am-the-goal-description_2732"], ["version", 1], ["created_at", "2015-04-08 14:52:28.067950"], ["updated_at", "2015-04-08 14:52:28.067950"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8146"], ["description", "I-am-the-task-description_8696"], ["cost", 1], ["created_at", "2015-04-08 14:52:28.071865"], ["updated_at", "2015-04-08 14:52:28.071865"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.2ms) Completed 200 OK in 18ms (Views: 13.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 16:52:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (15.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (83.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (116.2ms) Completed 200 OK in 121ms (Views: 117.0ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 16:52:29 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 14:52:29.921333"], ["created_at", "2015-04-08 14:52:29.923996"], ["updated_at", "2015-04-08 14:52:29.923996"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 14:52:29.925841"], ["id", 1]]  (0.9ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 1.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 16:52:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.1ms) Completed 200 OK in 81ms (Views: 77.5ms | ActiveRecord: 0.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4653"], ["description", "I-am-the-goal-description_7336"], ["version", 1], ["created_at", "2015-04-08 14:52:30.164005"], ["updated_at", "2015-04-08 14:52:30.164005"], ["tracking", "150408-1"]]  (2.3ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 16:52:30 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.3ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 16:52:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 16:52:31 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (103.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (110.0ms) Completed 200 OK in 114ms (Views: 112.1ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:32 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-08"], ["reminder", "2015-04-15"], ["done", "f"], ["created_at", "2015-04-08 14:52:32.133925"], ["updated_at", "2015-04-08 14:52:32.133925"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/tasks/1 Completed 302 Found in 61ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 16:52:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.5ms) Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4820"], ["description", "I-am-the-goal-description_2305"], ["version", 1], ["created_at", "2015-04-08 14:52:32.304578"], ["updated_at", "2015-04-08 14:52:32.304578"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task922"], ["description", "I-am-the-task-description_2770"], ["cost", 1], ["created_at", "2015-04-08 14:52:32.308536"], ["updated_at", "2015-04-08 14:52:32.308536"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 16:52:33 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.7ms) Completed 200 OK in 79ms (Views: 76.0ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6586"], ["description", "I-am-the-goal-description_564"], ["version", 1], ["created_at", "2015-04-08 14:52:34.082724"], ["updated_at", "2015-04-08 14:52:34.082724"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8852"], ["description", "I-am-the-task-description_7255"], ["cost", 1], ["created_at", "2015-04-08 14:52:34.087495"], ["updated_at", "2015-04-08 14:52:34.087495"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 16:52:35 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.6ms) Completed 200 OK in 27ms (Views: 23.7ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 16:52:35 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (141.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (144.2ms) Completed 200 OK in 148ms (Views: 146.1ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 16:52:36 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7255", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 14:52:36.040620"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 16:52:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.0ms) Completed 200 OK in 28ms (Views: 24.3ms | ActiveRecord: 0.8ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_392"], ["description", "I-am-the-goal-description_5589"], ["version", 1], ["created_at", "2015-04-08 14:52:36.180095"], ["updated_at", "2015-04-08 14:52:36.180095"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5653"], ["description", "I-am-the-task-description_7245"], ["cost", 1], ["created_at", "2015-04-08 14:52:36.184006"], ["updated_at", "2015-04-08 14:52:36.184006"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 16:52:37 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (64.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (76.6ms) Completed 200 OK in 80ms (Views: 76.7ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 16:52:37 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (84.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (84.5ms) Completed 200 OK in 88ms (Views: 85.4ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 16:52:38 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.0ms) Completed 200 OK in 6ms (Views: 4.6ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6224"], ["description", "I-am-the-goal-description_6454"], ["version", 1], ["created_at", "2015-04-08 14:52:38.202868"], ["updated_at", "2015-04-08 14:52:38.202868"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task501"], ["description", "I-am-the-task-description_5445"], ["cost", 1], ["created_at", "2015-04-08 14:52:38.206724"], ["updated_at", "2015-04-08 14:52:38.206724"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 16:52:39 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 14:52:39.992951"], ["task_id", 1], ["created_at", "2015-04-08 14:52:39.994659"], ["updated_at", "2015-04-08 14:52:39.994659"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 14:52:39.996694"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/tasks Completed 302 Found in 62ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9395"], ["description", "I-am-the-goal-description_7844"], ["version", 1], ["created_at", "2015-04-08 14:52:40.206367"], ["updated_at", "2015-04-08 14:52:40.206367"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task5848"], ["description", "I-am-the-task-description_9038"], ["cost", 1], ["created_at", "2015-04-08 14:52:40.210478"], ["updated_at", "2015-04-08 14:52:40.210478"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 16:52:41 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 14:52:41.811983"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:50773/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7927"], ["description", "I-am-the-goal-description_5653"], ["version", 1], ["created_at", "2015-04-08 14:52:41.948439"], ["updated_at", "2015-04-08 14:52:41.948439"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9732"], ["description", "I-am-the-task-description_9011"], ["cost", 1], ["created_at", "2015-04-08 14:52:41.952241"], ["updated_at", "2015-04-08 14:52:41.952241"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6725"], ["description", "I-am-the-goal-description_9961"], ["version", 1], ["created_at", "2015-04-08 14:52:41.955971"], ["updated_at", "2015-04-08 14:52:41.955971"], ["tracking", "150408-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6443"], ["description", "I-am-the-task-description_9637"], ["cost", 1], ["created_at", "2015-04-08 14:52:41.960064"], ["updated_at", "2015-04-08 14:52:41.960064"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1598"], ["description", "I-am-the-goal-description_1511"], ["version", 1], ["created_at", "2015-04-08 14:52:41.963562"], ["updated_at", "2015-04-08 14:52:41.963562"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6601"], ["description", "I-am-the-task-description_6801"], ["cost", 1], ["created_at", "2015-04-08 14:52:41.967389"], ["updated_at", "2015-04-08 14:52:41.967389"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.9ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 16:52:43 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.pdf (4.3ms) Completed 200 OK in 62ms (Views: 4.1ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_978"], ["description", "I-am-the-goal-description_3821"], ["version", 1], ["created_at", "2015-04-08 14:52:43.775463"], ["updated_at", "2015-04-08 14:52:43.775463"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2507"], ["description", "I-am-the-task-description_1888"], ["cost", 1], ["created_at", "2015-04-08 14:52:43.780228"], ["updated_at", "2015-04-08 14:52:43.780228"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2308"], ["description", "I-am-the-goal-description_7369"], ["version", 1], ["created_at", "2015-04-08 14:52:43.785080"], ["updated_at", "2015-04-08 14:52:43.785080"], ["tracking", "150408-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7567"], ["description", "I-am-the-task-description_7672"], ["cost", 1], ["created_at", "2015-04-08 14:52:43.788681"], ["updated_at", "2015-04-08 14:52:43.788681"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3205"], ["description", "I-am-the-goal-description_2610"], ["version", 1], ["created_at", "2015-04-08 14:52:43.792167"], ["updated_at", "2015-04-08 14:52:43.792167"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3794"], ["description", "I-am-the-task-description_3608"], ["cost", 1], ["created_at", "2015-04-08 14:52:43.796185"], ["updated_at", "2015-04-08 14:52:43.796185"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms) Completed 200 OK in 14ms (Views: 11.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 16:52:45 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5187"], ["description", "I-am-the-goal-description_2101"], ["version", 1], ["created_at", "2015-04-08 14:52:45.548841"], ["updated_at", "2015-04-08 14:52:45.548841"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7199"], ["description", "I-am-the-task-description_5675"], ["cost", 1], ["created_at", "2015-04-08 14:52:45.553112"], ["updated_at", "2015-04-08 14:52:45.553112"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8294"], ["description", "I-am-the-goal-description_6106"], ["version", 1], ["created_at", "2015-04-08 14:52:45.557830"], ["updated_at", "2015-04-08 14:52:45.557830"], ["tracking", "150408-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8367"], ["description", "I-am-the-task-description_2512"], ["cost", 1], ["created_at", "2015-04-08 14:52:45.561483"], ["updated_at", "2015-04-08 14:52:45.561483"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7892"], ["description", "I-am-the-goal-description_703"], ["version", 1], ["created_at", "2015-04-08 14:52:45.564898"], ["updated_at", "2015-04-08 14:52:45.564898"], ["tracking", "150408-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4456"], ["description", "I-am-the-task-description_5430"], ["cost", 1], ["created_at", "2015-04-08 14:52:45.568562"], ["updated_at", "2015-04-08 14:52:45.568562"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 16:52:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.6ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 16:52:47 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.2ms) Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.5ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9751"], ["description", "I-am-the-goal-description_9534"], ["version", 1], ["created_at", "2015-04-08 16:23:03.191681"], ["updated_at", "2015-04-08 16:23:03.191681"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2922"], ["description", "I-am-the-goal-description_7329"], ["version", 1], ["created_at", "2015-04-08 16:23:03.206042"], ["updated_at", "2015-04-08 16:23:03.206042"], ["tracking", "150408-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 93ms (Views: 82.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1589"], ["description", "I-am-the-goal-description_2218"], ["version", 1], ["created_at", "2015-04-08 16:23:03.422144"], ["updated_at", "2015-04-08 16:23:03.422144"], ["tracking", "150408-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_937"], ["description", "I-am-the-goal-description_105"], ["version", 1], ["created_at", "2015-04-08 16:23:03.428098"], ["updated_at", "2015-04-08 16:23:03.428098"], ["tracking", "150408-2"]]  (0.6ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 18ms (Views: 1.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5788"], ["description", "I-am-the-goal-description_110"], ["version", 1], ["created_at", "2015-04-08 16:23:03.464291"], ["updated_at", "2015-04-08 16:23:03.464291"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9063"], ["description", "I-am-the-goal-description_3831"], ["version", 1], ["created_at", "2015-04-08 16:23:03.469079"], ["updated_at", "2015-04-08 16:23:03.469079"], ["tracking", "150408-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1077"], ["description", "I-am-the-goal-description_8146"], ["version", 1], ["created_at", "2015-04-08 16:23:03.482317"], ["updated_at", "2015-04-08 16:23:03.482317"], ["tracking", "150408-3"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (1.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 16:23:03.507621"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 4353ms (ActiveRecord: 2.9ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9114"], ["description", "I-am-the-goal-description_6474"], ["version", 1], ["created_at", "2015-04-08 16:23:07.845008"], ["updated_at", "2015-04-08 16:23:07.845008"], ["tracking", "150408-4"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 16:23:07.856515"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 10ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_919"], ["description", "I-am-the-goal-description_5769"], ["version", 1], ["created_at", "2015-04-08 16:23:07.866385"], ["updated_at", "2015-04-08 16:23:07.866385"], ["tracking", "150408-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 16:23:07.872873"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2563"], ["description", "I-am-the-goal-description_873"], ["version", 1], ["created_at", "2015-04-08 16:23:07.881321"], ["updated_at", "2015-04-08 16:23:07.881321"], ["tracking", "150408-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 16:23:07.888030"], ["id", 10]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4779"], ["description", "I-am-the-goal-description_6433"], ["version", 1], ["created_at", "2015-04-08 16:23:07.910286"], ["updated_at", "2015-04-08 16:23:07.910286"], ["tracking", "150408-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6799"], ["description", "I-am-the-task-description_1377"], ["cost", 1], ["created_at", "2015-04-08 16:23:07.926275"], ["updated_at", "2015-04-08 16:23:07.926275"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-08 16:23:07.936881"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-08 16:23:07.938080"], ["updated_at", "2015-04-08 16:23:07.938080"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-08 16:23:07.940114"], ["id", 1]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-08 16:23:07 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-08 16:23:07 UTC", "updated_at"=>"2015-04-08 16:23:07 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-08 16:23:07.950441"], ["created_at", "2015-04-08 16:23:07.952360"], ["updated_at", "2015-04-08 16:23:07.952360"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 13ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7452"], ["description", "I-am-the-goal-description_778"], ["version", 1], ["created_at", "2015-04-08 16:23:07.966240"], ["updated_at", "2015-04-08 16:23:07.966240"], ["tracking", "150408-8"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task7939"], ["description", "I-am-the-task-description_584"], ["cost", 1], ["created_at", "2015-04-08 16:23:07.971738"], ["updated_at", "2015-04-08 16:23:07.971738"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1181"], ["description", "I-am-the-task-description_1534"], ["cost", 1], ["created_at", "2015-04-08 16:23:07.975598"], ["updated_at", "2015-04-08 16:23:07.975598"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:23:07.982730"], ["task_id", 2], ["created_at", "2015-04-08 16:23:07.984295"], ["updated_at", "2015-04-08 16:23:07.984295"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:23:07.985982"], ["id", 2]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2901"], ["description", "I-am-the-goal-description_4471"], ["version", 1], ["created_at", "2015-04-08 16:23:07.992637"], ["updated_at", "2015-04-08 16:23:07.992637"], ["tracking", "150408-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4657"], ["description", "I-am-the-task-description_8489"], ["cost", 1], ["created_at", "2015-04-08 16:23:07.997123"], ["updated_at", "2015-04-08 16:23:07.997123"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4502"], ["description", "I-am-the-task-description_3786"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.002207"], ["updated_at", "2015-04-08 16:23:08.002207"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:23:08.008707"], ["task_id", 4], ["created_at", "2015-04-08 16:23:08.010148"], ["updated_at", "2015-04-08 16:23:08.010148"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:23:08.011717"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8324"], ["description", "I-am-the-goal-description_2627"], ["version", 1], ["created_at", "2015-04-08 16:23:08.019779"], ["updated_at", "2015-04-08 16:23:08.019779"], ["tracking", "150408-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6337"], ["description", "I-am-the-task-description_6555"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.023773"], ["updated_at", "2015-04-08 16:23:08.023773"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9267"], ["description", "I-am-the-task-description_2945"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.027975"], ["updated_at", "2015-04-08 16:23:08.027975"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:23:08.036320"], ["task_id", 6], ["created_at", "2015-04-08 16:23:08.037602"], ["updated_at", "2015-04-08 16:23:08.037602"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:23:08.039209"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4496"], ["description", "I-am-the-goal-description_3113"], ["version", 1], ["created_at", "2015-04-08 16:23:08.047494"], ["updated_at", "2015-04-08 16:23:08.047494"], ["tracking", "150408-11"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task17"], ["description", "I-am-the-task-description_2634"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.052232"], ["updated_at", "2015-04-08 16:23:08.052232"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task96"], ["description", "I-am-the-task-description_4888"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.056737"], ["updated_at", "2015-04-08 16:23:08.056737"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:23:08.063479"], ["task_id", 8], ["created_at", "2015-04-08 16:23:08.065794"], ["updated_at", "2015-04-08 16:23:08.065794"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:23:08.067546"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4235"], ["description", "I-am-the-goal-description_4371"], ["version", 1], ["created_at", "2015-04-08 16:23:08.074104"], ["updated_at", "2015-04-08 16:23:08.074104"], ["tracking", "150408-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4639"], ["description", "I-am-the-task-description_4147"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.078563"], ["updated_at", "2015-04-08 16:23:08.078563"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8974"], ["description", "I-am-the-task-description_393"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.082953"], ["updated_at", "2015-04-08 16:23:08.082953"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6022"], ["description", "I-am-the-goal-description_2181"], ["version", 1], ["created_at", "2015-04-08 16:23:08.098332"], ["updated_at", "2015-04-08 16:23:08.098332"], ["tracking", "150408-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3577"], ["description", "I-am-the-task-description_6600"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.102430"], ["updated_at", "2015-04-08 16:23:08.102430"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5428"], ["description", "I-am-the-task-description_6472"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.106907"], ["updated_at", "2015-04-08 16:23:08.106907"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (53.7ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1347"], ["description", "I-am-the-goal-description_1844"], ["version", 1], ["created_at", "2015-04-08 16:23:08.204286"], ["updated_at", "2015-04-08 16:23:08.204286"], ["tracking", "150408-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1084"], ["description", "I-am-the-task-description_6117"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.208229"], ["updated_at", "2015-04-08 16:23:08.208229"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3405"], ["description", "I-am-the-goal-description_2692"], ["version", 1], ["created_at", "2015-04-08 16:23:08.212762"], ["updated_at", "2015-04-08 16:23:08.212762"], ["tracking", "150408-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8507"], ["description", "I-am-the-task-description_7614"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.216919"], ["updated_at", "2015-04-08 16:23:08.216919"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6858"], ["description", "I-am-the-goal-description_9825"], ["version", 1], ["created_at", "2015-04-08 16:23:08.226964"], ["updated_at", "2015-04-08 16:23:08.226964"], ["tracking", "150408-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6121"], ["description", "I-am-the-task-description_1581"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.231113"], ["updated_at", "2015-04-08 16:23:08.231113"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2526"], ["description", "I-am-the-task-description_9286"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.234965"], ["updated_at", "2015-04-08 16:23:08.234965"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5355"], ["description", "I-am-the-goal-description_6251"], ["version", 1], ["created_at", "2015-04-08 16:23:08.249896"], ["updated_at", "2015-04-08 16:23:08.249896"], ["tracking", "150408-17"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task3044"], ["description", "I-am-the-task-description_9192"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.254124"], ["updated_at", "2015-04-08 16:23:08.254124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5843"], ["description", "I-am-the-goal-description_5921"], ["version", 1], ["created_at", "2015-04-08 16:23:08.257992"], ["updated_at", "2015-04-08 16:23:08.257992"], ["tracking", "150408-18"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2733"], ["description", "I-am-the-task-description_8770"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.262726"], ["updated_at", "2015-04-08 16:23:08.262726"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7350"], ["description", "I-am-the-goal-description_3559"], ["version", 1], ["created_at", "2015-04-08 16:23:08.273270"], ["updated_at", "2015-04-08 16:23:08.273270"], ["tracking", "150408-19"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5366"], ["description", "I-am-the-task-description_1511"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.278132"], ["updated_at", "2015-04-08 16:23:08.278132"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1516"], ["description", "I-am-the-task-description_9455"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.282094"], ["updated_at", "2015-04-08 16:23:08.282094"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7141"], ["description", "I-am-the-goal-description_7983"], ["version", 1], ["created_at", "2015-04-08 16:23:08.297100"], ["updated_at", "2015-04-08 16:23:08.297100"], ["tracking", "150408-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2585"], ["description", "I-am-the-task-description_1605"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.301903"], ["updated_at", "2015-04-08 16:23:08.301903"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5425"], ["description", "I-am-the-goal-description_5361"], ["version", 1], ["created_at", "2015-04-08 16:23:08.306583"], ["updated_at", "2015-04-08 16:23:08.306583"], ["tracking", "150408-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2914"], ["description", "I-am-the-task-description_6769"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.310955"], ["updated_at", "2015-04-08 16:23:08.310955"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5230"], ["description", "I-am-the-goal-description_8727"], ["version", 1], ["created_at", "2015-04-08 16:23:08.322005"], ["updated_at", "2015-04-08 16:23:08.322005"], ["tracking", "150408-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6925"], ["description", "I-am-the-task-description_2087"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.326203"], ["updated_at", "2015-04-08 16:23:08.326203"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8300"], ["description", "I-am-the-task-description_6066"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.330449"], ["updated_at", "2015-04-08 16:23:08.330449"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1530"], ["description", "I-am-the-goal-description_8935"], ["version", 1], ["created_at", "2015-04-08 16:23:08.343769"], ["updated_at", "2015-04-08 16:23:08.343769"], ["tracking", "150408-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7241"], ["description", "I-am-the-task-description_7005"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.347792"], ["updated_at", "2015-04-08 16:23:08.347792"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7699"], ["description", "I-am-the-task-description_12"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.351570"], ["updated_at", "2015-04-08 16:23:08.351570"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5701"], ["description", "I-am-the-goal-description_9551"], ["version", 1], ["created_at", "2015-04-08 16:23:08.364748"], ["updated_at", "2015-04-08 16:23:08.364748"], ["tracking", "150408-24"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2960"], ["description", "I-am-the-task-description_9527"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.374056"], ["updated_at", "2015-04-08 16:23:08.374056"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6679"], ["description", "I-am-the-task-description_800"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.381267"], ["updated_at", "2015-04-08 16:23:08.381267"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1994"], ["description", "I-am-the-goal-description_5267"], ["version", 1], ["created_at", "2015-04-08 16:23:08.395144"], ["updated_at", "2015-04-08 16:23:08.395144"], ["tracking", "150408-25"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task136"], ["description", "I-am-the-task-description_5081"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.400960"], ["updated_at", "2015-04-08 16:23:08.400960"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1602"], ["description", "I-am-the-task-description_36"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.406824"], ["updated_at", "2015-04-08 16:23:08.406824"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (1.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.424830"], ["updated_at", "2015-04-08 16:23:08.424830"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 10ms (ActiveRecord: 2.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7860"], ["description", "I-am-the-goal-description_5959"], ["version", 1], ["created_at", "2015-04-08 16:23:08.434338"], ["updated_at", "2015-04-08 16:23:08.434338"], ["tracking", "150408-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7155"], ["description", "I-am-the-task-description_5478"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.439220"], ["updated_at", "2015-04-08 16:23:08.439220"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7141"], ["description", "I-am-the-task-description_6246"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.444113"], ["updated_at", "2015-04-08 16:23:08.444113"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.452619"], ["updated_at", "2015-04-08 16:23:08.452619"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_107"], ["description", "I-am-the-goal-description_2796"], ["version", 1], ["created_at", "2015-04-08 16:23:08.463415"], ["updated_at", "2015-04-08 16:23:08.463415"], ["tracking", "150408-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task2709"], ["description", "I-am-the-task-description_5845"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.468180"], ["updated_at", "2015-04-08 16:23:08.468180"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7787"], ["description", "I-am-the-task-description_6226"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.472642"], ["updated_at", "2015-04-08 16:23:08.472642"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-08"], ["reminder", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.481345"], ["updated_at", "2015-04-08 16:23:08.481345"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 7ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1140"], ["description", "I-am-the-goal-description_1455"], ["version", 1], ["created_at", "2015-04-08 16:23:08.491706"], ["updated_at", "2015-04-08 16:23:08.491706"], ["tracking", "150408-28"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task9567"], ["description", "I-am-the-task-description_270"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.497651"], ["updated_at", "2015-04-08 16:23:08.497651"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7619"], ["description", "I-am-the-task-description_2883"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.503892"], ["updated_at", "2015-04-08 16:23:08.503892"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1377"], ["description", "I-am-the-goal-description_7368"], ["version", 1], ["created_at", "2015-04-08 16:23:08.515727"], ["updated_at", "2015-04-08 16:23:08.515727"], ["tracking", "150408-29"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7143"], ["description", "I-am-the-task-description_1980"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.521742"], ["updated_at", "2015-04-08 16:23:08.521742"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9252"], ["description", "I-am-the-task-description_6286"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.526346"], ["updated_at", "2015-04-08 16:23:08.526346"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.530240"], ["updated_at", "2015-04-08 16:23:08.530240"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8134"], ["description", "I-am-the-goal-description_9409"], ["version", 1], ["created_at", "2015-04-08 16:23:08.543625"], ["updated_at", "2015-04-08 16:23:08.543625"], ["tracking", "150408-30"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task7108"], ["description", "I-am-the-task-description_3113"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.548595"], ["updated_at", "2015-04-08 16:23:08.548595"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2228"], ["description", "I-am-the-task-description_9265"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.553120"], ["updated_at", "2015-04-08 16:23:08.553120"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.557605"], ["updated_at", "2015-04-08 16:23:08.557605"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-08", "term"=>"2015-04-08"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7372"], ["description", "I-am-the-goal-description_42"], ["version", 1], ["created_at", "2015-04-08 16:23:08.569191"], ["updated_at", "2015-04-08 16:23:08.569191"], ["tracking", "150408-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task6927"], ["description", "I-am-the-task-description_7717"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.573422"], ["updated_at", "2015-04-08 16:23:08.573422"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task2498"], ["description", "I-am-the-task-description_6945"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.577516"], ["updated_at", "2015-04-08 16:23:08.577516"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.581745"], ["updated_at", "2015-04-08 16:23:08.581745"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2022"], ["description", "I-am-the-goal-description_8662"], ["version", 1], ["created_at", "2015-04-08 16:23:08.594477"], ["updated_at", "2015-04-08 16:23:08.594477"], ["tracking", "150408-32"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task2086"], ["description", "I-am-the-task-description_2624"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.598689"], ["updated_at", "2015-04-08 16:23:08.598689"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4705"], ["description", "I-am-the-task-description_7746"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.602631"], ["updated_at", "2015-04-08 16:23:08.602631"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.607062"], ["updated_at", "2015-04-08 16:23:08.607062"]]  (1.4ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4811"], ["description", "I-am-the-goal-description_75"], ["version", 1], ["created_at", "2015-04-08 16:23:08.622775"], ["updated_at", "2015-04-08 16:23:08.622775"], ["tracking", "150408-33"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task9840"], ["description", "I-am-the-task-description_5996"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.627324"], ["updated_at", "2015-04-08 16:23:08.627324"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2294"], ["description", "I-am-the-task-description_245"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.631511"], ["updated_at", "2015-04-08 16:23:08.631511"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.637116"], ["updated_at", "2015-04-08 16:23:08.637116"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4697"], ["description", "I-am-the-goal-description_2718"], ["version", 1], ["created_at", "2015-04-08 16:23:08.650037"], ["updated_at", "2015-04-08 16:23:08.650037"], ["tracking", "150408-34"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task8918"], ["description", "I-am-the-task-description_1957"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.654183"], ["updated_at", "2015-04-08 16:23:08.654183"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7330"], ["description", "I-am-the-task-description_5434"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.658825"], ["updated_at", "2015-04-08 16:23:08.658825"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-08"], ["term", "2015-04-08"], ["done", "f"], ["created_at", "2015-04-08 16:23:08.663413"], ["updated_at", "2015-04-08 16:23:08.663413"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 16:23:08.670613"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2781"], ["description", "I-am-the-goal-description_3399"], ["version", 1], ["created_at", "2015-04-08 16:23:08.677502"], ["updated_at", "2015-04-08 16:23:08.677502"], ["tracking", "150408-35"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5372"], ["description", "I-am-the-goal-description_384"], ["version", 1], ["created_at", "2015-04-08 16:23:08.683425"], ["updated_at", "2015-04-08 16:23:08.683425"], ["tracking", "150408-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 40], ["title", "I-am-a-task1611"], ["description", "I-am-the-task-description_655"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.687416"], ["updated_at", "2015-04-08 16:23:08.687416"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7304"], ["description", "I-am-the-goal-description_6483"], ["version", 1], ["created_at", "2015-04-08 16:23:08.691692"], ["updated_at", "2015-04-08 16:23:08.691692"], ["tracking", "150408-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 41], ["title", "I-am-a-task1533"], ["description", "I-am-the-task-description_9278"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.695487"], ["updated_at", "2015-04-08 16:23:08.695487"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1865"], ["description", "I-am-the-goal-description_7554"], ["version", 1], ["created_at", "2015-04-08 16:23:08.698746"], ["updated_at", "2015-04-08 16:23:08.698746"], ["tracking", "150408-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 42], ["title", "I-am-a-task6083"], ["description", "I-am-the-task-description_1546"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.704669"], ["updated_at", "2015-04-08 16:23:08.704669"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task8204"], ["description", "I-am-the-task-description_1656"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.769792"], ["updated_at", "2015-04-08 16:23:08.769792"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 39], ["title", "I-am-a-task6488"], ["description", "I-am-the-task-description_4269"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.775218"], ["updated_at", "2015-04-08 16:23:08.775218"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 39], ["title", "I-am-a-task4491"], ["description", "I-am-the-task-description_8989"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.779742"], ["updated_at", "2015-04-08 16:23:08.779742"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5088"], ["description", "I-am-the-goal-description_8753"], ["version", 1], ["created_at", "2015-04-08 16:23:08.786450"], ["updated_at", "2015-04-08 16:23:08.786450"], ["tracking", "150408-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3664"], ["description", "I-am-the-goal-description_6046"], ["version", 1], ["created_at", "2015-04-08 16:23:08.791705"], ["updated_at", "2015-04-08 16:23:08.791705"], ["tracking", "150408-40"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 44], ["title", "I-am-a-task4557"], ["description", "I-am-the-task-description_8256"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.795937"], ["updated_at", "2015-04-08 16:23:08.795937"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7647"], ["description", "I-am-the-goal-description_6610"], ["version", 1], ["created_at", "2015-04-08 16:23:08.799998"], ["updated_at", "2015-04-08 16:23:08.799998"], ["tracking", "150408-41"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 45], ["title", "I-am-a-task5663"], ["description", "I-am-the-task-description_1890"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.803881"], ["updated_at", "2015-04-08 16:23:08.803881"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9869"], ["description", "I-am-the-goal-description_5192"], ["version", 1], ["created_at", "2015-04-08 16:23:08.807136"], ["updated_at", "2015-04-08 16:23:08.807136"], ["tracking", "150408-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 46], ["title", "I-am-a-task3714"], ["description", "I-am-the-task-description_4785"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.811674"], ["updated_at", "2015-04-08 16:23:08.811674"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task1698"], ["description", "I-am-the-task-description_7923"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.816191"], ["updated_at", "2015-04-08 16:23:08.816191"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 43], ["title", "I-am-a-task5054"], ["description", "I-am-the-task-description_7948"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.820891"], ["updated_at", "2015-04-08 16:23:08.820891"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 43], ["title", "I-am-a-task2819"], ["description", "I-am-the-task-description_6299"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.825105"], ["updated_at", "2015-04-08 16:23:08.825105"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6091"], ["description", "I-am-the-goal-description_5143"], ["version", 1], ["created_at", "2015-04-08 16:23:08.828836"], ["updated_at", "2015-04-08 16:23:08.828836"], ["tracking", "150408-43"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5884"], ["description", "I-am-the-goal-description_6196"], ["version", 1], ["created_at", "2015-04-08 16:23:08.837586"], ["updated_at", "2015-04-08 16:23:08.837586"], ["tracking", "150408-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8884"], ["description", "I-am-the-goal-description_8512"], ["version", 1], ["created_at", "2015-04-08 16:23:08.842656"], ["updated_at", "2015-04-08 16:23:08.842656"], ["tracking", "150408-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 49], ["title", "I-am-a-task4498"], ["description", "I-am-the-task-description_7755"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.846441"], ["updated_at", "2015-04-08 16:23:08.846441"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1850"], ["description", "I-am-the-goal-description_271"], ["version", 1], ["created_at", "2015-04-08 16:23:08.850522"], ["updated_at", "2015-04-08 16:23:08.850522"], ["tracking", "150408-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 50], ["title", "I-am-a-task3219"], ["description", "I-am-the-task-description_6835"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.854308"], ["updated_at", "2015-04-08 16:23:08.854308"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1135"], ["description", "I-am-the-goal-description_9878"], ["version", 1], ["created_at", "2015-04-08 16:23:08.857507"], ["updated_at", "2015-04-08 16:23:08.857507"], ["tracking", "150408-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 51], ["title", "I-am-a-task1515"], ["description", "I-am-the-task-description_5357"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.862161"], ["updated_at", "2015-04-08 16:23:08.862161"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task9029"], ["description", "I-am-the-task-description_6821"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.867055"], ["updated_at", "2015-04-08 16:23:08.867055"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task6966"], ["description", "I-am-the-task-description_5353"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.872619"], ["updated_at", "2015-04-08 16:23:08.872619"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 48], ["title", "I-am-a-task6712"], ["description", "I-am-the-task-description_7059"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.876751"], ["updated_at", "2015-04-08 16:23:08.876751"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task4503"], ["description", "I-am-the-task-description_653"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.881020"], ["updated_at", "2015-04-08 16:23:08.881020"]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9617"], ["description", "I-am-the-goal-description_2331"], ["version", 1], ["created_at", "2015-04-08 16:23:08.888809"], ["updated_at", "2015-04-08 16:23:08.888809"], ["tracking", "150408-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6126"], ["description", "I-am-the-goal-description_9798"], ["version", 1], ["created_at", "2015-04-08 16:23:08.894107"], ["updated_at", "2015-04-08 16:23:08.894107"], ["tracking", "150408-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 53], ["title", "I-am-a-task5752"], ["description", "I-am-the-task-description_400"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.897818"], ["updated_at", "2015-04-08 16:23:08.897818"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9297"], ["description", "I-am-the-goal-description_7117"], ["version", 1], ["created_at", "2015-04-08 16:23:08.901981"], ["updated_at", "2015-04-08 16:23:08.901981"], ["tracking", "150408-50"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 54], ["title", "I-am-a-task6278"], ["description", "I-am-the-task-description_3155"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.905985"], ["updated_at", "2015-04-08 16:23:08.905985"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6609"], ["description", "I-am-the-goal-description_1684"], ["version", 1], ["created_at", "2015-04-08 16:23:08.908879"], ["updated_at", "2015-04-08 16:23:08.908879"], ["tracking", "150408-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 55], ["title", "I-am-a-task7116"], ["description", "I-am-the-task-description_2611"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.913323"], ["updated_at", "2015-04-08 16:23:08.913323"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task9763"], ["description", "I-am-the-task-description_3675"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.917672"], ["updated_at", "2015-04-08 16:23:08.917672"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 52], ["title", "I-am-a-task7230"], ["description", "I-am-the-task-description_765"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.922359"], ["updated_at", "2015-04-08 16:23:08.922359"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task1237"], ["description", "I-am-the-task-description_2512"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.926815"], ["updated_at", "2015-04-08 16:23:08.926815"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 52], ["title", "I-am-a-task6151"], ["description", "I-am-the-task-description_7882"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.931395"], ["updated_at", "2015-04-08 16:23:08.931395"]]  (1.2ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-08')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5858"], ["description", "I-am-the-goal-description_5628"], ["version", 1], ["created_at", "2015-04-08 16:23:08.940373"], ["updated_at", "2015-04-08 16:23:08.940373"], ["tracking", "150408-52"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-11"], ["goal_id", 56], ["title", "I-am-a-task3535"], ["description", "I-am-the-task-description_5516"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.945132"], ["updated_at", "2015-04-08 16:23:08.945132"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2365"], ["description", "I-am-the-goal-description_9041"], ["version", 1], ["created_at", "2015-04-08 16:23:08.951775"], ["updated_at", "2015-04-08 16:23:08.951775"], ["tracking", "150408-53"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 57], ["title", "I-am-a-task8686"], ["description", "I-am-the-task-description_7988"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.956467"], ["updated_at", "2015-04-08 16:23:08.956467"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3424"], ["description", "I-am-the-goal-description_7692"], ["version", 1], ["created_at", "2015-04-08 16:23:08.961968"], ["updated_at", "2015-04-08 16:23:08.961968"], ["tracking", "150408-54"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 58], ["title", "I-am-a-task6690"], ["description", "I-am-the-task-description_2470"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.965975"], ["updated_at", "2015-04-08 16:23:08.965975"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_172"], ["description", "I-am-the-goal-description_3290"], ["version", 1], ["created_at", "2015-04-08 16:23:08.971470"], ["updated_at", "2015-04-08 16:23:08.971470"], ["tracking", "150408-55"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-05"], ["term", "2015-04-07"], ["goal_id", 59], ["title", "I-am-a-task3906"], ["description", "I-am-the-task-description_1952"], ["cost", 1], ["created_at", "2015-04-08 16:23:08.975688"], ["updated_at", "2015-04-08 16:23:08.975688"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3952"], ["description", "I-am-the-goal-description_9509"], ["version", 1], ["created_at", "2015-04-08 16:23:08.981806"], ["updated_at", "2015-04-08 16:23:08.981806"], ["tracking", "150408-56"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3414"], ["description", "I-am-the-goal-description_5712"], ["version", 1], ["created_at", "2015-04-08 16:23:08.988159"], ["updated_at", "2015-04-08 16:23:08.988159"], ["tracking", "150408-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3870"], ["description", "I-am-the-goal-description_1880"], ["version", 1], ["created_at", "2015-04-08 16:23:08.993421"], ["updated_at", "2015-04-08 16:23:08.993421"], ["tracking", "150408-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6683"], ["description", "I-am-the-goal-description_410"], ["version", 1], ["created_at", "2015-04-08 16:23:08.998418"], ["updated_at", "2015-04-08 16:23:08.998418"], ["tracking", "150408-59"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1610"], ["description", "I-am-the-goal-description_9074"], ["version", 1], ["created_at", "2015-04-08 16:23:09.003821"], ["updated_at", "2015-04-08 16:23:09.003821"], ["tracking", "150408-60"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2743"], ["description", "I-am-the-goal-description_6577"], ["version", 1], ["created_at", "2015-04-08 16:23:09.010348"], ["updated_at", "2015-04-08 16:23:09.010348"], ["tracking", "150408-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7135"], ["description", "I-am-the-goal-description_6949"], ["version", 1], ["created_at", "2015-04-08 16:23:09.015592"], ["updated_at", "2015-04-08 16:23:09.015592"], ["tracking", "150408-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8442"], ["description", "I-am-the-goal-description_9065"], ["version", 1], ["created_at", "2015-04-08 16:23:09.022084"], ["updated_at", "2015-04-08 16:23:09.022084"], ["tracking", "150408-63"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task1179"], ["description", "I-am-the-task-description_11"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.025975"], ["updated_at", "2015-04-08 16:23:09.025975"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2745"], ["description", "I-am-the-goal-description_9024"], ["version", 1], ["created_at", "2015-04-08 16:23:09.031373"], ["updated_at", "2015-04-08 16:23:09.031373"], ["tracking", "150408-64"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_658"], ["description", "I-am-the-goal-description_1468"], ["version", 1], ["created_at", "2015-04-08 16:23:09.039057"], ["updated_at", "2015-04-08 16:23:09.039057"], ["tracking", "150408-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7289"], ["description", "I-am-the-goal-description_173"], ["version", 1], ["created_at", "2015-04-08 16:23:09.045425"], ["updated_at", "2015-04-08 16:23:09.045425"], ["tracking", "150408-66"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_19"], ["description", "I-am-the-goal-description_2814"], ["version", 1], ["created_at", "2015-04-08 16:23:09.052140"], ["updated_at", "2015-04-08 16:23:09.052140"], ["tracking", "150408-67"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task5059"], ["description", "I-am-the-task-description_2481"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.055576"], ["updated_at", "2015-04-08 16:23:09.055576"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_70"], ["description", "I-am-the-goal-description_6622"], ["version", 1], ["created_at", "2015-04-08 16:23:09.059638"], ["updated_at", "2015-04-08 16:23:09.059638"], ["tracking", "150408-68"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task7816"], ["description", "I-am-the-task-description_9470"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.064303"], ["updated_at", "2015-04-08 16:23:09.064303"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6240"], ["description", "I-am-the-goal-description_8034"], ["version", 1], ["created_at", "2015-04-08 16:23:09.069190"], ["updated_at", "2015-04-08 16:23:09.069190"], ["tracking", "150408-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task2206"], ["description", "I-am-the-task-description_2661"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.074087"], ["updated_at", "2015-04-08 16:23:09.074087"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2831"], ["description", "I-am-the-goal-description_619"], ["version", 1], ["created_at", "2015-04-08 16:23:09.078228"], ["updated_at", "2015-04-08 16:23:09.078228"], ["tracking", "150408-70"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task6571"], ["description", "I-am-the-task-description_3300"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.083116"], ["updated_at", "2015-04-08 16:23:09.083116"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2480"], ["description", "I-am-the-goal-description_118"], ["version", 1], ["created_at", "2015-04-08 16:23:09.088563"], ["updated_at", "2015-04-08 16:23:09.088563"], ["tracking", "150408-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task5990"], ["description", "I-am-the-task-description_1542"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.093245"], ["updated_at", "2015-04-08 16:23:09.093245"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3212"], ["description", "I-am-the-goal-description_8127"], ["version", 1], ["created_at", "2015-04-08 16:23:09.098194"], ["updated_at", "2015-04-08 16:23:09.098194"], ["tracking", "150408-72"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task4802"], ["description", "I-am-the-task-description_762"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.102107"], ["updated_at", "2015-04-08 16:23:09.102107"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6627"], ["description", "I-am-the-goal-description_4928"], ["version", 1], ["created_at", "2015-04-08 16:23:09.107185"], ["updated_at", "2015-04-08 16:23:09.107185"], ["tracking", "150408-73"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task1523"], ["description", "I-am-the-task-description_6603"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.111103"], ["updated_at", "2015-04-08 16:23:09.111103"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7581"], ["description", "I-am-the-goal-description_2222"], ["version", 1], ["created_at", "2015-04-08 16:23:09.115963"], ["updated_at", "2015-04-08 16:23:09.115963"], ["tracking", "150408-74"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task4784"], ["description", "I-am-the-task-description_3727"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.120152"], ["updated_at", "2015-04-08 16:23:09.120152"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6550"], ["description", "I-am-the-goal-description_6973"], ["version", 1], ["created_at", "2015-04-08 16:23:09.125243"], ["updated_at", "2015-04-08 16:23:09.125243"], ["tracking", "150408-75"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task3696"], ["description", "I-am-the-task-description_8921"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.129192"], ["updated_at", "2015-04-08 16:23:09.129192"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4665"], ["description", "I-am-the-goal-description_9823"], ["version", 1], ["created_at", "2015-04-08 16:23:09.135252"], ["updated_at", "2015-04-08 16:23:09.135252"], ["tracking", "150408-76"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 80], ["title", "I-am-a-task479"], ["description", "I-am-the-task-description_2781"], ["cost", 1], ["created_at", "2015-04-08 16:23:09.139709"], ["updated_at", "2015-04-08 16:23:09.139709"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9970"], ["description", "I-am-the-goal-description_8054"], ["version", 1], ["created_at", "2015-04-08 16:23:09.144284"], ["updated_at", "2015-04-08 16:23:09.144284"], ["tracking", "150408-77"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-08 16:23:09.147637"], ["id", 81]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-08 16:23:09.150475"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7930"], ["description", "I-am-the-goal-description_7008"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7626"], ["description", "I-am-the-goal-description_2863"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3456"], ["description", "I-am-the-goal-description_3456"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5914"], ["description", "I-am-the-goal-description_4168"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9858"], ["description", "I-am-the-goal-description_1904"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3786"], ["description", "I-am-the-task-description_325"], ["cost", 1], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task4134"], ["description", "I-am-the-task-description_9785"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8194"], ["description", "I-am-the-goal-description_8775"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1614"], ["description", "I-am-the-goal-description_2349"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6234"], ["description", "I-am-the-goal-description_5824"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3530"], ["description", "I-am-the-goal-description_8575"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task3971"], ["description", "I-am-the-task-description_4287"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9376"], ["description", "I-am-the-goal-description_1749"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task9999"], ["description", "I-am-the-task-description_1706"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3372"], ["description", "I-am-the-goal-description_7980"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task4696"], ["description", "I-am-the-task-description_3691"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4094"], ["description", "I-am-the-goal-description_3209"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task9118"], ["description", "I-am-the-task-description_6964"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_941"], ["description", "I-am-the-goal-description_3122"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task3549"], ["description", "I-am-the-task-description_9088"], ["cost", 1], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2338"], ["description", "I-am-the-goal-description_260"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task5045"], ["description", "I-am-the-task-description_5602"], ["cost", 1], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8852"], ["description", "I-am-the-goal-description_9330"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task7919"], ["description", "I-am-the-task-description_8378"], ["cost", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5201"], ["description", "I-am-the-goal-description_7366"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2498"], ["description", "I-am-the-goal-description_7321"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4504"], ["description", "I-am-the-goal-description_9367"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1677"], ["description", "I-am-the-goal-description_1778"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (60.2ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3898.2ms) Completed 200 OK in 13188ms (Views: 13156.8ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:36 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-08 18:23:36 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-08 18:23:36 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-08 18:23:38 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (361.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (367.2ms) Completed 200 OK in 380ms (Views: 371.8ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:38 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-08 16:23:38.674940"], ["updated_at", "2015-04-08 16:23:38.674940"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (93.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (101.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (116.5ms) Completed 200 OK in 142ms (Views: 118.2ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_704"], ["description", "I-am-the-goal-description_5227"], ["version", 1], ["created_at", "2015-04-08 16:23:38.962874"], ["updated_at", "2015-04-08 16:23:38.962874"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3912"], ["description", "I-am-the-task-description_2981"], ["cost", 1], ["created_at", "2015-04-08 16:23:38.969327"], ["updated_at", "2015-04-08 16:23:38.969327"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task792"], ["description", "I-am-the-task-description_720"], ["cost", 1], ["created_at", "2015-04-08 16:23:38.974177"], ["updated_at", "2015-04-08 16:23:38.974177"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7618"], ["description", "I-am-the-task-description_5209"], ["cost", 1], ["created_at", "2015-04-08 16:23:38.978211"], ["updated_at", "2015-04-08 16:23:38.978211"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (14.2ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_74"], ["description", "I-am-the-goal-description_6876"], ["version", 1], ["created_at", "2015-04-08 16:23:41.178645"], ["updated_at", "2015-04-08 16:23:41.178645"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:41 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (13.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (17.4ms) Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6876"}, "id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-08 16:23:43.819796"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:43 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:43 +0200  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (1.1ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4129"], ["description", "I-am-the-goal-description_5601"], ["version", 1], ["created_at", "2015-04-08 16:23:44.045506"], ["updated_at", "2015-04-08 16:23:44.045506"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:44 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (12.9ms) Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:44 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (13.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (14.1ms) Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:46 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.0ms) Completed 200 OK in 5ms (Views: 3.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:46 +0200  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7645"], ["description", "I-am-the-goal-description_910"], ["version", 1], ["created_at", "2015-04-08 16:23:48.233728"], ["updated_at", "2015-04-08 16:23:48.233728"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:48 +0200 Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-08 18:23:50 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-08 16:23:50.162505"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:50 +0200  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6677"], ["description", "I-am-the-goal-description_3187"], ["version", 1], ["created_at", "2015-04-08 16:23:52.184679"], ["updated_at", "2015-04-08 16:23:52.184679"], ["tracking", "150408-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.1ms) Completed 200 OK in 12ms (Views: 10.7ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:52 +0200 Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-08 18:23:54 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-08 16:23:54.382712"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:23:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:54 +0200  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9821"], ["description", "I-am-the-goal-description_7625"], ["version", 1], ["created_at", "2015-04-08 16:23:56.185633"], ["updated_at", "2015-04-08 16:23:56.185633"], ["tracking", "150408-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task468"], ["description", "I-am-the-task-description_6258"], ["cost", 1], ["created_at", "2015-04-08 16:23:56.190057"], ["updated_at", "2015-04-08 16:23:56.190057"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:23:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms) Completed 200 OK in 18ms (Views: 13.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:56 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:23:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (14.1ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (11.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (88.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (124.3ms) Completed 200 OK in 129ms (Views: 124.7ms | ActiveRecord: 1.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-08 16:23:58.240155"], ["created_at", "2015-04-08 16:23:58.242080"], ["updated_at", "2015-04-08 16:23:58.242080"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-08 16:23:58.244156"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.8ms) Completed 200 OK in 30ms (Views: 24.6ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:58 +0200  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_634"], ["description", "I-am-the-goal-description_5429"], ["version", 1], ["created_at", "2015-04-08 16:23:58.382866"], ["updated_at", "2015-04-08 16:23:58.382866"], ["tracking", "150408-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-08')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-08' AND reminder < '2015-04-08')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (14.8ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:23:58 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (206.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (212.7ms) Completed 200 OK in 217ms (Views: 214.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-15", "term"=>"2015-05-08", "budget"=>"", "cost"=>"", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-08"], ["reminder", "2015-04-15"], ["done", "f"], ["created_at", "2015-04-08 16:24:00.573427"], ["updated_at", "2015-04-08 16:24:00.573427"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (18.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (29.7ms) Completed 200 OK in 37ms (Views: 30.7ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4615"], ["description", "I-am-the-goal-description_5973"], ["version", 1], ["created_at", "2015-04-08 16:24:00.733131"], ["updated_at", "2015-04-08 16:24:00.733131"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6871"], ["description", "I-am-the-task-description_4459"], ["cost", 1], ["created_at", "2015-04-08 16:24:00.736878"], ["updated_at", "2015-04-08 16:24:00.736878"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:00 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:02 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (69.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (78.4ms) Completed 200 OK in 82ms (Views: 78.7ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:02 +0200  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7602"], ["description", "I-am-the-goal-description_4994"], ["version", 1], ["created_at", "2015-04-08 16:24:02.671235"], ["updated_at", "2015-04-08 16:24:02.671235"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3200"], ["description", "I-am-the-task-description_8766"], ["cost", 1], ["created_at", "2015-04-08 16:24:02.675556"], ["updated_at", "2015-04-08 16:24:02.675556"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:02 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:04 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.9ms) Completed 200 OK in 25ms (Views: 21.1ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:04 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (141.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (144.5ms) Completed 200 OK in 149ms (Views: 146.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8766", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "budget"=>"", "cost"=>"1", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-08 16:24:06.266504"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.1ms) Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:06 +0200  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1866"], ["description", "I-am-the-goal-description_4599"], ["version", 1], ["created_at", "2015-04-08 16:24:06.408382"], ["updated_at", "2015-04-08 16:24:06.408382"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6124"], ["description", "I-am-the-task-description_5761"], ["cost", 1], ["created_at", "2015-04-08 16:24:06.413030"], ["updated_at", "2015-04-08 16:24:06.413030"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:06 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:08 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.4ms) Completed 200 OK in 81ms (Views: 77.7ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:08 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (89.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (89.3ms) Completed 200 OK in 93ms (Views: 90.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:10 +0200  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1505"], ["description", "I-am-the-goal-description_5382"], ["version", 1], ["created_at", "2015-04-08 16:24:10.542481"], ["updated_at", "2015-04-08 16:24:10.542481"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6154"], ["description", "I-am-the-task-description_8359"], ["cost", 1], ["created_at", "2015-04-08 16:24:10.546316"], ["updated_at", "2015-04-08 16:24:10.546316"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:10 +0200 Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-08 18:24:12 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-08 16:24:12.546714"], ["task_id", 1], ["created_at", "2015-04-08 16:24:12.549757"], ["updated_at", "2015-04-08 16:24:12.549757"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-08 16:24:12.552469"], ["id", 1]]  (3.2ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/tasks Completed 302 Found in 19ms (ActiveRecord: 4.6ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:12 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms) Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:12 +0200  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5380"], ["description", "I-am-the-goal-description_6345"], ["version", 1], ["created_at", "2015-04-08 16:24:14.336094"], ["updated_at", "2015-04-08 16:24:14.336094"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-08"], ["goal_id", 1], ["title", "I-am-a-task4847"], ["description", "I-am-the-task-description_610"], ["cost", 1], ["created_at", "2015-04-08 16:24:14.340674"], ["updated_at", "2015-04-08 16:24:14.340674"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:14 +0200 Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-08 18:24:16 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-15"], ["term", "2015-05-08"], ["updated_at", "2015-04-08 16:24:16.196075"], ["id", 1]]  (1.1ms) commit transaction Redirected to http://127.0.0.1:52050/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:16 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:16 +0200  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8952"], ["description", "I-am-the-goal-description_310"], ["version", 1], ["created_at", "2015-04-08 16:24:17.926682"], ["updated_at", "2015-04-08 16:24:17.926682"], ["tracking", "150408-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task526"], ["description", "I-am-the-task-description_7226"], ["cost", 1], ["created_at", "2015-04-08 16:24:17.932321"], ["updated_at", "2015-04-08 16:24:17.932321"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3772"], ["description", "I-am-the-goal-description_4884"], ["version", 1], ["created_at", "2015-04-08 16:24:17.994660"], ["updated_at", "2015-04-08 16:24:17.994660"], ["tracking", "150408-2"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7357"], ["description", "I-am-the-task-description_5499"], ["cost", 1], ["created_at", "2015-04-08 16:24:17.999523"], ["updated_at", "2015-04-08 16:24:17.999523"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4597"], ["description", "I-am-the-goal-description_4108"], ["version", 1], ["created_at", "2015-04-08 16:24:18.004200"], ["updated_at", "2015-04-08 16:24:18.004200"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1080"], ["description", "I-am-the-task-description_4830"], ["cost", 1], ["created_at", "2015-04-08 16:24:18.008250"], ["updated_at", "2015-04-08 16:24:18.008250"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.9ms) Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:18 +0200 Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-08 18:24:20 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.pdf (5.2ms) Completed 200 OK in 66ms (Views: 4.9ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8954"], ["description", "I-am-the-goal-description_3530"], ["version", 1], ["created_at", "2015-04-08 16:24:20.237891"], ["updated_at", "2015-04-08 16:24:20.237891"], ["tracking", "150408-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1876"], ["description", "I-am-the-task-description_8866"], ["cost", 1], ["created_at", "2015-04-08 16:24:20.242750"], ["updated_at", "2015-04-08 16:24:20.242750"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6049"], ["description", "I-am-the-goal-description_4689"], ["version", 1], ["created_at", "2015-04-08 16:24:20.248552"], ["updated_at", "2015-04-08 16:24:20.248552"], ["tracking", "150408-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task975"], ["description", "I-am-the-task-description_9682"], ["cost", 1], ["created_at", "2015-04-08 16:24:20.252648"], ["updated_at", "2015-04-08 16:24:20.252648"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9297"], ["description", "I-am-the-goal-description_1973"], ["version", 1], ["created_at", "2015-04-08 16:24:20.258594"], ["updated_at", "2015-04-08 16:24:20.258594"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8316"], ["description", "I-am-the-task-description_791"], ["cost", 1], ["created_at", "2015-04-08 16:24:20.262348"], ["updated_at", "2015-04-08 16:24:20.262348"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.0ms) Completed 200 OK in 17ms (Views: 13.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:20 +0200 Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-08 18:24:22 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.9ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-08.csv (1.2ms) Completed 200 OK in 11ms (Views: 0.9ms | ActiveRecord: 1.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8093"], ["description", "I-am-the-goal-description_1836"], ["version", 1], ["created_at", "2015-04-08 16:24:22.491575"], ["updated_at", "2015-04-08 16:24:22.491575"], ["tracking", "150408-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5329"], ["description", "I-am-the-task-description_6094"], ["cost", 1], ["created_at", "2015-04-08 16:24:22.497119"], ["updated_at", "2015-04-08 16:24:22.497119"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1862"], ["description", "I-am-the-goal-description_5110"], ["version", 1], ["created_at", "2015-04-08 16:24:22.501990"], ["updated_at", "2015-04-08 16:24:22.501990"], ["tracking", "150408-2"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9281"], ["description", "I-am-the-task-description_6308"], ["cost", 1], ["created_at", "2015-04-08 16:24:22.508100"], ["updated_at", "2015-04-08 16:24:22.508100"]]  (1.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-08') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7750"], ["description", "I-am-the-goal-description_5355"], ["version", 1], ["created_at", "2015-04-08 16:24:22.513229"], ["updated_at", "2015-04-08 16:24:22.513229"], ["tracking", "150408-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "cost", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6609"], ["description", "I-am-the-task-description_1732"], ["cost", 1], ["created_at", "2015-04-08 16:24:22.516890"], ["updated_at", "2015-04-08 16:24:22.516890"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-08 18:24:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.7ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-08 18:24:22 +0200 Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-08 18:24:24 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (6.1ms) Completed 200 OK in 134ms (Views: 131.2ms | ActiveRecord: 0.8ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals'; ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (1.0ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to RemoveTasksCostAndBudget (20150409081956)  (0.1ms) begin transaction  (1.3ms) CREATE TEMPORARY TABLE "aflyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "cost" integer, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.6ms) SELECT * FROM "flyboy_tasks"  (1.3ms) DROP TABLE "flyboy_tasks"  (0.2ms) CREATE TABLE "flyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT * FROM "aflyboy_tasks"  (0.3ms) DROP TABLE "aflyboy_tasks"  (0.2ms) CREATE TEMPORARY TABLE "aflyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "budget" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)   (0.1ms) SELECT * FROM "flyboy_tasks"  (0.3ms) DROP TABLE "flyboy_tasks"  (0.1ms) CREATE TABLE "flyboy_tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "goal_id" integer, "title" varchar, "description" text, "progress" integer DEFAULT 0, "done" boolean, "term" date, "reminder" date, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  (0.1ms) SELECT * FROM "aflyboy_tasks"  (0.1ms) DROP TABLE "aflyboy_tasks" SQL (0.7ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20150409081956"]]  (1.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4350"], ["description", "I-am-the-goal-description_7253"], ["version", 1], ["created_at", "2015-04-09 08:22:56.219187"], ["updated_at", "2015-04-09 08:22:56.219187"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5982"], ["description", "I-am-the-goal-description_1189"], ["version", 1], ["created_at", "2015-04-09 08:22:56.231026"], ["updated_at", "2015-04-09 08:22:56.231026"], ["tracking", "150409-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 69ms (Views: 21.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1712"], ["description", "I-am-the-goal-description_3936"], ["version", 1], ["created_at", "2015-04-09 08:22:56.399290"], ["updated_at", "2015-04-09 08:22:56.399290"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_921"], ["description", "I-am-the-goal-description_7491"], ["version", 1], ["created_at", "2015-04-09 08:22:56.403459"], ["updated_at", "2015-04-09 08:22:56.403459"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 16ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6404"], ["description", "I-am-the-goal-description_9016"], ["version", 1], ["created_at", "2015-04-09 08:22:56.434253"], ["updated_at", "2015-04-09 08:22:56.434253"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9372"], ["description", "I-am-the-goal-description_2521"], ["version", 1], ["created_at", "2015-04-09 08:22:56.438337"], ["updated_at", "2015-04-09 08:22:56.438337"], ["tracking", "150409-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8782"], ["description", "I-am-the-goal-description_5949"], ["version", 1], ["created_at", "2015-04-09 08:22:56.449684"], ["updated_at", "2015-04-09 08:22:56.449684"], ["tracking", "150409-3"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 08:22:56.467328"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3132ms (ActiveRecord: 1.9ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2634"], ["description", "I-am-the-goal-description_8832"], ["version", 1], ["created_at", "2015-04-09 08:22:59.591240"], ["updated_at", "2015-04-09 08:22:59.591240"], ["tracking", "150409-4"]]  (2.5ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 08:22:59.601351"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7707"], ["description", "I-am-the-goal-description_215"], ["version", 1], ["created_at", "2015-04-09 08:22:59.607579"], ["updated_at", "2015-04-09 08:22:59.607579"], ["tracking", "150409-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 08:22:59.613197"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.1ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_477"], ["description", "I-am-the-goal-description_5441"], ["version", 1], ["created_at", "2015-04-09 08:22:59.620292"], ["updated_at", "2015-04-09 08:22:59.620292"], ["tracking", "150409-6"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 08:22:59.627643"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_68"], ["description", "I-am-the-goal-description_11"], ["version", 1], ["created_at", "2015-04-09 08:22:59.691943"], ["updated_at", "2015-04-09 08:22:59.691943"], ["tracking", "150409-7"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task9667"], ["description", "I-am-the-task-description_786"], ["created_at", "2015-04-09 08:22:59.704584"], ["updated_at", "2015-04-09 08:22:59.704584"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-09 08:22:59.715530"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 08:22:59.716505"], ["updated_at", "2015-04-09 08:22:59.716505"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 08:22:59.718910"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 08:22:59 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 08:22:59 UTC", "updated_at"=>"2015-04-09 08:22:59 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-09 08:22:59.728830"], ["created_at", "2015-04-09 08:22:59.730841"], ["updated_at", "2015-04-09 08:22:59.730841"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6518"], ["description", "I-am-the-goal-description_5316"], ["version", 1], ["created_at", "2015-04-09 08:22:59.743210"], ["updated_at", "2015-04-09 08:22:59.743210"], ["tracking", "150409-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1098"], ["description", "I-am-the-task-description_1341"], ["created_at", "2015-04-09 08:22:59.747888"], ["updated_at", "2015-04-09 08:22:59.747888"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8869"], ["description", "I-am-the-task-description_8039"], ["created_at", "2015-04-09 08:22:59.752366"], ["updated_at", "2015-04-09 08:22:59.752366"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:22:59.764807"], ["task_id", 2], ["created_at", "2015-04-09 08:22:59.766606"], ["updated_at", "2015-04-09 08:22:59.766606"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.768867"], ["id", 2]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 13ms (ActiveRecord: 2.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7034"], ["description", "I-am-the-goal-description_5516"], ["version", 1], ["created_at", "2015-04-09 08:22:59.778331"], ["updated_at", "2015-04-09 08:22:59.778331"], ["tracking", "150409-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2364"], ["description", "I-am-the-task-description_4749"], ["created_at", "2015-04-09 08:22:59.782870"], ["updated_at", "2015-04-09 08:22:59.782870"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task9760"], ["description", "I-am-the-task-description_5179"], ["created_at", "2015-04-09 08:22:59.786976"], ["updated_at", "2015-04-09 08:22:59.786976"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:22:59.795293"], ["task_id", 4], ["created_at", "2015-04-09 08:22:59.796869"], ["updated_at", "2015-04-09 08:22:59.796869"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.798653"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2346"], ["description", "I-am-the-goal-description_7098"], ["version", 1], ["created_at", "2015-04-09 08:22:59.805777"], ["updated_at", "2015-04-09 08:22:59.805777"], ["tracking", "150409-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task7495"], ["description", "I-am-the-task-description_5128"], ["created_at", "2015-04-09 08:22:59.810705"], ["updated_at", "2015-04-09 08:22:59.810705"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3974"], ["description", "I-am-the-task-description_1952"], ["created_at", "2015-04-09 08:22:59.816209"], ["updated_at", "2015-04-09 08:22:59.816209"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:22:59.824467"], ["task_id", 6], ["created_at", "2015-04-09 08:22:59.825789"], ["updated_at", "2015-04-09 08:22:59.825789"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.827334"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3253"], ["description", "I-am-the-goal-description_4146"], ["version", 1], ["created_at", "2015-04-09 08:22:59.836219"], ["updated_at", "2015-04-09 08:22:59.836219"], ["tracking", "150409-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9102"], ["description", "I-am-the-task-description_7746"], ["created_at", "2015-04-09 08:22:59.840573"], ["updated_at", "2015-04-09 08:22:59.840573"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6793"], ["description", "I-am-the-task-description_5242"], ["created_at", "2015-04-09 08:22:59.846188"], ["updated_at", "2015-04-09 08:22:59.846188"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:22:59.852837"], ["task_id", 8], ["created_at", "2015-04-09 08:22:59.854139"], ["updated_at", "2015-04-09 08:22:59.854139"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:22:59.855686"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1566"], ["description", "I-am-the-goal-description_6222"], ["version", 1], ["created_at", "2015-04-09 08:22:59.862928"], ["updated_at", "2015-04-09 08:22:59.862928"], ["tracking", "150409-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8260"], ["description", "I-am-the-task-description_6422"], ["created_at", "2015-04-09 08:22:59.867349"], ["updated_at", "2015-04-09 08:22:59.867349"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task184"], ["description", "I-am-the-task-description_1929"], ["created_at", "2015-04-09 08:22:59.871490"], ["updated_at", "2015-04-09 08:22:59.871490"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9754"], ["description", "I-am-the-goal-description_5549"], ["version", 1], ["created_at", "2015-04-09 08:22:59.885565"], ["updated_at", "2015-04-09 08:22:59.885565"], ["tracking", "150409-13"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task503"], ["description", "I-am-the-task-description_326"], ["created_at", "2015-04-09 08:22:59.889623"], ["updated_at", "2015-04-09 08:22:59.889623"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2698"], ["description", "I-am-the-task-description_1288"], ["created_at", "2015-04-09 08:22:59.894529"], ["updated_at", "2015-04-09 08:22:59.894529"]]  (1.0ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7008"], ["description", "I-am-the-goal-description_5085"], ["version", 1], ["created_at", "2015-04-09 08:22:59.939148"], ["updated_at", "2015-04-09 08:22:59.939148"], ["tracking", "150409-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4740"], ["description", "I-am-the-task-description_9923"], ["created_at", "2015-04-09 08:22:59.944503"], ["updated_at", "2015-04-09 08:22:59.944503"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4326"], ["description", "I-am-the-goal-description_8778"], ["version", 1], ["created_at", "2015-04-09 08:22:59.949373"], ["updated_at", "2015-04-09 08:22:59.949373"], ["tracking", "150409-15"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8920"], ["description", "I-am-the-task-description_1073"], ["created_at", "2015-04-09 08:22:59.953310"], ["updated_at", "2015-04-09 08:22:59.953310"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7625"], ["description", "I-am-the-goal-description_1389"], ["version", 1], ["created_at", "2015-04-09 08:22:59.962664"], ["updated_at", "2015-04-09 08:22:59.962664"], ["tracking", "150409-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1203"], ["description", "I-am-the-task-description_8298"], ["created_at", "2015-04-09 08:22:59.966993"], ["updated_at", "2015-04-09 08:22:59.966993"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8795"], ["description", "I-am-the-task-description_7664"], ["created_at", "2015-04-09 08:22:59.970922"], ["updated_at", "2015-04-09 08:22:59.970922"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5553"], ["description", "I-am-the-goal-description_9160"], ["version", 1], ["created_at", "2015-04-09 08:22:59.985102"], ["updated_at", "2015-04-09 08:22:59.985102"], ["tracking", "150409-17"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8908"], ["description", "I-am-the-task-description_3013"], ["created_at", "2015-04-09 08:22:59.989126"], ["updated_at", "2015-04-09 08:22:59.989126"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4328"], ["description", "I-am-the-goal-description_4752"], ["version", 1], ["created_at", "2015-04-09 08:22:59.993108"], ["updated_at", "2015-04-09 08:22:59.993108"], ["tracking", "150409-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task4800"], ["description", "I-am-the-task-description_4827"], ["created_at", "2015-04-09 08:22:59.997437"], ["updated_at", "2015-04-09 08:22:59.997437"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4505"], ["description", "I-am-the-goal-description_7200"], ["version", 1], ["created_at", "2015-04-09 08:23:00.008433"], ["updated_at", "2015-04-09 08:23:00.008433"], ["tracking", "150409-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7748"], ["description", "I-am-the-task-description_4258"], ["created_at", "2015-04-09 08:23:00.013676"], ["updated_at", "2015-04-09 08:23:00.013676"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6258"], ["description", "I-am-the-task-description_4009"], ["created_at", "2015-04-09 08:23:00.020162"], ["updated_at", "2015-04-09 08:23:00.020162"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2715"], ["description", "I-am-the-goal-description_4985"], ["version", 1], ["created_at", "2015-04-09 08:23:00.035293"], ["updated_at", "2015-04-09 08:23:00.035293"], ["tracking", "150409-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1609"], ["description", "I-am-the-task-description_2025"], ["created_at", "2015-04-09 08:23:00.039272"], ["updated_at", "2015-04-09 08:23:00.039272"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_391"], ["description", "I-am-the-goal-description_6144"], ["version", 1], ["created_at", "2015-04-09 08:23:00.043134"], ["updated_at", "2015-04-09 08:23:00.043134"], ["tracking", "150409-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5904"], ["description", "I-am-the-task-description_1843"], ["created_at", "2015-04-09 08:23:00.048054"], ["updated_at", "2015-04-09 08:23:00.048054"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4119"], ["description", "I-am-the-goal-description_298"], ["version", 1], ["created_at", "2015-04-09 08:23:00.059397"], ["updated_at", "2015-04-09 08:23:00.059397"], ["tracking", "150409-22"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5730"], ["description", "I-am-the-task-description_7457"], ["created_at", "2015-04-09 08:23:00.121295"], ["updated_at", "2015-04-09 08:23:00.121295"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6661"], ["description", "I-am-the-task-description_4161"], ["created_at", "2015-04-09 08:23:00.125262"], ["updated_at", "2015-04-09 08:23:00.125262"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4786"], ["description", "I-am-the-goal-description_8686"], ["version", 1], ["created_at", "2015-04-09 08:23:00.138546"], ["updated_at", "2015-04-09 08:23:00.138546"], ["tracking", "150409-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task6685"], ["description", "I-am-the-task-description_1368"], ["created_at", "2015-04-09 08:23:00.142448"], ["updated_at", "2015-04-09 08:23:00.142448"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5203"], ["description", "I-am-the-task-description_8169"], ["created_at", "2015-04-09 08:23:00.146396"], ["updated_at", "2015-04-09 08:23:00.146396"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4172"], ["description", "I-am-the-goal-description_8684"], ["version", 1], ["created_at", "2015-04-09 08:23:00.160187"], ["updated_at", "2015-04-09 08:23:00.160187"], ["tracking", "150409-24"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4360"], ["description", "I-am-the-task-description_4483"], ["created_at", "2015-04-09 08:23:00.164599"], ["updated_at", "2015-04-09 08:23:00.164599"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3333"], ["description", "I-am-the-task-description_255"], ["created_at", "2015-04-09 08:23:00.168594"], ["updated_at", "2015-04-09 08:23:00.168594"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7868"], ["description", "I-am-the-goal-description_3141"], ["version", 1], ["created_at", "2015-04-09 08:23:00.182916"], ["updated_at", "2015-04-09 08:23:00.182916"], ["tracking", "150409-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7034"], ["description", "I-am-the-task-description_9263"], ["created_at", "2015-04-09 08:23:00.187053"], ["updated_at", "2015-04-09 08:23:00.187053"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task5654"], ["description", "I-am-the-task-description_8428"], ["created_at", "2015-04-09 08:23:00.191040"], ["updated_at", "2015-04-09 08:23:00.191040"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.204298"], ["updated_at", "2015-04-09 08:23:00.204298"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9417"], ["description", "I-am-the-goal-description_2272"], ["version", 1], ["created_at", "2015-04-09 08:23:00.211544"], ["updated_at", "2015-04-09 08:23:00.211544"], ["tracking", "150409-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7478"], ["description", "I-am-the-task-description_3518"], ["created_at", "2015-04-09 08:23:00.216035"], ["updated_at", "2015-04-09 08:23:00.216035"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3443"], ["description", "I-am-the-task-description_4930"], ["created_at", "2015-04-09 08:23:00.221082"], ["updated_at", "2015-04-09 08:23:00.221082"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.229600"], ["updated_at", "2015-04-09 08:23:00.229600"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3017"], ["description", "I-am-the-goal-description_9186"], ["version", 1], ["created_at", "2015-04-09 08:23:00.240382"], ["updated_at", "2015-04-09 08:23:00.240382"], ["tracking", "150409-27"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task327"], ["description", "I-am-the-task-description_7846"], ["created_at", "2015-04-09 08:23:00.244927"], ["updated_at", "2015-04-09 08:23:00.244927"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9424"], ["description", "I-am-the-task-description_8578"], ["created_at", "2015-04-09 08:23:00.249123"], ["updated_at", "2015-04-09 08:23:00.249123"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.255659"], ["updated_at", "2015-04-09 08:23:00.255659"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5977"], ["description", "I-am-the-goal-description_9628"], ["version", 1], ["created_at", "2015-04-09 08:23:00.263344"], ["updated_at", "2015-04-09 08:23:00.263344"], ["tracking", "150409-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5026"], ["description", "I-am-the-task-description_5485"], ["created_at", "2015-04-09 08:23:00.267450"], ["updated_at", "2015-04-09 08:23:00.267450"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task5402"], ["description", "I-am-the-task-description_5402"], ["created_at", "2015-04-09 08:23:00.271470"], ["updated_at", "2015-04-09 08:23:00.271470"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_359"], ["description", "I-am-the-goal-description_3370"], ["version", 1], ["created_at", "2015-04-09 08:23:00.285312"], ["updated_at", "2015-04-09 08:23:00.285312"], ["tracking", "150409-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7502"], ["description", "I-am-the-task-description_5043"], ["created_at", "2015-04-09 08:23:00.289253"], ["updated_at", "2015-04-09 08:23:00.289253"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9210"], ["description", "I-am-the-task-description_4533"], ["created_at", "2015-04-09 08:23:00.292993"], ["updated_at", "2015-04-09 08:23:00.292993"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.296772"], ["updated_at", "2015-04-09 08:23:00.296772"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4136"], ["description", "I-am-the-goal-description_8252"], ["version", 1], ["created_at", "2015-04-09 08:23:00.309207"], ["updated_at", "2015-04-09 08:23:00.309207"], ["tracking", "150409-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4678"], ["description", "I-am-the-task-description_2650"], ["created_at", "2015-04-09 08:23:00.313653"], ["updated_at", "2015-04-09 08:23:00.313653"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4262"], ["description", "I-am-the-task-description_5876"], ["created_at", "2015-04-09 08:23:00.317728"], ["updated_at", "2015-04-09 08:23:00.317728"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.322054"], ["updated_at", "2015-04-09 08:23:00.322054"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"46"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5458"], ["description", "I-am-the-goal-description_7452"], ["version", 1], ["created_at", "2015-04-09 08:23:00.336469"], ["updated_at", "2015-04-09 08:23:00.336469"], ["tracking", "150409-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task7707"], ["description", "I-am-the-task-description_6406"], ["created_at", "2015-04-09 08:23:00.340481"], ["updated_at", "2015-04-09 08:23:00.340481"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task3739"], ["description", "I-am-the-task-description_4179"], ["created_at", "2015-04-09 08:23:00.344339"], ["updated_at", "2015-04-09 08:23:00.344339"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.348133"], ["updated_at", "2015-04-09 08:23:00.348133"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5866"], ["description", "I-am-the-goal-description_302"], ["version", 1], ["created_at", "2015-04-09 08:23:00.361311"], ["updated_at", "2015-04-09 08:23:00.361311"], ["tracking", "150409-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4579"], ["description", "I-am-the-task-description_4654"], ["created_at", "2015-04-09 08:23:00.365503"], ["updated_at", "2015-04-09 08:23:00.365503"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task6425"], ["description", "I-am-the-task-description_6220"], ["created_at", "2015-04-09 08:23:00.369917"], ["updated_at", "2015-04-09 08:23:00.369917"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.374007"], ["updated_at", "2015-04-09 08:23:00.374007"]]  (0.8ms) commit transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9708"], ["description", "I-am-the-goal-description_5693"], ["version", 1], ["created_at", "2015-04-09 08:23:00.390085"], ["updated_at", "2015-04-09 08:23:00.390085"], ["tracking", "150409-33"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6398"], ["description", "I-am-the-task-description_1692"], ["created_at", "2015-04-09 08:23:00.394112"], ["updated_at", "2015-04-09 08:23:00.394112"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1656"], ["description", "I-am-the-task-description_4410"], ["created_at", "2015-04-09 08:23:00.397999"], ["updated_at", "2015-04-09 08:23:00.397999"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.401798"], ["updated_at", "2015-04-09 08:23:00.401798"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3862"], ["description", "I-am-the-goal-description_970"], ["version", 1], ["created_at", "2015-04-09 08:23:00.415318"], ["updated_at", "2015-04-09 08:23:00.415318"], ["tracking", "150409-34"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task1348"], ["description", "I-am-the-task-description_9303"], ["created_at", "2015-04-09 08:23:00.419353"], ["updated_at", "2015-04-09 08:23:00.419353"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task1914"], ["description", "I-am-the-task-description_4113"], ["created_at", "2015-04-09 08:23:00.423788"], ["updated_at", "2015-04-09 08:23:00.423788"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 08:23:00.429261"], ["updated_at", "2015-04-09 08:23:00.429261"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 08:23:00.436128"], ["id", 58]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5505"], ["description", "I-am-the-goal-description_8882"], ["version", 1], ["created_at", "2015-04-09 08:23:00.442910"], ["updated_at", "2015-04-09 08:23:00.442910"], ["tracking", "150409-35"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5231"], ["description", "I-am-the-goal-description_4094"], ["version", 1], ["created_at", "2015-04-09 08:23:00.448218"], ["updated_at", "2015-04-09 08:23:00.448218"], ["tracking", "150409-36"]]  (6.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task2819"], ["description", "I-am-the-task-description_6920"], ["created_at", "2015-04-09 08:23:00.458477"], ["updated_at", "2015-04-09 08:23:00.458477"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6447"], ["description", "I-am-the-goal-description_9628"], ["version", 1], ["created_at", "2015-04-09 08:23:00.464064"], ["updated_at", "2015-04-09 08:23:00.464064"], ["tracking", "150409-37"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 41], ["title", "I-am-a-task2042"], ["description", "I-am-the-task-description_7090"], ["created_at", "2015-04-09 08:23:00.469055"], ["updated_at", "2015-04-09 08:23:00.469055"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6024"], ["description", "I-am-the-goal-description_2786"], ["version", 1], ["created_at", "2015-04-09 08:23:00.472715"], ["updated_at", "2015-04-09 08:23:00.472715"], ["tracking", "150409-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task4912"], ["description", "I-am-the-task-description_7772"], ["created_at", "2015-04-09 08:23:00.479508"], ["updated_at", "2015-04-09 08:23:00.479508"]]  (4.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task8552"], ["description", "I-am-the-task-description_4957"], ["created_at", "2015-04-09 08:23:00.489393"], ["updated_at", "2015-04-09 08:23:00.489393"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 39], ["title", "I-am-a-task1833"], ["description", "I-am-the-task-description_8792"], ["created_at", "2015-04-09 08:23:00.494805"], ["updated_at", "2015-04-09 08:23:00.494805"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 39], ["title", "I-am-a-task4286"], ["description", "I-am-the-task-description_6225"], ["created_at", "2015-04-09 08:23:00.499358"], ["updated_at", "2015-04-09 08:23:00.499358"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8472"], ["description", "I-am-the-goal-description_5377"], ["version", 1], ["created_at", "2015-04-09 08:23:00.506148"], ["updated_at", "2015-04-09 08:23:00.506148"], ["tracking", "150409-39"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3388"], ["description", "I-am-the-goal-description_4262"], ["version", 1], ["created_at", "2015-04-09 08:23:00.511626"], ["updated_at", "2015-04-09 08:23:00.511626"], ["tracking", "150409-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task929"], ["description", "I-am-the-task-description_5112"], ["created_at", "2015-04-09 08:23:00.515624"], ["updated_at", "2015-04-09 08:23:00.515624"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1116"], ["description", "I-am-the-goal-description_667"], ["version", 1], ["created_at", "2015-04-09 08:23:00.519802"], ["updated_at", "2015-04-09 08:23:00.519802"], ["tracking", "150409-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 45], ["title", "I-am-a-task4127"], ["description", "I-am-the-task-description_6103"], ["created_at", "2015-04-09 08:23:00.523695"], ["updated_at", "2015-04-09 08:23:00.523695"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4870"], ["description", "I-am-the-goal-description_7622"], ["version", 1], ["created_at", "2015-04-09 08:23:00.526636"], ["updated_at", "2015-04-09 08:23:00.526636"], ["tracking", "150409-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task2760"], ["description", "I-am-the-task-description_4036"], ["created_at", "2015-04-09 08:23:00.531203"], ["updated_at", "2015-04-09 08:23:00.531203"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task2482"], ["description", "I-am-the-task-description_3193"], ["created_at", "2015-04-09 08:23:00.535571"], ["updated_at", "2015-04-09 08:23:00.535571"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 43], ["title", "I-am-a-task2292"], ["description", "I-am-the-task-description_6968"], ["created_at", "2015-04-09 08:23:00.540381"], ["updated_at", "2015-04-09 08:23:00.540381"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 43], ["title", "I-am-a-task3103"], ["description", "I-am-the-task-description_8991"], ["created_at", "2015-04-09 08:23:00.546088"], ["updated_at", "2015-04-09 08:23:00.546088"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8586"], ["description", "I-am-the-goal-description_6770"], ["version", 1], ["created_at", "2015-04-09 08:23:00.550334"], ["updated_at", "2015-04-09 08:23:00.550334"], ["tracking", "150409-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9595"], ["description", "I-am-the-goal-description_7187"], ["version", 1], ["created_at", "2015-04-09 08:23:00.557776"], ["updated_at", "2015-04-09 08:23:00.557776"], ["tracking", "150409-44"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1628"], ["description", "I-am-the-goal-description_3597"], ["version", 1], ["created_at", "2015-04-09 08:23:00.564093"], ["updated_at", "2015-04-09 08:23:00.564093"], ["tracking", "150409-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 49], ["title", "I-am-a-task8401"], ["description", "I-am-the-task-description_2803"], ["created_at", "2015-04-09 08:23:00.568094"], ["updated_at", "2015-04-09 08:23:00.568094"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8140"], ["description", "I-am-the-goal-description_7234"], ["version", 1], ["created_at", "2015-04-09 08:23:00.572489"], ["updated_at", "2015-04-09 08:23:00.572489"], ["tracking", "150409-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 50], ["title", "I-am-a-task3710"], ["description", "I-am-the-task-description_1357"], ["created_at", "2015-04-09 08:23:00.576307"], ["updated_at", "2015-04-09 08:23:00.576307"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4369"], ["description", "I-am-the-goal-description_9319"], ["version", 1], ["created_at", "2015-04-09 08:23:00.579326"], ["updated_at", "2015-04-09 08:23:00.579326"], ["tracking", "150409-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task7697"], ["description", "I-am-the-task-description_6397"], ["created_at", "2015-04-09 08:23:00.583817"], ["updated_at", "2015-04-09 08:23:00.583817"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 51], ["title", "I-am-a-task2865"], ["description", "I-am-the-task-description_1470"], ["created_at", "2015-04-09 08:23:00.588234"], ["updated_at", "2015-04-09 08:23:00.588234"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 48], ["title", "I-am-a-task8110"], ["description", "I-am-the-task-description_1140"], ["created_at", "2015-04-09 08:23:00.592814"], ["updated_at", "2015-04-09 08:23:00.592814"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task2070"], ["description", "I-am-the-task-description_3431"], ["created_at", "2015-04-09 08:23:00.598702"], ["updated_at", "2015-04-09 08:23:00.598702"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task2581"], ["description", "I-am-the-task-description_2100"], ["created_at", "2015-04-09 08:23:00.602966"], ["updated_at", "2015-04-09 08:23:00.602966"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4546"], ["description", "I-am-the-goal-description_3722"], ["version", 1], ["created_at", "2015-04-09 08:23:00.609579"], ["updated_at", "2015-04-09 08:23:00.609579"], ["tracking", "150409-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_177"], ["description", "I-am-the-goal-description_9799"], ["version", 1], ["created_at", "2015-04-09 08:23:00.614911"], ["updated_at", "2015-04-09 08:23:00.614911"], ["tracking", "150409-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 53], ["title", "I-am-a-task3963"], ["description", "I-am-the-task-description_1207"], ["created_at", "2015-04-09 08:23:00.618792"], ["updated_at", "2015-04-09 08:23:00.618792"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7442"], ["description", "I-am-the-goal-description_3309"], ["version", 1], ["created_at", "2015-04-09 08:23:00.622899"], ["updated_at", "2015-04-09 08:23:00.622899"], ["tracking", "150409-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 54], ["title", "I-am-a-task7339"], ["description", "I-am-the-task-description_2666"], ["created_at", "2015-04-09 08:23:00.626890"], ["updated_at", "2015-04-09 08:23:00.626890"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1454"], ["description", "I-am-the-goal-description_525"], ["version", 1], ["created_at", "2015-04-09 08:23:00.629857"], ["updated_at", "2015-04-09 08:23:00.629857"], ["tracking", "150409-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task2037"], ["description", "I-am-the-task-description_3778"], ["created_at", "2015-04-09 08:23:00.634323"], ["updated_at", "2015-04-09 08:23:00.634323"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 55], ["title", "I-am-a-task9229"], ["description", "I-am-the-task-description_678"], ["created_at", "2015-04-09 08:23:00.638621"], ["updated_at", "2015-04-09 08:23:00.638621"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 52], ["title", "I-am-a-task3175"], ["description", "I-am-the-task-description_7853"], ["created_at", "2015-04-09 08:23:00.643366"], ["updated_at", "2015-04-09 08:23:00.643366"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task535"], ["description", "I-am-the-task-description_9752"], ["created_at", "2015-04-09 08:23:00.649525"], ["updated_at", "2015-04-09 08:23:00.649525"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task7704"], ["description", "I-am-the-task-description_2039"], ["created_at", "2015-04-09 08:23:00.654021"], ["updated_at", "2015-04-09 08:23:00.654021"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2354"], ["description", "I-am-the-goal-description_3894"], ["version", 1], ["created_at", "2015-04-09 08:23:00.661505"], ["updated_at", "2015-04-09 08:23:00.661505"], ["tracking", "150409-52"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 56], ["title", "I-am-a-task6819"], ["description", "I-am-the-task-description_2691"], ["created_at", "2015-04-09 08:23:00.666215"], ["updated_at", "2015-04-09 08:23:00.666215"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5373"], ["description", "I-am-the-goal-description_2788"], ["version", 1], ["created_at", "2015-04-09 08:23:00.671840"], ["updated_at", "2015-04-09 08:23:00.671840"], ["tracking", "150409-53"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-12"], ["goal_id", 57], ["title", "I-am-a-task9259"], ["description", "I-am-the-task-description_5902"], ["created_at", "2015-04-09 08:23:00.739230"], ["updated_at", "2015-04-09 08:23:00.739230"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5685"], ["description", "I-am-the-goal-description_1438"], ["version", 1], ["created_at", "2015-04-09 08:23:00.745937"], ["updated_at", "2015-04-09 08:23:00.745937"], ["tracking", "150409-54"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 58], ["title", "I-am-a-task7151"], ["description", "I-am-the-task-description_3845"], ["created_at", "2015-04-09 08:23:00.750094"], ["updated_at", "2015-04-09 08:23:00.750094"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6277"], ["description", "I-am-the-goal-description_6334"], ["version", 1], ["created_at", "2015-04-09 08:23:00.756082"], ["updated_at", "2015-04-09 08:23:00.756082"], ["tracking", "150409-55"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 59], ["title", "I-am-a-task1081"], ["description", "I-am-the-task-description_2411"], ["created_at", "2015-04-09 08:23:00.760046"], ["updated_at", "2015-04-09 08:23:00.760046"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3953"], ["description", "I-am-the-goal-description_9824"], ["version", 1], ["created_at", "2015-04-09 08:23:00.767494"], ["updated_at", "2015-04-09 08:23:00.767494"], ["tracking", "150409-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8816"], ["description", "I-am-the-goal-description_3427"], ["version", 1], ["created_at", "2015-04-09 08:23:00.772734"], ["updated_at", "2015-04-09 08:23:00.772734"], ["tracking", "150409-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5311"], ["description", "I-am-the-goal-description_4558"], ["version", 1], ["created_at", "2015-04-09 08:23:00.778041"], ["updated_at", "2015-04-09 08:23:00.778041"], ["tracking", "150409-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5378"], ["description", "I-am-the-goal-description_9700"], ["version", 1], ["created_at", "2015-04-09 08:23:00.783765"], ["updated_at", "2015-04-09 08:23:00.783765"], ["tracking", "150409-59"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7312"], ["description", "I-am-the-goal-description_9869"], ["version", 1], ["created_at", "2015-04-09 08:23:00.788797"], ["updated_at", "2015-04-09 08:23:00.788797"], ["tracking", "150409-60"]]  (1.1ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_992"], ["description", "I-am-the-goal-description_232"], ["version", 1], ["created_at", "2015-04-09 08:23:00.797782"], ["updated_at", "2015-04-09 08:23:00.797782"], ["tracking", "150409-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6484"], ["description", "I-am-the-goal-description_4663"], ["version", 1], ["created_at", "2015-04-09 08:23:00.803186"], ["updated_at", "2015-04-09 08:23:00.803186"], ["tracking", "150409-62"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5171"], ["description", "I-am-the-goal-description_845"], ["version", 1], ["created_at", "2015-04-09 08:23:00.809023"], ["updated_at", "2015-04-09 08:23:00.809023"], ["tracking", "150409-63"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task8690"], ["description", "I-am-the-task-description_3095"], ["created_at", "2015-04-09 08:23:00.813122"], ["updated_at", "2015-04-09 08:23:00.813122"]]  (1.0ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8243"], ["description", "I-am-the-goal-description_9717"], ["version", 1], ["created_at", "2015-04-09 08:23:00.819304"], ["updated_at", "2015-04-09 08:23:00.819304"], ["tracking", "150409-64"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9099"], ["description", "I-am-the-goal-description_7475"], ["version", 1], ["created_at", "2015-04-09 08:23:00.825317"], ["updated_at", "2015-04-09 08:23:00.825317"], ["tracking", "150409-65"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5477"], ["description", "I-am-the-goal-description_5584"], ["version", 1], ["created_at", "2015-04-09 08:23:00.832490"], ["updated_at", "2015-04-09 08:23:00.832490"], ["tracking", "150409-66"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9852"], ["description", "I-am-the-goal-description_1156"], ["version", 1], ["created_at", "2015-04-09 08:23:00.839342"], ["updated_at", "2015-04-09 08:23:00.839342"], ["tracking", "150409-67"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task276"], ["description", "I-am-the-task-description_5040"], ["created_at", "2015-04-09 08:23:00.843047"], ["updated_at", "2015-04-09 08:23:00.843047"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4091"], ["description", "I-am-the-goal-description_280"], ["version", 1], ["created_at", "2015-04-09 08:23:00.848534"], ["updated_at", "2015-04-09 08:23:00.848534"], ["tracking", "150409-68"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task5636"], ["description", "I-am-the-task-description_2244"], ["created_at", "2015-04-09 08:23:00.853359"], ["updated_at", "2015-04-09 08:23:00.853359"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5889"], ["description", "I-am-the-goal-description_4326"], ["version", 1], ["created_at", "2015-04-09 08:23:00.857685"], ["updated_at", "2015-04-09 08:23:00.857685"], ["tracking", "150409-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task7791"], ["description", "I-am-the-task-description_6398"], ["created_at", "2015-04-09 08:23:00.862599"], ["updated_at", "2015-04-09 08:23:00.862599"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1448"], ["description", "I-am-the-goal-description_5952"], ["version", 1], ["created_at", "2015-04-09 08:23:00.867752"], ["updated_at", "2015-04-09 08:23:00.867752"], ["tracking", "150409-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task9908"], ["description", "I-am-the-task-description_3658"], ["created_at", "2015-04-09 08:23:00.873385"], ["updated_at", "2015-04-09 08:23:00.873385"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9011"], ["description", "I-am-the-goal-description_4939"], ["version", 1], ["created_at", "2015-04-09 08:23:00.878941"], ["updated_at", "2015-04-09 08:23:00.878941"], ["tracking", "150409-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task208"], ["description", "I-am-the-task-description_3576"], ["created_at", "2015-04-09 08:23:00.885983"], ["updated_at", "2015-04-09 08:23:00.885983"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6363"], ["description", "I-am-the-goal-description_8983"], ["version", 1], ["created_at", "2015-04-09 08:23:00.891834"], ["updated_at", "2015-04-09 08:23:00.891834"], ["tracking", "150409-72"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task464"], ["description", "I-am-the-task-description_7827"], ["created_at", "2015-04-09 08:23:00.896995"], ["updated_at", "2015-04-09 08:23:00.896995"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5597"], ["description", "I-am-the-goal-description_5061"], ["version", 1], ["created_at", "2015-04-09 08:23:00.902646"], ["updated_at", "2015-04-09 08:23:00.902646"], ["tracking", "150409-73"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task4148"], ["description", "I-am-the-task-description_789"], ["created_at", "2015-04-09 08:23:00.906492"], ["updated_at", "2015-04-09 08:23:00.906492"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7013"], ["description", "I-am-the-goal-description_2980"], ["version", 1], ["created_at", "2015-04-09 08:23:00.911703"], ["updated_at", "2015-04-09 08:23:00.911703"], ["tracking", "150409-74"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task7350"], ["description", "I-am-the-task-description_6783"], ["created_at", "2015-04-09 08:23:00.915681"], ["updated_at", "2015-04-09 08:23:00.915681"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2803"], ["description", "I-am-the-goal-description_3760"], ["version", 1], ["created_at", "2015-04-09 08:23:00.920824"], ["updated_at", "2015-04-09 08:23:00.920824"], ["tracking", "150409-75"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task1560"], ["description", "I-am-the-task-description_4170"], ["created_at", "2015-04-09 08:23:00.924912"], ["updated_at", "2015-04-09 08:23:00.924912"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8180"], ["description", "I-am-the-goal-description_5765"], ["version", 1], ["created_at", "2015-04-09 08:23:00.930333"], ["updated_at", "2015-04-09 08:23:00.930333"], ["tracking", "150409-76"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 80], ["title", "I-am-a-task5885"], ["description", "I-am-the-task-description_1379"], ["created_at", "2015-04-09 08:23:00.935014"], ["updated_at", "2015-04-09 08:23:00.935014"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2909"], ["description", "I-am-the-goal-description_8032"], ["version", 1], ["created_at", "2015-04-09 08:23:00.940071"], ["updated_at", "2015-04-09 08:23:00.940071"], ["tracking", "150409-77"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-09 08:23:00.943376"], ["id", 81]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-09 08:23:00.945965"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4060"], ["description", "I-am-the-goal-description_3137"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5729"], ["description", "I-am-the-goal-description_3490"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8582"], ["description", "I-am-the-goal-description_4962"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6805"], ["description", "I-am-the-goal-description_7509"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3080"], ["description", "I-am-the-goal-description_7732"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3816"], ["description", "I-am-the-task-description_9065"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task4527"], ["description", "I-am-the-task-description_7557"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3871"], ["description", "I-am-the-goal-description_4012"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4551"], ["description", "I-am-the-goal-description_933"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8853"], ["description", "I-am-the-goal-description_5731"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9858"], ["description", "I-am-the-goal-description_6770"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task9802"], ["description", "I-am-the-task-description_4646"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2296"], ["description", "I-am-the-goal-description_4407"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task9025"], ["description", "I-am-the-task-description_9197"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3899"], ["description", "I-am-the-goal-description_8530"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task7983"], ["description", "I-am-the-task-description_2445"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9159"], ["description", "I-am-the-goal-description_3566"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task6434"], ["description", "I-am-the-task-description_9571"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_869"], ["description", "I-am-the-goal-description_7514"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task4433"], ["description", "I-am-the-task-description_9902"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5912"], ["description", "I-am-the-goal-description_1252"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task7181"], ["description", "I-am-the-task-description_5362"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3373"], ["description", "I-am-the-goal-description_2047"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task7067"], ["description", "I-am-the-task-description_4402"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6186"], ["description", "I-am-the-goal-description_1332"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8563"], ["description", "I-am-the-goal-description_4820"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1409"], ["description", "I-am-the-goal-description_9618"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8929"], ["description", "I-am-the-goal-description_7820"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:13 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3792.1ms) Completed 200 OK in 3892ms (Views: 3859.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 10:23:17 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 10:23:17 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 10:23:17 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 10:23:19 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (323.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (328.6ms) Completed 200 OK in 341ms (Views: 330.9ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:19 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-09 08:23:19.630947"], ["updated_at", "2015-04-09 08:23:19.630947"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/goals/1 Completed 302 Found in 57ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (86.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (93.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (108.3ms) Completed 200 OK in 127ms (Views: 109.4ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8492"], ["description", "I-am-the-goal-description_6843"], ["version", 1], ["created_at", "2015-04-09 08:23:20.005966"], ["updated_at", "2015-04-09 08:23:20.005966"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task243"], ["description", "I-am-the-task-description_1908"], ["created_at", "2015-04-09 08:23:20.013565"], ["updated_at", "2015-04-09 08:23:20.013565"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1496"], ["description", "I-am-the-task-description_1088"], ["created_at", "2015-04-09 08:23:20.018076"], ["updated_at", "2015-04-09 08:23:20.018076"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4338"], ["description", "I-am-the-task-description_5353"], ["created_at", "2015-04-09 08:23:20.021974"], ["updated_at", "2015-04-09 08:23:20.021974"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:20 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.2ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (11.6ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7881"], ["description", "I-am-the-goal-description_6662"], ["version", 1], ["created_at", "2015-04-09 08:23:21.829044"], ["updated_at", "2015-04-09 08:23:21.829044"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.4ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 10:23:23 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (15.5ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:23 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6662"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 08:23:23.654450"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:23 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5058"], ["description", "I-am-the-goal-description_7230"], ["version", 1], ["created_at", "2015-04-09 08:23:23.793346"], ["updated_at", "2015-04-09 08:23:23.793346"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:23 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 10:23:25 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (62.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (63.0ms) Completed 200 OK in 65ms (Views: 63.7ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:25 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:25 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5780"], ["description", "I-am-the-goal-description_9332"], ["version", 1], ["created_at", "2015-04-09 08:23:25.750599"], ["updated_at", "2015-04-09 08:23:25.750599"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:25 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 10:23:27 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 08:23:27.336655"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7449"], ["description", "I-am-the-goal-description_9846"], ["version", 1], ["created_at", "2015-04-09 08:23:27.477594"], ["updated_at", "2015-04-09 08:23:27.477594"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (3.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.2ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 10:23:29 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 08:23:29.162706"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (54.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (55.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (57.0ms) Completed 200 OK in 59ms (Views: 57.4ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7151"], ["description", "I-am-the-goal-description_5622"], ["version", 1], ["created_at", "2015-04-09 08:23:29.303341"], ["updated_at", "2015-04-09 08:23:29.303341"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6616"], ["description", "I-am-the-task-description_5109"], ["created_at", "2015-04-09 08:23:29.307575"], ["updated_at", "2015-04-09 08:23:29.307575"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms) Completed 200 OK in 18ms (Views: 13.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (78.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (104.8ms) Completed 200 OK in 110ms (Views: 106.0ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-09 10:23:31 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-09 08:23:31.149301"], ["created_at", "2015-04-09 08:23:31.151880"], ["updated_at", "2015-04-09 08:23:31.151880"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-09 08:23:31.154138"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:31 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.4ms) Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4511"], ["description", "I-am-the-goal-description_9338"], ["version", 1], ["created_at", "2015-04-09 08:23:31.283777"], ["updated_at", "2015-04-09 08:23:31.283777"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 10:23:31 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 10:23:32 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 10:23:32 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (142.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (147.5ms) Completed 200 OK in 152ms (Views: 149.7ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:33 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 08:23:33.213232"], ["updated_at", "2015-04-09 08:23:33.213232"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:33 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.8ms) Completed 200 OK in 24ms (Views: 20.1ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1403"], ["description", "I-am-the-goal-description_8014"], ["version", 1], ["created_at", "2015-04-09 08:23:33.359327"], ["updated_at", "2015-04-09 08:23:33.359327"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6264"], ["description", "I-am-the-task-description_8016"], ["created_at", "2015-04-09 08:23:33.363049"], ["updated_at", "2015-04-09 08:23:33.363049"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (71.6ms) Completed 200 OK in 75ms (Views: 71.8ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8701"], ["description", "I-am-the-goal-description_1063"], ["version", 1], ["created_at", "2015-04-09 08:23:35.071061"], ["updated_at", "2015-04-09 08:23:35.071061"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6280"], ["description", "I-am-the-task-description_8948"], ["created_at", "2015-04-09 08:23:35.075282"], ["updated_at", "2015-04-09 08:23:35.075282"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.2ms) Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 10:23:36 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (73.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (77.0ms) Completed 200 OK in 81ms (Views: 78.8ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:36 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8948", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 08:23:36.902419"], ["id", 1]]  (0.7ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/tasks/1 Completed 302 Found in 7ms (ActiveRecord: 1.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (69.5ms) Completed 200 OK in 73ms (Views: 69.8ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1974"], ["description", "I-am-the-goal-description_6574"], ["version", 1], ["created_at", "2015-04-09 08:23:37.062721"], ["updated_at", "2015-04-09 08:23:37.062721"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4219"], ["description", "I-am-the-task-description_218"], ["created_at", "2015-04-09 08:23:37.066522"], ["updated_at", "2015-04-09 08:23:37.066522"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:38 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.7ms) Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 10:23:38 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (70.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (70.6ms) Completed 200 OK in 73ms (Views: 71.3ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 10:23:38 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.9ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_775"], ["description", "I-am-the-goal-description_5073"], ["version", 1], ["created_at", "2015-04-09 08:23:39.175634"], ["updated_at", "2015-04-09 08:23:39.175634"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6243"], ["description", "I-am-the-task-description_3687"], ["created_at", "2015-04-09 08:23:39.179663"], ["updated_at", "2015-04-09 08:23:39.179663"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 10:23:40 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 08:23:40.763849"], ["task_id", 1], ["created_at", "2015-04-09 08:23:40.765182"], ["updated_at", "2015-04-09 08:23:40.765182"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 08:23:40.766842"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7285"], ["description", "I-am-the-goal-description_8836"], ["version", 1], ["created_at", "2015-04-09 08:23:40.904208"], ["updated_at", "2015-04-09 08:23:40.904208"], ["tracking", "150409-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task4038"], ["description", "I-am-the-task-description_7666"], ["created_at", "2015-04-09 08:23:40.909327"], ["updated_at", "2015-04-09 08:23:40.909327"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 10:23:42 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 08:23:42.885959"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:56890/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9856"], ["description", "I-am-the-goal-description_8172"], ["version", 1], ["created_at", "2015-04-09 08:23:43.029580"], ["updated_at", "2015-04-09 08:23:43.029580"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8316"], ["description", "I-am-the-task-description_5494"], ["created_at", "2015-04-09 08:23:43.034344"], ["updated_at", "2015-04-09 08:23:43.034344"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1447"], ["description", "I-am-the-goal-description_8712"], ["version", 1], ["created_at", "2015-04-09 08:23:43.038023"], ["updated_at", "2015-04-09 08:23:43.038023"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task158"], ["description", "I-am-the-task-description_2890"], ["created_at", "2015-04-09 08:23:43.041458"], ["updated_at", "2015-04-09 08:23:43.041458"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6843"], ["description", "I-am-the-goal-description_4056"], ["version", 1], ["created_at", "2015-04-09 08:23:43.045415"], ["updated_at", "2015-04-09 08:23:43.045415"], ["tracking", "150409-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6502"], ["description", "I-am-the-task-description_9253"], ["created_at", "2015-04-09 08:23:43.049705"], ["updated_at", "2015-04-09 08:23:43.049705"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.7ms) Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 10:23:44 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (4.9ms) Completed 200 OK in 134ms (Views: 4.7ms | ActiveRecord: 0.5ms)  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.9ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4605"], ["description", "I-am-the-goal-description_9576"], ["version", 1], ["created_at", "2015-04-09 08:23:45.175870"], ["updated_at", "2015-04-09 08:23:45.175870"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8940"], ["description", "I-am-the-task-description_6387"], ["created_at", "2015-04-09 08:23:45.180839"], ["updated_at", "2015-04-09 08:23:45.180839"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5671"], ["description", "I-am-the-goal-description_5244"], ["version", 1], ["created_at", "2015-04-09 08:23:45.187373"], ["updated_at", "2015-04-09 08:23:45.187373"], ["tracking", "150409-2"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2610"], ["description", "I-am-the-task-description_3412"], ["created_at", "2015-04-09 08:23:45.195754"], ["updated_at", "2015-04-09 08:23:45.195754"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (1.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9551"], ["description", "I-am-the-goal-description_4757"], ["version", 1], ["created_at", "2015-04-09 08:23:45.202049"], ["updated_at", "2015-04-09 08:23:45.202049"], ["tracking", "150409-3"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9016"], ["description", "I-am-the-task-description_1300"], ["created_at", "2015-04-09 08:23:45.208592"], ["updated_at", "2015-04-09 08:23:45.208592"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (16.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (19.6ms) Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 10:23:47 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.6ms) Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6470"], ["description", "I-am-the-goal-description_2944"], ["version", 1], ["created_at", "2015-04-09 08:23:47.286346"], ["updated_at", "2015-04-09 08:23:47.286346"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3776"], ["description", "I-am-the-task-description_27"], ["created_at", "2015-04-09 08:23:47.290880"], ["updated_at", "2015-04-09 08:23:47.290880"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2981"], ["description", "I-am-the-goal-description_222"], ["version", 1], ["created_at", "2015-04-09 08:23:47.294846"], ["updated_at", "2015-04-09 08:23:47.294846"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2471"], ["description", "I-am-the-task-description_4852"], ["created_at", "2015-04-09 08:23:47.298496"], ["updated_at", "2015-04-09 08:23:47.298496"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_796"], ["description", "I-am-the-goal-description_8429"], ["version", 1], ["created_at", "2015-04-09 08:23:47.302651"], ["updated_at", "2015-04-09 08:23:47.302651"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5632"], ["description", "I-am-the-task-description_6098"], ["created_at", "2015-04-09 08:23:47.307047"], ["updated_at", "2015-04-09 08:23:47.307047"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 10:23:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.8ms) Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 10:23:48 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.3ms) Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.4ms)  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2494"], ["description", "I-am-the-goal-description_3324"], ["version", 1], ["created_at", "2015-04-09 11:11:28.340349"], ["updated_at", "2015-04-09 11:11:28.340349"], ["tracking", "150409-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9141"], ["description", "I-am-the-goal-description_7624"], ["version", 1], ["created_at", "2015-04-09 11:11:28.393482"], ["updated_at", "2015-04-09 11:11:28.393482"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 32ms (Views: 21.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5491"], ["description", "I-am-the-goal-description_1194"], ["version", 1], ["created_at", "2015-04-09 11:11:28.526228"], ["updated_at", "2015-04-09 11:11:28.526228"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7673"], ["description", "I-am-the-goal-description_2631"], ["version", 1], ["created_at", "2015-04-09 11:11:28.530606"], ["updated_at", "2015-04-09 11:11:28.530606"], ["tracking", "150409-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 18ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_166"], ["description", "I-am-the-goal-description_5637"], ["version", 1], ["created_at", "2015-04-09 11:11:28.567749"], ["updated_at", "2015-04-09 11:11:28.567749"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3879"], ["description", "I-am-the-goal-description_920"], ["version", 1], ["created_at", "2015-04-09 11:11:28.578579"], ["updated_at", "2015-04-09 11:11:28.578579"], ["tracking", "150409-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1769"], ["description", "I-am-the-goal-description_8857"], ["version", 1], ["created_at", "2015-04-09 11:11:28.590450"], ["updated_at", "2015-04-09 11:11:28.590450"], ["tracking", "150409-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:11:28.609619"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3943ms (ActiveRecord: 1.9ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2217"], ["description", "I-am-the-goal-description_1606"], ["version", 1], ["created_at", "2015-04-09 11:11:32.543014"], ["updated_at", "2015-04-09 11:11:32.543014"], ["tracking", "150409-4"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:11:32.551038"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2053"], ["description", "I-am-the-goal-description_3169"], ["version", 1], ["created_at", "2015-04-09 11:11:32.557490"], ["updated_at", "2015-04-09 11:11:32.557490"], ["tracking", "150409-5"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:11:32.563315"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9007"], ["description", "I-am-the-goal-description_9645"], ["version", 1], ["created_at", "2015-04-09 11:11:32.570495"], ["updated_at", "2015-04-09 11:11:32.570495"], ["tracking", "150409-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:11:32.576323"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 4ms (ActiveRecord: 1.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_988"], ["description", "I-am-the-goal-description_4618"], ["version", 1], ["created_at", "2015-04-09 11:12:06.663914"], ["updated_at", "2015-04-09 11:12:06.663914"], ["tracking", "150409-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7925"], ["description", "I-am-the-task-description_9946"], ["created_at", "2015-04-09 11:12:06.688858"], ["updated_at", "2015-04-09 11:12:06.688858"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-09 11:12:06.699984"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 11:12:06.742805"], ["updated_at", "2015-04-09 11:12:06.742805"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 11:12:06.744745"], ["id", 1]]  (1.7ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 11:12:06 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 11:12:06 UTC", "updated_at"=>"2015-04-09 11:12:06 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-09 11:12:06.788269"], ["created_at", "2015-04-09 11:12:06.840775"], ["updated_at", "2015-04-09 11:12:06.840775"]]  (1.4ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 83ms (ActiveRecord: 2.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_40"], ["description", "I-am-the-goal-description_8474"], ["version", 1], ["created_at", "2015-04-09 11:13:35.563185"], ["updated_at", "2015-04-09 11:13:35.563185"], ["tracking", "150409-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4807"], ["description", "I-am-the-goal-description_7326"], ["version", 1], ["created_at", "2015-04-09 11:13:35.615383"], ["updated_at", "2015-04-09 11:13:35.615383"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 22ms (Views: 14.7ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3691"], ["description", "I-am-the-goal-description_4927"], ["version", 1], ["created_at", "2015-04-09 11:13:35.729204"], ["updated_at", "2015-04-09 11:13:35.729204"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7637"], ["description", "I-am-the-goal-description_5308"], ["version", 1], ["created_at", "2015-04-09 11:13:35.734374"], ["updated_at", "2015-04-09 11:13:35.734374"], ["tracking", "150409-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 15ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1556"], ["description", "I-am-the-goal-description_359"], ["version", 1], ["created_at", "2015-04-09 11:13:35.765302"], ["updated_at", "2015-04-09 11:13:35.765302"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6214"], ["description", "I-am-the-goal-description_863"], ["version", 1], ["created_at", "2015-04-09 11:13:35.769753"], ["updated_at", "2015-04-09 11:13:35.769753"], ["tracking", "150409-2"]]  (1.1ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 1.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3785"], ["description", "I-am-the-goal-description_3432"], ["version", 1], ["created_at", "2015-04-09 11:13:35.786253"], ["updated_at", "2015-04-09 11:13:35.786253"], ["tracking", "150409-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.5ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:13:35.798819"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3732ms (ActiveRecord: 1.7ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6567"], ["description", "I-am-the-goal-description_4603"], ["version", 1], ["created_at", "2015-04-09 11:13:39.526185"], ["updated_at", "2015-04-09 11:13:39.526185"], ["tracking", "150409-4"]]  (2.5ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:13:39.536253"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3741"], ["description", "I-am-the-goal-description_809"], ["version", 1], ["created_at", "2015-04-09 11:13:39.542650"], ["updated_at", "2015-04-09 11:13:39.542650"], ["tracking", "150409-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:13:39.548561"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_946"], ["description", "I-am-the-goal-description_9725"], ["version", 1], ["created_at", "2015-04-09 11:13:39.555873"], ["updated_at", "2015-04-09 11:13:39.555873"], ["tracking", "150409-6"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:13:39.562045"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7934"], ["description", "I-am-the-goal-description_3515"], ["version", 1], ["created_at", "2015-04-09 11:13:39.576786"], ["updated_at", "2015-04-09 11:13:39.576786"], ["tracking", "150409-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3380"], ["description", "I-am-the-task-description_2236"], ["created_at", "2015-04-09 11:13:39.635112"], ["updated_at", "2015-04-09 11:13:39.635112"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-09 11:13:39.646850"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 11:13:39.648413"], ["updated_at", "2015-04-09 11:13:39.648413"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 11:13:39.650648"], ["id", 1]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 11:13:39 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 11:13:39 UTC", "updated_at"=>"2015-04-09 11:13:39 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-09 11:13:39.659484"], ["created_at", "2015-04-09 11:13:39.661652"], ["updated_at", "2015-04-09 11:13:39.661652"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3925"], ["description", "I-am-the-goal-description_5465"], ["version", 1], ["created_at", "2015-04-09 11:13:39.673612"], ["updated_at", "2015-04-09 11:13:39.673612"], ["tracking", "150409-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8384"], ["description", "I-am-the-task-description_6197"], ["created_at", "2015-04-09 11:13:39.677438"], ["updated_at", "2015-04-09 11:13:39.677438"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5619"], ["description", "I-am-the-task-description_1138"], ["created_at", "2015-04-09 11:13:39.681239"], ["updated_at", "2015-04-09 11:13:39.681239"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:13:39.688577"], ["task_id", 2], ["created_at", "2015-04-09 11:13:39.689943"], ["updated_at", "2015-04-09 11:13:39.689943"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:13:39.691881"], ["id", 2]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_175"], ["description", "I-am-the-goal-description_8970"], ["version", 1], ["created_at", "2015-04-09 11:13:39.701356"], ["updated_at", "2015-04-09 11:13:39.701356"], ["tracking", "150409-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4487"], ["description", "I-am-the-task-description_6123"], ["created_at", "2015-04-09 11:13:39.705586"], ["updated_at", "2015-04-09 11:13:39.705586"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7274"], ["description", "I-am-the-task-description_7844"], ["created_at", "2015-04-09 11:13:39.710283"], ["updated_at", "2015-04-09 11:13:39.710283"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:13:39.717477"], ["task_id", 4], ["created_at", "2015-04-09 11:13:39.718703"], ["updated_at", "2015-04-09 11:13:39.718703"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:13:39.720313"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4883"], ["description", "I-am-the-goal-description_8622"], ["version", 1], ["created_at", "2015-04-09 11:13:39.726988"], ["updated_at", "2015-04-09 11:13:39.726988"], ["tracking", "150409-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6011"], ["description", "I-am-the-task-description_5986"], ["created_at", "2015-04-09 11:13:39.731093"], ["updated_at", "2015-04-09 11:13:39.731093"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task1575"], ["description", "I-am-the-task-description_2338"], ["created_at", "2015-04-09 11:13:39.735249"], ["updated_at", "2015-04-09 11:13:39.735249"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.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 11:13:39.743539"], ["task_id", 6], ["created_at", "2015-04-09 11:13:39.745394"], ["updated_at", "2015-04-09 11:13:39.745394"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:13:39.748258"], ["id", 6]]  (1.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 2.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5033"], ["description", "I-am-the-goal-description_1412"], ["version", 1], ["created_at", "2015-04-09 11:13:39.761588"], ["updated_at", "2015-04-09 11:13:39.761588"], ["tracking", "150409-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9128"], ["description", "I-am-the-task-description_9240"], ["created_at", "2015-04-09 11:13:39.766515"], ["updated_at", "2015-04-09 11:13:39.766515"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9654"], ["description", "I-am-the-task-description_8793"], ["created_at", "2015-04-09 11:13:39.770237"], ["updated_at", "2015-04-09 11:13:39.770237"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.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 11:13:39.777243"], ["task_id", 8], ["created_at", "2015-04-09 11:13:39.779241"], ["updated_at", "2015-04-09 11:13:39.779241"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:13:39.781979"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 2.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1706"], ["description", "I-am-the-goal-description_8482"], ["version", 1], ["created_at", "2015-04-09 11:13:39.789727"], ["updated_at", "2015-04-09 11:13:39.789727"], ["tracking", "150409-12"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4431"], ["description", "I-am-the-task-description_729"], ["created_at", "2015-04-09 11:13:39.797508"], ["updated_at", "2015-04-09 11:13:39.797508"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2618"], ["description", "I-am-the-task-description_5556"], ["created_at", "2015-04-09 11:13:39.804344"], ["updated_at", "2015-04-09 11:13:39.804344"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 9ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9754"], ["description", "I-am-the-goal-description_6256"], ["version", 1], ["created_at", "2015-04-09 11:13:39.822096"], ["updated_at", "2015-04-09 11:13:39.822096"], ["tracking", "150409-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5794"], ["description", "I-am-the-task-description_545"], ["created_at", "2015-04-09 11:13:39.827462"], ["updated_at", "2015-04-09 11:13:39.827462"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2285"], ["description", "I-am-the-task-description_6807"], ["created_at", "2015-04-09 11:13:39.834421"], ["updated_at", "2015-04-09 11:13:39.834421"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.5ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.7ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_439"], ["description", "I-am-the-goal-description_9077"], ["version", 1], ["created_at", "2015-04-09 11:13:39.886830"], ["updated_at", "2015-04-09 11:13:39.886830"], ["tracking", "150409-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task9603"], ["description", "I-am-the-task-description_9008"], ["created_at", "2015-04-09 11:13:39.891042"], ["updated_at", "2015-04-09 11:13:39.891042"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7958"], ["description", "I-am-the-goal-description_1442"], ["version", 1], ["created_at", "2015-04-09 11:13:39.896546"], ["updated_at", "2015-04-09 11:13:39.896546"], ["tracking", "150409-15"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1409"], ["description", "I-am-the-task-description_7298"], ["created_at", "2015-04-09 11:13:39.903533"], ["updated_at", "2015-04-09 11:13:39.903533"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3878"], ["description", "I-am-the-goal-description_4722"], ["version", 1], ["created_at", "2015-04-09 11:13:39.915685"], ["updated_at", "2015-04-09 11:13:39.915685"], ["tracking", "150409-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3263"], ["description", "I-am-the-task-description_7887"], ["created_at", "2015-04-09 11:13:39.919922"], ["updated_at", "2015-04-09 11:13:39.919922"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task9422"], ["description", "I-am-the-task-description_2642"], ["created_at", "2015-04-09 11:13:39.923745"], ["updated_at", "2015-04-09 11:13:39.923745"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4400"], ["description", "I-am-the-goal-description_8145"], ["version", 1], ["created_at", "2015-04-09 11:13:39.938452"], ["updated_at", "2015-04-09 11:13:39.938452"], ["tracking", "150409-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5238"], ["description", "I-am-the-task-description_1784"], ["created_at", "2015-04-09 11:13:39.942705"], ["updated_at", "2015-04-09 11:13:39.942705"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5890"], ["description", "I-am-the-goal-description_2027"], ["version", 1], ["created_at", "2015-04-09 11:13:39.946585"], ["updated_at", "2015-04-09 11:13:39.946585"], ["tracking", "150409-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1507"], ["description", "I-am-the-task-description_3470"], ["created_at", "2015-04-09 11:13:39.951092"], ["updated_at", "2015-04-09 11:13:39.951092"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4721"], ["description", "I-am-the-goal-description_2792"], ["version", 1], ["created_at", "2015-04-09 11:13:39.960590"], ["updated_at", "2015-04-09 11:13:39.960590"], ["tracking", "150409-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7906"], ["description", "I-am-the-task-description_8065"], ["created_at", "2015-04-09 11:13:39.964819"], ["updated_at", "2015-04-09 11:13:39.964819"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task8558"], ["description", "I-am-the-task-description_6518"], ["created_at", "2015-04-09 11:13:39.969128"], ["updated_at", "2015-04-09 11:13:39.969128"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6889"], ["description", "I-am-the-goal-description_7144"], ["version", 1], ["created_at", "2015-04-09 11:13:39.982809"], ["updated_at", "2015-04-09 11:13:39.982809"], ["tracking", "150409-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9773"], ["description", "I-am-the-task-description_437"], ["created_at", "2015-04-09 11:13:39.986769"], ["updated_at", "2015-04-09 11:13:39.986769"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8652"], ["description", "I-am-the-goal-description_567"], ["version", 1], ["created_at", "2015-04-09 11:13:39.990450"], ["updated_at", "2015-04-09 11:13:39.990450"], ["tracking", "150409-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7159"], ["description", "I-am-the-task-description_6295"], ["created_at", "2015-04-09 11:13:39.995237"], ["updated_at", "2015-04-09 11:13:39.995237"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4838"], ["description", "I-am-the-goal-description_8786"], ["version", 1], ["created_at", "2015-04-09 11:13:40.010386"], ["updated_at", "2015-04-09 11:13:40.010386"], ["tracking", "150409-22"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task7683"], ["description", "I-am-the-task-description_3705"], ["created_at", "2015-04-09 11:13:40.015684"], ["updated_at", "2015-04-09 11:13:40.015684"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9405"], ["description", "I-am-the-task-description_6945"], ["created_at", "2015-04-09 11:13:40.019545"], ["updated_at", "2015-04-09 11:13:40.019545"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.3ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3404"], ["description", "I-am-the-goal-description_8119"], ["version", 1], ["created_at", "2015-04-09 11:13:40.031872"], ["updated_at", "2015-04-09 11:13:40.031872"], ["tracking", "150409-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task747"], ["description", "I-am-the-task-description_7980"], ["created_at", "2015-04-09 11:13:40.035641"], ["updated_at", "2015-04-09 11:13:40.035641"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4150"], ["description", "I-am-the-task-description_7268"], ["created_at", "2015-04-09 11:13:40.039248"], ["updated_at", "2015-04-09 11:13:40.039248"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 3.5ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4452"], ["description", "I-am-the-goal-description_4327"], ["version", 1], ["created_at", "2015-04-09 11:13:40.054967"], ["updated_at", "2015-04-09 11:13:40.054967"], ["tracking", "150409-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2211"], ["description", "I-am-the-task-description_519"], ["created_at", "2015-04-09 11:13:40.059307"], ["updated_at", "2015-04-09 11:13:40.059307"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6885"], ["description", "I-am-the-task-description_6064"], ["created_at", "2015-04-09 11:13:40.064310"], ["updated_at", "2015-04-09 11:13:40.064310"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 60ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3963"], ["description", "I-am-the-goal-description_8607"], ["version", 1], ["created_at", "2015-04-09 11:13:40.134976"], ["updated_at", "2015-04-09 11:13:40.134976"], ["tracking", "150409-25"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task115"], ["description", "I-am-the-task-description_1567"], ["created_at", "2015-04-09 11:13:40.140371"], ["updated_at", "2015-04-09 11:13:40.140371"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task8337"], ["description", "I-am-the-task-description_2727"], ["created_at", "2015-04-09 11:13:40.146501"], ["updated_at", "2015-04-09 11:13:40.146501"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:13:40.162223"], ["updated_at", "2015-04-09 11:13:40.162223"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 9ms (ActiveRecord: 1.9ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5573"], ["description", "I-am-the-goal-description_9976"], ["version", 1], ["created_at", "2015-04-09 11:13:40.173086"], ["updated_at", "2015-04-09 11:13:40.173086"], ["tracking", "150409-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6968"], ["description", "I-am-the-task-description_5210"], ["created_at", "2015-04-09 11:13:40.179269"], ["updated_at", "2015-04-09 11:13:40.179269"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7084"], ["description", "I-am-the-task-description_284"], ["created_at", "2015-04-09 11:13:40.184046"], ["updated_at", "2015-04-09 11:13:40.184046"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:13:40.190954"], ["updated_at", "2015-04-09 11:13:40.190954"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6469"], ["description", "I-am-the-goal-description_424"], ["version", 1], ["created_at", "2015-04-09 11:13:40.204457"], ["updated_at", "2015-04-09 11:13:40.204457"], ["tracking", "150409-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task2652"], ["description", "I-am-the-task-description_4122"], ["created_at", "2015-04-09 11:13:40.208758"], ["updated_at", "2015-04-09 11:13:40.208758"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task1543"], ["description", "I-am-the-task-description_8089"], ["created_at", "2015-04-09 11:13:40.214005"], ["updated_at", "2015-04-09 11:13:40.214005"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:13:40.220961"], ["updated_at", "2015-04-09 11:13:40.220961"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2642"], ["description", "I-am-the-goal-description_3488"], ["version", 1], ["created_at", "2015-04-09 11:13:40.231401"], ["updated_at", "2015-04-09 11:13:40.231401"], ["tracking", "150409-28"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task3320"], ["description", "I-am-the-task-description_4024"], ["created_at", "2015-04-09 11:13:40.238184"], ["updated_at", "2015-04-09 11:13:40.238184"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6112"], ["description", "I-am-the-task-description_7595"], ["created_at", "2015-04-09 11:13:40.243012"], ["updated_at", "2015-04-09 11:13:40.243012"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 7ms (Views: 1.5ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4443"], ["description", "I-am-the-goal-description_4864"], ["version", 1], ["created_at", "2015-04-09 11:13:40.260421"], ["updated_at", "2015-04-09 11:13:40.260421"], ["tracking", "150409-29"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task6101"], ["description", "I-am-the-task-description_6589"], ["created_at", "2015-04-09 11:13:40.265724"], ["updated_at", "2015-04-09 11:13:40.265724"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task3377"], ["description", "I-am-the-task-description_1034"], ["created_at", "2015-04-09 11:13:40.269692"], ["updated_at", "2015-04-09 11:13:40.269692"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:13:40.273466"], ["updated_at", "2015-04-09 11:13:40.273466"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"43"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 8ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6293"], ["description", "I-am-the-goal-description_355"], ["version", 1], ["created_at", "2015-04-09 11:13:40.289765"], ["updated_at", "2015-04-09 11:13:40.289765"], ["tracking", "150409-30"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4904"], ["description", "I-am-the-task-description_840"], ["created_at", "2015-04-09 11:13:40.294455"], ["updated_at", "2015-04-09 11:13:40.294455"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task7544"], ["description", "I-am-the-task-description_9186"], ["created_at", "2015-04-09 11:13:40.298992"], ["updated_at", "2015-04-09 11:13:40.298992"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:13:40.303006"], ["updated_at", "2015-04-09 11:13:40.303006"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_963"], ["description", "I-am-the-goal-description_7102"], ["version", 1], ["created_at", "2015-04-09 11:13:40.314871"], ["updated_at", "2015-04-09 11:13:40.314871"], ["tracking", "150409-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task6741"], ["description", "I-am-the-task-description_5842"], ["created_at", "2015-04-09 11:13:40.319021"], ["updated_at", "2015-04-09 11:13:40.319021"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task4180"], ["description", "I-am-the-task-description_5138"], ["created_at", "2015-04-09 11:13:40.322905"], ["updated_at", "2015-04-09 11:13:40.322905"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.4ms) 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 11:13:40.327168"], ["updated_at", "2015-04-09 11:13:40.327168"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6603"], ["description", "I-am-the-goal-description_4175"], ["version", 1], ["created_at", "2015-04-09 11:13:40.343275"], ["updated_at", "2015-04-09 11:13:40.343275"], ["tracking", "150409-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task3052"], ["description", "I-am-the-task-description_1845"], ["created_at", "2015-04-09 11:13:40.347778"], ["updated_at", "2015-04-09 11:13:40.347778"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5198"], ["description", "I-am-the-task-description_5503"], ["created_at", "2015-04-09 11:13:40.351917"], ["updated_at", "2015-04-09 11:13:40.351917"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) 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 11:13:40.355564"], ["updated_at", "2015-04-09 11:13:40.355564"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9320"], ["description", "I-am-the-goal-description_3116"], ["version", 1], ["created_at", "2015-04-09 11:13:40.369720"], ["updated_at", "2015-04-09 11:13:40.369720"], ["tracking", "150409-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6514"], ["description", "I-am-the-task-description_8927"], ["created_at", "2015-04-09 11:13:40.373493"], ["updated_at", "2015-04-09 11:13:40.373493"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task6973"], ["description", "I-am-the-task-description_2764"], ["created_at", "2015-04-09 11:13:40.377714"], ["updated_at", "2015-04-09 11:13:40.377714"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:13:40.381461"], ["updated_at", "2015-04-09 11:13:40.381461"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1549"], ["description", "I-am-the-goal-description_4369"], ["version", 1], ["created_at", "2015-04-09 11:13:40.394653"], ["updated_at", "2015-04-09 11:13:40.394653"], ["tracking", "150409-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task4958"], ["description", "I-am-the-task-description_3522"], ["created_at", "2015-04-09 11:13:40.399373"], ["updated_at", "2015-04-09 11:13:40.399373"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task9849"], ["description", "I-am-the-task-description_2868"], ["created_at", "2015-04-09 11:13:40.403978"], ["updated_at", "2015-04-09 11:13:40.403978"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:13:40.408936"], ["updated_at", "2015-04-09 11:13:40.408936"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 11:13:40.415741"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4122"], ["description", "I-am-the-goal-description_7599"], ["version", 1], ["created_at", "2015-04-09 11:13:40.423149"], ["updated_at", "2015-04-09 11:13:40.423149"], ["tracking", "150409-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6877"], ["description", "I-am-the-goal-description_1222"], ["version", 1], ["created_at", "2015-04-09 11:13:40.429798"], ["updated_at", "2015-04-09 11:13:40.429798"], ["tracking", "150409-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task7728"], ["description", "I-am-the-task-description_8047"], ["created_at", "2015-04-09 11:13:40.434859"], ["updated_at", "2015-04-09 11:13:40.434859"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6215"], ["description", "I-am-the-goal-description_701"], ["version", 1], ["created_at", "2015-04-09 11:13:40.439063"], ["updated_at", "2015-04-09 11:13:40.439063"], ["tracking", "150409-37"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 41], ["title", "I-am-a-task7396"], ["description", "I-am-the-task-description_2067"], ["created_at", "2015-04-09 11:13:40.443197"], ["updated_at", "2015-04-09 11:13:40.443197"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1796"], ["description", "I-am-the-goal-description_3899"], ["version", 1], ["created_at", "2015-04-09 11:13:40.446611"], ["updated_at", "2015-04-09 11:13:40.446611"], ["tracking", "150409-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task8019"], ["description", "I-am-the-task-description_3181"], ["created_at", "2015-04-09 11:13:40.451709"], ["updated_at", "2015-04-09 11:13:40.451709"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task5625"], ["description", "I-am-the-task-description_7714"], ["created_at", "2015-04-09 11:13:40.455788"], ["updated_at", "2015-04-09 11:13:40.455788"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 39], ["title", "I-am-a-task2558"], ["description", "I-am-the-task-description_7195"], ["created_at", "2015-04-09 11:13:40.460117"], ["updated_at", "2015-04-09 11:13:40.460117"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 39], ["title", "I-am-a-task5742"], ["description", "I-am-the-task-description_5220"], ["created_at", "2015-04-09 11:13:40.464376"], ["updated_at", "2015-04-09 11:13:40.464376"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3048"], ["description", "I-am-the-goal-description_2501"], ["version", 1], ["created_at", "2015-04-09 11:13:40.471002"], ["updated_at", "2015-04-09 11:13:40.471002"], ["tracking", "150409-39"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4597"], ["description", "I-am-the-goal-description_2663"], ["version", 1], ["created_at", "2015-04-09 11:13:40.476176"], ["updated_at", "2015-04-09 11:13:40.476176"], ["tracking", "150409-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task5305"], ["description", "I-am-the-task-description_6193"], ["created_at", "2015-04-09 11:13:40.479909"], ["updated_at", "2015-04-09 11:13:40.479909"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2763"], ["description", "I-am-the-goal-description_8093"], ["version", 1], ["created_at", "2015-04-09 11:13:40.483899"], ["updated_at", "2015-04-09 11:13:40.483899"], ["tracking", "150409-41"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 45], ["title", "I-am-a-task7241"], ["description", "I-am-the-task-description_7786"], ["created_at", "2015-04-09 11:13:40.488678"], ["updated_at", "2015-04-09 11:13:40.488678"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8515"], ["description", "I-am-the-goal-description_858"], ["version", 1], ["created_at", "2015-04-09 11:13:40.492053"], ["updated_at", "2015-04-09 11:13:40.492053"], ["tracking", "150409-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task6685"], ["description", "I-am-the-task-description_1833"], ["created_at", "2015-04-09 11:13:40.496533"], ["updated_at", "2015-04-09 11:13:40.496533"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task288"], ["description", "I-am-the-task-description_8417"], ["created_at", "2015-04-09 11:13:40.501188"], ["updated_at", "2015-04-09 11:13:40.501188"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 43], ["title", "I-am-a-task6435"], ["description", "I-am-the-task-description_2745"], ["created_at", "2015-04-09 11:13:40.505577"], ["updated_at", "2015-04-09 11:13:40.505577"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 43], ["title", "I-am-a-task2676"], ["description", "I-am-the-task-description_8190"], ["created_at", "2015-04-09 11:13:40.510313"], ["updated_at", "2015-04-09 11:13:40.510313"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1168"], ["description", "I-am-the-goal-description_3124"], ["version", 1], ["created_at", "2015-04-09 11:13:40.513845"], ["updated_at", "2015-04-09 11:13:40.513845"], ["tracking", "150409-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2150"], ["description", "I-am-the-goal-description_6877"], ["version", 1], ["created_at", "2015-04-09 11:13:40.521199"], ["updated_at", "2015-04-09 11:13:40.521199"], ["tracking", "150409-44"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8810"], ["description", "I-am-the-goal-description_1008"], ["version", 1], ["created_at", "2015-04-09 11:13:40.525870"], ["updated_at", "2015-04-09 11:13:40.525870"], ["tracking", "150409-45"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 49], ["title", "I-am-a-task3334"], ["description", "I-am-the-task-description_1459"], ["created_at", "2015-04-09 11:13:40.529666"], ["updated_at", "2015-04-09 11:13:40.529666"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_344"], ["description", "I-am-the-goal-description_4826"], ["version", 1], ["created_at", "2015-04-09 11:13:40.533812"], ["updated_at", "2015-04-09 11:13:40.533812"], ["tracking", "150409-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 50], ["title", "I-am-a-task8649"], ["description", "I-am-the-task-description_1852"], ["created_at", "2015-04-09 11:13:40.537987"], ["updated_at", "2015-04-09 11:13:40.537987"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7651"], ["description", "I-am-the-goal-description_18"], ["version", 1], ["created_at", "2015-04-09 11:13:40.540870"], ["updated_at", "2015-04-09 11:13:40.540870"], ["tracking", "150409-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task2232"], ["description", "I-am-the-task-description_7056"], ["created_at", "2015-04-09 11:13:40.545406"], ["updated_at", "2015-04-09 11:13:40.545406"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 51], ["title", "I-am-a-task2179"], ["description", "I-am-the-task-description_8128"], ["created_at", "2015-04-09 11:13:40.549703"], ["updated_at", "2015-04-09 11:13:40.549703"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 48], ["title", "I-am-a-task5242"], ["description", "I-am-the-task-description_8846"], ["created_at", "2015-04-09 11:13:40.553959"], ["updated_at", "2015-04-09 11:13:40.553959"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task2880"], ["description", "I-am-the-task-description_9669"], ["created_at", "2015-04-09 11:13:40.558564"], ["updated_at", "2015-04-09 11:13:40.558564"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task8794"], ["description", "I-am-the-task-description_1050"], ["created_at", "2015-04-09 11:13:40.563202"], ["updated_at", "2015-04-09 11:13:40.563202"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1957"], ["description", "I-am-the-goal-description_3949"], ["version", 1], ["created_at", "2015-04-09 11:13:40.569712"], ["updated_at", "2015-04-09 11:13:40.569712"], ["tracking", "150409-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8649"], ["description", "I-am-the-goal-description_4848"], ["version", 1], ["created_at", "2015-04-09 11:13:40.574963"], ["updated_at", "2015-04-09 11:13:40.574963"], ["tracking", "150409-49"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 53], ["title", "I-am-a-task6611"], ["description", "I-am-the-task-description_1709"], ["created_at", "2015-04-09 11:13:40.578915"], ["updated_at", "2015-04-09 11:13:40.578915"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8506"], ["description", "I-am-the-goal-description_3936"], ["version", 1], ["created_at", "2015-04-09 11:13:40.583138"], ["updated_at", "2015-04-09 11:13:40.583138"], ["tracking", "150409-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 54], ["title", "I-am-a-task9961"], ["description", "I-am-the-task-description_9063"], ["created_at", "2015-04-09 11:13:40.587121"], ["updated_at", "2015-04-09 11:13:40.587121"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_376"], ["description", "I-am-the-goal-description_7393"], ["version", 1], ["created_at", "2015-04-09 11:13:40.590342"], ["updated_at", "2015-04-09 11:13:40.590342"], ["tracking", "150409-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task9689"], ["description", "I-am-the-task-description_7564"], ["created_at", "2015-04-09 11:13:40.595804"], ["updated_at", "2015-04-09 11:13:40.595804"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 55], ["title", "I-am-a-task5324"], ["description", "I-am-the-task-description_6877"], ["created_at", "2015-04-09 11:13:40.601385"], ["updated_at", "2015-04-09 11:13:40.601385"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 52], ["title", "I-am-a-task8820"], ["description", "I-am-the-task-description_1235"], ["created_at", "2015-04-09 11:13:40.606946"], ["updated_at", "2015-04-09 11:13:40.606946"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task4541"], ["description", "I-am-the-task-description_3725"], ["created_at", "2015-04-09 11:13:40.612440"], ["updated_at", "2015-04-09 11:13:40.612440"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task7677"], ["description", "I-am-the-task-description_5370"], ["created_at", "2015-04-09 11:13:40.616859"], ["updated_at", "2015-04-09 11:13:40.616859"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9030"], ["description", "I-am-the-goal-description_7902"], ["version", 1], ["created_at", "2015-04-09 11:13:40.623912"], ["updated_at", "2015-04-09 11:13:40.623912"], ["tracking", "150409-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 56], ["title", "I-am-a-task5069"], ["description", "I-am-the-task-description_2369"], ["created_at", "2015-04-09 11:13:40.627644"], ["updated_at", "2015-04-09 11:13:40.627644"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_232"], ["description", "I-am-the-goal-description_9488"], ["version", 1], ["created_at", "2015-04-09 11:13:40.632945"], ["updated_at", "2015-04-09 11:13:40.632945"], ["tracking", "150409-53"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-12"], ["goal_id", 57], ["title", "I-am-a-task6657"], ["description", "I-am-the-task-description_4613"], ["created_at", "2015-04-09 11:13:40.636954"], ["updated_at", "2015-04-09 11:13:40.636954"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7118"], ["description", "I-am-the-goal-description_8622"], ["version", 1], ["created_at", "2015-04-09 11:13:40.642460"], ["updated_at", "2015-04-09 11:13:40.642460"], ["tracking", "150409-54"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 58], ["title", "I-am-a-task3367"], ["description", "I-am-the-task-description_7610"], ["created_at", "2015-04-09 11:13:40.646242"], ["updated_at", "2015-04-09 11:13:40.646242"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5844"], ["description", "I-am-the-goal-description_9813"], ["version", 1], ["created_at", "2015-04-09 11:13:40.652107"], ["updated_at", "2015-04-09 11:13:40.652107"], ["tracking", "150409-55"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 59], ["title", "I-am-a-task6019"], ["description", "I-am-the-task-description_9738"], ["created_at", "2015-04-09 11:13:40.656161"], ["updated_at", "2015-04-09 11:13:40.656161"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4861"], ["description", "I-am-the-goal-description_2930"], ["version", 1], ["created_at", "2015-04-09 11:13:40.662594"], ["updated_at", "2015-04-09 11:13:40.662594"], ["tracking", "150409-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3717"], ["description", "I-am-the-goal-description_1011"], ["version", 1], ["created_at", "2015-04-09 11:13:40.667765"], ["updated_at", "2015-04-09 11:13:40.667765"], ["tracking", "150409-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7554"], ["description", "I-am-the-goal-description_4945"], ["version", 1], ["created_at", "2015-04-09 11:13:40.735461"], ["updated_at", "2015-04-09 11:13:40.735461"], ["tracking", "150409-58"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6406"], ["description", "I-am-the-goal-description_7721"], ["version", 1], ["created_at", "2015-04-09 11:13:40.741332"], ["updated_at", "2015-04-09 11:13:40.741332"], ["tracking", "150409-59"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6441"], ["description", "I-am-the-goal-description_3089"], ["version", 1], ["created_at", "2015-04-09 11:13:40.746865"], ["updated_at", "2015-04-09 11:13:40.746865"], ["tracking", "150409-60"]]  (1.2ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9349"], ["description", "I-am-the-goal-description_1621"], ["version", 1], ["created_at", "2015-04-09 11:13:40.757279"], ["updated_at", "2015-04-09 11:13:40.757279"], ["tracking", "150409-61"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4488"], ["description", "I-am-the-goal-description_2926"], ["version", 1], ["created_at", "2015-04-09 11:13:40.764109"], ["updated_at", "2015-04-09 11:13:40.764109"], ["tracking", "150409-62"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4677"], ["description", "I-am-the-goal-description_4038"], ["version", 1], ["created_at", "2015-04-09 11:13:40.770783"], ["updated_at", "2015-04-09 11:13:40.770783"], ["tracking", "150409-63"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task9060"], ["description", "I-am-the-task-description_9908"], ["created_at", "2015-04-09 11:13:40.775344"], ["updated_at", "2015-04-09 11:13:40.775344"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1816"], ["description", "I-am-the-goal-description_6791"], ["version", 1], ["created_at", "2015-04-09 11:13:40.782481"], ["updated_at", "2015-04-09 11:13:40.782481"], ["tracking", "150409-64"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6147"], ["description", "I-am-the-goal-description_6147"], ["version", 1], ["created_at", "2015-04-09 11:13:40.791603"], ["updated_at", "2015-04-09 11:13:40.791603"], ["tracking", "150409-65"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9887"], ["description", "I-am-the-goal-description_2708"], ["version", 1], ["created_at", "2015-04-09 11:13:40.802015"], ["updated_at", "2015-04-09 11:13:40.802015"], ["tracking", "150409-66"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2642"], ["description", "I-am-the-goal-description_2232"], ["version", 1], ["created_at", "2015-04-09 11:13:40.812025"], ["updated_at", "2015-04-09 11:13:40.812025"], ["tracking", "150409-67"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task1588"], ["description", "I-am-the-task-description_8803"], ["created_at", "2015-04-09 11:13:40.817256"], ["updated_at", "2015-04-09 11:13:40.817256"]]  (0.8ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7088"], ["description", "I-am-the-goal-description_8257"], ["version", 1], ["created_at", "2015-04-09 11:13:40.823911"], ["updated_at", "2015-04-09 11:13:40.823911"], ["tracking", "150409-68"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task1839"], ["description", "I-am-the-task-description_3495"], ["created_at", "2015-04-09 11:13:40.831837"], ["updated_at", "2015-04-09 11:13:40.831837"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8412"], ["description", "I-am-the-goal-description_2251"], ["version", 1], ["created_at", "2015-04-09 11:13:40.836312"], ["updated_at", "2015-04-09 11:13:40.836312"], ["tracking", "150409-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task9799"], ["description", "I-am-the-task-description_713"], ["created_at", "2015-04-09 11:13:40.841023"], ["updated_at", "2015-04-09 11:13:40.841023"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9834"], ["description", "I-am-the-goal-description_8719"], ["version", 1], ["created_at", "2015-04-09 11:13:40.846363"], ["updated_at", "2015-04-09 11:13:40.846363"], ["tracking", "150409-70"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task6218"], ["description", "I-am-the-task-description_474"], ["created_at", "2015-04-09 11:13:40.851713"], ["updated_at", "2015-04-09 11:13:40.851713"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5561"], ["description", "I-am-the-goal-description_2533"], ["version", 1], ["created_at", "2015-04-09 11:13:40.856399"], ["updated_at", "2015-04-09 11:13:40.856399"], ["tracking", "150409-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task3279"], ["description", "I-am-the-task-description_7666"], ["created_at", "2015-04-09 11:13:40.861714"], ["updated_at", "2015-04-09 11:13:40.861714"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1777"], ["description", "I-am-the-goal-description_3985"], ["version", 1], ["created_at", "2015-04-09 11:13:40.869240"], ["updated_at", "2015-04-09 11:13:40.869240"], ["tracking", "150409-72"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task595"], ["description", "I-am-the-task-description_7904"], ["created_at", "2015-04-09 11:13:40.874118"], ["updated_at", "2015-04-09 11:13:40.874118"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4145"], ["description", "I-am-the-goal-description_7309"], ["version", 1], ["created_at", "2015-04-09 11:13:40.879764"], ["updated_at", "2015-04-09 11:13:40.879764"], ["tracking", "150409-73"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task5647"], ["description", "I-am-the-task-description_9262"], ["created_at", "2015-04-09 11:13:40.884389"], ["updated_at", "2015-04-09 11:13:40.884389"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1400"], ["description", "I-am-the-goal-description_5846"], ["version", 1], ["created_at", "2015-04-09 11:13:40.889542"], ["updated_at", "2015-04-09 11:13:40.889542"], ["tracking", "150409-74"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task7065"], ["description", "I-am-the-task-description_6224"], ["created_at", "2015-04-09 11:13:40.893645"], ["updated_at", "2015-04-09 11:13:40.893645"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4135"], ["description", "I-am-the-goal-description_2977"], ["version", 1], ["created_at", "2015-04-09 11:13:40.900025"], ["updated_at", "2015-04-09 11:13:40.900025"], ["tracking", "150409-75"]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task3375"], ["description", "I-am-the-task-description_147"], ["created_at", "2015-04-09 11:13:40.906368"], ["updated_at", "2015-04-09 11:13:40.906368"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2945"], ["description", "I-am-the-goal-description_6859"], ["version", 1], ["created_at", "2015-04-09 11:13:40.911751"], ["updated_at", "2015-04-09 11:13:40.911751"], ["tracking", "150409-76"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 80], ["title", "I-am-a-task4396"], ["description", "I-am-the-task-description_7728"], ["created_at", "2015-04-09 11:13:40.916222"], ["updated_at", "2015-04-09 11:13:40.916222"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2891"], ["description", "I-am-the-goal-description_1236"], ["version", 1], ["created_at", "2015-04-09 11:13:40.921749"], ["updated_at", "2015-04-09 11:13:40.921749"], ["tracking", "150409-77"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-09 11:13:40.925423"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-09 11:13:40.928138"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3355"], ["description", "I-am-the-goal-description_3931"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2805"], ["description", "I-am-the-goal-description_4192"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2658"], ["description", "I-am-the-goal-description_7083"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6416"], ["description", "I-am-the-goal-description_3918"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8099"], ["description", "I-am-the-goal-description_1184"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task9363"], ["description", "I-am-the-task-description_8799"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task8382"], ["description", "I-am-the-task-description_7000"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7601"], ["description", "I-am-the-goal-description_4185"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1624"], ["description", "I-am-the-goal-description_8791"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1922"], ["description", "I-am-the-goal-description_5200"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1794"], ["description", "I-am-the-goal-description_9405"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task9796"], ["description", "I-am-the-task-description_3927"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8831"], ["description", "I-am-the-goal-description_5944"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task1257"], ["description", "I-am-the-task-description_8767"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5738"], ["description", "I-am-the-goal-description_4512"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task3226"], ["description", "I-am-the-task-description_2458"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_70"], ["description", "I-am-the-goal-description_6290"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task9551"], ["description", "I-am-the-task-description_2236"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9710"], ["description", "I-am-the-goal-description_2730"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task5242"], ["description", "I-am-the-task-description_9024"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7614"], ["description", "I-am-the-goal-description_1053"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task4524"], ["description", "I-am-the-task-description_3491"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_628"], ["description", "I-am-the-goal-description_5919"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task1098"], ["description", "I-am-the-task-description_2841"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9393"], ["description", "I-am-the-goal-description_1325"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4693"], ["description", "I-am-the-goal-description_5083"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5495"], ["description", "I-am-the-goal-description_7892"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9061"], ["description", "I-am-the-goal-description_1452"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:13:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (59.5ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3885.2ms) Completed 200 OK in 4008ms (Views: 3975.6ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 13:13:58 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 13:13:58 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 13:13:58 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 13:13:59 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (367.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (372.3ms) Completed 200 OK in 385ms (Views: 376.1ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:14:00 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-09 11:14:00.393153"], ["updated_at", "2015-04-09 11:14:00.393153"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/goals/1 Completed 302 Found in 12ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (93.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (101.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (162.4ms) Completed 200 OK in 182ms (Views: 164.3ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1794"], ["description", "I-am-the-goal-description_8724"], ["version", 1], ["created_at", "2015-04-09 11:14:00.742281"], ["updated_at", "2015-04-09 11:14:00.742281"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9527"], ["description", "I-am-the-task-description_2134"], ["created_at", "2015-04-09 11:14:00.748716"], ["updated_at", "2015-04-09 11:14:00.748716"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9534"], ["description", "I-am-the-task-description_8707"], ["created_at", "2015-04-09 11:14:00.753145"], ["updated_at", "2015-04-09 11:14:00.753145"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5637"], ["description", "I-am-the-task-description_2425"], ["created_at", "2015-04-09 11:14:00.756984"], ["updated_at", "2015-04-09 11:14:00.756984"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:14:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.7ms) Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (14.8ms) Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4836"], ["description", "I-am-the-goal-description_4657"], ["version", 1], ["created_at", "2015-04-09 11:14:02.491192"], ["updated_at", "2015-04-09 11:14:02.491192"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:14:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 13:14:04 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.3ms) Completed 200 OK in 73ms (Views: 72.1ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:04 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_4657"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 11:14:04.483218"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.3ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8569"], ["description", "I-am-the-goal-description_4889"], ["version", 1], ["created_at", "2015-04-09 11:14:04.625410"], ["updated_at", "2015-04-09 11:14:04.625410"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:14:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.2ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 13:14:06 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (68.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.2ms) Completed 200 OK in 70ms (Views: 68.9ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:06 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:14:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.7ms) Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6680"], ["description", "I-am-the-goal-description_2764"], ["version", 1], ["created_at", "2015-04-09 11:14:06.601551"], ["updated_at", "2015-04-09 11:14:06.601551"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 13:14:08 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:14:08.197067"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:14:08 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3903"], ["description", "I-am-the-goal-description_4966"], ["version", 1], ["created_at", "2015-04-09 11:14:08.335988"], ["updated_at", "2015-04-09 11:14:08.335988"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.2ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 13:14:09 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:14:09.938835"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:09 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5520"], ["description", "I-am-the-goal-description_6236"], ["version", 1], ["created_at", "2015-04-09 11:14:10.083761"], ["updated_at", "2015-04-09 11:14:10.083761"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2655"], ["description", "I-am-the-task-description_7714"], ["created_at", "2015-04-09 11:14:10.089362"], ["updated_at", "2015-04-09 11:14:10.089362"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:10 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.8ms) Completed 200 OK in 17ms (Views: 13.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:14:11 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (13.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (28.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (112.1ms) Completed 200 OK in 117ms (Views: 113.0ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-09 13:14:11 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) 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 11:14:11.953940"], ["created_at", "2015-04-09 11:14:11.955961"], ["updated_at", "2015-04-09 11:14:11.955961"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-09 11:14:11.959124"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:14:11 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (73.0ms) Completed 200 OK in 77ms (Views: 73.4ms | ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7623"], ["description", "I-am-the-goal-description_4264"], ["version", 1], ["created_at", "2015-04-09 11:14:12.190828"], ["updated_at", "2015-04-09 11:14:12.190828"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:14:12 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:14:13 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 13:14:13 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (98.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (104.6ms) Completed 200 OK in 109ms (Views: 106.5ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:14 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 11:14:14.147368"], ["updated_at", "2015-04-09 11:14:14.147368"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:14:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (72.1ms) Completed 200 OK in 76ms (Views: 72.4ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7578"], ["description", "I-am-the-goal-description_6168"], ["version", 1], ["created_at", "2015-04-09 11:14:14.319663"], ["updated_at", "2015-04-09 11:14:14.319663"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4256"], ["description", "I-am-the-task-description_597"], ["created_at", "2015-04-09 11:14:14.323806"], ["updated_at", "2015-04-09 11:14:14.323806"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.4ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:14:16 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.6ms) Completed 200 OK in 26ms (Views: 21.8ms | ActiveRecord: 0.8ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4547"], ["description", "I-am-the-goal-description_4814"], ["version", 1], ["created_at", "2015-04-09 11:14:16.162151"], ["updated_at", "2015-04-09 11:14:16.162151"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3352"], ["description", "I-am-the-task-description_1841"], ["created_at", "2015-04-09 11:14:16.166520"], ["updated_at", "2015-04-09 11:14:16.166520"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:16 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:14:17 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (55.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (56.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.8ms) Completed 200 OK in 79ms (Views: 76.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 13:14:17 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (73.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (77.0ms) Completed 200 OK in 81ms (Views: 78.8ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:14:18 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_1841", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 11:14:18.237877"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:14:18 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.4ms) Completed 200 OK in 27ms (Views: 21.7ms | ActiveRecord: 0.9ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4053"], ["description", "I-am-the-goal-description_2678"], ["version", 1], ["created_at", "2015-04-09 11:14:18.382931"], ["updated_at", "2015-04-09 11:14:18.382931"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7367"], ["description", "I-am-the-task-description_3306"], ["created_at", "2015-04-09 11:14:18.386905"], ["updated_at", "2015-04-09 11:14:18.386905"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (57.8ms) Completed 200 OK in 60ms (Views: 58.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:14:20 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.6ms) Completed 200 OK in 26ms (Views: 21.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 13:14:20 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (71.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (71.3ms) Completed 200 OK in 75ms (Views: 72.1ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:14:20 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.6ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3891"], ["description", "I-am-the-goal-description_219"], ["version", 1], ["created_at", "2015-04-09 11:14:20.531476"], ["updated_at", "2015-04-09 11:14:20.531476"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (1.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-task931"], ["description", "I-am-the-task-description_4456"], ["created_at", "2015-04-09 11:14:20.535257"], ["updated_at", "2015-04-09 11:14:20.535257"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 13:14:22 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:14:22.133510"], ["task_id", 1], ["created_at", "2015-04-09 11:14:22.134854"], ["updated_at", "2015-04-09 11:14:22.134854"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:14:22.136512"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Completed 200 OK in 8ms (Views: 6.0ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7504"], ["description", "I-am-the-goal-description_6295"], ["version", 1], ["created_at", "2015-04-09 11:14:22.280709"], ["updated_at", "2015-04-09 11:14:22.280709"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task5485"], ["description", "I-am-the-task-description_1105"], ["created_at", "2015-04-09 11:14:22.284713"], ["updated_at", "2015-04-09 11:14:22.284713"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 13:14:23 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) 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 11:14:23.902911"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:59483/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.3ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_683"], ["description", "I-am-the-goal-description_433"], ["version", 1], ["created_at", "2015-04-09 11:14:24.092967"], ["updated_at", "2015-04-09 11:14:24.092967"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task377"], ["description", "I-am-the-task-description_500"], ["created_at", "2015-04-09 11:14:24.097187"], ["updated_at", "2015-04-09 11:14:24.097187"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5424"], ["description", "I-am-the-goal-description_883"], ["version", 1], ["created_at", "2015-04-09 11:14:24.101157"], ["updated_at", "2015-04-09 11:14:24.101157"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8335"], ["description", "I-am-the-task-description_7374"], ["created_at", "2015-04-09 11:14:24.104664"], ["updated_at", "2015-04-09 11:14:24.104664"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8447"], ["description", "I-am-the-goal-description_3031"], ["version", 1], ["created_at", "2015-04-09 11:14:24.107931"], ["updated_at", "2015-04-09 11:14:24.107931"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7670"], ["description", "I-am-the-task-description_1643"], ["created_at", "2015-04-09 11:14:24.111423"], ["updated_at", "2015-04-09 11:14:24.111423"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms) Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 13:14:25 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (5.1ms) Completed 200 OK in 64ms (Views: 4.9ms | ActiveRecord: 0.5ms)  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7650"], ["description", "I-am-the-goal-description_5187"], ["version", 1], ["created_at", "2015-04-09 11:14:25.876886"], ["updated_at", "2015-04-09 11:14:25.876886"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5990"], ["description", "I-am-the-task-description_5199"], ["created_at", "2015-04-09 11:14:25.880997"], ["updated_at", "2015-04-09 11:14:25.880997"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1906"], ["description", "I-am-the-goal-description_9535"], ["version", 1], ["created_at", "2015-04-09 11:14:25.884967"], ["updated_at", "2015-04-09 11:14:25.884967"], ["tracking", "150409-2"]]  (1.3ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5310"], ["description", "I-am-the-task-description_5824"], ["created_at", "2015-04-09 11:14:25.890064"], ["updated_at", "2015-04-09 11:14:25.890064"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7928"], ["description", "I-am-the-goal-description_2170"], ["version", 1], ["created_at", "2015-04-09 11:14:25.893442"], ["updated_at", "2015-04-09 11:14:25.893442"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1775"], ["description", "I-am-the-task-description_685"], ["created_at", "2015-04-09 11:14:25.896838"], ["updated_at", "2015-04-09 11:14:25.896838"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.9ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 13:14:27 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.6ms) Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (55.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3067"], ["description", "I-am-the-goal-description_8560"], ["version", 1], ["created_at", "2015-04-09 11:14:27.681457"], ["updated_at", "2015-04-09 11:14:27.681457"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task812"], ["description", "I-am-the-task-description_4526"], ["created_at", "2015-04-09 11:14:27.685358"], ["updated_at", "2015-04-09 11:14:27.685358"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3386"], ["description", "I-am-the-goal-description_6102"], ["version", 1], ["created_at", "2015-04-09 11:14:27.688831"], ["updated_at", "2015-04-09 11:14:27.688831"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7417"], ["description", "I-am-the-task-description_4116"], ["created_at", "2015-04-09 11:14:27.692805"], ["updated_at", "2015-04-09 11:14:27.692805"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5697"], ["description", "I-am-the-goal-description_7679"], ["version", 1], ["created_at", "2015-04-09 11:14:27.696182"], ["updated_at", "2015-04-09 11:14:27.696182"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5735"], ["description", "I-am-the-task-description_7013"], ["created_at", "2015-04-09 11:14:27.699619"], ["updated_at", "2015-04-09 11:14:27.699619"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:14:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.7ms) Completed 200 OK in 14ms (Views: 11.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 13:14:29 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.8ms) Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 0.5ms)  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2892"], ["description", "I-am-the-goal-description_809"], ["version", 1], ["created_at", "2015-04-09 11:15:38.899451"], ["updated_at", "2015-04-09 11:15:38.899451"], ["tracking", "150409-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task842"], ["description", "I-am-the-task-description_3554"], ["created_at", "2015-04-09 11:15:38.961258"], ["updated_at", "2015-04-09 11:15:38.961258"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5020"], ["description", "I-am-the-task-description_786"], ["created_at", "2015-04-09 11:15:38.965859"], ["updated_at", "2015-04-09 11:15:38.965859"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:15:39.054038"], ["task_id", 1], ["created_at", "2015-04-09 11:15:39.061858"], ["updated_at", "2015-04-09 11:15:39.061858"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:15:39.063639"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 95ms (ActiveRecord: 2.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3128"], ["description", "I-am-the-goal-description_924"], ["version", 1], ["created_at", "2015-04-09 11:15:39.075987"], ["updated_at", "2015-04-09 11:15:39.075987"], ["tracking", "150409-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8226"], ["description", "I-am-the-task-description_1068"], ["created_at", "2015-04-09 11:15:39.080618"], ["updated_at", "2015-04-09 11:15:39.080618"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5441"], ["description", "I-am-the-task-description_4258"], ["created_at", "2015-04-09 11:15:39.085068"], ["updated_at", "2015-04-09 11:15:39.085068"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:15:39.091656"], ["task_id", 3], ["created_at", "2015-04-09 11:15:39.092889"], ["updated_at", "2015-04-09 11:15:39.092889"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:15:39.094399"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_75"], ["description", "I-am-the-goal-description_1800"], ["version", 1], ["created_at", "2015-04-09 11:15:39.103624"], ["updated_at", "2015-04-09 11:15:39.103624"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6159"], ["description", "I-am-the-task-description_6393"], ["created_at", "2015-04-09 11:15:39.108141"], ["updated_at", "2015-04-09 11:15:39.108141"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task877"], ["description", "I-am-the-task-description_9956"], ["created_at", "2015-04-09 11:15:39.112314"], ["updated_at", "2015-04-09 11:15:39.112314"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:15:39.120633"], ["task_id", 5], ["created_at", "2015-04-09 11:15:39.123565"], ["updated_at", "2015-04-09 11:15:39.123565"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:15:39.125347"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9156"], ["description", "I-am-the-goal-description_5461"], ["version", 1], ["created_at", "2015-04-09 11:15:39.133704"], ["updated_at", "2015-04-09 11:15:39.133704"], ["tracking", "150409-4"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task9604"], ["description", "I-am-the-task-description_8024"], ["created_at", "2015-04-09 11:15:39.137921"], ["updated_at", "2015-04-09 11:15:39.137921"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task4112"], ["description", "I-am-the-task-description_3926"], ["created_at", "2015-04-09 11:15:39.141979"], ["updated_at", "2015-04-09 11:15:39.141979"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:15:39.148435"], ["task_id", 7], ["created_at", "2015-04-09 11:15:39.149840"], ["updated_at", "2015-04-09 11:15:39.149840"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:15:39.151486"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9078"], ["description", "I-am-the-goal-description_94"], ["version", 1], ["created_at", "2015-04-09 11:15:39.157327"], ["updated_at", "2015-04-09 11:15:39.157327"], ["tracking", "150409-5"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task3729"], ["description", "I-am-the-task-description_8246"], ["created_at", "2015-04-09 11:15:39.161217"], ["updated_at", "2015-04-09 11:15:39.161217"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task650"], ["description", "I-am-the-task-description_3727"], ["created_at", "2015-04-09 11:15:39.165828"], ["updated_at", "2015-04-09 11:15:39.165828"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 67ms (Views: 14.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1458"], ["description", "I-am-the-goal-description_9923"], ["version", 1], ["created_at", "2015-04-09 11:15:39.241678"], ["updated_at", "2015-04-09 11:15:39.241678"], ["tracking", "150409-6"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task853"], ["description", "I-am-the-task-description_2596"], ["created_at", "2015-04-09 11:15:39.246901"], ["updated_at", "2015-04-09 11:15:39.246901"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task8066"], ["description", "I-am-the-task-description_5296"], ["created_at", "2015-04-09 11:15:39.251196"], ["updated_at", "2015-04-09 11:15:39.251196"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_605"], ["description", "I-am-the-goal-description_5925"], ["version", 1], ["created_at", "2015-04-09 11:15:39.287034"], ["updated_at", "2015-04-09 11:15:39.287034"], ["tracking", "150409-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task9133"], ["description", "I-am-the-task-description_9344"], ["created_at", "2015-04-09 11:15:39.292683"], ["updated_at", "2015-04-09 11:15:39.292683"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3576"], ["description", "I-am-the-goal-description_6968"], ["version", 1], ["created_at", "2015-04-09 11:15:39.296371"], ["updated_at", "2015-04-09 11:15:39.296371"], ["tracking", "150409-8"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2035"], ["description", "I-am-the-task-description_4544"], ["created_at", "2015-04-09 11:15:39.300118"], ["updated_at", "2015-04-09 11:15:39.300118"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9558"], ["description", "I-am-the-goal-description_7736"], ["version", 1], ["created_at", "2015-04-09 11:15:39.310444"], ["updated_at", "2015-04-09 11:15:39.310444"], ["tracking", "150409-9"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task2765"], ["description", "I-am-the-task-description_6728"], ["created_at", "2015-04-09 11:15:39.314631"], ["updated_at", "2015-04-09 11:15:39.314631"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task4483"], ["description", "I-am-the-task-description_3741"], ["created_at", "2015-04-09 11:15:39.318803"], ["updated_at", "2015-04-09 11:15:39.318803"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5806"], ["description", "I-am-the-goal-description_5828"], ["version", 1], ["created_at", "2015-04-09 11:15:39.332751"], ["updated_at", "2015-04-09 11:15:39.332751"], ["tracking", "150409-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task8573"], ["description", "I-am-the-task-description_8921"], ["created_at", "2015-04-09 11:15:39.336710"], ["updated_at", "2015-04-09 11:15:39.336710"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5188"], ["description", "I-am-the-goal-description_3065"], ["version", 1], ["created_at", "2015-04-09 11:15:39.341109"], ["updated_at", "2015-04-09 11:15:39.341109"], ["tracking", "150409-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task136"], ["description", "I-am-the-task-description_2451"], ["created_at", "2015-04-09 11:15:39.345179"], ["updated_at", "2015-04-09 11:15:39.345179"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7538"], ["description", "I-am-the-goal-description_4487"], ["version", 1], ["created_at", "2015-04-09 11:15:39.357449"], ["updated_at", "2015-04-09 11:15:39.357449"], ["tracking", "150409-12"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6602"], ["description", "I-am-the-task-description_2046"], ["created_at", "2015-04-09 11:15:39.361288"], ["updated_at", "2015-04-09 11:15:39.361288"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5901"], ["description", "I-am-the-task-description_7443"], ["created_at", "2015-04-09 11:15:39.365100"], ["updated_at", "2015-04-09 11:15:39.365100"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8754"], ["description", "I-am-the-goal-description_6856"], ["version", 1], ["created_at", "2015-04-09 11:15:39.379611"], ["updated_at", "2015-04-09 11:15:39.379611"], ["tracking", "150409-13"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task8493"], ["description", "I-am-the-task-description_7039"], ["created_at", "2015-04-09 11:15:39.383578"], ["updated_at", "2015-04-09 11:15:39.383578"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_935"], ["description", "I-am-the-goal-description_7135"], ["version", 1], ["created_at", "2015-04-09 11:15:39.387762"], ["updated_at", "2015-04-09 11:15:39.387762"], ["tracking", "150409-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3832"], ["description", "I-am-the-task-description_6205"], ["created_at", "2015-04-09 11:15:39.392226"], ["updated_at", "2015-04-09 11:15:39.392226"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2741"], ["description", "I-am-the-goal-description_3188"], ["version", 1], ["created_at", "2015-04-09 11:15:39.401935"], ["updated_at", "2015-04-09 11:15:39.401935"], ["tracking", "150409-15"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7517"], ["description", "I-am-the-task-description_6993"], ["created_at", "2015-04-09 11:15:39.406990"], ["updated_at", "2015-04-09 11:15:39.406990"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4743"], ["description", "I-am-the-task-description_310"], ["created_at", "2015-04-09 11:15:39.411066"], ["updated_at", "2015-04-09 11:15:39.411066"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_135"], ["description", "I-am-the-goal-description_5610"], ["version", 1], ["created_at", "2015-04-09 11:15:39.423656"], ["updated_at", "2015-04-09 11:15:39.423656"], ["tracking", "150409-16"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5790"], ["description", "I-am-the-task-description_2513"], ["created_at", "2015-04-09 11:15:39.428064"], ["updated_at", "2015-04-09 11:15:39.428064"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5088"], ["description", "I-am-the-task-description_3205"], ["created_at", "2015-04-09 11:15:39.432337"], ["updated_at", "2015-04-09 11:15:39.432337"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 2.5ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6732"], ["description", "I-am-the-goal-description_7928"], ["version", 1], ["created_at", "2015-04-09 11:15:39.445996"], ["updated_at", "2015-04-09 11:15:39.445996"], ["tracking", "150409-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task666"], ["description", "I-am-the-task-description_3322"], ["created_at", "2015-04-09 11:15:39.449800"], ["updated_at", "2015-04-09 11:15:39.449800"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (1.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", 17], ["title", "I-am-a-task7854"], ["description", "I-am-the-task-description_118"], ["created_at", "2015-04-09 11:15:39.453566"], ["updated_at", "2015-04-09 11:15:39.453566"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9961"], ["description", "I-am-the-goal-description_7999"], ["version", 1], ["created_at", "2015-04-09 11:15:39.467020"], ["updated_at", "2015-04-09 11:15:39.467020"], ["tracking", "150409-18"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task7399"], ["description", "I-am-the-task-description_9143"], ["created_at", "2015-04-09 11:15:39.470877"], ["updated_at", "2015-04-09 11:15:39.470877"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task441"], ["description", "I-am-the-task-description_4248"], ["created_at", "2015-04-09 11:15:39.474861"], ["updated_at", "2015-04-09 11:15:39.474861"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:15:39.535370"], ["updated_at", "2015-04-09 11:15:39.535370"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3352ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4874"], ["description", "I-am-the-goal-description_9612"], ["version", 1], ["created_at", "2015-04-09 11:15:42.889338"], ["updated_at", "2015-04-09 11:15:42.889338"], ["tracking", "150409-19"]]  (3.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4855"], ["description", "I-am-the-task-description_5677"], ["created_at", "2015-04-09 11:15:42.895997"], ["updated_at", "2015-04-09 11:15:42.895997"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task3648"], ["description", "I-am-the-task-description_3622"], ["created_at", "2015-04-09 11:15:42.900209"], ["updated_at", "2015-04-09 11:15:42.900209"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:15:42.906706"], ["updated_at", "2015-04-09 11:15:42.906706"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5503"], ["description", "I-am-the-goal-description_1594"], ["version", 1], ["created_at", "2015-04-09 11:15:42.915300"], ["updated_at", "2015-04-09 11:15:42.915300"], ["tracking", "150409-20"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task4679"], ["description", "I-am-the-task-description_5775"], ["created_at", "2015-04-09 11:15:42.919104"], ["updated_at", "2015-04-09 11:15:42.919104"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1273"], ["description", "I-am-the-task-description_9099"], ["created_at", "2015-04-09 11:15:42.923281"], ["updated_at", "2015-04-09 11:15:42.923281"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:15:42.930595"], ["updated_at", "2015-04-09 11:15:42.930595"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1223"], ["description", "I-am-the-goal-description_8960"], ["version", 1], ["created_at", "2015-04-09 11:15:42.940095"], ["updated_at", "2015-04-09 11:15:42.940095"], ["tracking", "150409-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5337"], ["description", "I-am-the-task-description_1220"], ["created_at", "2015-04-09 11:15:42.944170"], ["updated_at", "2015-04-09 11:15:42.944170"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task1828"], ["description", "I-am-the-task-description_6708"], ["created_at", "2015-04-09 11:15:42.948069"], ["updated_at", "2015-04-09 11:15:42.948069"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9693"], ["description", "I-am-the-goal-description_896"], ["version", 1], ["created_at", "2015-04-09 11:15:42.959470"], ["updated_at", "2015-04-09 11:15:42.959470"], ["tracking", "150409-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task6205"], ["description", "I-am-the-task-description_5052"], ["created_at", "2015-04-09 11:15:42.963258"], ["updated_at", "2015-04-09 11:15:42.963258"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3347"], ["description", "I-am-the-task-description_9665"], ["created_at", "2015-04-09 11:15:42.967599"], ["updated_at", "2015-04-09 11:15:42.967599"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:15:42.972255"], ["updated_at", "2015-04-09 11:15:42.972255"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 6ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2074"], ["description", "I-am-the-goal-description_1810"], ["version", 1], ["created_at", "2015-04-09 11:15:42.986263"], ["updated_at", "2015-04-09 11:15:42.986263"], ["tracking", "150409-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7109"], ["description", "I-am-the-task-description_6596"], ["created_at", "2015-04-09 11:15:42.990035"], ["updated_at", "2015-04-09 11:15:42.990035"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4683"], ["description", "I-am-the-task-description_1329"], ["created_at", "2015-04-09 11:15:42.993730"], ["updated_at", "2015-04-09 11:15:42.993730"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:15:42.997384"], ["updated_at", "2015-04-09 11:15:42.997384"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8169"], ["description", "I-am-the-goal-description_3947"], ["version", 1], ["created_at", "2015-04-09 11:15:43.009264"], ["updated_at", "2015-04-09 11:15:43.009264"], ["tracking", "150409-24"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2109"], ["description", "I-am-the-task-description_8006"], ["created_at", "2015-04-09 11:15:43.014272"], ["updated_at", "2015-04-09 11:15:43.014272"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8304"], ["description", "I-am-the-task-description_6219"], ["created_at", "2015-04-09 11:15:43.018612"], ["updated_at", "2015-04-09 11:15:43.018612"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:15:43.023216"], ["updated_at", "2015-04-09 11:15:43.023216"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 1.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9376"], ["description", "I-am-the-goal-description_3447"], ["version", 1], ["created_at", "2015-04-09 11:15:43.037160"], ["updated_at", "2015-04-09 11:15:43.037160"], ["tracking", "150409-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task1173"], ["description", "I-am-the-task-description_1946"], ["created_at", "2015-04-09 11:15:43.040939"], ["updated_at", "2015-04-09 11:15:43.040939"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task2714"], ["description", "I-am-the-task-description_1927"], ["created_at", "2015-04-09 11:15:43.044628"], ["updated_at", "2015-04-09 11:15:43.044628"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:15:43.048269"], ["updated_at", "2015-04-09 11:15:43.048269"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4480"], ["description", "I-am-the-goal-description_8555"], ["version", 1], ["created_at", "2015-04-09 11:15:43.061826"], ["updated_at", "2015-04-09 11:15:43.061826"], ["tracking", "150409-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9854"], ["description", "I-am-the-task-description_5871"], ["created_at", "2015-04-09 11:15:43.065772"], ["updated_at", "2015-04-09 11:15:43.065772"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3412"], ["description", "I-am-the-task-description_1376"], ["created_at", "2015-04-09 11:15:43.069602"], ["updated_at", "2015-04-09 11:15:43.069602"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:15:43.074634"], ["updated_at", "2015-04-09 11:15:43.074634"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8871"], ["description", "I-am-the-goal-description_8573"], ["version", 1], ["created_at", "2015-04-09 11:15:43.089088"], ["updated_at", "2015-04-09 11:15:43.089088"], ["tracking", "150409-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1250"], ["description", "I-am-the-task-description_3790"], ["created_at", "2015-04-09 11:15:43.092918"], ["updated_at", "2015-04-09 11:15:43.092918"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7205"], ["description", "I-am-the-task-description_7338"], ["created_at", "2015-04-09 11:15:43.096875"], ["updated_at", "2015-04-09 11:15:43.096875"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:15:43.100621"], ["updated_at", "2015-04-09 11:15:43.100621"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 11:15:43.106934"], ["id", 57]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5076"], ["description", "I-am-the-goal-description_5560"], ["version", 1], ["created_at", "2015-04-09 11:16:07.986315"], ["updated_at", "2015-04-09 11:16:07.986315"], ["tracking", "150409-1"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1354"], ["description", "I-am-the-task-description_7301"], ["created_at", "2015-04-09 11:16:08.006776"], ["updated_at", "2015-04-09 11:16:08.006776"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7361"], ["description", "I-am-the-task-description_8751"], ["created_at", "2015-04-09 11:16:08.011252"], ["updated_at", "2015-04-09 11:16:08.011252"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:16:08.094464"], ["task_id", 1], ["created_at", "2015-04-09 11:16:08.102460"], ["updated_at", "2015-04-09 11:16:08.102460"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:16:08.104210"], ["id", 1]]  (1.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 90ms (ActiveRecord: 2.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6989"], ["description", "I-am-the-goal-description_6086"], ["version", 1], ["created_at", "2015-04-09 11:16:08.117112"], ["updated_at", "2015-04-09 11:16:08.117112"], ["tracking", "150409-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3887"], ["description", "I-am-the-task-description_4845"], ["created_at", "2015-04-09 11:16:08.120964"], ["updated_at", "2015-04-09 11:16:08.120964"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4280"], ["description", "I-am-the-task-description_763"], ["created_at", "2015-04-09 11:16:08.125011"], ["updated_at", "2015-04-09 11:16:08.125011"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:16:08.132000"], ["task_id", 3], ["created_at", "2015-04-09 11:16:08.133562"], ["updated_at", "2015-04-09 11:16:08.133562"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:16:08.135927"], ["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1951"], ["description", "I-am-the-goal-description_2849"], ["version", 1], ["created_at", "2015-04-09 11:16:08.189479"], ["updated_at", "2015-04-09 11:16:08.189479"], ["tracking", "150409-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task179"], ["description", "I-am-the-task-description_4014"], ["created_at", "2015-04-09 11:16:08.193917"], ["updated_at", "2015-04-09 11:16:08.193917"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1331"], ["description", "I-am-the-task-description_8656"], ["created_at", "2015-04-09 11:16:08.198023"], ["updated_at", "2015-04-09 11:16:08.198023"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:16:08.205899"], ["task_id", 5], ["created_at", "2015-04-09 11:16:08.207108"], ["updated_at", "2015-04-09 11:16:08.207108"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:16:08.208608"], ["id", 5]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6015"], ["description", "I-am-the-goal-description_6550"], ["version", 1], ["created_at", "2015-04-09 11:16:08.217764"], ["updated_at", "2015-04-09 11:16:08.217764"], ["tracking", "150409-4"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task5805"], ["description", "I-am-the-task-description_7044"], ["created_at", "2015-04-09 11:16:08.222237"], ["updated_at", "2015-04-09 11:16:08.222237"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task4355"], ["description", "I-am-the-task-description_7871"], ["created_at", "2015-04-09 11:16:08.226508"], ["updated_at", "2015-04-09 11:16:08.226508"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "Marquée comme terminée."], ["date", "2015-04-09 11:16:08.234071"], ["task_id", 7], ["created_at", "2015-04-09 11:16:08.235700"], ["updated_at", "2015-04-09 11:16:08.235700"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:16:08.237461"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4399"], ["description", "I-am-the-goal-description_5237"], ["version", 1], ["created_at", "2015-04-09 11:16:08.243526"], ["updated_at", "2015-04-09 11:16:08.243526"], ["tracking", "150409-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task7977"], ["description", "I-am-the-task-description_8602"], ["created_at", "2015-04-09 11:16:08.247757"], ["updated_at", "2015-04-09 11:16:08.247757"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task4339"], ["description", "I-am-the-task-description_7276"], ["created_at", "2015-04-09 11:16:08.251722"], ["updated_at", "2015-04-09 11:16:08.251722"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 21ms (Views: 14.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6006"], ["description", "I-am-the-goal-description_225"], ["version", 1], ["created_at", "2015-04-09 11:16:08.280592"], ["updated_at", "2015-04-09 11:16:08.280592"], ["tracking", "150409-6"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task5680"], ["description", "I-am-the-task-description_350"], ["created_at", "2015-04-09 11:16:08.285124"], ["updated_at", "2015-04-09 11:16:08.285124"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task2886"], ["description", "I-am-the-task-description_3863"], ["created_at", "2015-04-09 11:16:08.289542"], ["updated_at", "2015-04-09 11:16:08.289542"]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9855"], ["description", "I-am-the-goal-description_1153"], ["version", 1], ["created_at", "2015-04-09 11:16:08.325804"], ["updated_at", "2015-04-09 11:16:08.325804"], ["tracking", "150409-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task1291"], ["description", "I-am-the-task-description_9318"], ["created_at", "2015-04-09 11:16:08.330475"], ["updated_at", "2015-04-09 11:16:08.330475"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3271"], ["description", "I-am-the-goal-description_449"], ["version", 1], ["created_at", "2015-04-09 11:16:08.334372"], ["updated_at", "2015-04-09 11:16:08.334372"], ["tracking", "150409-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task7953"], ["description", "I-am-the-task-description_6712"], ["created_at", "2015-04-09 11:16:08.338512"], ["updated_at", "2015-04-09 11:16:08.338512"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_114"], ["description", "I-am-the-goal-description_821"], ["version", 1], ["created_at", "2015-04-09 11:16:08.348163"], ["updated_at", "2015-04-09 11:16:08.348163"], ["tracking", "150409-9"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8675"], ["description", "I-am-the-task-description_244"], ["created_at", "2015-04-09 11:16:08.352750"], ["updated_at", "2015-04-09 11:16:08.352750"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8536"], ["description", "I-am-the-task-description_6211"], ["created_at", "2015-04-09 11:16:08.357410"], ["updated_at", "2015-04-09 11:16:08.357410"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9099"], ["description", "I-am-the-goal-description_5912"], ["version", 1], ["created_at", "2015-04-09 11:16:08.372488"], ["updated_at", "2015-04-09 11:16:08.372488"], ["tracking", "150409-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task2298"], ["description", "I-am-the-task-description_8392"], ["created_at", "2015-04-09 11:16:08.376767"], ["updated_at", "2015-04-09 11:16:08.376767"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1852"], ["description", "I-am-the-goal-description_5722"], ["version", 1], ["created_at", "2015-04-09 11:16:08.380558"], ["updated_at", "2015-04-09 11:16:08.380558"], ["tracking", "150409-11"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task1683"], ["description", "I-am-the-task-description_1516"], ["created_at", "2015-04-09 11:16:08.384273"], ["updated_at", "2015-04-09 11:16:08.384273"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2932"], ["description", "I-am-the-goal-description_1758"], ["version", 1], ["created_at", "2015-04-09 11:16:08.394338"], ["updated_at", "2015-04-09 11:16:08.394338"], ["tracking", "150409-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task3769"], ["description", "I-am-the-task-description_6873"], ["created_at", "2015-04-09 11:16:08.398835"], ["updated_at", "2015-04-09 11:16:08.398835"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8853"], ["description", "I-am-the-task-description_6381"], ["created_at", "2015-04-09 11:16:08.403183"], ["updated_at", "2015-04-09 11:16:08.403183"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4419"], ["description", "I-am-the-goal-description_1586"], ["version", 1], ["created_at", "2015-04-09 11:16:08.417922"], ["updated_at", "2015-04-09 11:16:08.417922"], ["tracking", "150409-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6832"], ["description", "I-am-the-task-description_482"], ["created_at", "2015-04-09 11:16:08.421687"], ["updated_at", "2015-04-09 11:16:08.421687"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6377"], ["description", "I-am-the-goal-description_6481"], ["version", 1], ["created_at", "2015-04-09 11:16:08.425494"], ["updated_at", "2015-04-09 11:16:08.425494"], ["tracking", "150409-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4212"], ["description", "I-am-the-task-description_2553"], ["created_at", "2015-04-09 11:16:08.429736"], ["updated_at", "2015-04-09 11:16:08.429736"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1512"], ["description", "I-am-the-goal-description_1721"], ["version", 1], ["created_at", "2015-04-09 11:16:08.486249"], ["updated_at", "2015-04-09 11:16:08.486249"], ["tracking", "150409-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8883"], ["description", "I-am-the-task-description_6683"], ["created_at", "2015-04-09 11:16:08.489913"], ["updated_at", "2015-04-09 11:16:08.489913"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5027"], ["description", "I-am-the-task-description_7708"], ["created_at", "2015-04-09 11:16:08.493552"], ["updated_at", "2015-04-09 11:16:08.493552"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6733"], ["description", "I-am-the-goal-description_8823"], ["version", 1], ["created_at", "2015-04-09 11:16:08.505659"], ["updated_at", "2015-04-09 11:16:08.505659"], ["tracking", "150409-16"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9944"], ["description", "I-am-the-task-description_1032"], ["created_at", "2015-04-09 11:16:08.509435"], ["updated_at", "2015-04-09 11:16:08.509435"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8962"], ["description", "I-am-the-task-description_9196"], ["created_at", "2015-04-09 11:16:08.513281"], ["updated_at", "2015-04-09 11:16:08.513281"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1083"], ["description", "I-am-the-goal-description_8091"], ["version", 1], ["created_at", "2015-04-09 11:16:08.526062"], ["updated_at", "2015-04-09 11:16:08.526062"], ["tracking", "150409-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6084"], ["description", "I-am-the-task-description_2074"], ["created_at", "2015-04-09 11:16:08.530323"], ["updated_at", "2015-04-09 11:16:08.530323"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2351"], ["description", "I-am-the-task-description_6238"], ["created_at", "2015-04-09 11:16:08.534566"], ["updated_at", "2015-04-09 11:16:08.534566"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7691"], ["description", "I-am-the-goal-description_8376"], ["version", 1], ["created_at", "2015-04-09 11:16:08.546703"], ["updated_at", "2015-04-09 11:16:08.546703"], ["tracking", "150409-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1565"], ["description", "I-am-the-task-description_2739"], ["created_at", "2015-04-09 11:16:08.551058"], ["updated_at", "2015-04-09 11:16:08.551058"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1551"], ["description", "I-am-the-task-description_4345"], ["created_at", "2015-04-09 11:16:08.555240"], ["updated_at", "2015-04-09 11:16:08.555240"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:16:08.567568"], ["updated_at", "2015-04-09 11:16:08.567568"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 3929ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8493"], ["description", "I-am-the-goal-description_6810"], ["version", 1], ["created_at", "2015-04-09 11:16:12.498833"], ["updated_at", "2015-04-09 11:16:12.498833"], ["tracking", "150409-19"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1000"], ["description", "I-am-the-task-description_4967"], ["created_at", "2015-04-09 11:16:12.505084"], ["updated_at", "2015-04-09 11:16:12.505084"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task8671"], ["description", "I-am-the-task-description_3647"], ["created_at", "2015-04-09 11:16:12.509473"], ["updated_at", "2015-04-09 11:16:12.509473"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:16:12.515960"], ["updated_at", "2015-04-09 11:16:12.515960"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8665"], ["description", "I-am-the-goal-description_3029"], ["version", 1], ["created_at", "2015-04-09 11:16:12.524975"], ["updated_at", "2015-04-09 11:16:12.524975"], ["tracking", "150409-20"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task1319"], ["description", "I-am-the-task-description_5971"], ["created_at", "2015-04-09 11:16:12.529619"], ["updated_at", "2015-04-09 11:16:12.529619"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6638"], ["description", "I-am-the-task-description_6662"], ["created_at", "2015-04-09 11:16:12.533591"], ["updated_at", "2015-04-09 11:16:12.533591"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:16:12.540104"], ["updated_at", "2015-04-09 11:16:12.540104"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9772"], ["description", "I-am-the-goal-description_1133"], ["version", 1], ["created_at", "2015-04-09 11:16:12.547527"], ["updated_at", "2015-04-09 11:16:12.547527"], ["tracking", "150409-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task848"], ["description", "I-am-the-task-description_1415"], ["created_at", "2015-04-09 11:16:12.551197"], ["updated_at", "2015-04-09 11:16:12.551197"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task1706"], ["description", "I-am-the-task-description_4074"], ["created_at", "2015-04-09 11:16:12.555338"], ["updated_at", "2015-04-09 11:16:12.555338"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7099"], ["description", "I-am-the-goal-description_7027"], ["version", 1], ["created_at", "2015-04-09 11:16:12.566759"], ["updated_at", "2015-04-09 11:16:12.566759"], ["tracking", "150409-22"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task1870"], ["description", "I-am-the-task-description_2341"], ["created_at", "2015-04-09 11:16:12.570549"], ["updated_at", "2015-04-09 11:16:12.570549"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9148"], ["description", "I-am-the-task-description_3603"], ["created_at", "2015-04-09 11:16:12.574384"], ["updated_at", "2015-04-09 11:16:12.574384"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:16:12.578254"], ["updated_at", "2015-04-09 11:16:12.578254"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1374"], ["description", "I-am-the-goal-description_895"], ["version", 1], ["created_at", "2015-04-09 11:16:12.590029"], ["updated_at", "2015-04-09 11:16:12.590029"], ["tracking", "150409-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1516"], ["description", "I-am-the-task-description_4655"], ["created_at", "2015-04-09 11:16:12.594832"], ["updated_at", "2015-04-09 11:16:12.594832"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6339"], ["description", "I-am-the-task-description_6751"], ["created_at", "2015-04-09 11:16:12.599008"], ["updated_at", "2015-04-09 11:16:12.599008"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:16:12.602903"], ["updated_at", "2015-04-09 11:16:12.602903"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1774"], ["description", "I-am-the-goal-description_7057"], ["version", 1], ["created_at", "2015-04-09 11:16:12.614334"], ["updated_at", "2015-04-09 11:16:12.614334"], ["tracking", "150409-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9485"], ["description", "I-am-the-task-description_8424"], ["created_at", "2015-04-09 11:16:12.618413"], ["updated_at", "2015-04-09 11:16:12.618413"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task679"], ["description", "I-am-the-task-description_7391"], ["created_at", "2015-04-09 11:16:12.622187"], ["updated_at", "2015-04-09 11:16:12.622187"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:16:12.625936"], ["updated_at", "2015-04-09 11:16:12.625936"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3308"], ["description", "I-am-the-goal-description_223"], ["version", 1], ["created_at", "2015-04-09 11:16:12.638595"], ["updated_at", "2015-04-09 11:16:12.638595"], ["tracking", "150409-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task901"], ["description", "I-am-the-task-description_1348"], ["created_at", "2015-04-09 11:16:12.642558"], ["updated_at", "2015-04-09 11:16:12.642558"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task1066"], ["description", "I-am-the-task-description_8867"], ["created_at", "2015-04-09 11:16:12.646499"], ["updated_at", "2015-04-09 11:16:12.646499"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:16:12.650258"], ["updated_at", "2015-04-09 11:16:12.650258"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6953"], ["description", "I-am-the-goal-description_1753"], ["version", 1], ["created_at", "2015-04-09 11:16:12.663840"], ["updated_at", "2015-04-09 11:16:12.663840"], ["tracking", "150409-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2246"], ["description", "I-am-the-task-description_9802"], ["created_at", "2015-04-09 11:16:12.667644"], ["updated_at", "2015-04-09 11:16:12.667644"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task852"], ["description", "I-am-the-task-description_7328"], ["created_at", "2015-04-09 11:16:12.671253"], ["updated_at", "2015-04-09 11:16:12.671253"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:16:12.674767"], ["updated_at", "2015-04-09 11:16:12.674767"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.5ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (1.3ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 68ms (ActiveRecord: 2.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3182"], ["description", "I-am-the-goal-description_6419"], ["version", 1], ["created_at", "2015-04-09 11:16:12.749882"], ["updated_at", "2015-04-09 11:16:12.749882"], ["tracking", "150409-27"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9527"], ["description", "I-am-the-task-description_937"], ["created_at", "2015-04-09 11:16:12.753802"], ["updated_at", "2015-04-09 11:16:12.753802"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7656"], ["description", "I-am-the-task-description_2612"], ["created_at", "2015-04-09 11:16:12.759735"], ["updated_at", "2015-04-09 11:16:12.759735"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:16:12.767973"], ["updated_at", "2015-04-09 11:16:12.767973"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.4ms) 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 11:16:12.773953"], ["id", 57]]  (1.4ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.0ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4141"], ["description", "I-am-the-goal-description_7631"], ["version", 1], ["created_at", "2015-04-09 11:19:00.353838"], ["updated_at", "2015-04-09 11:19:00.353838"], ["tracking", "150409-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2286"], ["description", "I-am-the-task-description_9709"], ["created_at", "2015-04-09 11:19:00.375995"], ["updated_at", "2015-04-09 11:19:00.375995"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task822"], ["description", "I-am-the-task-description_1716"], ["created_at", "2015-04-09 11:19:00.428677"], ["updated_at", "2015-04-09 11:19:00.428677"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 3697ms (ActiveRecord: 3.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5772"], ["description", "I-am-the-goal-description_6832"], ["version", 1], ["created_at", "2015-04-09 11:19:04.136859"], ["updated_at", "2015-04-09 11:19:04.136859"], ["tracking", "150409-2"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5669"], ["description", "I-am-the-task-description_9076"], ["created_at", "2015-04-09 11:19:04.143697"], ["updated_at", "2015-04-09 11:19:04.143697"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8889"], ["description", "I-am-the-task-description_7951"], ["created_at", "2015-04-09 11:19:04.148441"], ["updated_at", "2015-04-09 11:19:04.148441"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5557"], ["description", "I-am-the-goal-description_4830"], ["version", 1], ["created_at", "2015-04-09 11:19:04.211963"], ["updated_at", "2015-04-09 11:19:04.211963"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5341"], ["description", "I-am-the-task-description_2795"], ["created_at", "2015-04-09 11:19:04.215876"], ["updated_at", "2015-04-09 11:19:04.215876"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7728"], ["description", "I-am-the-task-description_6650"], ["created_at", "2015-04-09 11:19:04.219861"], ["updated_at", "2015-04-09 11:19:04.219861"]]  (0.7ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8550"], ["description", "I-am-the-goal-description_7798"], ["version", 1], ["created_at", "2015-04-09 11:19:04.240991"], ["updated_at", "2015-04-09 11:19:04.240991"], ["tracking", "150409-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task5088"], ["description", "I-am-the-task-description_6889"], ["created_at", "2015-04-09 11:19:04.246386"], ["updated_at", "2015-04-09 11:19:04.246386"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task9637"], ["description", "I-am-the-task-description_6658"], ["created_at", "2015-04-09 11:19:04.250320"], ["updated_at", "2015-04-09 11:19:04.250320"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6639"], ["description", "I-am-the-goal-description_2284"], ["version", 1], ["created_at", "2015-04-09 11:19:04.265485"], ["updated_at", "2015-04-09 11:19:04.265485"], ["tracking", "150409-5"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task7702"], ["description", "I-am-the-task-description_5293"], ["created_at", "2015-04-09 11:19:04.270354"], ["updated_at", "2015-04-09 11:19:04.270354"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task4987"], ["description", "I-am-the-task-description_38"], ["created_at", "2015-04-09 11:19:04.275569"], ["updated_at", "2015-04-09 11:19:04.275569"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 22ms (Views: 14.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5816"], ["description", "I-am-the-goal-description_3918"], ["version", 1], ["created_at", "2015-04-09 11:19:04.308822"], ["updated_at", "2015-04-09 11:19:04.308822"], ["tracking", "150409-6"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task7011"], ["description", "I-am-the-task-description_2832"], ["created_at", "2015-04-09 11:19:04.316223"], ["updated_at", "2015-04-09 11:19:04.316223"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task4497"], ["description", "I-am-the-task-description_192"], ["created_at", "2015-04-09 11:19:04.320545"], ["updated_at", "2015-04-09 11:19:04.320545"]]  (1.1ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3222"], ["description", "I-am-the-goal-description_1129"], ["version", 1], ["created_at", "2015-04-09 11:19:04.346431"], ["updated_at", "2015-04-09 11:19:04.346431"], ["tracking", "150409-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task2523"], ["description", "I-am-the-task-description_3463"], ["created_at", "2015-04-09 11:19:04.350536"], ["updated_at", "2015-04-09 11:19:04.350536"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_837"], ["description", "I-am-the-goal-description_2728"], ["version", 1], ["created_at", "2015-04-09 11:19:04.354257"], ["updated_at", "2015-04-09 11:19:04.354257"], ["tracking", "150409-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task9694"], ["description", "I-am-the-task-description_8154"], ["created_at", "2015-04-09 11:19:04.358659"], ["updated_at", "2015-04-09 11:19:04.358659"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7332"], ["description", "I-am-the-goal-description_5062"], ["version", 1], ["created_at", "2015-04-09 11:19:04.372228"], ["updated_at", "2015-04-09 11:19:04.372228"], ["tracking", "150409-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6280"], ["description", "I-am-the-task-description_1136"], ["created_at", "2015-04-09 11:19:04.380407"], ["updated_at", "2015-04-09 11:19:04.380407"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) 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", 9], ["title", "I-am-a-task4997"], ["description", "I-am-the-task-description_2480"], ["created_at", "2015-04-09 11:19:04.387988"], ["updated_at", "2015-04-09 11:19:04.387988"]]  (1.1ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (4.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.5ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1070"], ["description", "I-am-the-goal-description_2964"], ["version", 1], ["created_at", "2015-04-09 11:19:04.417158"], ["updated_at", "2015-04-09 11:19:04.417158"], ["tracking", "150409-10"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task1514"], ["description", "I-am-the-task-description_2668"], ["created_at", "2015-04-09 11:19:04.422196"], ["updated_at", "2015-04-09 11:19:04.422196"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6966"], ["description", "I-am-the-goal-description_8866"], ["version", 1], ["created_at", "2015-04-09 11:19:04.428098"], ["updated_at", "2015-04-09 11:19:04.428098"], ["tracking", "150409-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task3006"], ["description", "I-am-the-task-description_8943"], ["created_at", "2015-04-09 11:19:04.432561"], ["updated_at", "2015-04-09 11:19:04.432561"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.3ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1852"], ["description", "I-am-the-goal-description_5423"], ["version", 1], ["created_at", "2015-04-09 11:19:04.444159"], ["updated_at", "2015-04-09 11:19:04.444159"], ["tracking", "150409-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4700"], ["description", "I-am-the-task-description_7475"], ["created_at", "2015-04-09 11:19:04.450426"], ["updated_at", "2015-04-09 11:19:04.450426"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6797"], ["description", "I-am-the-task-description_977"], ["created_at", "2015-04-09 11:19:04.456503"], ["updated_at", "2015-04-09 11:19:04.456503"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5574"], ["description", "I-am-the-goal-description_3247"], ["version", 1], ["created_at", "2015-04-09 11:19:04.477123"], ["updated_at", "2015-04-09 11:19:04.477123"], ["tracking", "150409-13"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5743"], ["description", "I-am-the-task-description_5905"], ["created_at", "2015-04-09 11:19:04.481584"], ["updated_at", "2015-04-09 11:19:04.481584"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9682"], ["description", "I-am-the-goal-description_6673"], ["version", 1], ["created_at", "2015-04-09 11:19:04.486452"], ["updated_at", "2015-04-09 11:19:04.486452"], ["tracking", "150409-14"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5100"], ["description", "I-am-the-task-description_3673"], ["created_at", "2015-04-09 11:19:04.492248"], ["updated_at", "2015-04-09 11:19:04.492248"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3125"], ["description", "I-am-the-goal-description_1611"], ["version", 1], ["created_at", "2015-04-09 11:19:04.502171"], ["updated_at", "2015-04-09 11:19:04.502171"], ["tracking", "150409-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6508"], ["description", "I-am-the-task-description_8949"], ["created_at", "2015-04-09 11:19:04.506157"], ["updated_at", "2015-04-09 11:19:04.506157"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6803"], ["description", "I-am-the-task-description_2450"], ["created_at", "2015-04-09 11:19:04.510201"], ["updated_at", "2015-04-09 11:19:04.510201"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 56ms (Views: 2.5ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5316"], ["description", "I-am-the-goal-description_4054"], ["version", 1], ["created_at", "2015-04-09 11:19:04.573908"], ["updated_at", "2015-04-09 11:19:04.573908"], ["tracking", "150409-16"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task589"], ["description", "I-am-the-task-description_6582"], ["created_at", "2015-04-09 11:19:04.577913"], ["updated_at", "2015-04-09 11:19:04.577913"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4013"], ["description", "I-am-the-task-description_2991"], ["created_at", "2015-04-09 11:19:04.582669"], ["updated_at", "2015-04-09 11:19:04.582669"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2500"], ["description", "I-am-the-goal-description_1852"], ["version", 1], ["created_at", "2015-04-09 11:19:04.596535"], ["updated_at", "2015-04-09 11:19:04.596535"], ["tracking", "150409-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task422"], ["description", "I-am-the-task-description_428"], ["created_at", "2015-04-09 11:19:04.601257"], ["updated_at", "2015-04-09 11:19:04.601257"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4072"], ["description", "I-am-the-task-description_608"], ["created_at", "2015-04-09 11:19:04.605663"], ["updated_at", "2015-04-09 11:19:04.605663"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6749"], ["description", "I-am-the-goal-description_8802"], ["version", 1], ["created_at", "2015-04-09 11:19:04.617744"], ["updated_at", "2015-04-09 11:19:04.617744"], ["tracking", "150409-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task1512"], ["description", "I-am-the-task-description_4406"], ["created_at", "2015-04-09 11:19:04.621920"], ["updated_at", "2015-04-09 11:19:04.621920"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task2300"], ["description", "I-am-the-task-description_9784"], ["created_at", "2015-04-09 11:19:04.625793"], ["updated_at", "2015-04-09 11:19:04.625793"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:04.637776"], ["updated_at", "2015-04-09 11:19:04.637776"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_630"], ["description", "I-am-the-goal-description_7253"], ["version", 1], ["created_at", "2015-04-09 11:19:04.645377"], ["updated_at", "2015-04-09 11:19:04.645377"], ["tracking", "150409-19"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2140"], ["description", "I-am-the-task-description_6515"], ["created_at", "2015-04-09 11:19:04.649261"], ["updated_at", "2015-04-09 11:19:04.649261"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task170"], ["description", "I-am-the-task-description_5323"], ["created_at", "2015-04-09 11:19:04.654909"], ["updated_at", "2015-04-09 11:19:04.654909"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:04.662073"], ["updated_at", "2015-04-09 11:19:04.662073"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3349"], ["description", "I-am-the-goal-description_6117"], ["version", 1], ["created_at", "2015-04-09 11:19:04.671030"], ["updated_at", "2015-04-09 11:19:04.671030"], ["tracking", "150409-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6802"], ["description", "I-am-the-task-description_3083"], ["created_at", "2015-04-09 11:19:04.675957"], ["updated_at", "2015-04-09 11:19:04.675957"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8989"], ["description", "I-am-the-task-description_9719"], ["created_at", "2015-04-09 11:19:04.683047"], ["updated_at", "2015-04-09 11:19:04.683047"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:04.690971"], ["updated_at", "2015-04-09 11:19:04.690971"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 7ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1739"], ["description", "I-am-the-goal-description_3469"], ["version", 1], ["created_at", "2015-04-09 11:19:04.699553"], ["updated_at", "2015-04-09 11:19:04.699553"], ["tracking", "150409-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task6486"], ["description", "I-am-the-task-description_2462"], ["created_at", "2015-04-09 11:19:04.703367"], ["updated_at", "2015-04-09 11:19:04.703367"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task947"], ["description", "I-am-the-task-description_7896"], ["created_at", "2015-04-09 11:19:04.707382"], ["updated_at", "2015-04-09 11:19:04.707382"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3549"], ["description", "I-am-the-goal-description_7918"], ["version", 1], ["created_at", "2015-04-09 11:19:04.719592"], ["updated_at", "2015-04-09 11:19:04.719592"], ["tracking", "150409-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7854"], ["description", "I-am-the-task-description_7118"], ["created_at", "2015-04-09 11:19:04.723502"], ["updated_at", "2015-04-09 11:19:04.723502"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2872"], ["description", "I-am-the-task-description_412"], ["created_at", "2015-04-09 11:19:04.727333"], ["updated_at", "2015-04-09 11:19:04.727333"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:04.731162"], ["updated_at", "2015-04-09 11:19:04.731162"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_455"], ["description", "I-am-the-goal-description_8364"], ["version", 1], ["created_at", "2015-04-09 11:19:04.743996"], ["updated_at", "2015-04-09 11:19:04.743996"], ["tracking", "150409-23"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4489"], ["description", "I-am-the-task-description_2281"], ["created_at", "2015-04-09 11:19:04.748720"], ["updated_at", "2015-04-09 11:19:04.748720"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6732"], ["description", "I-am-the-task-description_4362"], ["created_at", "2015-04-09 11:19:04.752814"], ["updated_at", "2015-04-09 11:19:04.752814"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:04.756791"], ["updated_at", "2015-04-09 11:19:04.756791"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5937"], ["description", "I-am-the-goal-description_8744"], ["version", 1], ["created_at", "2015-04-09 11:19:04.768504"], ["updated_at", "2015-04-09 11:19:04.768504"], ["tracking", "150409-24"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4019"], ["description", "I-am-the-task-description_6084"], ["created_at", "2015-04-09 11:19:04.773451"], ["updated_at", "2015-04-09 11:19:04.773451"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task2959"], ["description", "I-am-the-task-description_6737"], ["created_at", "2015-04-09 11:19:04.779141"], ["updated_at", "2015-04-09 11:19:04.779141"]]  (1.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:04.785356"], ["updated_at", "2015-04-09 11:19:04.785356"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 7ms (Views: 1.1ms | ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1424"], ["description", "I-am-the-goal-description_3616"], ["version", 1], ["created_at", "2015-04-09 11:19:04.799201"], ["updated_at", "2015-04-09 11:19:04.799201"], ["tracking", "150409-25"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task4340"], ["description", "I-am-the-task-description_630"], ["created_at", "2015-04-09 11:19:04.803174"], ["updated_at", "2015-04-09 11:19:04.803174"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9475"], ["description", "I-am-the-task-description_8528"], ["created_at", "2015-04-09 11:19:04.807983"], ["updated_at", "2015-04-09 11:19:04.807983"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.5ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:04.814085"], ["updated_at", "2015-04-09 11:19:04.814085"]]  (1.1ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5771"], ["description", "I-am-the-goal-description_9861"], ["version", 1], ["created_at", "2015-04-09 11:19:04.831114"], ["updated_at", "2015-04-09 11:19:04.831114"], ["tracking", "150409-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6142"], ["description", "I-am-the-task-description_8900"], ["created_at", "2015-04-09 11:19:04.834969"], ["updated_at", "2015-04-09 11:19:04.834969"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task8895"], ["description", "I-am-the-task-description_3254"], ["created_at", "2015-04-09 11:19:04.838948"], ["updated_at", "2015-04-09 11:19:04.838948"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:04.843099"], ["updated_at", "2015-04-09 11:19:04.843099"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5711"], ["description", "I-am-the-goal-description_4202"], ["version", 1], ["created_at", "2015-04-09 11:19:04.860220"], ["updated_at", "2015-04-09 11:19:04.860220"], ["tracking", "150409-27"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3055"], ["description", "I-am-the-task-description_4459"], ["created_at", "2015-04-09 11:19:04.866964"], ["updated_at", "2015-04-09 11:19:04.866964"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task7517"], ["description", "I-am-the-task-description_5936"], ["created_at", "2015-04-09 11:19:04.872336"], ["updated_at", "2015-04-09 11:19:04.872336"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:04.877688"], ["updated_at", "2015-04-09 11:19:04.877688"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 11:19:04.884346"], ["id", 57]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2657"], ["description", "I-am-the-goal-description_1952"], ["version", 1], ["created_at", "2015-04-09 11:19:35.609369"], ["updated_at", "2015-04-09 11:19:35.609369"], ["tracking", "150409-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1904"], ["description", "I-am-the-task-description_8761"], ["created_at", "2015-04-09 11:19:35.630610"], ["updated_at", "2015-04-09 11:19:35.630610"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9399"], ["description", "I-am-the-task-description_271"], ["created_at", "2015-04-09 11:19:35.690029"], ["updated_at", "2015-04-09 11:19:35.690029"]]  (1.4ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 3503ms (ActiveRecord: 4.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5323"], ["description", "I-am-the-goal-description_6378"], ["version", 1], ["created_at", "2015-04-09 11:19:39.209623"], ["updated_at", "2015-04-09 11:19:39.209623"], ["tracking", "150409-2"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3816"], ["description", "I-am-the-task-description_8114"], ["created_at", "2015-04-09 11:19:39.216514"], ["updated_at", "2015-04-09 11:19:39.216514"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task909"], ["description", "I-am-the-task-description_5875"], ["created_at", "2015-04-09 11:19:39.223799"], ["updated_at", "2015-04-09 11:19:39.223799"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4967"], ["description", "I-am-the-goal-description_4194"], ["version", 1], ["created_at", "2015-04-09 11:19:39.312915"], ["updated_at", "2015-04-09 11:19:39.312915"], ["tracking", "150409-3"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9790"], ["description", "I-am-the-task-description_4222"], ["created_at", "2015-04-09 11:19:39.320187"], ["updated_at", "2015-04-09 11:19:39.320187"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9795"], ["description", "I-am-the-task-description_7877"], ["created_at", "2015-04-09 11:19:39.325587"], ["updated_at", "2015-04-09 11:19:39.325587"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.8ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 2.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.2ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_779"], ["description", "I-am-the-goal-description_3114"], ["version", 1], ["created_at", "2015-04-09 11:19:39.348863"], ["updated_at", "2015-04-09 11:19:39.348863"], ["tracking", "150409-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task7842"], ["description", "I-am-the-task-description_9565"], ["created_at", "2015-04-09 11:19:39.356329"], ["updated_at", "2015-04-09 11:19:39.356329"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (1.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", 4], ["title", "I-am-a-task6711"], ["description", "I-am-the-task-description_288"], ["created_at", "2015-04-09 11:19:39.362540"], ["updated_at", "2015-04-09 11:19:39.362540"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5337"], ["description", "I-am-the-goal-description_445"], ["version", 1], ["created_at", "2015-04-09 11:19:39.380797"], ["updated_at", "2015-04-09 11:19:39.380797"], ["tracking", "150409-5"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task2587"], ["description", "I-am-the-task-description_4831"], ["created_at", "2015-04-09 11:19:39.385666"], ["updated_at", "2015-04-09 11:19:39.385666"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task518"], ["description", "I-am-the-task-description_6100"], ["created_at", "2015-04-09 11:19:39.392057"], ["updated_at", "2015-04-09 11:19:39.392057"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 35ms (Views: 22.7ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6092"], ["description", "I-am-the-goal-description_2166"], ["version", 1], ["created_at", "2015-04-09 11:19:39.444390"], ["updated_at", "2015-04-09 11:19:39.444390"], ["tracking", "150409-6"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task9611"], ["description", "I-am-the-task-description_4225"], ["created_at", "2015-04-09 11:19:39.450930"], ["updated_at", "2015-04-09 11:19:39.450930"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task159"], ["description", "I-am-the-task-description_9659"], ["created_at", "2015-04-09 11:19:39.456234"], ["updated_at", "2015-04-09 11:19:39.456234"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5338"], ["description", "I-am-the-goal-description_8392"], ["version", 1], ["created_at", "2015-04-09 11:19:39.489015"], ["updated_at", "2015-04-09 11:19:39.489015"], ["tracking", "150409-7"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task6968"], ["description", "I-am-the-task-description_7466"], ["created_at", "2015-04-09 11:19:39.492945"], ["updated_at", "2015-04-09 11:19:39.492945"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3250"], ["description", "I-am-the-goal-description_1835"], ["version", 1], ["created_at", "2015-04-09 11:19:39.497280"], ["updated_at", "2015-04-09 11:19:39.497280"], ["tracking", "150409-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task9815"], ["description", "I-am-the-task-description_7176"], ["created_at", "2015-04-09 11:19:39.501964"], ["updated_at", "2015-04-09 11:19:39.501964"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5458"], ["description", "I-am-the-goal-description_8915"], ["version", 1], ["created_at", "2015-04-09 11:19:39.517045"], ["updated_at", "2015-04-09 11:19:39.517045"], ["tracking", "150409-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task1966"], ["description", "I-am-the-task-description_3004"], ["created_at", "2015-04-09 11:19:39.523728"], ["updated_at", "2015-04-09 11:19:39.523728"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8018"], ["description", "I-am-the-task-description_9889"], ["created_at", "2015-04-09 11:19:39.529954"], ["updated_at", "2015-04-09 11:19:39.529954"]]  (1.4ms) commit transaction Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2985"], ["description", "I-am-the-goal-description_1643"], ["version", 1], ["created_at", "2015-04-09 11:19:39.548091"], ["updated_at", "2015-04-09 11:19:39.548091"], ["tracking", "150409-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task6309"], ["description", "I-am-the-task-description_2553"], ["created_at", "2015-04-09 11:19:39.552795"], ["updated_at", "2015-04-09 11:19:39.552795"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5612"], ["description", "I-am-the-goal-description_9331"], ["version", 1], ["created_at", "2015-04-09 11:19:39.559409"], ["updated_at", "2015-04-09 11:19:39.559409"], ["tracking", "150409-11"]]  (1.2ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task6336"], ["description", "I-am-the-task-description_8510"], ["created_at", "2015-04-09 11:19:39.565242"], ["updated_at", "2015-04-09 11:19:39.565242"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1002"], ["description", "I-am-the-goal-description_4991"], ["version", 1], ["created_at", "2015-04-09 11:19:39.581402"], ["updated_at", "2015-04-09 11:19:39.581402"], ["tracking", "150409-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1184"], ["description", "I-am-the-task-description_9760"], ["created_at", "2015-04-09 11:19:39.586084"], ["updated_at", "2015-04-09 11:19:39.586084"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1976"], ["description", "I-am-the-task-description_2632"], ["created_at", "2015-04-09 11:19:39.590710"], ["updated_at", "2015-04-09 11:19:39.590710"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_443"], ["description", "I-am-the-goal-description_5989"], ["version", 1], ["created_at", "2015-04-09 11:19:39.606232"], ["updated_at", "2015-04-09 11:19:39.606232"], ["tracking", "150409-13"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task8884"], ["description", "I-am-the-task-description_9476"], ["created_at", "2015-04-09 11:19:39.612792"], ["updated_at", "2015-04-09 11:19:39.612792"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9082"], ["description", "I-am-the-goal-description_7134"], ["version", 1], ["created_at", "2015-04-09 11:19:39.616708"], ["updated_at", "2015-04-09 11:19:39.616708"], ["tracking", "150409-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3762"], ["description", "I-am-the-task-description_7865"], ["created_at", "2015-04-09 11:19:39.622479"], ["updated_at", "2015-04-09 11:19:39.622479"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 3ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7288"], ["description", "I-am-the-goal-description_464"], ["version", 1], ["created_at", "2015-04-09 11:19:39.637778"], ["updated_at", "2015-04-09 11:19:39.637778"], ["tracking", "150409-15"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task8994"], ["description", "I-am-the-task-description_1685"], ["created_at", "2015-04-09 11:19:39.642826"], ["updated_at", "2015-04-09 11:19:39.642826"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task1235"], ["description", "I-am-the-task-description_7256"], ["created_at", "2015-04-09 11:19:39.647121"], ["updated_at", "2015-04-09 11:19:39.647121"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 63ms (Views: 2.2ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8892"], ["description", "I-am-the-goal-description_8528"], ["version", 1], ["created_at", "2015-04-09 11:19:39.717308"], ["updated_at", "2015-04-09 11:19:39.717308"], ["tracking", "150409-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9198"], ["description", "I-am-the-task-description_4520"], ["created_at", "2015-04-09 11:19:39.722117"], ["updated_at", "2015-04-09 11:19:39.722117"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5375"], ["description", "I-am-the-task-description_6421"], ["created_at", "2015-04-09 11:19:39.726687"], ["updated_at", "2015-04-09 11:19:39.726687"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 7ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9040"], ["description", "I-am-the-goal-description_4649"], ["version", 1], ["created_at", "2015-04-09 11:19:39.740954"], ["updated_at", "2015-04-09 11:19:39.740954"], ["tracking", "150409-17"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9498"], ["description", "I-am-the-task-description_9157"], ["created_at", "2015-04-09 11:19:39.744835"], ["updated_at", "2015-04-09 11:19:39.744835"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2839"], ["description", "I-am-the-task-description_9295"], ["created_at", "2015-04-09 11:19:39.748887"], ["updated_at", "2015-04-09 11:19:39.748887"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.9ms | ActiveRecord: 0.3ms)  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9489"], ["description", "I-am-the-goal-description_6614"], ["version", 1], ["created_at", "2015-04-09 11:19:39.765270"], ["updated_at", "2015-04-09 11:19:39.765270"], ["tracking", "150409-18"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4220"], ["description", "I-am-the-task-description_113"], ["created_at", "2015-04-09 11:19:39.770416"], ["updated_at", "2015-04-09 11:19:39.770416"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task3612"], ["description", "I-am-the-task-description_8986"], ["created_at", "2015-04-09 11:19:39.775945"], ["updated_at", "2015-04-09 11:19:39.775945"]]  (1.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:39.792409"], ["updated_at", "2015-04-09 11:19:39.792409"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4175"], ["description", "I-am-the-goal-description_6650"], ["version", 1], ["created_at", "2015-04-09 11:19:39.800055"], ["updated_at", "2015-04-09 11:19:39.800055"], ["tracking", "150409-19"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7663"], ["description", "I-am-the-task-description_4274"], ["created_at", "2015-04-09 11:19:39.805978"], ["updated_at", "2015-04-09 11:19:39.805978"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task9195"], ["description", "I-am-the-task-description_6098"], ["created_at", "2015-04-09 11:19:39.812689"], ["updated_at", "2015-04-09 11:19:39.812689"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:39.822054"], ["updated_at", "2015-04-09 11:19:39.822054"]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 8ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1864"], ["description", "I-am-the-goal-description_5798"], ["version", 1], ["created_at", "2015-04-09 11:19:39.838430"], ["updated_at", "2015-04-09 11:19:39.838430"], ["tracking", "150409-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task56"], ["description", "I-am-the-task-description_3569"], ["created_at", "2015-04-09 11:19:39.842443"], ["updated_at", "2015-04-09 11:19:39.842443"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task9691"], ["description", "I-am-the-task-description_6117"], ["created_at", "2015-04-09 11:19:39.846472"], ["updated_at", "2015-04-09 11:19:39.846472"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:39.854723"], ["updated_at", "2015-04-09 11:19:39.854723"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6121"], ["description", "I-am-the-goal-description_8086"], ["version", 1], ["created_at", "2015-04-09 11:19:39.866841"], ["updated_at", "2015-04-09 11:19:39.866841"], ["tracking", "150409-21"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task8465"], ["description", "I-am-the-task-description_4373"], ["created_at", "2015-04-09 11:19:39.873896"], ["updated_at", "2015-04-09 11:19:39.873896"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5673"], ["description", "I-am-the-task-description_4272"], ["created_at", "2015-04-09 11:19:39.880549"], ["updated_at", "2015-04-09 11:19:39.880549"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 1.3ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4599"], ["description", "I-am-the-goal-description_2837"], ["version", 1], ["created_at", "2015-04-09 11:19:39.896514"], ["updated_at", "2015-04-09 11:19:39.896514"], ["tracking", "150409-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task6352"], ["description", "I-am-the-task-description_7205"], ["created_at", "2015-04-09 11:19:39.900745"], ["updated_at", "2015-04-09 11:19:39.900745"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8682"], ["description", "I-am-the-task-description_7934"], ["created_at", "2015-04-09 11:19:39.906168"], ["updated_at", "2015-04-09 11:19:39.906168"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:39.912210"], ["updated_at", "2015-04-09 11:19:39.912210"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"42"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 7ms (ActiveRecord: 0.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4056"], ["description", "I-am-the-goal-description_6309"], ["version", 1], ["created_at", "2015-04-09 11:19:39.928278"], ["updated_at", "2015-04-09 11:19:39.928278"], ["tracking", "150409-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3384"], ["description", "I-am-the-task-description_3185"], ["created_at", "2015-04-09 11:19:39.932316"], ["updated_at", "2015-04-09 11:19:39.932316"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2860"], ["description", "I-am-the-task-description_3498"], ["created_at", "2015-04-09 11:19:39.937421"], ["updated_at", "2015-04-09 11:19:39.937421"]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:39.943821"], ["updated_at", "2015-04-09 11:19:39.943821"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"45"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 9ms (ActiveRecord: 0.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6254"], ["description", "I-am-the-goal-description_3395"], ["version", 1], ["created_at", "2015-04-09 11:19:39.963074"], ["updated_at", "2015-04-09 11:19:39.963074"], ["tracking", "150409-24"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.9ms) 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", 24], ["title", "I-am-a-task9981"], ["description", "I-am-the-task-description_7097"], ["created_at", "2015-04-09 11:19:39.967936"], ["updated_at", "2015-04-09 11:19:39.967936"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task1250"], ["description", "I-am-the-task-description_9451"], ["created_at", "2015-04-09 11:19:39.977764"], ["updated_at", "2015-04-09 11:19:39.977764"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.7ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:39.984289"], ["updated_at", "2015-04-09 11:19:39.984289"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6119"], ["description", "I-am-the-goal-description_9911"], ["version", 1], ["created_at", "2015-04-09 11:19:39.999085"], ["updated_at", "2015-04-09 11:19:39.999085"], ["tracking", "150409-25"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6899"], ["description", "I-am-the-task-description_1179"], ["created_at", "2015-04-09 11:19:40.004865"], ["updated_at", "2015-04-09 11:19:40.004865"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task4412"], ["description", "I-am-the-task-description_7339"], ["created_at", "2015-04-09 11:19:40.010523"], ["updated_at", "2015-04-09 11:19:40.010523"]]  (0.9ms) commit transaction  (0.2ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.6ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:40.017728"], ["updated_at", "2015-04-09 11:19:40.017728"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 11ms (ActiveRecord: 1.9ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7604"], ["description", "I-am-the-goal-description_4339"], ["version", 1], ["created_at", "2015-04-09 11:19:40.041608"], ["updated_at", "2015-04-09 11:19:40.041608"], ["tracking", "150409-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task137"], ["description", "I-am-the-task-description_1439"], ["created_at", "2015-04-09 11:19:40.047152"], ["updated_at", "2015-04-09 11:19:40.047152"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9008"], ["description", "I-am-the-task-description_6767"], ["created_at", "2015-04-09 11:19:40.054828"], ["updated_at", "2015-04-09 11:19:40.054828"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:40.059845"], ["updated_at", "2015-04-09 11:19:40.059845"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4097"], ["description", "I-am-the-goal-description_5442"], ["version", 1], ["created_at", "2015-04-09 11:19:40.074411"], ["updated_at", "2015-04-09 11:19:40.074411"], ["tracking", "150409-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1897"], ["description", "I-am-the-task-description_3405"], ["created_at", "2015-04-09 11:19:40.080109"], ["updated_at", "2015-04-09 11:19:40.080109"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3555"], ["description", "I-am-the-task-description_4103"], ["created_at", "2015-04-09 11:19:40.087172"], ["updated_at", "2015-04-09 11:19:40.087172"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:19:40.092076"], ["updated_at", "2015-04-09 11:19:40.092076"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 11:19:40.098177"], ["id", 57]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9252"], ["description", "I-am-the-goal-description_8660"], ["version", 1], ["created_at", "2015-04-09 11:21:59.488844"], ["updated_at", "2015-04-09 11:21:59.488844"], ["tracking", "150409-1"]]  (2.5ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3600"], ["description", "I-am-the-task-description_6888"], ["created_at", "2015-04-09 11:21:59.529046"], ["updated_at", "2015-04-09 11:21:59.529046"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6340"], ["description", "I-am-the-task-description_7177"], ["created_at", "2015-04-09 11:21:59.580417"], ["updated_at", "2015-04-09 11:21:59.580417"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:22:03.050954"], ["task_id", 1], ["created_at", "2015-04-09 11:22:03.059504"], ["updated_at", "2015-04-09 11:22:03.059504"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:22:03.061170"], ["id", 1]]  (3.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 3479ms (ActiveRecord: 4.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3868"], ["description", "I-am-the-goal-description_1310"], ["version", 1], ["created_at", "2015-04-09 11:22:03.122406"], ["updated_at", "2015-04-09 11:22:03.122406"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7208"], ["description", "I-am-the-task-description_4743"], ["created_at", "2015-04-09 11:22:03.126546"], ["updated_at", "2015-04-09 11:22:03.126546"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7311"], ["description", "I-am-the-task-description_8849"], ["created_at", "2015-04-09 11:22:03.130288"], ["updated_at", "2015-04-09 11:22:03.130288"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"3"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 3]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:22:03.137247"], ["task_id", 3], ["created_at", "2015-04-09 11:22:03.139163"], ["updated_at", "2015-04-09 11:22:03.139163"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:22:03.140840"], ["id", 3]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_890"], ["description", "I-am-the-goal-description_1511"], ["version", 1], ["created_at", "2015-04-09 11:22:03.150806"], ["updated_at", "2015-04-09 11:22:03.150806"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task517"], ["description", "I-am-the-task-description_3694"], ["created_at", "2015-04-09 11:22:03.155937"], ["updated_at", "2015-04-09 11:22:03.155937"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3140"], ["description", "I-am-the-task-description_2015"], ["created_at", "2015-04-09 11:22:03.160655"], ["updated_at", "2015-04-09 11:22:03.160655"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"5"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 5]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:22:03.169015"], ["task_id", 5], ["created_at", "2015-04-09 11:22:03.171081"], ["updated_at", "2015-04-09 11:22:03.171081"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:22:03.172922"], ["id", 5]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 5]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 5]] 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", 5]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3260"], ["description", "I-am-the-goal-description_5238"], ["version", 1], ["created_at", "2015-04-09 11:22:03.181687"], ["updated_at", "2015-04-09 11:22:03.181687"], ["tracking", "150409-4"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task8666"], ["description", "I-am-the-task-description_7800"], ["created_at", "2015-04-09 11:22:03.186140"], ["updated_at", "2015-04-09 11:22:03.186140"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 4], ["title", "I-am-a-task9112"], ["description", "I-am-the-task-description_3700"], ["created_at", "2015-04-09 11:22:03.190783"], ["updated_at", "2015-04-09 11:22:03.190783"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"7"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 7]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:22:03.198615"], ["task_id", 7], ["created_at", "2015-04-09 11:22:03.200830"], ["updated_at", "2015-04-09 11:22:03.200830"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:22:03.202619"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4299"], ["description", "I-am-the-goal-description_8043"], ["version", 1], ["created_at", "2015-04-09 11:22:03.210309"], ["updated_at", "2015-04-09 11:22:03.210309"], ["tracking", "150409-5"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task7759"], ["description", "I-am-the-task-description_2663"], ["created_at", "2015-04-09 11:22:03.215286"], ["updated_at", "2015-04-09 11:22:03.215286"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 5], ["title", "I-am-a-task873"], ["description", "I-am-the-task-description_2356"], ["created_at", "2015-04-09 11:22:03.219129"], ["updated_at", "2015-04-09 11:22:03.219129"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 23ms (Views: 15.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8175"], ["description", "I-am-the-goal-description_4474"], ["version", 1], ["created_at", "2015-04-09 11:22:03.250085"], ["updated_at", "2015-04-09 11:22:03.250085"], ["tracking", "150409-6"]]  (1.1ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task6268"], ["description", "I-am-the-task-description_5588"], ["created_at", "2015-04-09 11:22:03.254281"], ["updated_at", "2015-04-09 11:22:03.254281"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 6], ["title", "I-am-a-task3994"], ["description", "I-am-the-task-description_9970"], ["created_at", "2015-04-09 11:22:03.258557"], ["updated_at", "2015-04-09 11:22:03.258557"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9785"], ["description", "I-am-the-goal-description_3297"], ["version", 1], ["created_at", "2015-04-09 11:22:03.296805"], ["updated_at", "2015-04-09 11:22:03.296805"], ["tracking", "150409-7"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 7], ["title", "I-am-a-task5374"], ["description", "I-am-the-task-description_4972"], ["created_at", "2015-04-09 11:22:03.302602"], ["updated_at", "2015-04-09 11:22:03.302602"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_79"], ["description", "I-am-the-goal-description_8758"], ["version", 1], ["created_at", "2015-04-09 11:22:03.306784"], ["updated_at", "2015-04-09 11:22:03.306784"], ["tracking", "150409-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 8], ["title", "I-am-a-task2852"], ["description", "I-am-the-task-description_4738"], ["created_at", "2015-04-09 11:22:03.311559"], ["updated_at", "2015-04-09 11:22:03.311559"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2764"], ["description", "I-am-the-goal-description_4339"], ["version", 1], ["created_at", "2015-04-09 11:22:03.320857"], ["updated_at", "2015-04-09 11:22:03.320857"], ["tracking", "150409-9"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task8546"], ["description", "I-am-the-task-description_9996"], ["created_at", "2015-04-09 11:22:03.325047"], ["updated_at", "2015-04-09 11:22:03.325047"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 9], ["title", "I-am-a-task6636"], ["description", "I-am-the-task-description_9245"], ["created_at", "2015-04-09 11:22:03.328791"], ["updated_at", "2015-04-09 11:22:03.328791"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_150"], ["description", "I-am-the-goal-description_2909"], ["version", 1], ["created_at", "2015-04-09 11:22:03.342607"], ["updated_at", "2015-04-09 11:22:03.342607"], ["tracking", "150409-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 10], ["title", "I-am-a-task5554"], ["description", "I-am-the-task-description_7794"], ["created_at", "2015-04-09 11:22:03.346437"], ["updated_at", "2015-04-09 11:22:03.346437"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2251"], ["description", "I-am-the-goal-description_275"], ["version", 1], ["created_at", "2015-04-09 11:22:03.350420"], ["updated_at", "2015-04-09 11:22:03.350420"], ["tracking", "150409-11"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task2294"], ["description", "I-am-the-task-description_6897"], ["created_at", "2015-04-09 11:22:03.354275"], ["updated_at", "2015-04-09 11:22:03.354275"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9273"], ["description", "I-am-the-goal-description_9593"], ["version", 1], ["created_at", "2015-04-09 11:22:03.415664"], ["updated_at", "2015-04-09 11:22:03.415664"], ["tracking", "150409-12"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5597"], ["description", "I-am-the-task-description_8817"], ["created_at", "2015-04-09 11:22:03.421121"], ["updated_at", "2015-04-09 11:22:03.421121"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task691"], ["description", "I-am-the-task-description_1648"], ["created_at", "2015-04-09 11:22:03.424983"], ["updated_at", "2015-04-09 11:22:03.424983"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8679"], ["description", "I-am-the-goal-description_5938"], ["version", 1], ["created_at", "2015-04-09 11:22:03.440569"], ["updated_at", "2015-04-09 11:22:03.440569"], ["tracking", "150409-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task5817"], ["description", "I-am-the-task-description_1655"], ["created_at", "2015-04-09 11:22:03.444775"], ["updated_at", "2015-04-09 11:22:03.444775"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3892"], ["description", "I-am-the-goal-description_5576"], ["version", 1], ["created_at", "2015-04-09 11:22:03.449069"], ["updated_at", "2015-04-09 11:22:03.449069"], ["tracking", "150409-14"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4717"], ["description", "I-am-the-task-description_2353"], ["created_at", "2015-04-09 11:22:03.453419"], ["updated_at", "2015-04-09 11:22:03.453419"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6989"], ["description", "I-am-the-goal-description_6525"], ["version", 1], ["created_at", "2015-04-09 11:22:03.464057"], ["updated_at", "2015-04-09 11:22:03.464057"], ["tracking", "150409-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task5568"], ["description", "I-am-the-task-description_6983"], ["created_at", "2015-04-09 11:22:03.468761"], ["updated_at", "2015-04-09 11:22:03.468761"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7899"], ["description", "I-am-the-task-description_7161"], ["created_at", "2015-04-09 11:22:03.472890"], ["updated_at", "2015-04-09 11:22:03.472890"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"23"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 23]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9901"], ["description", "I-am-the-goal-description_750"], ["version", 1], ["created_at", "2015-04-09 11:22:03.485273"], ["updated_at", "2015-04-09 11:22:03.485273"], ["tracking", "150409-16"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6222"], ["description", "I-am-the-task-description_7551"], ["created_at", "2015-04-09 11:22:03.488953"], ["updated_at", "2015-04-09 11:22:03.488953"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9304"], ["description", "I-am-the-task-description_5010"], ["created_at", "2015-04-09 11:22:03.493053"], ["updated_at", "2015-04-09 11:22:03.493053"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"16"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 16]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2958"], ["description", "I-am-the-goal-description_4012"], ["version", 1], ["created_at", "2015-04-09 11:22:03.505802"], ["updated_at", "2015-04-09 11:22:03.505802"], ["tracking", "150409-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task6886"], ["description", "I-am-the-task-description_9815"], ["created_at", "2015-04-09 11:22:03.509587"], ["updated_at", "2015-04-09 11:22:03.509587"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3364"], ["description", "I-am-the-task-description_8131"], ["created_at", "2015-04-09 11:22:03.513430"], ["updated_at", "2015-04-09 11:22:03.513430"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"27"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 27]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 17]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_688"], ["description", "I-am-the-goal-description_5186"], ["version", 1], ["created_at", "2015-04-09 11:22:03.524934"], ["updated_at", "2015-04-09 11:22:03.524934"], ["tracking", "150409-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task5742"], ["description", "I-am-the-task-description_4577"], ["created_at", "2015-04-09 11:22:03.528754"], ["updated_at", "2015-04-09 11:22:03.528754"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6554"], ["description", "I-am-the-task-description_2046"], ["created_at", "2015-04-09 11:22:03.532677"], ["updated_at", "2015-04-09 11:22:03.532677"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"18", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 18]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 18], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:03.545190"], ["updated_at", "2015-04-09 11:22:03.545190"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/31 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4472"], ["description", "I-am-the-goal-description_6975"], ["version", 1], ["created_at", "2015-04-09 11:22:03.552350"], ["updated_at", "2015-04-09 11:22:03.552350"], ["tracking", "150409-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4331"], ["description", "I-am-the-task-description_4384"], ["created_at", "2015-04-09 11:22:03.556201"], ["updated_at", "2015-04-09 11:22:03.556201"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2271"], ["description", "I-am-the-task-description_8398"], ["created_at", "2015-04-09 11:22:03.560473"], ["updated_at", "2015-04-09 11:22:03.560473"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"19", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 19]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 19], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:03.566811"], ["updated_at", "2015-04-09 11:22:03.566811"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/34 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_357"], ["description", "I-am-the-goal-description_2507"], ["version", 1], ["created_at", "2015-04-09 11:22:03.576156"], ["updated_at", "2015-04-09 11:22:03.576156"], ["tracking", "150409-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2795"], ["description", "I-am-the-task-description_858"], ["created_at", "2015-04-09 11:22:03.580464"], ["updated_at", "2015-04-09 11:22:03.580464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3642"], ["description", "I-am-the-task-description_3870"], ["created_at", "2015-04-09 11:22:03.584548"], ["updated_at", "2015-04-09 11:22:03.584548"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"20", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 20]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 20], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:03.591426"], ["updated_at", "2015-04-09 11:22:03.591426"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/37 Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6178"], ["description", "I-am-the-goal-description_8885"], ["version", 1], ["created_at", "2015-04-09 11:22:03.599846"], ["updated_at", "2015-04-09 11:22:03.599846"], ["tracking", "150409-21"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4617"], ["description", "I-am-the-task-description_2963"], ["created_at", "2015-04-09 11:22:03.603589"], ["updated_at", "2015-04-09 11:22:03.603589"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4905"], ["description", "I-am-the-task-description_3701"], ["created_at", "2015-04-09 11:22:03.608045"], ["updated_at", "2015-04-09 11:22:03.608045"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"21"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 21]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 1.2ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4107"], ["description", "I-am-the-goal-description_4706"], ["version", 1], ["created_at", "2015-04-09 11:22:03.621742"], ["updated_at", "2015-04-09 11:22:03.621742"], ["tracking", "150409-22"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7125"], ["description", "I-am-the-task-description_2093"], ["created_at", "2015-04-09 11:22:03.625932"], ["updated_at", "2015-04-09 11:22:03.625932"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task5484"], ["description", "I-am-the-task-description_5153"], ["created_at", "2015-04-09 11:22:03.629914"], ["updated_at", "2015-04-09 11:22:03.629914"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 22], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:03.634173"], ["updated_at", "2015-04-09 11:22:03.634173"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"22", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"42"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 42]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 22]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/42 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5616"], ["description", "I-am-the-goal-description_2604"], ["version", 1], ["created_at", "2015-04-09 11:22:03.645666"], ["updated_at", "2015-04-09 11:22:03.645666"], ["tracking", "150409-23"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task4063"], ["description", "I-am-the-task-description_232"], ["created_at", "2015-04-09 11:22:03.650482"], ["updated_at", "2015-04-09 11:22:03.650482"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task552"], ["description", "I-am-the-task-description_5065"], ["created_at", "2015-04-09 11:22:03.655212"], ["updated_at", "2015-04-09 11:22:03.655212"]]  (0.6ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 23], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:03.658841"], ["updated_at", "2015-04-09 11:22:03.658841"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"23", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"45"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 45]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 23]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/45 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9241"], ["description", "I-am-the-goal-description_9506"], ["version", 1], ["created_at", "2015-04-09 11:22:03.670870"], ["updated_at", "2015-04-09 11:22:03.670870"], ["tracking", "150409-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task3699"], ["description", "I-am-the-task-description_4173"], ["created_at", "2015-04-09 11:22:03.675223"], ["updated_at", "2015-04-09 11:22:03.675223"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task9509"], ["description", "I-am-the-task-description_8259"], ["created_at", "2015-04-09 11:22:03.679731"], ["updated_at", "2015-04-09 11:22:03.679731"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]] SQL (0.4ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 24], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:03.685000"], ["updated_at", "2015-04-09 11:22:03.685000"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"48"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 48]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 24]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 0.9ms | ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9529"], ["description", "I-am-the-goal-description_6533"], ["version", 1], ["created_at", "2015-04-09 11:22:03.700160"], ["updated_at", "2015-04-09 11:22:03.700160"], ["tracking", "150409-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7566"], ["description", "I-am-the-task-description_6232"], ["created_at", "2015-04-09 11:22:03.704156"], ["updated_at", "2015-04-09 11:22:03.704156"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task6238"], ["description", "I-am-the-task-description_5092"], ["created_at", "2015-04-09 11:22:03.709071"], ["updated_at", "2015-04-09 11:22:03.709071"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 25], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:03.713827"], ["updated_at", "2015-04-09 11:22:03.713827"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"51"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 51]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 25]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 51]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 51]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3672"], ["description", "I-am-the-goal-description_8341"], ["version", 1], ["created_at", "2015-04-09 11:22:03.727458"], ["updated_at", "2015-04-09 11:22:03.727458"], ["tracking", "150409-26"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6883"], ["description", "I-am-the-task-description_3841"], ["created_at", "2015-04-09 11:22:03.731317"], ["updated_at", "2015-04-09 11:22:03.731317"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task4710"], ["description", "I-am-the-task-description_2280"], ["created_at", "2015-04-09 11:22:03.735996"], ["updated_at", "2015-04-09 11:22:03.735996"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 26], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:03.740306"], ["updated_at", "2015-04-09 11:22:03.740306"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"54"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 54]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 54]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 54]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5387"], ["description", "I-am-the-goal-description_9842"], ["version", 1], ["created_at", "2015-04-09 11:22:03.753304"], ["updated_at", "2015-04-09 11:22:03.753304"], ["tracking", "150409-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9196"], ["description", "I-am-the-task-description_6555"], ["created_at", "2015-04-09 11:22:03.757966"], ["updated_at", "2015-04-09 11:22:03.757966"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task617"], ["description", "I-am-the-task-description_777"], ["created_at", "2015-04-09 11:22:03.762181"], ["updated_at", "2015-04-09 11:22:03.762181"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 27], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:03.766072"], ["updated_at", "2015-04-09 11:22:03.766072"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"57"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 57]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 11:22:03.772375"], ["id", 57]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.4ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2770"], ["description", "I-am-the-goal-description_2395"], ["version", 1], ["created_at", "2015-04-09 11:22:15.705147"], ["updated_at", "2015-04-09 11:22:15.705147"], ["tracking", "150409-1"]]  (1.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1860"], ["description", "I-am-the-goal-description_7324"], ["version", 1], ["created_at", "2015-04-09 11:22:15.717534"], ["updated_at", "2015-04-09 11:22:15.717534"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 21ms (Views: 14.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (1.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9172"], ["description", "I-am-the-goal-description_7029"], ["version", 1], ["created_at", "2015-04-09 11:22:15.825575"], ["updated_at", "2015-04-09 11:22:15.825575"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_715"], ["description", "I-am-the-goal-description_3827"], ["version", 1], ["created_at", "2015-04-09 11:22:15.831132"], ["updated_at", "2015-04-09 11:22:15.831132"], ["tracking", "150409-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7287"], ["description", "I-am-the-goal-description_5186"], ["version", 1], ["created_at", "2015-04-09 11:22:15.858464"], ["updated_at", "2015-04-09 11:22:15.858464"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7493"], ["description", "I-am-the-goal-description_9142"], ["version", 1], ["created_at", "2015-04-09 11:22:15.863235"], ["updated_at", "2015-04-09 11:22:15.863235"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6927"], ["description", "I-am-the-goal-description_2070"], ["version", 1], ["created_at", "2015-04-09 11:22:15.922402"], ["updated_at", "2015-04-09 11:22:15.922402"], ["tracking", "150409-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:22:15.942385"], ["id", 7]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3759ms (ActiveRecord: 2.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_37"], ["description", "I-am-the-goal-description_5771"], ["version", 1], ["created_at", "2015-04-09 11:22:19.690340"], ["updated_at", "2015-04-09 11:22:19.690340"], ["tracking", "150409-4"]]  (2.6ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:22:19.700761"], ["id", 8]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6409"], ["description", "I-am-the-goal-description_2985"], ["version", 1], ["created_at", "2015-04-09 11:22:19.707220"], ["updated_at", "2015-04-09 11:22:19.707220"], ["tracking", "150409-5"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:22:19.713172"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8638"], ["description", "I-am-the-goal-description_4235"], ["version", 1], ["created_at", "2015-04-09 11:22:19.720958"], ["updated_at", "2015-04-09 11:22:19.720958"], ["tracking", "150409-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:22:19.728839"], ["id", 10]]  (0.6ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6685"], ["description", "I-am-the-goal-description_2612"], ["version", 1], ["created_at", "2015-04-09 11:22:19.813097"], ["updated_at", "2015-04-09 11:22:19.813097"], ["tracking", "150409-7"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task222"], ["description", "I-am-the-task-description_5082"], ["created_at", "2015-04-09 11:22:19.824504"], ["updated_at", "2015-04-09 11:22:19.824504"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-09 11:22:19.836071"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 11:22:19.837191"], ["updated_at", "2015-04-09 11:22:19.837191"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 11:22:19.839213"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 11:22:19 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 11:22:19 UTC", "updated_at"=>"2015-04-09 11:22:19 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-09 11:22:19.847512"], ["created_at", "2015-04-09 11:22:19.849210"], ["updated_at", "2015-04-09 11:22:19.849210"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_281"], ["description", "I-am-the-goal-description_1105"], ["version", 1], ["created_at", "2015-04-09 11:22:19.860787"], ["updated_at", "2015-04-09 11:22:19.860787"], ["tracking", "150409-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1242"], ["description", "I-am-the-task-description_1954"], ["created_at", "2015-04-09 11:22:19.864998"], ["updated_at", "2015-04-09 11:22:19.864998"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6695"], ["description", "I-am-the-task-description_8375"], ["created_at", "2015-04-09 11:22:19.868820"], ["updated_at", "2015-04-09 11:22:19.868820"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:22:19.876073"], ["task_id", 2], ["created_at", "2015-04-09 11:22:19.877932"], ["updated_at", "2015-04-09 11:22:19.877932"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:22:19.879460"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4494"], ["description", "I-am-the-goal-description_6817"], ["version", 1], ["created_at", "2015-04-09 11:22:19.886185"], ["updated_at", "2015-04-09 11:22:19.886185"], ["tracking", "150409-9"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7182"], ["description", "I-am-the-task-description_6744"], ["created_at", "2015-04-09 11:22:19.890352"], ["updated_at", "2015-04-09 11:22:19.890352"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6793"], ["description", "I-am-the-task-description_6663"], ["created_at", "2015-04-09 11:22:19.894638"], ["updated_at", "2015-04-09 11:22:19.894638"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:22:19.901230"], ["task_id", 4], ["created_at", "2015-04-09 11:22:19.903144"], ["updated_at", "2015-04-09 11:22:19.903144"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:22:19.904558"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8427"], ["description", "I-am-the-goal-description_5627"], ["version", 1], ["created_at", "2015-04-09 11:22:19.910951"], ["updated_at", "2015-04-09 11:22:19.910951"], ["tracking", "150409-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8833"], ["description", "I-am-the-task-description_880"], ["created_at", "2015-04-09 11:22:19.915193"], ["updated_at", "2015-04-09 11:22:19.915193"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task3325"], ["description", "I-am-the-task-description_3385"], ["created_at", "2015-04-09 11:22:19.919425"], ["updated_at", "2015-04-09 11:22:19.919425"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:22:19.926888"], ["task_id", 6], ["created_at", "2015-04-09 11:22:19.929709"], ["updated_at", "2015-04-09 11:22:19.929709"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:22:19.931484"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7404"], ["description", "I-am-the-goal-description_7794"], ["version", 1], ["created_at", "2015-04-09 11:22:19.940384"], ["updated_at", "2015-04-09 11:22:19.940384"], ["tracking", "150409-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task882"], ["description", "I-am-the-task-description_8575"], ["created_at", "2015-04-09 11:22:19.944809"], ["updated_at", "2015-04-09 11:22:19.944809"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task9569"], ["description", "I-am-the-task-description_5580"], ["created_at", "2015-04-09 11:22:19.948636"], ["updated_at", "2015-04-09 11:22:19.948636"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:22:19.955045"], ["task_id", 8], ["created_at", "2015-04-09 11:22:19.956863"], ["updated_at", "2015-04-09 11:22:19.956863"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:22:19.958232"], ["id", 8]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2122"], ["description", "I-am-the-goal-description_4948"], ["version", 1], ["created_at", "2015-04-09 11:22:19.964647"], ["updated_at", "2015-04-09 11:22:19.964647"], ["tracking", "150409-12"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2094"], ["description", "I-am-the-task-description_9745"], ["created_at", "2015-04-09 11:22:19.969200"], ["updated_at", "2015-04-09 11:22:19.969200"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2879"], ["description", "I-am-the-task-description_9827"], ["created_at", "2015-04-09 11:22:19.973383"], ["updated_at", "2015-04-09 11:22:19.973383"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 3.0ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_792"], ["description", "I-am-the-goal-description_1237"], ["version", 1], ["created_at", "2015-04-09 11:22:19.987674"], ["updated_at", "2015-04-09 11:22:19.987674"], ["tracking", "150409-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8152"], ["description", "I-am-the-task-description_2088"], ["created_at", "2015-04-09 11:22:19.991491"], ["updated_at", "2015-04-09 11:22:19.991491"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2115"], ["description", "I-am-the-task-description_6693"], ["created_at", "2015-04-09 11:22:19.996663"], ["updated_at", "2015-04-09 11:22:19.996663"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1046"], ["description", "I-am-the-goal-description_9117"], ["version", 1], ["created_at", "2015-04-09 11:22:20.038196"], ["updated_at", "2015-04-09 11:22:20.038196"], ["tracking", "150409-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6831"], ["description", "I-am-the-task-description_7405"], ["created_at", "2015-04-09 11:22:20.042610"], ["updated_at", "2015-04-09 11:22:20.042610"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5732"], ["description", "I-am-the-goal-description_2007"], ["version", 1], ["created_at", "2015-04-09 11:22:20.046742"], ["updated_at", "2015-04-09 11:22:20.046742"], ["tracking", "150409-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task4651"], ["description", "I-am-the-task-description_8939"], ["created_at", "2015-04-09 11:22:20.050878"], ["updated_at", "2015-04-09 11:22:20.050878"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5434"], ["description", "I-am-the-goal-description_272"], ["version", 1], ["created_at", "2015-04-09 11:22:20.060298"], ["updated_at", "2015-04-09 11:22:20.060298"], ["tracking", "150409-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task449"], ["description", "I-am-the-task-description_9680"], ["created_at", "2015-04-09 11:22:20.064271"], ["updated_at", "2015-04-09 11:22:20.064271"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2719"], ["description", "I-am-the-task-description_2182"], ["created_at", "2015-04-09 11:22:20.068177"], ["updated_at", "2015-04-09 11:22:20.068177"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7983"], ["description", "I-am-the-goal-description_1373"], ["version", 1], ["created_at", "2015-04-09 11:22:20.082678"], ["updated_at", "2015-04-09 11:22:20.082678"], ["tracking", "150409-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7728"], ["description", "I-am-the-task-description_2294"], ["created_at", "2015-04-09 11:22:20.086770"], ["updated_at", "2015-04-09 11:22:20.086770"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4435"], ["description", "I-am-the-goal-description_6582"], ["version", 1], ["created_at", "2015-04-09 11:22:20.090728"], ["updated_at", "2015-04-09 11:22:20.090728"], ["tracking", "150409-18"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task5678"], ["description", "I-am-the-task-description_9734"], ["created_at", "2015-04-09 11:22:20.095248"], ["updated_at", "2015-04-09 11:22:20.095248"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8518"], ["description", "I-am-the-goal-description_9831"], ["version", 1], ["created_at", "2015-04-09 11:22:20.104839"], ["updated_at", "2015-04-09 11:22:20.104839"], ["tracking", "150409-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6015"], ["description", "I-am-the-task-description_250"], ["created_at", "2015-04-09 11:22:20.108995"], ["updated_at", "2015-04-09 11:22:20.108995"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7208"], ["description", "I-am-the-task-description_9178"], ["created_at", "2015-04-09 11:22:20.113104"], ["updated_at", "2015-04-09 11:22:20.113104"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (1.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2889"], ["description", "I-am-the-goal-description_7531"], ["version", 1], ["created_at", "2015-04-09 11:22:20.129376"], ["updated_at", "2015-04-09 11:22:20.129376"], ["tracking", "150409-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5873"], ["description", "I-am-the-task-description_8829"], ["created_at", "2015-04-09 11:22:20.134226"], ["updated_at", "2015-04-09 11:22:20.134226"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3813"], ["description", "I-am-the-goal-description_2921"], ["version", 1], ["created_at", "2015-04-09 11:22:20.138957"], ["updated_at", "2015-04-09 11:22:20.138957"], ["tracking", "150409-21"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task9191"], ["description", "I-am-the-task-description_7097"], ["created_at", "2015-04-09 11:22:20.143793"], ["updated_at", "2015-04-09 11:22:20.143793"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_841"], ["description", "I-am-the-goal-description_8380"], ["version", 1], ["created_at", "2015-04-09 11:22:20.155438"], ["updated_at", "2015-04-09 11:22:20.155438"], ["tracking", "150409-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6989"], ["description", "I-am-the-task-description_5701"], ["created_at", "2015-04-09 11:22:20.160159"], ["updated_at", "2015-04-09 11:22:20.160159"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9886"], ["description", "I-am-the-task-description_6490"], ["created_at", "2015-04-09 11:22:20.217509"], ["updated_at", "2015-04-09 11:22:20.217509"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1178"], ["description", "I-am-the-goal-description_6490"], ["version", 1], ["created_at", "2015-04-09 11:22:20.230504"], ["updated_at", "2015-04-09 11:22:20.230504"], ["tracking", "150409-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9159"], ["description", "I-am-the-task-description_3161"], ["created_at", "2015-04-09 11:22:20.234673"], ["updated_at", "2015-04-09 11:22:20.234673"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9554"], ["description", "I-am-the-task-description_3707"], ["created_at", "2015-04-09 11:22:20.238953"], ["updated_at", "2015-04-09 11:22:20.238953"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.4ms) Completed 200 OK in 6ms (Views: 2.5ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_917"], ["description", "I-am-the-goal-description_7257"], ["version", 1], ["created_at", "2015-04-09 11:22:20.252291"], ["updated_at", "2015-04-09 11:22:20.252291"], ["tracking", "150409-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2933"], ["description", "I-am-the-task-description_1159"], ["created_at", "2015-04-09 11:22:20.256251"], ["updated_at", "2015-04-09 11:22:20.256251"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3401"], ["description", "I-am-the-task-description_7777"], ["created_at", "2015-04-09 11:22:20.260207"], ["updated_at", "2015-04-09 11:22:20.260207"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2539"], ["description", "I-am-the-goal-description_3941"], ["version", 1], ["created_at", "2015-04-09 11:22:20.273517"], ["updated_at", "2015-04-09 11:22:20.273517"], ["tracking", "150409-25"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3378"], ["description", "I-am-the-task-description_5403"], ["created_at", "2015-04-09 11:22:20.277304"], ["updated_at", "2015-04-09 11:22:20.277304"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task3033"], ["description", "I-am-the-task-description_291"], ["created_at", "2015-04-09 11:22:20.281243"], ["updated_at", "2015-04-09 11:22:20.281243"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:20.293274"], ["updated_at", "2015-04-09 11:22:20.293274"]]  (0.6ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6383"], ["description", "I-am-the-goal-description_9034"], ["version", 1], ["created_at", "2015-04-09 11:22:20.300976"], ["updated_at", "2015-04-09 11:22:20.300976"], ["tracking", "150409-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task275"], ["description", "I-am-the-task-description_1729"], ["created_at", "2015-04-09 11:22:20.305034"], ["updated_at", "2015-04-09 11:22:20.305034"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task7648"], ["description", "I-am-the-task-description_8823"], ["created_at", "2015-04-09 11:22:20.310542"], ["updated_at", "2015-04-09 11:22:20.310542"]]  (1.2ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:20.320173"], ["updated_at", "2015-04-09 11:22:20.320173"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5364"], ["description", "I-am-the-goal-description_27"], ["version", 1], ["created_at", "2015-04-09 11:22:20.330203"], ["updated_at", "2015-04-09 11:22:20.330203"], ["tracking", "150409-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task6179"], ["description", "I-am-the-task-description_5744"], ["created_at", "2015-04-09 11:22:20.335848"], ["updated_at", "2015-04-09 11:22:20.335848"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task8048"], ["description", "I-am-the-task-description_6180"], ["created_at", "2015-04-09 11:22:20.339828"], ["updated_at", "2015-04-09 11:22:20.339828"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.7ms) 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 11:22:20.348498"], ["updated_at", "2015-04-09 11:22:20.348498"]]  (14.2ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 21ms (ActiveRecord: 15.1ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9343"], ["description", "I-am-the-goal-description_9363"], ["version", 1], ["created_at", "2015-04-09 11:22:20.373244"], ["updated_at", "2015-04-09 11:22:20.373244"], ["tracking", "150409-28"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8256"], ["description", "I-am-the-task-description_9098"], ["created_at", "2015-04-09 11:22:20.377671"], ["updated_at", "2015-04-09 11:22:20.377671"]]  (0.7ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) 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-task3715"], ["description", "I-am-the-task-description_6208"], ["created_at", "2015-04-09 11:22:20.382931"], ["updated_at", "2015-04-09 11:22:20.382931"]]  (1.3ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3670"], ["description", "I-am-the-goal-description_1850"], ["version", 1], ["created_at", "2015-04-09 11:22:20.398700"], ["updated_at", "2015-04-09 11:22:20.398700"], ["tracking", "150409-29"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7299"], ["description", "I-am-the-task-description_4615"], ["created_at", "2015-04-09 11:22:20.403072"], ["updated_at", "2015-04-09 11:22:20.403072"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task2425"], ["description", "I-am-the-task-description_3966"], ["created_at", "2015-04-09 11:22:20.407676"], ["updated_at", "2015-04-09 11:22:20.407676"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:20.411539"], ["updated_at", "2015-04-09 11:22:20.411539"]]  (0.6ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9830"], ["description", "I-am-the-goal-description_8402"], ["version", 1], ["created_at", "2015-04-09 11:22:20.423390"], ["updated_at", "2015-04-09 11:22:20.423390"], ["tracking", "150409-30"]]  (0.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9722"], ["description", "I-am-the-task-description_1771"], ["created_at", "2015-04-09 11:22:20.427648"], ["updated_at", "2015-04-09 11:22:20.427648"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task614"], ["description", "I-am-the-task-description_1384"], ["created_at", "2015-04-09 11:22:20.431666"], ["updated_at", "2015-04-09 11:22:20.431666"]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:20.436384"], ["updated_at", "2015-04-09 11:22:20.436384"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 6ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4386"], ["description", "I-am-the-goal-description_4083"], ["version", 1], ["created_at", "2015-04-09 11:22:20.453162"], ["updated_at", "2015-04-09 11:22:20.453162"], ["tracking", "150409-31"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task8901"], ["description", "I-am-the-task-description_8464"], ["created_at", "2015-04-09 11:22:20.457847"], ["updated_at", "2015-04-09 11:22:20.457847"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task3647"], ["description", "I-am-the-task-description_5690"], ["created_at", "2015-04-09 11:22:20.462847"], ["updated_at", "2015-04-09 11:22:20.462847"]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.4ms) 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 11:22:20.467996"], ["updated_at", "2015-04-09 11:22:20.467996"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6716"], ["description", "I-am-the-goal-description_1255"], ["version", 1], ["created_at", "2015-04-09 11:22:20.480422"], ["updated_at", "2015-04-09 11:22:20.480422"], ["tracking", "150409-32"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5383"], ["description", "I-am-the-task-description_4817"], ["created_at", "2015-04-09 11:22:20.484204"], ["updated_at", "2015-04-09 11:22:20.484204"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task7612"], ["description", "I-am-the-task-description_5504"], ["created_at", "2015-04-09 11:22:20.488287"], ["updated_at", "2015-04-09 11:22:20.488287"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:20.492151"], ["updated_at", "2015-04-09 11:22:20.492151"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5661"], ["description", "I-am-the-goal-description_9013"], ["version", 1], ["created_at", "2015-04-09 11:22:20.506698"], ["updated_at", "2015-04-09 11:22:20.506698"], ["tracking", "150409-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task8432"], ["description", "I-am-the-task-description_7430"], ["created_at", "2015-04-09 11:22:20.510509"], ["updated_at", "2015-04-09 11:22:20.510509"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task3144"], ["description", "I-am-the-task-description_4846"], ["created_at", "2015-04-09 11:22:20.514581"], ["updated_at", "2015-04-09 11:22:20.514581"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:20.518507"], ["updated_at", "2015-04-09 11:22:20.518507"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6285"], ["description", "I-am-the-goal-description_5035"], ["version", 1], ["created_at", "2015-04-09 11:22:20.531444"], ["updated_at", "2015-04-09 11:22:20.531444"], ["tracking", "150409-34"]]  (5.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task191"], ["description", "I-am-the-task-description_318"], ["created_at", "2015-04-09 11:22:20.540668"], ["updated_at", "2015-04-09 11:22:20.540668"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7835"], ["description", "I-am-the-task-description_7930"], ["created_at", "2015-04-09 11:22:20.545467"], ["updated_at", "2015-04-09 11:22:20.545467"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:22:20.549607"], ["updated_at", "2015-04-09 11:22:20.549607"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 11:22:20.555578"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9566"], ["description", "I-am-the-goal-description_440"], ["version", 1], ["created_at", "2015-04-09 11:22:20.563297"], ["updated_at", "2015-04-09 11:22:20.563297"], ["tracking", "150409-35"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6585"], ["description", "I-am-the-goal-description_8371"], ["version", 1], ["created_at", "2015-04-09 11:22:20.568287"], ["updated_at", "2015-04-09 11:22:20.568287"], ["tracking", "150409-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task1404"], ["description", "I-am-the-task-description_8744"], ["created_at", "2015-04-09 11:22:20.572500"], ["updated_at", "2015-04-09 11:22:20.572500"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5235"], ["description", "I-am-the-goal-description_5516"], ["version", 1], ["created_at", "2015-04-09 11:22:20.576479"], ["updated_at", "2015-04-09 11:22:20.576479"], ["tracking", "150409-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 41], ["title", "I-am-a-task2932"], ["description", "I-am-the-task-description_1394"], ["created_at", "2015-04-09 11:22:20.580345"], ["updated_at", "2015-04-09 11:22:20.580345"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_958"], ["description", "I-am-the-goal-description_1438"], ["version", 1], ["created_at", "2015-04-09 11:22:20.583730"], ["updated_at", "2015-04-09 11:22:20.583730"], ["tracking", "150409-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task1722"], ["description", "I-am-the-task-description_9854"], ["created_at", "2015-04-09 11:22:20.588387"], ["updated_at", "2015-04-09 11:22:20.588387"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task4022"], ["description", "I-am-the-task-description_9013"], ["created_at", "2015-04-09 11:22:20.593247"], ["updated_at", "2015-04-09 11:22:20.593247"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 39], ["title", "I-am-a-task4603"], ["description", "I-am-the-task-description_4022"], ["created_at", "2015-04-09 11:22:20.597549"], ["updated_at", "2015-04-09 11:22:20.597549"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 39], ["title", "I-am-a-task8172"], ["description", "I-am-the-task-description_2361"], ["created_at", "2015-04-09 11:22:20.601612"], ["updated_at", "2015-04-09 11:22:20.601612"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_631"], ["description", "I-am-the-goal-description_9745"], ["version", 1], ["created_at", "2015-04-09 11:22:20.608368"], ["updated_at", "2015-04-09 11:22:20.608368"], ["tracking", "150409-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7901"], ["description", "I-am-the-goal-description_8727"], ["version", 1], ["created_at", "2015-04-09 11:22:20.613245"], ["updated_at", "2015-04-09 11:22:20.613245"], ["tracking", "150409-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task8934"], ["description", "I-am-the-task-description_5524"], ["created_at", "2015-04-09 11:22:20.616998"], ["updated_at", "2015-04-09 11:22:20.616998"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9734"], ["description", "I-am-the-goal-description_9727"], ["version", 1], ["created_at", "2015-04-09 11:22:20.621169"], ["updated_at", "2015-04-09 11:22:20.621169"], ["tracking", "150409-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 45], ["title", "I-am-a-task6512"], ["description", "I-am-the-task-description_9156"], ["created_at", "2015-04-09 11:22:20.625373"], ["updated_at", "2015-04-09 11:22:20.625373"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4540"], ["description", "I-am-the-goal-description_1358"], ["version", 1], ["created_at", "2015-04-09 11:22:20.628358"], ["updated_at", "2015-04-09 11:22:20.628358"], ["tracking", "150409-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task9059"], ["description", "I-am-the-task-description_969"], ["created_at", "2015-04-09 11:22:20.632929"], ["updated_at", "2015-04-09 11:22:20.632929"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task6830"], ["description", "I-am-the-task-description_7194"], ["created_at", "2015-04-09 11:22:20.637568"], ["updated_at", "2015-04-09 11:22:20.637568"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 43], ["title", "I-am-a-task9866"], ["description", "I-am-the-task-description_9654"], ["created_at", "2015-04-09 11:22:20.642657"], ["updated_at", "2015-04-09 11:22:20.642657"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 43], ["title", "I-am-a-task8406"], ["description", "I-am-the-task-description_2109"], ["created_at", "2015-04-09 11:22:20.647304"], ["updated_at", "2015-04-09 11:22:20.647304"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8281"], ["description", "I-am-the-goal-description_7562"], ["version", 1], ["created_at", "2015-04-09 11:22:20.650816"], ["updated_at", "2015-04-09 11:22:20.650816"], ["tracking", "150409-43"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8863"], ["description", "I-am-the-goal-description_2422"], ["version", 1], ["created_at", "2015-04-09 11:22:20.657871"], ["updated_at", "2015-04-09 11:22:20.657871"], ["tracking", "150409-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2628"], ["description", "I-am-the-goal-description_514"], ["version", 1], ["created_at", "2015-04-09 11:22:20.663670"], ["updated_at", "2015-04-09 11:22:20.663670"], ["tracking", "150409-45"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 49], ["title", "I-am-a-task5574"], ["description", "I-am-the-task-description_9910"], ["created_at", "2015-04-09 11:22:20.668029"], ["updated_at", "2015-04-09 11:22:20.668029"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_718"], ["description", "I-am-the-goal-description_5050"], ["version", 1], ["created_at", "2015-04-09 11:22:20.672640"], ["updated_at", "2015-04-09 11:22:20.672640"], ["tracking", "150409-46"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 50], ["title", "I-am-a-task4026"], ["description", "I-am-the-task-description_7381"], ["created_at", "2015-04-09 11:22:20.676647"], ["updated_at", "2015-04-09 11:22:20.676647"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7060"], ["description", "I-am-the-goal-description_8102"], ["version", 1], ["created_at", "2015-04-09 11:22:20.680444"], ["updated_at", "2015-04-09 11:22:20.680444"], ["tracking", "150409-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task5600"], ["description", "I-am-the-task-description_2076"], ["created_at", "2015-04-09 11:22:20.685294"], ["updated_at", "2015-04-09 11:22:20.685294"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 51], ["title", "I-am-a-task9297"], ["description", "I-am-the-task-description_4183"], ["created_at", "2015-04-09 11:22:20.689284"], ["updated_at", "2015-04-09 11:22:20.689284"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 48], ["title", "I-am-a-task1788"], ["description", "I-am-the-task-description_7192"], ["created_at", "2015-04-09 11:22:20.693750"], ["updated_at", "2015-04-09 11:22:20.693750"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task7062"], ["description", "I-am-the-task-description_2007"], ["created_at", "2015-04-09 11:22:20.698298"], ["updated_at", "2015-04-09 11:22:20.698298"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task5659"], ["description", "I-am-the-task-description_4259"], ["created_at", "2015-04-09 11:22:20.702662"], ["updated_at", "2015-04-09 11:22:20.702662"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9965"], ["description", "I-am-the-goal-description_902"], ["version", 1], ["created_at", "2015-04-09 11:22:20.710925"], ["updated_at", "2015-04-09 11:22:20.710925"], ["tracking", "150409-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6262"], ["description", "I-am-the-goal-description_5101"], ["version", 1], ["created_at", "2015-04-09 11:22:20.715685"], ["updated_at", "2015-04-09 11:22:20.715685"], ["tracking", "150409-49"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 53], ["title", "I-am-a-task7103"], ["description", "I-am-the-task-description_645"], ["created_at", "2015-04-09 11:22:20.719819"], ["updated_at", "2015-04-09 11:22:20.719819"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9993"], ["description", "I-am-the-goal-description_9706"], ["version", 1], ["created_at", "2015-04-09 11:22:20.723690"], ["updated_at", "2015-04-09 11:22:20.723690"], ["tracking", "150409-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 54], ["title", "I-am-a-task4777"], ["description", "I-am-the-task-description_2462"], ["created_at", "2015-04-09 11:22:20.727300"], ["updated_at", "2015-04-09 11:22:20.727300"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1022"], ["description", "I-am-the-goal-description_7160"], ["version", 1], ["created_at", "2015-04-09 11:22:20.730870"], ["updated_at", "2015-04-09 11:22:20.730870"], ["tracking", "150409-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task2020"], ["description", "I-am-the-task-description_1578"], ["created_at", "2015-04-09 11:22:20.735821"], ["updated_at", "2015-04-09 11:22:20.735821"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 55], ["title", "I-am-a-task1976"], ["description", "I-am-the-task-description_433"], ["created_at", "2015-04-09 11:22:20.740891"], ["updated_at", "2015-04-09 11:22:20.740891"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 52], ["title", "I-am-a-task5748"], ["description", "I-am-the-task-description_2665"], ["created_at", "2015-04-09 11:22:20.747148"], ["updated_at", "2015-04-09 11:22:20.747148"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task2922"], ["description", "I-am-the-task-description_6149"], ["created_at", "2015-04-09 11:22:20.752158"], ["updated_at", "2015-04-09 11:22:20.752158"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task4562"], ["description", "I-am-the-task-description_8639"], ["created_at", "2015-04-09 11:22:20.756317"], ["updated_at", "2015-04-09 11:22:20.756317"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5813"], ["description", "I-am-the-goal-description_1869"], ["version", 1], ["created_at", "2015-04-09 11:22:20.825966"], ["updated_at", "2015-04-09 11:22:20.825966"], ["tracking", "150409-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 56], ["title", "I-am-a-task2978"], ["description", "I-am-the-task-description_1404"], ["created_at", "2015-04-09 11:22:20.829924"], ["updated_at", "2015-04-09 11:22:20.829924"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9818"], ["description", "I-am-the-goal-description_2000"], ["version", 1], ["created_at", "2015-04-09 11:22:20.835478"], ["updated_at", "2015-04-09 11:22:20.835478"], ["tracking", "150409-53"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-12"], ["goal_id", 57], ["title", "I-am-a-task3897"], ["description", "I-am-the-task-description_5322"], ["created_at", "2015-04-09 11:22:20.839714"], ["updated_at", "2015-04-09 11:22:20.839714"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8752"], ["description", "I-am-the-goal-description_3338"], ["version", 1], ["created_at", "2015-04-09 11:22:20.845614"], ["updated_at", "2015-04-09 11:22:20.845614"], ["tracking", "150409-54"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 58], ["title", "I-am-a-task1529"], ["description", "I-am-the-task-description_5621"], ["created_at", "2015-04-09 11:22:20.850011"], ["updated_at", "2015-04-09 11:22:20.850011"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1755"], ["description", "I-am-the-goal-description_70"], ["version", 1], ["created_at", "2015-04-09 11:22:20.855795"], ["updated_at", "2015-04-09 11:22:20.855795"], ["tracking", "150409-55"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 59], ["title", "I-am-a-task2874"], ["description", "I-am-the-task-description_4827"], ["created_at", "2015-04-09 11:22:20.860412"], ["updated_at", "2015-04-09 11:22:20.860412"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5509"], ["description", "I-am-the-goal-description_254"], ["version", 1], ["created_at", "2015-04-09 11:22:20.869656"], ["updated_at", "2015-04-09 11:22:20.869656"], ["tracking", "150409-56"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7286"], ["description", "I-am-the-goal-description_9393"], ["version", 1], ["created_at", "2015-04-09 11:22:20.875051"], ["updated_at", "2015-04-09 11:22:20.875051"], ["tracking", "150409-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7963"], ["description", "I-am-the-goal-description_5091"], ["version", 1], ["created_at", "2015-04-09 11:22:20.880396"], ["updated_at", "2015-04-09 11:22:20.880396"], ["tracking", "150409-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5774"], ["description", "I-am-the-goal-description_854"], ["version", 1], ["created_at", "2015-04-09 11:22:20.886106"], ["updated_at", "2015-04-09 11:22:20.886106"], ["tracking", "150409-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_224"], ["description", "I-am-the-goal-description_7310"], ["version", 1], ["created_at", "2015-04-09 11:22:20.891356"], ["updated_at", "2015-04-09 11:22:20.891356"], ["tracking", "150409-60"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9636"], ["description", "I-am-the-goal-description_6080"], ["version", 1], ["created_at", "2015-04-09 11:22:20.898565"], ["updated_at", "2015-04-09 11:22:20.898565"], ["tracking", "150409-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2648"], ["description", "I-am-the-goal-description_8735"], ["version", 1], ["created_at", "2015-04-09 11:22:20.903937"], ["updated_at", "2015-04-09 11:22:20.903937"], ["tracking", "150409-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_348"], ["description", "I-am-the-goal-description_4339"], ["version", 1], ["created_at", "2015-04-09 11:22:20.910421"], ["updated_at", "2015-04-09 11:22:20.910421"], ["tracking", "150409-63"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task1009"], ["description", "I-am-the-task-description_2155"], ["created_at", "2015-04-09 11:22:20.915375"], ["updated_at", "2015-04-09 11:22:20.915375"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1533"], ["description", "I-am-the-goal-description_4387"], ["version", 1], ["created_at", "2015-04-09 11:22:20.921497"], ["updated_at", "2015-04-09 11:22:20.921497"], ["tracking", "150409-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1636"], ["description", "I-am-the-goal-description_7454"], ["version", 1], ["created_at", "2015-04-09 11:22:20.927610"], ["updated_at", "2015-04-09 11:22:20.927610"], ["tracking", "150409-65"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_16"], ["description", "I-am-the-goal-description_7793"], ["version", 1], ["created_at", "2015-04-09 11:22:20.934392"], ["updated_at", "2015-04-09 11:22:20.934392"], ["tracking", "150409-66"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4057"], ["description", "I-am-the-goal-description_6130"], ["version", 1], ["created_at", "2015-04-09 11:22:20.941770"], ["updated_at", "2015-04-09 11:22:20.941770"], ["tracking", "150409-67"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task8487"], ["description", "I-am-the-task-description_5269"], ["created_at", "2015-04-09 11:22:20.945410"], ["updated_at", "2015-04-09 11:22:20.945410"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1900"], ["description", "I-am-the-goal-description_152"], ["version", 1], ["created_at", "2015-04-09 11:22:20.949359"], ["updated_at", "2015-04-09 11:22:20.949359"], ["tracking", "150409-68"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task8068"], ["description", "I-am-the-task-description_2807"], ["created_at", "2015-04-09 11:22:20.954618"], ["updated_at", "2015-04-09 11:22:20.954618"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8265"], ["description", "I-am-the-goal-description_4861"], ["version", 1], ["created_at", "2015-04-09 11:22:20.959020"], ["updated_at", "2015-04-09 11:22:20.959020"], ["tracking", "150409-69"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task4405"], ["description", "I-am-the-task-description_565"], ["created_at", "2015-04-09 11:22:20.964633"], ["updated_at", "2015-04-09 11:22:20.964633"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_748"], ["description", "I-am-the-goal-description_4211"], ["version", 1], ["created_at", "2015-04-09 11:22:20.971277"], ["updated_at", "2015-04-09 11:22:20.971277"], ["tracking", "150409-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task2570"], ["description", "I-am-the-task-description_2871"], ["created_at", "2015-04-09 11:22:20.976793"], ["updated_at", "2015-04-09 11:22:20.976793"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4703"], ["description", "I-am-the-goal-description_9241"], ["version", 1], ["created_at", "2015-04-09 11:22:20.981788"], ["updated_at", "2015-04-09 11:22:20.981788"], ["tracking", "150409-71"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task1235"], ["description", "I-am-the-task-description_3160"], ["created_at", "2015-04-09 11:22:20.987066"], ["updated_at", "2015-04-09 11:22:20.987066"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6373"], ["description", "I-am-the-goal-description_3588"], ["version", 1], ["created_at", "2015-04-09 11:22:20.992765"], ["updated_at", "2015-04-09 11:22:20.992765"], ["tracking", "150409-72"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task4952"], ["description", "I-am-the-task-description_1918"], ["created_at", "2015-04-09 11:22:20.997192"], ["updated_at", "2015-04-09 11:22:20.997192"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6622"], ["description", "I-am-the-goal-description_405"], ["version", 1], ["created_at", "2015-04-09 11:22:21.003465"], ["updated_at", "2015-04-09 11:22:21.003465"], ["tracking", "150409-73"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task6261"], ["description", "I-am-the-task-description_271"], ["created_at", "2015-04-09 11:22:21.007388"], ["updated_at", "2015-04-09 11:22:21.007388"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3642"], ["description", "I-am-the-goal-description_7317"], ["version", 1], ["created_at", "2015-04-09 11:22:21.012522"], ["updated_at", "2015-04-09 11:22:21.012522"], ["tracking", "150409-74"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task7447"], ["description", "I-am-the-task-description_3598"], ["created_at", "2015-04-09 11:22:21.017374"], ["updated_at", "2015-04-09 11:22:21.017374"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1784"], ["description", "I-am-the-goal-description_9653"], ["version", 1], ["created_at", "2015-04-09 11:22:21.022287"], ["updated_at", "2015-04-09 11:22:21.022287"], ["tracking", "150409-75"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task2238"], ["description", "I-am-the-task-description_2646"], ["created_at", "2015-04-09 11:22:21.026673"], ["updated_at", "2015-04-09 11:22:21.026673"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2619"], ["description", "I-am-the-goal-description_9614"], ["version", 1], ["created_at", "2015-04-09 11:22:21.031631"], ["updated_at", "2015-04-09 11:22:21.031631"], ["tracking", "150409-76"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 80], ["title", "I-am-a-task37"], ["description", "I-am-the-task-description_9921"], ["created_at", "2015-04-09 11:22:21.035674"], ["updated_at", "2015-04-09 11:22:21.035674"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2618"], ["description", "I-am-the-goal-description_6092"], ["version", 1], ["created_at", "2015-04-09 11:22:21.041019"], ["updated_at", "2015-04-09 11:22:21.041019"], ["tracking", "150409-77"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-09 11:22:21.044555"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-09 11:22:21.047226"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6459"], ["description", "I-am-the-goal-description_1199"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_413"], ["description", "I-am-the-goal-description_1338"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_485"], ["description", "I-am-the-goal-description_8659"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8720"], ["description", "I-am-the-goal-description_6083"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7537"], ["description", "I-am-the-goal-description_6414"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task4099"], ["description", "I-am-the-task-description_1907"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task7594"], ["description", "I-am-the-task-description_9563"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6501"], ["description", "I-am-the-goal-description_7787"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3178"], ["description", "I-am-the-goal-description_1398"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_406"], ["description", "I-am-the-goal-description_3826"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3671"], ["description", "I-am-the-goal-description_9454"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task4768"], ["description", "I-am-the-task-description_5656"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4238"], ["description", "I-am-the-goal-description_8232"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task3046"], ["description", "I-am-the-task-description_2487"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3952"], ["description", "I-am-the-goal-description_6436"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task4712"], ["description", "I-am-the-task-description_2604"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_256"], ["description", "I-am-the-goal-description_6679"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task8144"], ["description", "I-am-the-task-description_9054"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2904"], ["description", "I-am-the-goal-description_3642"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task2234"], ["description", "I-am-the-task-description_988"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4948"], ["description", "I-am-the-goal-description_2553"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task7655"], ["description", "I-am-the-task-description_3182"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6189"], ["description", "I-am-the-goal-description_6722"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task7416"], ["description", "I-am-the-task-description_1106"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3048"], ["description", "I-am-the-goal-description_5857"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5230"], ["description", "I-am-the-goal-description_54"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1731"], ["description", "I-am-the-goal-description_4458"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_602"], ["description", "I-am-the-goal-description_1076"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:22:35 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.2ms) Flyboy::Goal Load (0.9ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4431.5ms) Completed 200 OK in 4558ms (Views: 4524.4ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 13:22:40 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 13:22:40 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 13:22:40 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 13:22:42 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (521.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (583.4ms) Completed 200 OK in 597ms (Views: 586.8ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:22:42 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) 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 11:22:42.820311"], ["updated_at", "2015-04-09 11:22:42.820311"], ["tracking", "150409-1"]]  (3.7ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/goals/1 Completed 302 Found in 28ms (ActiveRecord: 4.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:42 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (130.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (143.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (164.7ms) Completed 200 OK in 200ms (Views: 169.7ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4875"], ["description", "I-am-the-goal-description_4168"], ["version", 1], ["created_at", "2015-04-09 11:22:43.209581"], ["updated_at", "2015-04-09 11:22:43.209581"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5807"], ["description", "I-am-the-task-description_8107"], ["created_at", "2015-04-09 11:22:43.216157"], ["updated_at", "2015-04-09 11:22:43.216157"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9944"], ["description", "I-am-the-task-description_7305"], ["created_at", "2015-04-09 11:22:43.221948"], ["updated_at", "2015-04-09 11:22:43.221948"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7362"], ["description", "I-am-the-task-description_2953"], ["created_at", "2015-04-09 11:22:43.226019"], ["updated_at", "2015-04-09 11:22:43.226019"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:22:43 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 12ms (Views: 10.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:45 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.9ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6072"], ["description", "I-am-the-goal-description_5702"], ["version", 1], ["created_at", "2015-04-09 11:22:45.205364"], ["updated_at", "2015-04-09 11:22:45.205364"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:22:45 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.1ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 13:22:47 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.4ms) Completed 200 OK in 71ms (Views: 69.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:47 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5702"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 11:22:47.405176"], ["id", 1]]  (3.5ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 4.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:47 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (11.3ms) Completed 200 OK in 14ms (Views: 12.0ms | ActiveRecord: 0.7ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6076"], ["description", "I-am-the-goal-description_4251"], ["version", 1], ["created_at", "2015-04-09 11:22:47.551303"], ["updated_at", "2015-04-09 11:22:47.551303"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:22:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.4ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:49 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 13:22:49 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (11.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (12.0ms) Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:49 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:22:49 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.1ms) Completed 200 OK in 5ms (Views: 3.7ms | ActiveRecord: 0.2ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7089"], ["description", "I-am-the-goal-description_5752"], ["version", 1], ["created_at", "2015-04-09 11:22:49.909935"], ["updated_at", "2015-04-09 11:22:49.909935"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:49 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.4ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 13:22:51 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:22:51.482743"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:22:51 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9140"], ["description", "I-am-the-goal-description_4941"], ["version", 1], ["created_at", "2015-04-09 11:22:51.621994"], ["updated_at", "2015-04-09 11:22:51.621994"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 13:22:53 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.8ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:22:53.218100"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:53 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.4ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7437"], ["description", "I-am-the-goal-description_5967"], ["version", 1], ["created_at", "2015-04-09 11:22:53.362010"], ["updated_at", "2015-04-09 11:22:53.362010"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task137"], ["description", "I-am-the-task-description_5099"], ["created_at", "2015-04-09 11:22:53.367807"], ["updated_at", "2015-04-09 11:22:53.367807"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:22:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.7ms) Completed 200 OK in 18ms (Views: 14.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:22:54 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.3ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (76.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (104.1ms) Completed 200 OK in 110ms (Views: 105.2ms | ActiveRecord: 1.5ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-09 13:22:55 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-09 11:22:55.245630"], ["created_at", "2015-04-09 11:22:55.247409"], ["updated_at", "2015-04-09 11:22:55.247409"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-09 11:22:55.249069"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:22:55 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (72.7ms) Completed 200 OK in 76ms (Views: 72.9ms | ActiveRecord: 0.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9629"], ["description", "I-am-the-goal-description_9961"], ["version", 1], ["created_at", "2015-04-09 11:22:55.414906"], ["updated_at", "2015-04-09 11:22:55.414906"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:22:55 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:22:56 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 13:22:57 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (84.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (89.9ms) Completed 200 OK in 94ms (Views: 92.2ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:22:57 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 11:22:57.289790"], ["updated_at", "2015-04-09 11:22:57.289790"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:22:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.1ms) Completed 200 OK in 24ms (Views: 20.4ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9815"], ["description", "I-am-the-goal-description_4492"], ["version", 1], ["created_at", "2015-04-09 11:22:57.491102"], ["updated_at", "2015-04-09 11:22:57.491102"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2074"], ["description", "I-am-the-task-description_3133"], ["created_at", "2015-04-09 11:22:57.495343"], ["updated_at", "2015-04-09 11:22:57.495343"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:22:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:22:59 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.5ms) Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5572"], ["description", "I-am-the-goal-description_4953"], ["version", 1], ["created_at", "2015-04-09 11:22:59.391174"], ["updated_at", "2015-04-09 11:22:59.391174"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4719"], ["description", "I-am-the-task-description_2718"], ["created_at", "2015-04-09 11:22:59.395442"], ["updated_at", "2015-04-09 11:22:59.395442"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:22:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:23:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.9ms) Completed 200 OK in 80ms (Views: 76.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 13:23:01 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (70.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (74.0ms) Completed 200 OK in 79ms (Views: 76.1ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:23:01 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_2718", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 11:23:01.459413"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:23:01 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.8ms) Completed 200 OK in 27ms (Views: 23.0ms | ActiveRecord: 0.9ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2479"], ["description", "I-am-the-goal-description_8476"], ["version", 1], ["created_at", "2015-04-09 11:23:01.597709"], ["updated_at", "2015-04-09 11:23:01.597709"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4910"], ["description", "I-am-the-task-description_4452"], ["created_at", "2015-04-09 11:23:01.601338"], ["updated_at", "2015-04-09 11:23:01.601338"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:23:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:23:03 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.7ms) Completed 200 OK in 80ms (Views: 76.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 13:23:03 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (70.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (70.5ms) Completed 200 OK in 74ms (Views: 71.3ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:23:03 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:23:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.6ms) Completed 200 OK in 6ms (Views: 4.2ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5829"], ["description", "I-am-the-goal-description_7924"], ["version", 1], ["created_at", "2015-04-09 11:23:03.604058"], ["updated_at", "2015-04-09 11:23:03.604058"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5335"], ["description", "I-am-the-task-description_3939"], ["created_at", "2015-04-09 11:23:03.607737"], ["updated_at", "2015-04-09 11:23:03.607737"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:23:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 13:23:05 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:23:05.368026"], ["task_id", 1], ["created_at", "2015-04-09 11:23:05.370278"], ["updated_at", "2015-04-09 11:23:05.370278"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:23:05.372016"], ["id", 1]]  (3.2ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/tasks Completed 302 Found in 19ms (ActiveRecord: 4.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:23:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.0ms) Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.6ms)  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.8ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.5ms) DELETE FROM "flyboy_tasks";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6832"], ["description", "I-am-the-goal-description_1407"], ["version", 1], ["created_at", "2015-04-09 11:23:05.633851"], ["updated_at", "2015-04-09 11:23:05.633851"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task9411"], ["description", "I-am-the-task-description_7485"], ["created_at", "2015-04-09 11:23:05.637893"], ["updated_at", "2015-04-09 11:23:05.637893"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:23:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Completed 200 OK in 14ms (Views: 11.5ms | ActiveRecord: 0.8ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 13:23:07 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 11:23:07.447061"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59523/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:23:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5431"], ["description", "I-am-the-goal-description_3455"], ["version", 1], ["created_at", "2015-04-09 11:23:07.588057"], ["updated_at", "2015-04-09 11:23:07.588057"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8622"], ["description", "I-am-the-task-description_1286"], ["created_at", "2015-04-09 11:23:07.591686"], ["updated_at", "2015-04-09 11:23:07.591686"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6983"], ["description", "I-am-the-goal-description_8577"], ["version", 1], ["created_at", "2015-04-09 11:23:07.595127"], ["updated_at", "2015-04-09 11:23:07.595127"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task597"], ["description", "I-am-the-task-description_1189"], ["created_at", "2015-04-09 11:23:07.598544"], ["updated_at", "2015-04-09 11:23:07.598544"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9645"], ["description", "I-am-the-goal-description_1960"], ["version", 1], ["created_at", "2015-04-09 11:23:07.601702"], ["updated_at", "2015-04-09 11:23:07.601702"], ["tracking", "150409-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1593"], ["description", "I-am-the-task-description_8853"], ["created_at", "2015-04-09 11:23:07.605216"], ["updated_at", "2015-04-09 11:23:07.605216"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:23:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (64.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (65.3ms) Completed 200 OK in 68ms (Views: 65.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 13:23:09 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (3.2ms) Completed 200 OK in 56ms (Views: 3.0ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6777"], ["description", "I-am-the-goal-description_4697"], ["version", 1], ["created_at", "2015-04-09 11:23:09.647335"], ["updated_at", "2015-04-09 11:23:09.647335"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3370"], ["description", "I-am-the-task-description_4240"], ["created_at", "2015-04-09 11:23:09.651632"], ["updated_at", "2015-04-09 11:23:09.651632"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_253"], ["description", "I-am-the-goal-description_4997"], ["version", 1], ["created_at", "2015-04-09 11:23:09.655349"], ["updated_at", "2015-04-09 11:23:09.655349"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3197"], ["description", "I-am-the-task-description_1944"], ["created_at", "2015-04-09 11:23:09.658777"], ["updated_at", "2015-04-09 11:23:09.658777"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_538"], ["description", "I-am-the-goal-description_8880"], ["version", 1], ["created_at", "2015-04-09 11:23:09.662027"], ["updated_at", "2015-04-09 11:23:09.662027"], ["tracking", "150409-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8669"], ["description", "I-am-the-task-description_6903"], ["created_at", "2015-04-09 11:23:09.666440"], ["updated_at", "2015-04-09 11:23:09.666440"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:23:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.0ms) Completed 200 OK in 13ms (Views: 11.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 13:23:11 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4093"], ["description", "I-am-the-goal-description_9372"], ["version", 1], ["created_at", "2015-04-09 11:23:11.575654"], ["updated_at", "2015-04-09 11:23:11.575654"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7977"], ["description", "I-am-the-task-description_1150"], ["created_at", "2015-04-09 11:23:11.579648"], ["updated_at", "2015-04-09 11:23:11.579648"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8227"], ["description", "I-am-the-goal-description_9474"], ["version", 1], ["created_at", "2015-04-09 11:23:11.583543"], ["updated_at", "2015-04-09 11:23:11.583543"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1029"], ["description", "I-am-the-task-description_3602"], ["created_at", "2015-04-09 11:23:11.586948"], ["updated_at", "2015-04-09 11:23:11.586948"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5150"], ["description", "I-am-the-goal-description_2970"], ["version", 1], ["created_at", "2015-04-09 11:23:11.590206"], ["updated_at", "2015-04-09 11:23:11.590206"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5780"], ["description", "I-am-the-task-description_6905"], ["created_at", "2015-04-09 11:23:11.593676"], ["updated_at", "2015-04-09 11:23:11.593676"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:23:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms) Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 13:23:13 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.5ms) Completed 200 OK in 74ms (Views: 72.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4880"], ["description", "I-am-the-goal-description_3278"], ["version", 1], ["created_at", "2015-04-09 11:23:31.622731"], ["updated_at", "2015-04-09 11:23:31.622731"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2554"], ["description", "I-am-the-goal-description_9389"], ["version", 1], ["created_at", "2015-04-09 11:23:31.631717"], ["updated_at", "2015-04-09 11:23:31.631717"], ["tracking", "150409-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 65ms (Views: 17.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9361"], ["description", "I-am-the-goal-description_5559"], ["version", 1], ["created_at", "2015-04-09 11:23:31.780300"], ["updated_at", "2015-04-09 11:23:31.780300"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_560"], ["description", "I-am-the-goal-description_2274"], ["version", 1], ["created_at", "2015-04-09 11:23:31.784288"], ["updated_at", "2015-04-09 11:23:31.784288"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 10ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1526"], ["description", "I-am-the-goal-description_1738"], ["version", 1], ["created_at", "2015-04-09 11:23:31.807874"], ["updated_at", "2015-04-09 11:23:31.807874"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6140"], ["description", "I-am-the-goal-description_7150"], ["version", 1], ["created_at", "2015-04-09 11:23:31.811827"], ["updated_at", "2015-04-09 11:23:31.811827"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1667"], ["description", "I-am-the-goal-description_8430"], ["version", 1], ["created_at", "2015-04-09 11:23:31.821870"], ["updated_at", "2015-04-09 11:23:31.821870"], ["tracking", "150409-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:23:31.833662"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3391ms (ActiveRecord: 1.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3251"], ["description", "I-am-the-goal-description_851"], ["version", 1], ["created_at", "2015-04-09 11:23:35.221993"], ["updated_at", "2015-04-09 11:23:35.221993"], ["tracking", "150409-4"]]  (3.1ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:23:35.232874"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1318"], ["description", "I-am-the-goal-description_1877"], ["version", 1], ["created_at", "2015-04-09 11:23:35.239051"], ["updated_at", "2015-04-09 11:23:35.239051"], ["tracking", "150409-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:23:35.244807"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6862"], ["description", "I-am-the-goal-description_3676"], ["version", 1], ["created_at", "2015-04-09 11:23:35.252011"], ["updated_at", "2015-04-09 11:23:35.252011"], ["tracking", "150409-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:23:35.257536"], ["id", 10]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5380"], ["description", "I-am-the-goal-description_1890"], ["version", 1], ["created_at", "2015-04-09 11:23:35.272759"], ["updated_at", "2015-04-09 11:23:35.272759"], ["tracking", "150409-7"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7154"], ["description", "I-am-the-task-description_7895"], ["created_at", "2015-04-09 11:23:35.283296"], ["updated_at", "2015-04-09 11:23:35.283296"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 1], ["date", "2015-04-09 11:23:35.293322"], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 11:23:35.294266"], ["updated_at", "2015-04-09 11:23:35.294266"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 11:23:35.295896"], ["id", 1]]  (1.0ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 11:23:35 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 11:23:35 UTC", "updated_at"=>"2015-04-09 11:23:35 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-09 11:23:35.304596"], ["created_at", "2015-04-09 11:23:35.306286"], ["updated_at", "2015-04-09 11:23:35.306286"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9089"], ["description", "I-am-the-goal-description_7759"], ["version", 1], ["created_at", "2015-04-09 11:23:35.317107"], ["updated_at", "2015-04-09 11:23:35.317107"], ["tracking", "150409-8"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2281"], ["description", "I-am-the-task-description_5882"], ["created_at", "2015-04-09 11:23:35.321388"], ["updated_at", "2015-04-09 11:23:35.321388"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2861"], ["description", "I-am-the-task-description_8377"], ["created_at", "2015-04-09 11:23:35.325212"], ["updated_at", "2015-04-09 11:23:35.325212"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:23:35.332580"], ["task_id", 2], ["created_at", "2015-04-09 11:23:35.333914"], ["updated_at", "2015-04-09 11:23:35.333914"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:23:35.335633"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9506"], ["description", "I-am-the-goal-description_2842"], ["version", 1], ["created_at", "2015-04-09 11:23:35.342946"], ["updated_at", "2015-04-09 11:23:35.342946"], ["tracking", "150409-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3028"], ["description", "I-am-the-task-description_7200"], ["created_at", "2015-04-09 11:23:35.347220"], ["updated_at", "2015-04-09 11:23:35.347220"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task464"], ["description", "I-am-the-task-description_5301"], ["created_at", "2015-04-09 11:23:35.351509"], ["updated_at", "2015-04-09 11:23:35.351509"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:23:35.358034"], ["task_id", 4], ["created_at", "2015-04-09 11:23:35.359217"], ["updated_at", "2015-04-09 11:23:35.359217"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:23:35.360708"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1933"], ["description", "I-am-the-goal-description_9911"], ["version", 1], ["created_at", "2015-04-09 11:23:35.366935"], ["updated_at", "2015-04-09 11:23:35.366935"], ["tracking", "150409-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4335"], ["description", "I-am-the-task-description_2142"], ["created_at", "2015-04-09 11:23:35.370614"], ["updated_at", "2015-04-09 11:23:35.370614"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task5278"], ["description", "I-am-the-task-description_3837"], ["created_at", "2015-04-09 11:23:35.374997"], ["updated_at", "2015-04-09 11:23:35.374997"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:23:35.382313"], ["task_id", 6], ["created_at", "2015-04-09 11:23:35.434058"], ["updated_at", "2015-04-09 11:23:35.434058"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:23:35.435823"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 59ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2796"], ["description", "I-am-the-goal-description_1769"], ["version", 1], ["created_at", "2015-04-09 11:23:35.444252"], ["updated_at", "2015-04-09 11:23:35.444252"], ["tracking", "150409-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6080"], ["description", "I-am-the-task-description_1855"], ["created_at", "2015-04-09 11:23:35.448665"], ["updated_at", "2015-04-09 11:23:35.448665"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7224"], ["description", "I-am-the-task-description_2006"], ["created_at", "2015-04-09 11:23:35.453075"], ["updated_at", "2015-04-09 11:23:35.453075"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:23:35.460780"], ["task_id", 8], ["created_at", "2015-04-09 11:23:35.462230"], ["updated_at", "2015-04-09 11:23:35.462230"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:23:35.464467"], ["id", 8]]  (2.5ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 15ms (ActiveRecord: 3.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7257"], ["description", "I-am-the-goal-description_2372"], ["version", 1], ["created_at", "2015-04-09 11:23:35.477231"], ["updated_at", "2015-04-09 11:23:35.477231"], ["tracking", "150409-12"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) 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-task9991"], ["description", "I-am-the-task-description_8696"], ["created_at", "2015-04-09 11:23:35.481999"], ["updated_at", "2015-04-09 11:23:35.481999"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5589"], ["description", "I-am-the-task-description_3455"], ["created_at", "2015-04-09 11:23:35.488465"], ["updated_at", "2015-04-09 11:23:35.488465"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 3.6ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3998"], ["description", "I-am-the-goal-description_3893"], ["version", 1], ["created_at", "2015-04-09 11:23:35.505365"], ["updated_at", "2015-04-09 11:23:35.505365"], ["tracking", "150409-13"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2776"], ["description", "I-am-the-task-description_2092"], ["created_at", "2015-04-09 11:23:35.509819"], ["updated_at", "2015-04-09 11:23:35.509819"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task438"], ["description", "I-am-the-task-description_1639"], ["created_at", "2015-04-09 11:23:35.514219"], ["updated_at", "2015-04-09 11:23:35.514219"]]  (0.7ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1918"], ["description", "I-am-the-goal-description_5050"], ["version", 1], ["created_at", "2015-04-09 11:23:35.565483"], ["updated_at", "2015-04-09 11:23:35.565483"], ["tracking", "150409-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task8549"], ["description", "I-am-the-task-description_7612"], ["created_at", "2015-04-09 11:23:35.570246"], ["updated_at", "2015-04-09 11:23:35.570246"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2018"], ["description", "I-am-the-goal-description_3594"], ["version", 1], ["created_at", "2015-04-09 11:23:35.574532"], ["updated_at", "2015-04-09 11:23:35.574532"], ["tracking", "150409-15"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task1484"], ["description", "I-am-the-task-description_8579"], ["created_at", "2015-04-09 11:23:35.579126"], ["updated_at", "2015-04-09 11:23:35.579126"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1276"], ["description", "I-am-the-goal-description_2897"], ["version", 1], ["created_at", "2015-04-09 11:23:35.588509"], ["updated_at", "2015-04-09 11:23:35.588509"], ["tracking", "150409-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task9505"], ["description", "I-am-the-task-description_5675"], ["created_at", "2015-04-09 11:23:35.592421"], ["updated_at", "2015-04-09 11:23:35.592421"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task5234"], ["description", "I-am-the-task-description_4690"], ["created_at", "2015-04-09 11:23:35.596518"], ["updated_at", "2015-04-09 11:23:35.596518"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9197"], ["description", "I-am-the-goal-description_3118"], ["version", 1], ["created_at", "2015-04-09 11:23:35.610674"], ["updated_at", "2015-04-09 11:23:35.610674"], ["tracking", "150409-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task7864"], ["description", "I-am-the-task-description_5662"], ["created_at", "2015-04-09 11:23:35.614611"], ["updated_at", "2015-04-09 11:23:35.614611"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7357"], ["description", "I-am-the-goal-description_9898"], ["version", 1], ["created_at", "2015-04-09 11:23:35.618468"], ["updated_at", "2015-04-09 11:23:35.618468"], ["tracking", "150409-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task3151"], ["description", "I-am-the-task-description_2957"], ["created_at", "2015-04-09 11:23:35.622284"], ["updated_at", "2015-04-09 11:23:35.622284"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_239"], ["description", "I-am-the-goal-description_7777"], ["version", 1], ["created_at", "2015-04-09 11:23:35.632151"], ["updated_at", "2015-04-09 11:23:35.632151"], ["tracking", "150409-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5163"], ["description", "I-am-the-task-description_4983"], ["created_at", "2015-04-09 11:23:35.636451"], ["updated_at", "2015-04-09 11:23:35.636451"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3719"], ["description", "I-am-the-task-description_2703"], ["created_at", "2015-04-09 11:23:35.640439"], ["updated_at", "2015-04-09 11:23:35.640439"]]  (0.7ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1709"], ["description", "I-am-the-goal-description_1840"], ["version", 1], ["created_at", "2015-04-09 11:23:35.657736"], ["updated_at", "2015-04-09 11:23:35.657736"], ["tracking", "150409-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task8922"], ["description", "I-am-the-task-description_7381"], ["created_at", "2015-04-09 11:23:35.662800"], ["updated_at", "2015-04-09 11:23:35.662800"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5936"], ["description", "I-am-the-goal-description_9790"], ["version", 1], ["created_at", "2015-04-09 11:23:35.666976"], ["updated_at", "2015-04-09 11:23:35.666976"], ["tracking", "150409-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task1897"], ["description", "I-am-the-task-description_2941"], ["created_at", "2015-04-09 11:23:35.671016"], ["updated_at", "2015-04-09 11:23:35.671016"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2146"], ["description", "I-am-the-goal-description_691"], ["version", 1], ["created_at", "2015-04-09 11:23:35.681086"], ["updated_at", "2015-04-09 11:23:35.681086"], ["tracking", "150409-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2574"], ["description", "I-am-the-task-description_1935"], ["created_at", "2015-04-09 11:23:35.685217"], ["updated_at", "2015-04-09 11:23:35.685217"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task134"], ["description", "I-am-the-task-description_1664"], ["created_at", "2015-04-09 11:23:35.689145"], ["updated_at", "2015-04-09 11:23:35.689145"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1721"], ["description", "I-am-the-goal-description_3942"], ["version", 1], ["created_at", "2015-04-09 11:23:35.701746"], ["updated_at", "2015-04-09 11:23:35.701746"], ["tracking", "150409-23"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task1133"], ["description", "I-am-the-task-description_1729"], ["created_at", "2015-04-09 11:23:35.705564"], ["updated_at", "2015-04-09 11:23:35.705564"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4441"], ["description", "I-am-the-task-description_1391"], ["created_at", "2015-04-09 11:23:35.710476"], ["updated_at", "2015-04-09 11:23:35.710476"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6672"], ["description", "I-am-the-goal-description_3808"], ["version", 1], ["created_at", "2015-04-09 11:23:35.724352"], ["updated_at", "2015-04-09 11:23:35.724352"], ["tracking", "150409-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task8394"], ["description", "I-am-the-task-description_2353"], ["created_at", "2015-04-09 11:23:35.728248"], ["updated_at", "2015-04-09 11:23:35.728248"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task892"], ["description", "I-am-the-task-description_1512"], ["created_at", "2015-04-09 11:23:35.732346"], ["updated_at", "2015-04-09 11:23:35.732346"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2131"], ["description", "I-am-the-goal-description_2036"], ["version", 1], ["created_at", "2015-04-09 11:23:35.744860"], ["updated_at", "2015-04-09 11:23:35.744860"], ["tracking", "150409-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1944"], ["description", "I-am-the-task-description_396"], ["created_at", "2015-04-09 11:23:35.748676"], ["updated_at", "2015-04-09 11:23:35.748676"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task739"], ["description", "I-am-the-task-description_7282"], ["created_at", "2015-04-09 11:23:35.752380"], ["updated_at", "2015-04-09 11:23:35.752380"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:23:35.764262"], ["updated_at", "2015-04-09 11:23:35.764262"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7890"], ["description", "I-am-the-goal-description_9743"], ["version", 1], ["created_at", "2015-04-09 11:23:35.771484"], ["updated_at", "2015-04-09 11:23:35.771484"], ["tracking", "150409-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9370"], ["description", "I-am-the-task-description_2317"], ["created_at", "2015-04-09 11:23:35.775276"], ["updated_at", "2015-04-09 11:23:35.775276"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task5748"], ["description", "I-am-the-task-description_6441"], ["created_at", "2015-04-09 11:23:35.779311"], ["updated_at", "2015-04-09 11:23:35.779311"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:23:35.785583"], ["updated_at", "2015-04-09 11:23:35.785583"]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1407"], ["description", "I-am-the-goal-description_8678"], ["version", 1], ["created_at", "2015-04-09 11:23:35.795923"], ["updated_at", "2015-04-09 11:23:35.795923"], ["tracking", "150409-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task1004"], ["description", "I-am-the-task-description_8329"], ["created_at", "2015-04-09 11:23:35.800388"], ["updated_at", "2015-04-09 11:23:35.800388"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task4771"], ["description", "I-am-the-task-description_4755"], ["created_at", "2015-04-09 11:23:35.804619"], ["updated_at", "2015-04-09 11:23:35.804619"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:23:35.811186"], ["updated_at", "2015-04-09 11:23:35.811186"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1932"], ["description", "I-am-the-goal-description_7146"], ["version", 1], ["created_at", "2015-04-09 11:23:35.819198"], ["updated_at", "2015-04-09 11:23:35.819198"], ["tracking", "150409-28"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6208"], ["description", "I-am-the-task-description_3091"], ["created_at", "2015-04-09 11:23:35.823425"], ["updated_at", "2015-04-09 11:23:35.823425"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task8443"], ["description", "I-am-the-task-description_4728"], ["created_at", "2015-04-09 11:23:35.827559"], ["updated_at", "2015-04-09 11:23:35.827559"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1581"], ["description", "I-am-the-goal-description_1679"], ["version", 1], ["created_at", "2015-04-09 11:23:35.839145"], ["updated_at", "2015-04-09 11:23:35.839145"], ["tracking", "150409-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9614"], ["description", "I-am-the-task-description_7040"], ["created_at", "2015-04-09 11:23:35.842903"], ["updated_at", "2015-04-09 11:23:35.842903"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8469"], ["description", "I-am-the-task-description_854"], ["created_at", "2015-04-09 11:23:35.847120"], ["updated_at", "2015-04-09 11:23:35.847120"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.5ms) 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 11:23:35.850809"], ["updated_at", "2015-04-09 11:23:35.850809"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6794"], ["description", "I-am-the-goal-description_2006"], ["version", 1], ["created_at", "2015-04-09 11:23:35.863257"], ["updated_at", "2015-04-09 11:23:35.863257"], ["tracking", "150409-30"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2074"], ["description", "I-am-the-task-description_681"], ["created_at", "2015-04-09 11:23:35.868200"], ["updated_at", "2015-04-09 11:23:35.868200"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2875"], ["description", "I-am-the-task-description_2873"], ["created_at", "2015-04-09 11:23:35.872337"], ["updated_at", "2015-04-09 11:23:35.872337"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:23:35.876696"], ["updated_at", "2015-04-09 11:23:35.876696"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3563"], ["description", "I-am-the-goal-description_2886"], ["version", 1], ["created_at", "2015-04-09 11:23:35.889193"], ["updated_at", "2015-04-09 11:23:35.889193"], ["tracking", "150409-31"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task9959"], ["description", "I-am-the-task-description_1158"], ["created_at", "2015-04-09 11:23:35.893223"], ["updated_at", "2015-04-09 11:23:35.893223"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task8258"], ["description", "I-am-the-task-description_9182"], ["created_at", "2015-04-09 11:23:35.897155"], ["updated_at", "2015-04-09 11:23:35.897155"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:23:35.901598"], ["updated_at", "2015-04-09 11:23:35.901598"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5703"], ["description", "I-am-the-goal-description_4384"], ["version", 1], ["created_at", "2015-04-09 11:23:35.968416"], ["updated_at", "2015-04-09 11:23:35.968416"], ["tracking", "150409-32"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task6569"], ["description", "I-am-the-task-description_5804"], ["created_at", "2015-04-09 11:23:35.972861"], ["updated_at", "2015-04-09 11:23:35.972861"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task5020"], ["description", "I-am-the-task-description_2873"], ["created_at", "2015-04-09 11:23:35.976741"], ["updated_at", "2015-04-09 11:23:35.976741"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) 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 11:23:35.981470"], ["updated_at", "2015-04-09 11:23:35.981470"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1575"], ["description", "I-am-the-goal-description_4258"], ["version", 1], ["created_at", "2015-04-09 11:23:35.996510"], ["updated_at", "2015-04-09 11:23:35.996510"], ["tracking", "150409-33"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2455"], ["description", "I-am-the-task-description_7688"], ["created_at", "2015-04-09 11:23:36.000510"], ["updated_at", "2015-04-09 11:23:36.000510"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task8197"], ["description", "I-am-the-task-description_6156"], ["created_at", "2015-04-09 11:23:36.005242"], ["updated_at", "2015-04-09 11:23:36.005242"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:23:36.009273"], ["updated_at", "2015-04-09 11:23:36.009273"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4395"], ["description", "I-am-the-goal-description_5375"], ["version", 1], ["created_at", "2015-04-09 11:23:36.023281"], ["updated_at", "2015-04-09 11:23:36.023281"], ["tracking", "150409-34"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task9024"], ["description", "I-am-the-task-description_8627"], ["created_at", "2015-04-09 11:23:36.027205"], ["updated_at", "2015-04-09 11:23:36.027205"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task5910"], ["description", "I-am-the-task-description_574"], ["created_at", "2015-04-09 11:23:36.031869"], ["updated_at", "2015-04-09 11:23:36.031869"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:23:36.036293"], ["updated_at", "2015-04-09 11:23:36.036293"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.4ms) 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 11:23:36.042428"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_234"], ["description", "I-am-the-goal-description_9996"], ["version", 1], ["created_at", "2015-04-09 11:23:36.049527"], ["updated_at", "2015-04-09 11:23:36.049527"], ["tracking", "150409-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3968"], ["description", "I-am-the-goal-description_5596"], ["version", 1], ["created_at", "2015-04-09 11:23:36.054993"], ["updated_at", "2015-04-09 11:23:36.054993"], ["tracking", "150409-36"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task9655"], ["description", "I-am-the-task-description_8139"], ["created_at", "2015-04-09 11:23:36.058860"], ["updated_at", "2015-04-09 11:23:36.058860"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6028"], ["description", "I-am-the-goal-description_1673"], ["version", 1], ["created_at", "2015-04-09 11:23:36.063771"], ["updated_at", "2015-04-09 11:23:36.063771"], ["tracking", "150409-37"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 41], ["title", "I-am-a-task6660"], ["description", "I-am-the-task-description_9918"], ["created_at", "2015-04-09 11:23:36.067873"], ["updated_at", "2015-04-09 11:23:36.067873"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4499"], ["description", "I-am-the-goal-description_4327"], ["version", 1], ["created_at", "2015-04-09 11:23:36.070950"], ["updated_at", "2015-04-09 11:23:36.070950"], ["tracking", "150409-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task1458"], ["description", "I-am-the-task-description_5025"], ["created_at", "2015-04-09 11:23:36.076430"], ["updated_at", "2015-04-09 11:23:36.076430"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task7537"], ["description", "I-am-the-task-description_9393"], ["created_at", "2015-04-09 11:23:36.080672"], ["updated_at", "2015-04-09 11:23:36.080672"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 39], ["title", "I-am-a-task3483"], ["description", "I-am-the-task-description_3891"], ["created_at", "2015-04-09 11:23:36.085805"], ["updated_at", "2015-04-09 11:23:36.085805"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 39], ["title", "I-am-a-task3461"], ["description", "I-am-the-task-description_1574"], ["created_at", "2015-04-09 11:23:36.090467"], ["updated_at", "2015-04-09 11:23:36.090467"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5560"], ["description", "I-am-the-goal-description_3471"], ["version", 1], ["created_at", "2015-04-09 11:23:36.097471"], ["updated_at", "2015-04-09 11:23:36.097471"], ["tracking", "150409-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1715"], ["description", "I-am-the-goal-description_8928"], ["version", 1], ["created_at", "2015-04-09 11:23:36.103388"], ["updated_at", "2015-04-09 11:23:36.103388"], ["tracking", "150409-40"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task6245"], ["description", "I-am-the-task-description_5696"], ["created_at", "2015-04-09 11:23:36.107310"], ["updated_at", "2015-04-09 11:23:36.107310"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3224"], ["description", "I-am-the-goal-description_3144"], ["version", 1], ["created_at", "2015-04-09 11:23:36.112313"], ["updated_at", "2015-04-09 11:23:36.112313"], ["tracking", "150409-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 45], ["title", "I-am-a-task9362"], ["description", "I-am-the-task-description_6327"], ["created_at", "2015-04-09 11:23:36.116544"], ["updated_at", "2015-04-09 11:23:36.116544"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9849"], ["description", "I-am-the-goal-description_4891"], ["version", 1], ["created_at", "2015-04-09 11:23:36.119508"], ["updated_at", "2015-04-09 11:23:36.119508"], ["tracking", "150409-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task3508"], ["description", "I-am-the-task-description_1377"], ["created_at", "2015-04-09 11:23:36.124731"], ["updated_at", "2015-04-09 11:23:36.124731"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task2664"], ["description", "I-am-the-task-description_9270"], ["created_at", "2015-04-09 11:23:36.129164"], ["updated_at", "2015-04-09 11:23:36.129164"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 43], ["title", "I-am-a-task5431"], ["description", "I-am-the-task-description_5538"], ["created_at", "2015-04-09 11:23:36.133823"], ["updated_at", "2015-04-09 11:23:36.133823"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 43], ["title", "I-am-a-task7252"], ["description", "I-am-the-task-description_3299"], ["created_at", "2015-04-09 11:23:36.138494"], ["updated_at", "2015-04-09 11:23:36.138494"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2471"], ["description", "I-am-the-goal-description_2721"], ["version", 1], ["created_at", "2015-04-09 11:23:36.142455"], ["updated_at", "2015-04-09 11:23:36.142455"], ["tracking", "150409-43"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9802"], ["description", "I-am-the-goal-description_9428"], ["version", 1], ["created_at", "2015-04-09 11:23:36.150320"], ["updated_at", "2015-04-09 11:23:36.150320"], ["tracking", "150409-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7943"], ["description", "I-am-the-goal-description_2887"], ["version", 1], ["created_at", "2015-04-09 11:23:36.155154"], ["updated_at", "2015-04-09 11:23:36.155154"], ["tracking", "150409-45"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 49], ["title", "I-am-a-task8479"], ["description", "I-am-the-task-description_9497"], ["created_at", "2015-04-09 11:23:36.159359"], ["updated_at", "2015-04-09 11:23:36.159359"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4257"], ["description", "I-am-the-goal-description_8930"], ["version", 1], ["created_at", "2015-04-09 11:23:36.163687"], ["updated_at", "2015-04-09 11:23:36.163687"], ["tracking", "150409-46"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 50], ["title", "I-am-a-task5516"], ["description", "I-am-the-task-description_8184"], ["created_at", "2015-04-09 11:23:36.167881"], ["updated_at", "2015-04-09 11:23:36.167881"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9279"], ["description", "I-am-the-goal-description_5461"], ["version", 1], ["created_at", "2015-04-09 11:23:36.170674"], ["updated_at", "2015-04-09 11:23:36.170674"], ["tracking", "150409-47"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task3010"], ["description", "I-am-the-task-description_4536"], ["created_at", "2015-04-09 11:23:36.175591"], ["updated_at", "2015-04-09 11:23:36.175591"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 51], ["title", "I-am-a-task1172"], ["description", "I-am-the-task-description_9546"], ["created_at", "2015-04-09 11:23:36.180720"], ["updated_at", "2015-04-09 11:23:36.180720"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 48], ["title", "I-am-a-task6789"], ["description", "I-am-the-task-description_1333"], ["created_at", "2015-04-09 11:23:36.185031"], ["updated_at", "2015-04-09 11:23:36.185031"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task7982"], ["description", "I-am-the-task-description_6219"], ["created_at", "2015-04-09 11:23:36.190029"], ["updated_at", "2015-04-09 11:23:36.190029"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task3433"], ["description", "I-am-the-task-description_8796"], ["created_at", "2015-04-09 11:23:36.195366"], ["updated_at", "2015-04-09 11:23:36.195366"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8996"], ["description", "I-am-the-goal-description_5212"], ["version", 1], ["created_at", "2015-04-09 11:23:36.202693"], ["updated_at", "2015-04-09 11:23:36.202693"], ["tracking", "150409-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7539"], ["description", "I-am-the-goal-description_7468"], ["version", 1], ["created_at", "2015-04-09 11:23:36.208179"], ["updated_at", "2015-04-09 11:23:36.208179"], ["tracking", "150409-49"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 53], ["title", "I-am-a-task5726"], ["description", "I-am-the-task-description_8853"], ["created_at", "2015-04-09 11:23:36.212459"], ["updated_at", "2015-04-09 11:23:36.212459"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2927"], ["description", "I-am-the-goal-description_1531"], ["version", 1], ["created_at", "2015-04-09 11:23:36.217349"], ["updated_at", "2015-04-09 11:23:36.217349"], ["tracking", "150409-50"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 54], ["title", "I-am-a-task7584"], ["description", "I-am-the-task-description_2365"], ["created_at", "2015-04-09 11:23:36.222041"], ["updated_at", "2015-04-09 11:23:36.222041"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4838"], ["description", "I-am-the-goal-description_463"], ["version", 1], ["created_at", "2015-04-09 11:23:36.225034"], ["updated_at", "2015-04-09 11:23:36.225034"], ["tracking", "150409-51"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task2274"], ["description", "I-am-the-task-description_8593"], ["created_at", "2015-04-09 11:23:36.230186"], ["updated_at", "2015-04-09 11:23:36.230186"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 55], ["title", "I-am-a-task8891"], ["description", "I-am-the-task-description_7090"], ["created_at", "2015-04-09 11:23:36.234872"], ["updated_at", "2015-04-09 11:23:36.234872"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 52], ["title", "I-am-a-task9551"], ["description", "I-am-the-task-description_3132"], ["created_at", "2015-04-09 11:23:36.239507"], ["updated_at", "2015-04-09 11:23:36.239507"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task7138"], ["description", "I-am-the-task-description_5025"], ["created_at", "2015-04-09 11:23:36.244486"], ["updated_at", "2015-04-09 11:23:36.244486"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task5573"], ["description", "I-am-the-task-description_3765"], ["created_at", "2015-04-09 11:23:36.248783"], ["updated_at", "2015-04-09 11:23:36.248783"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8368"], ["description", "I-am-the-goal-description_2663"], ["version", 1], ["created_at", "2015-04-09 11:23:36.256086"], ["updated_at", "2015-04-09 11:23:36.256086"], ["tracking", "150409-52"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 56], ["title", "I-am-a-task2229"], ["description", "I-am-the-task-description_506"], ["created_at", "2015-04-09 11:23:36.260304"], ["updated_at", "2015-04-09 11:23:36.260304"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4068"], ["description", "I-am-the-goal-description_9829"], ["version", 1], ["created_at", "2015-04-09 11:23:36.265658"], ["updated_at", "2015-04-09 11:23:36.265658"], ["tracking", "150409-53"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-12"], ["goal_id", 57], ["title", "I-am-a-task9031"], ["description", "I-am-the-task-description_7271"], ["created_at", "2015-04-09 11:23:36.270070"], ["updated_at", "2015-04-09 11:23:36.270070"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2200"], ["description", "I-am-the-goal-description_7155"], ["version", 1], ["created_at", "2015-04-09 11:23:36.275691"], ["updated_at", "2015-04-09 11:23:36.275691"], ["tracking", "150409-54"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 58], ["title", "I-am-a-task6529"], ["description", "I-am-the-task-description_9453"], ["created_at", "2015-04-09 11:23:36.280015"], ["updated_at", "2015-04-09 11:23:36.280015"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9961"], ["description", "I-am-the-goal-description_3844"], ["version", 1], ["created_at", "2015-04-09 11:23:36.285995"], ["updated_at", "2015-04-09 11:23:36.285995"], ["tracking", "150409-55"]]  (19.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 59], ["title", "I-am-a-task8031"], ["description", "I-am-the-task-description_9176"], ["created_at", "2015-04-09 11:23:36.310018"], ["updated_at", "2015-04-09 11:23:36.310018"]]  (28.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8707"], ["description", "I-am-the-goal-description_4679"], ["version", 1], ["created_at", "2015-04-09 11:23:36.347301"], ["updated_at", "2015-04-09 11:23:36.347301"], ["tracking", "150409-56"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2561"], ["description", "I-am-the-goal-description_7258"], ["version", 1], ["created_at", "2015-04-09 11:23:36.353560"], ["updated_at", "2015-04-09 11:23:36.353560"], ["tracking", "150409-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8580"], ["description", "I-am-the-goal-description_5468"], ["version", 1], ["created_at", "2015-04-09 11:23:36.359125"], ["updated_at", "2015-04-09 11:23:36.359125"], ["tracking", "150409-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7608"], ["description", "I-am-the-goal-description_8111"], ["version", 1], ["created_at", "2015-04-09 11:23:36.364361"], ["updated_at", "2015-04-09 11:23:36.364361"], ["tracking", "150409-59"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4892"], ["description", "I-am-the-goal-description_1932"], ["version", 1], ["created_at", "2015-04-09 11:23:36.369455"], ["updated_at", "2015-04-09 11:23:36.369455"], ["tracking", "150409-60"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_412"], ["description", "I-am-the-goal-description_6455"], ["version", 1], ["created_at", "2015-04-09 11:23:36.376128"], ["updated_at", "2015-04-09 11:23:36.376128"], ["tracking", "150409-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2604"], ["description", "I-am-the-goal-description_2463"], ["version", 1], ["created_at", "2015-04-09 11:23:36.381531"], ["updated_at", "2015-04-09 11:23:36.381531"], ["tracking", "150409-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8597"], ["description", "I-am-the-goal-description_7929"], ["version", 1], ["created_at", "2015-04-09 11:23:36.387196"], ["updated_at", "2015-04-09 11:23:36.387196"], ["tracking", "150409-63"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task1117"], ["description", "I-am-the-task-description_7077"], ["created_at", "2015-04-09 11:23:36.391228"], ["updated_at", "2015-04-09 11:23:36.391228"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7655"], ["description", "I-am-the-goal-description_86"], ["version", 1], ["created_at", "2015-04-09 11:23:36.397534"], ["updated_at", "2015-04-09 11:23:36.397534"], ["tracking", "150409-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2333"], ["description", "I-am-the-goal-description_1447"], ["version", 1], ["created_at", "2015-04-09 11:23:36.404496"], ["updated_at", "2015-04-09 11:23:36.404496"], ["tracking", "150409-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6044"], ["description", "I-am-the-goal-description_3814"], ["version", 1], ["created_at", "2015-04-09 11:23:36.412549"], ["updated_at", "2015-04-09 11:23:36.412549"], ["tracking", "150409-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5427"], ["description", "I-am-the-goal-description_6640"], ["version", 1], ["created_at", "2015-04-09 11:23:36.420444"], ["updated_at", "2015-04-09 11:23:36.420444"], ["tracking", "150409-67"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task8746"], ["description", "I-am-the-task-description_550"], ["created_at", "2015-04-09 11:23:36.423991"], ["updated_at", "2015-04-09 11:23:36.423991"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3443"], ["description", "I-am-the-goal-description_8592"], ["version", 1], ["created_at", "2015-04-09 11:23:36.428346"], ["updated_at", "2015-04-09 11:23:36.428346"], ["tracking", "150409-68"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task9904"], ["description", "I-am-the-task-description_7068"], ["created_at", "2015-04-09 11:23:36.433096"], ["updated_at", "2015-04-09 11:23:36.433096"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1432"], ["description", "I-am-the-goal-description_1084"], ["version", 1], ["created_at", "2015-04-09 11:23:36.437959"], ["updated_at", "2015-04-09 11:23:36.437959"], ["tracking", "150409-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task3858"], ["description", "I-am-the-task-description_6151"], ["created_at", "2015-04-09 11:23:36.442565"], ["updated_at", "2015-04-09 11:23:36.442565"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1850"], ["description", "I-am-the-goal-description_2181"], ["version", 1], ["created_at", "2015-04-09 11:23:36.447083"], ["updated_at", "2015-04-09 11:23:36.447083"], ["tracking", "150409-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task246"], ["description", "I-am-the-task-description_8550"], ["created_at", "2015-04-09 11:23:36.452203"], ["updated_at", "2015-04-09 11:23:36.452203"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1803"], ["description", "I-am-the-goal-description_7092"], ["version", 1], ["created_at", "2015-04-09 11:23:36.456573"], ["updated_at", "2015-04-09 11:23:36.456573"], ["tracking", "150409-71"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task2336"], ["description", "I-am-the-task-description_9675"], ["created_at", "2015-04-09 11:23:36.461671"], ["updated_at", "2015-04-09 11:23:36.461671"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4309"], ["description", "I-am-the-goal-description_181"], ["version", 1], ["created_at", "2015-04-09 11:23:36.466687"], ["updated_at", "2015-04-09 11:23:36.466687"], ["tracking", "150409-72"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task4146"], ["description", "I-am-the-task-description_9761"], ["created_at", "2015-04-09 11:23:36.470567"], ["updated_at", "2015-04-09 11:23:36.470567"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8277"], ["description", "I-am-the-goal-description_4286"], ["version", 1], ["created_at", "2015-04-09 11:23:36.475643"], ["updated_at", "2015-04-09 11:23:36.475643"], ["tracking", "150409-73"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task2786"], ["description", "I-am-the-task-description_7036"], ["created_at", "2015-04-09 11:23:36.479453"], ["updated_at", "2015-04-09 11:23:36.479453"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6530"], ["description", "I-am-the-goal-description_7993"], ["version", 1], ["created_at", "2015-04-09 11:23:36.484181"], ["updated_at", "2015-04-09 11:23:36.484181"], ["tracking", "150409-74"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task7074"], ["description", "I-am-the-task-description_1217"], ["created_at", "2015-04-09 11:23:36.487933"], ["updated_at", "2015-04-09 11:23:36.487933"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1231"], ["description", "I-am-the-goal-description_6951"], ["version", 1], ["created_at", "2015-04-09 11:23:36.493014"], ["updated_at", "2015-04-09 11:23:36.493014"], ["tracking", "150409-75"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task9844"], ["description", "I-am-the-task-description_9568"], ["created_at", "2015-04-09 11:23:36.496767"], ["updated_at", "2015-04-09 11:23:36.496767"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3265"], ["description", "I-am-the-goal-description_5760"], ["version", 1], ["created_at", "2015-04-09 11:23:36.502471"], ["updated_at", "2015-04-09 11:23:36.502471"], ["tracking", "150409-76"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 80], ["title", "I-am-a-task1460"], ["description", "I-am-the-task-description_1240"], ["created_at", "2015-04-09 11:23:36.506823"], ["updated_at", "2015-04-09 11:23:36.506823"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6329"], ["description", "I-am-the-goal-description_947"], ["version", 1], ["created_at", "2015-04-09 11:23:36.511412"], ["updated_at", "2015-04-09 11:23:36.511412"], ["tracking", "150409-77"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-09 11:23:36.514731"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-09 11:23:36.517304"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1572"], ["description", "I-am-the-goal-description_1859"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_606"], ["description", "I-am-the-goal-description_826"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6026"], ["description", "I-am-the-goal-description_9579"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5191"], ["description", "I-am-the-goal-description_5333"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8721"], ["description", "I-am-the-goal-description_3874"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task9920"], ["description", "I-am-the-task-description_1724"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task1395"], ["description", "I-am-the-task-description_7383"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1678"], ["description", "I-am-the-goal-description_2750"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5821"], ["description", "I-am-the-goal-description_808"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1745"], ["description", "I-am-the-goal-description_2384"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5271"], ["description", "I-am-the-goal-description_9448"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task7543"], ["description", "I-am-the-task-description_8078"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1677"], ["description", "I-am-the-goal-description_5981"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task3322"], ["description", "I-am-the-task-description_4493"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2617"], ["description", "I-am-the-goal-description_2108"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task9227"], ["description", "I-am-the-task-description_1523"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5207"], ["description", "I-am-the-goal-description_1015"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task2565"], ["description", "I-am-the-task-description_713"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 105], ["date", "2012-12-21 00:00:00.000000"], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1206"], ["description", "I-am-the-goal-description_1425"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task6364"], ["description", "I-am-the-task-description_8597"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 106], ["date", "2012-12-21 00:00:00.000000"], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2100"], ["description", "I-am-the-goal-description_3969"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task9692"], ["description", "I-am-the-task-description_4481"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("task_id", "date", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["task_id", 107], ["date", "2012-12-21 00:00:00.000000"], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8730"], ["description", "I-am-the-goal-description_9574"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task691"], ["description", "I-am-the-task-description_951"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4348"], ["description", "I-am-the-goal-description_2510"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1604"], ["description", "I-am-the-goal-description_9175"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9672"], ["description", "I-am-the-goal-description_4763"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8794"], ["description", "I-am-the-goal-description_3156"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:23:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.3ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4473.4ms) Completed 200 OK in 4577ms (Views: 4545.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 13:23:55 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 13:23:55 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 13:23:55 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 13:23:57 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (3.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (464.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (469.9ms) Completed 200 OK in 482ms (Views: 472.5ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:23:57 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (1.0ms) 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 11:23:57.770550"], ["updated_at", "2015-04-09 11:23:57.770550"], ["tracking", "150409-1"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/goals/1 Completed 302 Found in 15ms (ActiveRecord: 4.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:23:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (107.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (115.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (131.9ms) Completed 200 OK in 196ms (Views: 133.1ms | ActiveRecord: 1.3ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1746"], ["description", "I-am-the-goal-description_3967"], ["version", 1], ["created_at", "2015-04-09 11:23:58.126637"], ["updated_at", "2015-04-09 11:23:58.126637"], ["tracking", "150409-1"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.9ms) 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-task1095"], ["description", "I-am-the-task-description_6913"], ["created_at", "2015-04-09 11:23:58.138207"], ["updated_at", "2015-04-09 11:23:58.138207"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7404"], ["description", "I-am-the-task-description_3277"], ["created_at", "2015-04-09 11:23:58.146871"], ["updated_at", "2015-04-09 11:23:58.146871"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) 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-task1126"], ["description", "I-am-the-task-description_7421"], ["created_at", "2015-04-09 11:23:58.151643"], ["updated_at", "2015-04-09 11:23:58.151643"]]  (1.2ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:23:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.3ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (13.1ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:23:59 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (14.0ms) Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9770"], ["description", "I-am-the-goal-description_6906"], ["version", 1], ["created_at", "2015-04-09 11:24:00.140588"], ["updated_at", "2015-04-09 11:24:00.140588"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:24:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:24:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 13:24:01 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (61.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.1ms) Completed 200 OK in 67ms (Views: 65.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:24:01 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6906"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 11:24:01.973656"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:24:01 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4993"], ["description", "I-am-the-goal-description_82"], ["version", 1], ["created_at", "2015-04-09 11:24:02.115333"], ["updated_at", "2015-04-09 11:24:02.115333"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:24:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:24:03 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.9ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 13:24:03 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (62.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (62.4ms) Completed 200 OK in 64ms (Views: 63.1ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:24:03 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:24:03 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.3ms) Completed 200 OK in 5ms (Views: 3.9ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1132"], ["description", "I-am-the-goal-description_1272"], ["version", 1], ["created_at", "2015-04-09 11:24:04.096084"], ["updated_at", "2015-04-09 11:24:04.096084"], ["tracking", "150409-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:24:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 13:24:05 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:24:05.950005"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:24:05 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3274"], ["description", "I-am-the-goal-description_9401"], ["version", 1], ["created_at", "2015-04-09 11:24:06.087956"], ["updated_at", "2015-04-09 11:24:06.087956"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:24:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 13:24:08 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:24:08.061918"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:24:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6190"], ["description", "I-am-the-goal-description_9055"], ["version", 1], ["created_at", "2015-04-09 11:24:08.208694"], ["updated_at", "2015-04-09 11:24:08.208694"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4969"], ["description", "I-am-the-task-description_222"], ["created_at", "2015-04-09 11:24:08.213186"], ["updated_at", "2015-04-09 11:24:08.213186"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:08 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.3ms) Completed 200 OK in 20ms (Views: 15.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:24:09 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (13.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.2ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.8ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (54.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (86.4ms) Completed 200 OK in 95ms (Views: 88.7ms | ActiveRecord: 2.2ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-09 13:24:10 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.9ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.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 11:24:10.251387"], ["created_at", "2015-04-09 11:24:10.254202"], ["updated_at", "2015-04-09 11:24:10.254202"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-09 11:24:10.256498"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 4.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:24:10 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (87.1ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (97.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (20.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (123.5ms) Completed 200 OK in 128ms (Views: 124.2ms | ActiveRecord: 1.0ms)  (0.5ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (4.0ms) DELETE FROM "flyboy_task_comments";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.1ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6466"], ["description", "I-am-the-goal-description_8929"], ["version", 1], ["created_at", "2015-04-09 11:24:10.524580"], ["updated_at", "2015-04-09 11:24:10.524580"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:24:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.6ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:24:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms) Completed 200 OK in 8ms (Views: 6.4ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 13:24:12 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (114.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (119.0ms) Completed 200 OK in 125ms (Views: 121.3ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:12 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 11:24:12.848142"], ["updated_at", "2015-04-09 11:24:12.848142"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:24:12 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (69.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (79.2ms) Completed 200 OK in 83ms (Views: 79.4ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5954"], ["description", "I-am-the-goal-description_5896"], ["version", 1], ["created_at", "2015-04-09 11:24:13.039081"], ["updated_at", "2015-04-09 11:24:13.039081"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9171"], ["description", "I-am-the-task-description_6067"], ["created_at", "2015-04-09 11:24:13.045625"], ["updated_at", "2015-04-09 11:24:13.045625"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:24:14 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.7ms) Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 0.9ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5841"], ["description", "I-am-the-goal-description_3150"], ["version", 1], ["created_at", "2015-04-09 11:24:15.103375"], ["updated_at", "2015-04-09 11:24:15.103375"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5546"], ["description", "I-am-the-task-description_2504"], ["created_at", "2015-04-09 11:24:15.108566"], ["updated_at", "2015-04-09 11:24:15.108566"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:24:16 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.5ms) Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 13:24:17 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (88.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (91.6ms) Completed 200 OK in 98ms (Views: 93.9ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:24:17 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_2504", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 11:24:17.204162"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:24:17 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (70.4ms) Completed 200 OK in 74ms (Views: 70.8ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2784"], ["description", "I-am-the-goal-description_5035"], ["version", 1], ["created_at", "2015-04-09 11:24:17.365885"], ["updated_at", "2015-04-09 11:24:17.365885"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task228"], ["description", "I-am-the-task-description_4839"], ["created_at", "2015-04-09 11:24:17.369714"], ["updated_at", "2015-04-09 11:24:17.369714"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:17 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:24:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.5ms) Completed 200 OK in 28ms (Views: 23.8ms | ActiveRecord: 0.9ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 13:24:19 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (71.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (71.3ms) Completed 200 OK in 74ms (Views: 72.0ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:24:19 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.8ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3518"], ["description", "I-am-the-goal-description_5506"], ["version", 1], ["created_at", "2015-04-09 11:24:19.479171"], ["updated_at", "2015-04-09 11:24:19.479171"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4848"], ["description", "I-am-the-task-description_2419"], ["created_at", "2015-04-09 11:24:19.483934"], ["updated_at", "2015-04-09 11:24:19.483934"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 13:24:21 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:24:21.301901"], ["task_id", 1], ["created_at", "2015-04-09 11:24:21.303143"], ["updated_at", "2015-04-09 11:24:21.303143"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:24:21.304784"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (3.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.0ms) Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.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_9821"], ["version", 1], ["created_at", "2015-04-09 11:24:21.498737"], ["updated_at", "2015-04-09 11:24:21.498737"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task6795"], ["description", "I-am-the-task-description_2147"], ["created_at", "2015-04-09 11:24:21.502553"], ["updated_at", "2015-04-09 11:24:21.502553"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 13:24:23 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 11:24:23.295406"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:59552/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.6ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.3ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9549"], ["description", "I-am-the-goal-description_7589"], ["version", 1], ["created_at", "2015-04-09 11:24:23.431956"], ["updated_at", "2015-04-09 11:24:23.431956"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1863"], ["description", "I-am-the-task-description_7742"], ["created_at", "2015-04-09 11:24:23.436219"], ["updated_at", "2015-04-09 11:24:23.436219"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9315"], ["description", "I-am-the-goal-description_449"], ["version", 1], ["created_at", "2015-04-09 11:24:23.439729"], ["updated_at", "2015-04-09 11:24:23.439729"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7128"], ["description", "I-am-the-task-description_5757"], ["created_at", "2015-04-09 11:24:23.443147"], ["updated_at", "2015-04-09 11:24:23.443147"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4051"], ["description", "I-am-the-goal-description_8644"], ["version", 1], ["created_at", "2015-04-09 11:24:23.446470"], ["updated_at", "2015-04-09 11:24:23.446470"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1000"], ["description", "I-am-the-task-description_387"], ["created_at", "2015-04-09 11:24:23.450183"], ["updated_at", "2015-04-09 11:24:23.450183"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 13:24:25 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (4.3ms) Completed 200 OK in 66ms (Views: 4.1ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3847"], ["description", "I-am-the-goal-description_3251"], ["version", 1], ["created_at", "2015-04-09 11:24:25.440430"], ["updated_at", "2015-04-09 11:24:25.440430"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4782"], ["description", "I-am-the-task-description_5845"], ["created_at", "2015-04-09 11:24:25.445840"], ["updated_at", "2015-04-09 11:24:25.445840"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1610"], ["description", "I-am-the-goal-description_8462"], ["version", 1], ["created_at", "2015-04-09 11:24:25.451529"], ["updated_at", "2015-04-09 11:24:25.451529"], ["tracking", "150409-2"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2256"], ["description", "I-am-the-task-description_4770"], ["created_at", "2015-04-09 11:24:25.456640"], ["updated_at", "2015-04-09 11:24:25.456640"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6867"], ["description", "I-am-the-goal-description_5930"], ["version", 1], ["created_at", "2015-04-09 11:24:25.463846"], ["updated_at", "2015-04-09 11:24:25.463846"], ["tracking", "150409-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5553"], ["description", "I-am-the-task-description_14"], ["created_at", "2015-04-09 11:24:25.472449"], ["updated_at", "2015-04-09 11:24:25.472449"]]  (1.5ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.2ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (18.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (21.4ms) Completed 200 OK in 26ms (Views: 21.5ms | ActiveRecord: 1.3ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 13:24:27 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.6ms) Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_965"], ["description", "I-am-the-goal-description_2696"], ["version", 1], ["created_at", "2015-04-09 11:24:27.676161"], ["updated_at", "2015-04-09 11:24:27.676161"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4506"], ["description", "I-am-the-task-description_1516"], ["created_at", "2015-04-09 11:24:27.680922"], ["updated_at", "2015-04-09 11:24:27.680922"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3160"], ["description", "I-am-the-goal-description_2032"], ["version", 1], ["created_at", "2015-04-09 11:24:27.685893"], ["updated_at", "2015-04-09 11:24:27.685893"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2998"], ["description", "I-am-the-task-description_8238"], ["created_at", "2015-04-09 11:24:27.689330"], ["updated_at", "2015-04-09 11:24:27.689330"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8479"], ["description", "I-am-the-goal-description_2319"], ["version", 1], ["created_at", "2015-04-09 11:24:27.692523"], ["updated_at", "2015-04-09 11:24:27.692523"], ["tracking", "150409-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1066"], ["description", "I-am-the-task-description_7281"], ["created_at", "2015-04-09 11:24:27.696256"], ["updated_at", "2015-04-09 11:24:27.696256"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:24:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Completed 200 OK in 13ms (Views: 11.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 13:24:29 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.7ms) Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4388"], ["description", "I-am-the-goal-description_5093"], ["version", 1], ["created_at", "2015-04-09 11:31:11.846284"], ["updated_at", "2015-04-09 11:31:11.846284"], ["tracking", "150409-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3931"], ["description", "I-am-the-task-description_7650"], ["created_at", "2015-04-09 11:31:11.858770"], ["updated_at", "2015-04-09 11:31:11.858770"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5079"], ["description", "I-am-the-goal-description_9780"], ["version", 1], ["created_at", "2015-04-09 11:31:11.865642"], ["updated_at", "2015-04-09 11:31:11.865642"], ["tracking", "150409-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) 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", 2], ["title", "I-am-a-task2162"], ["description", "I-am-the-task-description_5528"], ["progress", 10], ["created_at", "2015-04-09 11:31:11.872034"], ["updated_at", "2015-04-09 11:31:11.872034"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-09 11:31:11.875274"], ["task_id", 2], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 11:31:11.876046"], ["updated_at", "2015-04-09 11:31:11.876046"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["updated_at", "2015-04-09 11:31:11.877634"], ["id", 2]]  (1.6ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7015"], ["description", "I-am-the-goal-description_7286"], ["version", 1], ["created_at", "2015-04-09 11:31:11.950515"], ["updated_at", "2015-04-09 11:31:11.950515"], ["tracking", "150409-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) 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", 3], ["title", "I-am-a-task7227"], ["description", "I-am-the-task-description_3729"], ["progress", 10], ["created_at", "2015-04-09 11:31:11.954649"], ["updated_at", "2015-04-09 11:31:11.954649"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-09 11:31:11.957786"], ["task_id", 3], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 11:31:11.958643"], ["updated_at", "2015-04-09 11:31:11.958643"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:31:11.960254"], ["id", 3]]  (0.9ms) commit transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3534"], ["description", "I-am-the-goal-description_9497"], ["version", 1], ["created_at", "2015-04-09 11:31:11.969120"], ["updated_at", "2015-04-09 11:31:11.969120"], ["tracking", "150409-4"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) 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", 4], ["title", "I-am-a-task1229"], ["description", "I-am-the-task-description_8204"], ["progress", 100], ["created_at", "2015-04-09 11:31:11.973439"], ["updated_at", "2015-04-09 11:31:11.973439"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-09 11:31:11.976508"], ["task_id", 4], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 11:31:11.977285"], ["updated_at", "2015-04-09 11:31:11.977285"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["updated_at", "2015-04-09 11:31:11.979124"], ["id", 4]]  (1.0ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (3.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2512"], ["description", "I-am-the-goal-description_619"], ["version", 1], ["created_at", "2015-04-09 11:31:48.695168"], ["updated_at", "2015-04-09 11:31:48.695168"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6675"], ["description", "I-am-the-goal-description_6404"], ["version", 1], ["created_at", "2015-04-09 11:31:48.704799"], ["updated_at", "2015-04-09 11:31:48.704799"], ["tracking", "150409-2"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 68ms (Views: 60.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2754"], ["description", "I-am-the-goal-description_5454"], ["version", 1], ["created_at", "2015-04-09 11:31:48.878101"], ["updated_at", "2015-04-09 11:31:48.878101"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1247"], ["description", "I-am-the-goal-description_6105"], ["version", 1], ["created_at", "2015-04-09 11:31:48.884350"], ["updated_at", "2015-04-09 11:31:48.884350"], ["tracking", "150409-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_755"], ["description", "I-am-the-goal-description_8286"], ["version", 1], ["created_at", "2015-04-09 11:31:48.912772"], ["updated_at", "2015-04-09 11:31:48.912772"], ["tracking", "150409-1"]]  (1.0ms) commit transaction  (0.3ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_746"], ["description", "I-am-the-goal-description_3903"], ["version", 1], ["created_at", "2015-04-09 11:31:48.918540"], ["updated_at", "2015-04-09 11:31:48.918540"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3039"], ["description", "I-am-the-goal-description_5764"], ["version", 1], ["created_at", "2015-04-09 11:31:48.934266"], ["updated_at", "2015-04-09 11:31:48.934266"], ["tracking", "150409-3"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:31:48.948361"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3621ms (ActiveRecord: 1.5ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (1.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6612"], ["description", "I-am-the-goal-description_6644"], ["version", 1], ["created_at", "2015-04-09 11:31:52.565136"], ["updated_at", "2015-04-09 11:31:52.565136"], ["tracking", "150409-4"]]  (1.1ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:31:52.576478"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2633"], ["description", "I-am-the-goal-description_2651"], ["version", 1], ["created_at", "2015-04-09 11:31:52.583499"], ["updated_at", "2015-04-09 11:31:52.583499"], ["tracking", "150409-5"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:31:52.589906"], ["id", 9]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.3ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7184"], ["description", "I-am-the-goal-description_960"], ["version", 1], ["created_at", "2015-04-09 11:31:52.597090"], ["updated_at", "2015-04-09 11:31:52.597090"], ["tracking", "150409-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:31:52.603354"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6601"], ["description", "I-am-the-goal-description_6485"], ["version", 1], ["created_at", "2015-04-09 11:31:52.617953"], ["updated_at", "2015-04-09 11:31:52.617953"], ["tracking", "150409-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task5961"], ["description", "I-am-the-task-description_4860"], ["created_at", "2015-04-09 11:31:52.628497"], ["updated_at", "2015-04-09 11:31:52.628497"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-09 11:31:52.638316"], ["task_id", 1], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 11:31:52.639202"], ["updated_at", "2015-04-09 11:31:52.639202"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 11:31:52.640806"], ["id", 1]]  (0.8ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 11:31:52 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 11:31:52 UTC", "updated_at"=>"2015-04-09 11:31:52 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-09 11:31:52.649404"], ["created_at", "2015-04-09 11:31:52.651042"], ["updated_at", "2015-04-09 11:31:52.651042"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4109"], ["description", "I-am-the-goal-description_1168"], ["version", 1], ["created_at", "2015-04-09 11:31:52.660774"], ["updated_at", "2015-04-09 11:31:52.660774"], ["tracking", "150409-8"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9749"], ["description", "I-am-the-task-description_5641"], ["created_at", "2015-04-09 11:31:52.665146"], ["updated_at", "2015-04-09 11:31:52.665146"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task2931"], ["description", "I-am-the-task-description_3950"], ["created_at", "2015-04-09 11:31:52.670360"], ["updated_at", "2015-04-09 11:31:52.670360"]]  (1.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:31:52.680560"], ["task_id", 2], ["created_at", "2015-04-09 11:31:52.682588"], ["updated_at", "2015-04-09 11:31:52.682588"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:31:52.684883"], ["id", 2]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 11ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1102"], ["description", "I-am-the-goal-description_3938"], ["version", 1], ["created_at", "2015-04-09 11:31:52.692099"], ["updated_at", "2015-04-09 11:31:52.692099"], ["tracking", "150409-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task8374"], ["description", "I-am-the-task-description_6337"], ["created_at", "2015-04-09 11:31:52.696614"], ["updated_at", "2015-04-09 11:31:52.696614"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task4762"], ["description", "I-am-the-task-description_1481"], ["created_at", "2015-04-09 11:31:52.700572"], ["updated_at", "2015-04-09 11:31:52.700572"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:31:52.762242"], ["task_id", 4], ["created_at", "2015-04-09 11:31:52.763418"], ["updated_at", "2015-04-09 11:31:52.763418"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:31:52.764944"], ["id", 4]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9193"], ["description", "I-am-the-goal-description_1017"], ["version", 1], ["created_at", "2015-04-09 11:31:52.772391"], ["updated_at", "2015-04-09 11:31:52.772391"], ["tracking", "150409-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9760"], ["description", "I-am-the-task-description_6554"], ["created_at", "2015-04-09 11:31:52.776894"], ["updated_at", "2015-04-09 11:31:52.776894"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task9889"], ["description", "I-am-the-task-description_1783"], ["created_at", "2015-04-09 11:31:52.781357"], ["updated_at", "2015-04-09 11:31:52.781357"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:31:52.790441"], ["task_id", 6], ["created_at", "2015-04-09 11:31:52.791976"], ["updated_at", "2015-04-09 11:31:52.791976"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:31:52.793600"], ["id", 6]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6898"], ["description", "I-am-the-goal-description_1551"], ["version", 1], ["created_at", "2015-04-09 11:31:52.802037"], ["updated_at", "2015-04-09 11:31:52.802037"], ["tracking", "150409-11"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3253"], ["description", "I-am-the-task-description_416"], ["created_at", "2015-04-09 11:31:52.808599"], ["updated_at", "2015-04-09 11:31:52.808599"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7815"], ["description", "I-am-the-task-description_2093"], ["created_at", "2015-04-09 11:31:52.814070"], ["updated_at", "2015-04-09 11:31:52.814070"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:31:52.822094"], ["task_id", 8], ["created_at", "2015-04-09 11:31:52.823260"], ["updated_at", "2015-04-09 11:31:52.823260"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:31:52.824752"], ["id", 8]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7070"], ["description", "I-am-the-goal-description_3655"], ["version", 1], ["created_at", "2015-04-09 11:31:52.831223"], ["updated_at", "2015-04-09 11:31:52.831223"], ["tracking", "150409-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8971"], ["description", "I-am-the-task-description_7842"], ["created_at", "2015-04-09 11:31:52.835485"], ["updated_at", "2015-04-09 11:31:52.835485"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task5161"], ["description", "I-am-the-task-description_7034"], ["created_at", "2015-04-09 11:31:52.841092"], ["updated_at", "2015-04-09 11:31:52.841092"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8816"], ["description", "I-am-the-goal-description_8038"], ["version", 1], ["created_at", "2015-04-09 11:31:52.857276"], ["updated_at", "2015-04-09 11:31:52.857276"], ["tracking", "150409-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1294"], ["description", "I-am-the-task-description_6571"], ["created_at", "2015-04-09 11:31:52.860965"], ["updated_at", "2015-04-09 11:31:52.860965"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task1498"], ["description", "I-am-the-task-description_4096"], ["created_at", "2015-04-09 11:31:52.865094"], ["updated_at", "2015-04-09 11:31:52.865094"]]  (0.8ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (1.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (1.1ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9324"], ["description", "I-am-the-goal-description_6545"], ["version", 1], ["created_at", "2015-04-09 11:31:52.915141"], ["updated_at", "2015-04-09 11:31:52.915141"], ["tracking", "150409-14"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task29"], ["description", "I-am-the-task-description_6047"], ["created_at", "2015-04-09 11:31:52.920178"], ["updated_at", "2015-04-09 11:31:52.920178"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6114"], ["description", "I-am-the-goal-description_9952"], ["version", 1], ["created_at", "2015-04-09 11:31:52.924143"], ["updated_at", "2015-04-09 11:31:52.924143"], ["tracking", "150409-15"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2672"], ["description", "I-am-the-task-description_6710"], ["created_at", "2015-04-09 11:31:52.927966"], ["updated_at", "2015-04-09 11:31:52.927966"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8813"], ["description", "I-am-the-goal-description_6154"], ["version", 1], ["created_at", "2015-04-09 11:31:52.940643"], ["updated_at", "2015-04-09 11:31:52.940643"], ["tracking", "150409-16"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3542"], ["description", "I-am-the-task-description_3144"], ["created_at", "2015-04-09 11:31:52.944537"], ["updated_at", "2015-04-09 11:31:52.944537"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task2335"], ["description", "I-am-the-task-description_2327"], ["created_at", "2015-04-09 11:31:52.949165"], ["updated_at", "2015-04-09 11:31:52.949165"]]  (1.1ms) commit transaction Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3653"], ["description", "I-am-the-goal-description_8242"], ["version", 1], ["created_at", "2015-04-09 11:31:52.968845"], ["updated_at", "2015-04-09 11:31:52.968845"], ["tracking", "150409-17"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task4732"], ["description", "I-am-the-task-description_6021"], ["created_at", "2015-04-09 11:31:52.973584"], ["updated_at", "2015-04-09 11:31:52.973584"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9511"], ["description", "I-am-the-goal-description_2202"], ["version", 1], ["created_at", "2015-04-09 11:31:52.977471"], ["updated_at", "2015-04-09 11:31:52.977471"], ["tracking", "150409-18"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2803"], ["description", "I-am-the-task-description_205"], ["created_at", "2015-04-09 11:31:52.981227"], ["updated_at", "2015-04-09 11:31:52.981227"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2368"], ["description", "I-am-the-goal-description_55"], ["version", 1], ["created_at", "2015-04-09 11:31:52.991455"], ["updated_at", "2015-04-09 11:31:52.991455"], ["tracking", "150409-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task8462"], ["description", "I-am-the-task-description_5311"], ["created_at", "2015-04-09 11:31:52.996845"], ["updated_at", "2015-04-09 11:31:52.996845"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task5111"], ["description", "I-am-the-task-description_5868"], ["created_at", "2015-04-09 11:31:53.004109"], ["updated_at", "2015-04-09 11:31:53.004109"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.6ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1811"], ["description", "I-am-the-goal-description_2668"], ["version", 1], ["created_at", "2015-04-09 11:31:53.022182"], ["updated_at", "2015-04-09 11:31:53.022182"], ["tracking", "150409-20"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task5945"], ["description", "I-am-the-task-description_2547"], ["created_at", "2015-04-09 11:31:53.026530"], ["updated_at", "2015-04-09 11:31:53.026530"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1766"], ["description", "I-am-the-goal-description_8366"], ["version", 1], ["created_at", "2015-04-09 11:31:53.030529"], ["updated_at", "2015-04-09 11:31:53.030529"], ["tracking", "150409-21"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task706"], ["description", "I-am-the-task-description_7150"], ["created_at", "2015-04-09 11:31:53.034361"], ["updated_at", "2015-04-09 11:31:53.034361"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2037"], ["description", "I-am-the-goal-description_6424"], ["version", 1], ["created_at", "2015-04-09 11:31:53.044147"], ["updated_at", "2015-04-09 11:31:53.044147"], ["tracking", "150409-22"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task5038"], ["description", "I-am-the-task-description_2788"], ["created_at", "2015-04-09 11:31:53.048361"], ["updated_at", "2015-04-09 11:31:53.048361"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task6227"], ["description", "I-am-the-task-description_8796"], ["created_at", "2015-04-09 11:31:53.052235"], ["updated_at", "2015-04-09 11:31:53.052235"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4809"], ["description", "I-am-the-goal-description_591"], ["version", 1], ["created_at", "2015-04-09 11:31:53.064363"], ["updated_at", "2015-04-09 11:31:53.064363"], ["tracking", "150409-23"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3791"], ["description", "I-am-the-task-description_7030"], ["created_at", "2015-04-09 11:31:53.069060"], ["updated_at", "2015-04-09 11:31:53.069060"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3612"], ["description", "I-am-the-task-description_8199"], ["created_at", "2015-04-09 11:31:53.072854"], ["updated_at", "2015-04-09 11:31:53.072854"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5892"], ["description", "I-am-the-goal-description_3925"], ["version", 1], ["created_at", "2015-04-09 11:31:53.085027"], ["updated_at", "2015-04-09 11:31:53.085027"], ["tracking", "150409-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task8615"], ["description", "I-am-the-task-description_6938"], ["created_at", "2015-04-09 11:31:53.089547"], ["updated_at", "2015-04-09 11:31:53.089547"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task2760"], ["description", "I-am-the-task-description_7311"], ["created_at", "2015-04-09 11:31:53.093504"], ["updated_at", "2015-04-09 11:31:53.093504"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2900"], ["description", "I-am-the-goal-description_1165"], ["version", 1], ["created_at", "2015-04-09 11:31:53.107745"], ["updated_at", "2015-04-09 11:31:53.107745"], ["tracking", "150409-25"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6744"], ["description", "I-am-the-task-description_998"], ["created_at", "2015-04-09 11:31:53.111971"], ["updated_at", "2015-04-09 11:31:53.111971"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6397"], ["description", "I-am-the-task-description_9581"], ["created_at", "2015-04-09 11:31:53.116310"], ["updated_at", "2015-04-09 11:31:53.116310"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:31:53.129951"], ["updated_at", "2015-04-09 11:31:53.129951"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1081"], ["description", "I-am-the-goal-description_1941"], ["version", 1], ["created_at", "2015-04-09 11:31:53.137144"], ["updated_at", "2015-04-09 11:31:53.137144"], ["tracking", "150409-26"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task2844"], ["description", "I-am-the-task-description_9250"], ["created_at", "2015-04-09 11:31:53.141374"], ["updated_at", "2015-04-09 11:31:53.141374"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task738"], ["description", "I-am-the-task-description_7711"], ["created_at", "2015-04-09 11:31:53.145649"], ["updated_at", "2015-04-09 11:31:53.145649"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:31:53.152197"], ["updated_at", "2015-04-09 11:31:53.152197"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4689"], ["description", "I-am-the-goal-description_4854"], ["version", 1], ["created_at", "2015-04-09 11:31:53.161855"], ["updated_at", "2015-04-09 11:31:53.161855"], ["tracking", "150409-27"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task2522"], ["description", "I-am-the-task-description_6612"], ["created_at", "2015-04-09 11:31:53.166828"], ["updated_at", "2015-04-09 11:31:53.166828"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7724"], ["description", "I-am-the-task-description_1923"], ["created_at", "2015-04-09 11:31:53.171676"], ["updated_at", "2015-04-09 11:31:53.171676"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.4ms) 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 11:31:53.181147"], ["updated_at", "2015-04-09 11:31:53.181147"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7096"], ["description", "I-am-the-goal-description_5228"], ["version", 1], ["created_at", "2015-04-09 11:31:53.191495"], ["updated_at", "2015-04-09 11:31:53.191495"], ["tracking", "150409-28"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task727"], ["description", "I-am-the-task-description_3245"], ["created_at", "2015-04-09 11:31:53.195859"], ["updated_at", "2015-04-09 11:31:53.195859"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7867"], ["description", "I-am-the-task-description_4498"], ["created_at", "2015-04-09 11:31:53.199931"], ["updated_at", "2015-04-09 11:31:53.199931"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.2ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_439"], ["description", "I-am-the-goal-description_7237"], ["version", 1], ["created_at", "2015-04-09 11:31:53.213283"], ["updated_at", "2015-04-09 11:31:53.213283"], ["tracking", "150409-29"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task8485"], ["description", "I-am-the-task-description_6526"], ["created_at", "2015-04-09 11:31:53.217141"], ["updated_at", "2015-04-09 11:31:53.217141"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7989"], ["description", "I-am-the-task-description_923"], ["created_at", "2015-04-09 11:31:53.221180"], ["updated_at", "2015-04-09 11:31:53.221180"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:31:53.227386"], ["updated_at", "2015-04-09 11:31:53.227386"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1120"], ["description", "I-am-the-goal-description_6909"], ["version", 1], ["created_at", "2015-04-09 11:31:53.240138"], ["updated_at", "2015-04-09 11:31:53.240138"], ["tracking", "150409-30"]]  (1.1ms) commit transaction  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task589"], ["description", "I-am-the-task-description_26"], ["created_at", "2015-04-09 11:31:53.248701"], ["updated_at", "2015-04-09 11:31:53.248701"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9969"], ["description", "I-am-the-task-description_685"], ["created_at", "2015-04-09 11:31:53.254312"], ["updated_at", "2015-04-09 11:31:53.254312"]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:31:53.260032"], ["updated_at", "2015-04-09 11:31:53.260032"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"46"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 6ms (ActiveRecord: 0.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5125"], ["description", "I-am-the-goal-description_1738"], ["version", 1], ["created_at", "2015-04-09 11:31:53.331640"], ["updated_at", "2015-04-09 11:31:53.331640"], ["tracking", "150409-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task7321"], ["description", "I-am-the-task-description_2339"], ["created_at", "2015-04-09 11:31:53.336060"], ["updated_at", "2015-04-09 11:31:53.336060"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task6152"], ["description", "I-am-the-task-description_719"], ["created_at", "2015-04-09 11:31:53.340177"], ["updated_at", "2015-04-09 11:31:53.340177"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.4ms) 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 11:31:53.344089"], ["updated_at", "2015-04-09 11:31:53.344089"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_970"], ["description", "I-am-the-goal-description_7091"], ["version", 1], ["created_at", "2015-04-09 11:31:53.357859"], ["updated_at", "2015-04-09 11:31:53.357859"], ["tracking", "150409-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task801"], ["description", "I-am-the-task-description_6320"], ["created_at", "2015-04-09 11:31:53.361744"], ["updated_at", "2015-04-09 11:31:53.361744"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task836"], ["description", "I-am-the-task-description_8659"], ["created_at", "2015-04-09 11:31:53.366005"], ["updated_at", "2015-04-09 11:31:53.366005"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.4ms) 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 11:31:53.369767"], ["updated_at", "2015-04-09 11:31:53.369767"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.4ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (1.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 2.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6836"], ["description", "I-am-the-goal-description_1485"], ["version", 1], ["created_at", "2015-04-09 11:31:53.388049"], ["updated_at", "2015-04-09 11:31:53.388049"], ["tracking", "150409-33"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1248"], ["description", "I-am-the-task-description_7253"], ["created_at", "2015-04-09 11:31:53.392874"], ["updated_at", "2015-04-09 11:31:53.392874"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task8371"], ["description", "I-am-the-task-description_1343"], ["created_at", "2015-04-09 11:31:53.397216"], ["updated_at", "2015-04-09 11:31:53.397216"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.4ms) 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 11:31:53.402390"], ["updated_at", "2015-04-09 11:31:53.402390"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2184"], ["description", "I-am-the-goal-description_8816"], ["version", 1], ["created_at", "2015-04-09 11:31:53.417384"], ["updated_at", "2015-04-09 11:31:53.417384"], ["tracking", "150409-34"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task9508"], ["description", "I-am-the-task-description_6864"], ["created_at", "2015-04-09 11:31:53.424291"], ["updated_at", "2015-04-09 11:31:53.424291"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task589"], ["description", "I-am-the-task-description_7530"], ["created_at", "2015-04-09 11:31:53.429070"], ["updated_at", "2015-04-09 11:31:53.429070"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 11:31:53.434006"], ["updated_at", "2015-04-09 11:31:53.434006"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 11:31:53.441769"], ["id", 58]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3649"], ["description", "I-am-the-goal-description_738"], ["version", 1], ["created_at", "2015-04-09 11:31:53.453524"], ["updated_at", "2015-04-09 11:31:53.453524"], ["tracking", "150409-35"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3246"], ["description", "I-am-the-goal-description_8487"], ["version", 1], ["created_at", "2015-04-09 11:31:53.459972"], ["updated_at", "2015-04-09 11:31:53.459972"], ["tracking", "150409-36"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) 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-task4065"], ["description", "I-am-the-task-description_5645"], ["created_at", "2015-04-09 11:31:53.464858"], ["updated_at", "2015-04-09 11:31:53.464858"]]  (1.2ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5073"], ["description", "I-am-the-goal-description_5256"], ["version", 1], ["created_at", "2015-04-09 11:31:53.473850"], ["updated_at", "2015-04-09 11:31:53.473850"], ["tracking", "150409-37"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 41], ["title", "I-am-a-task9982"], ["description", "I-am-the-task-description_3141"], ["created_at", "2015-04-09 11:31:53.484337"], ["updated_at", "2015-04-09 11:31:53.484337"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9043"], ["description", "I-am-the-goal-description_9846"], ["version", 1], ["created_at", "2015-04-09 11:31:53.487941"], ["updated_at", "2015-04-09 11:31:53.487941"], ["tracking", "150409-38"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task9147"], ["description", "I-am-the-task-description_3841"], ["created_at", "2015-04-09 11:31:53.493385"], ["updated_at", "2015-04-09 11:31:53.493385"]]  (1.0ms) commit transaction  (0.3ms) begin transaction SQL (0.7ms) 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-task3942"], ["description", "I-am-the-task-description_8695"], ["created_at", "2015-04-09 11:31:53.499636"], ["updated_at", "2015-04-09 11:31:53.499636"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 39], ["title", "I-am-a-task7881"], ["description", "I-am-the-task-description_8052"], ["created_at", "2015-04-09 11:31:53.505693"], ["updated_at", "2015-04-09 11:31:53.505693"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 39], ["title", "I-am-a-task2419"], ["description", "I-am-the-task-description_6694"], ["created_at", "2015-04-09 11:31:53.510421"], ["updated_at", "2015-04-09 11:31:53.510421"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-09')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8604"], ["description", "I-am-the-goal-description_9766"], ["version", 1], ["created_at", "2015-04-09 11:31:53.518388"], ["updated_at", "2015-04-09 11:31:53.518388"], ["tracking", "150409-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1783"], ["description", "I-am-the-goal-description_1619"], ["version", 1], ["created_at", "2015-04-09 11:31:53.523930"], ["updated_at", "2015-04-09 11:31:53.523930"], ["tracking", "150409-40"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task1610"], ["description", "I-am-the-task-description_3328"], ["created_at", "2015-04-09 11:31:53.528563"], ["updated_at", "2015-04-09 11:31:53.528563"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2532"], ["description", "I-am-the-goal-description_6541"], ["version", 1], ["created_at", "2015-04-09 11:31:53.535301"], ["updated_at", "2015-04-09 11:31:53.535301"], ["tracking", "150409-41"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 45], ["title", "I-am-a-task6805"], ["description", "I-am-the-task-description_1210"], ["created_at", "2015-04-09 11:31:53.539994"], ["updated_at", "2015-04-09 11:31:53.539994"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8972"], ["description", "I-am-the-goal-description_2832"], ["version", 1], ["created_at", "2015-04-09 11:31:53.543749"], ["updated_at", "2015-04-09 11:31:53.543749"], ["tracking", "150409-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task9664"], ["description", "I-am-the-task-description_6618"], ["created_at", "2015-04-09 11:31:53.548987"], ["updated_at", "2015-04-09 11:31:53.548987"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task9701"], ["description", "I-am-the-task-description_8837"], ["created_at", "2015-04-09 11:31:53.554153"], ["updated_at", "2015-04-09 11:31:53.554153"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 43], ["title", "I-am-a-task2157"], ["description", "I-am-the-task-description_6307"], ["created_at", "2015-04-09 11:31:53.559514"], ["updated_at", "2015-04-09 11:31:53.559514"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 43], ["title", "I-am-a-task957"], ["description", "I-am-the-task-description_3316"], ["created_at", "2015-04-09 11:31:53.564362"], ["updated_at", "2015-04-09 11:31:53.564362"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1966"], ["description", "I-am-the-goal-description_3410"], ["version", 1], ["created_at", "2015-04-09 11:31:53.568714"], ["updated_at", "2015-04-09 11:31:53.568714"], ["tracking", "150409-43"]]  (1.6ms) commit transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-09')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6158"], ["description", "I-am-the-goal-description_9435"], ["version", 1], ["created_at", "2015-04-09 11:31:53.583881"], ["updated_at", "2015-04-09 11:31:53.583881"], ["tracking", "150409-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4184"], ["description", "I-am-the-goal-description_3002"], ["version", 1], ["created_at", "2015-04-09 11:31:53.590765"], ["updated_at", "2015-04-09 11:31:53.590765"], ["tracking", "150409-45"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 49], ["title", "I-am-a-task172"], ["description", "I-am-the-task-description_2855"], ["created_at", "2015-04-09 11:31:53.595522"], ["updated_at", "2015-04-09 11:31:53.595522"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5328"], ["description", "I-am-the-goal-description_4344"], ["version", 1], ["created_at", "2015-04-09 11:31:53.603441"], ["updated_at", "2015-04-09 11:31:53.603441"], ["tracking", "150409-46"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (1.1ms) 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-task9169"], ["description", "I-am-the-task-description_8826"], ["created_at", "2015-04-09 11:31:53.613179"], ["updated_at", "2015-04-09 11:31:53.613179"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2464"], ["description", "I-am-the-goal-description_9952"], ["version", 1], ["created_at", "2015-04-09 11:31:53.621091"], ["updated_at", "2015-04-09 11:31:53.621091"], ["tracking", "150409-47"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task4756"], ["description", "I-am-the-task-description_8199"], ["created_at", "2015-04-09 11:31:53.628278"], ["updated_at", "2015-04-09 11:31:53.628278"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 51], ["title", "I-am-a-task6065"], ["description", "I-am-the-task-description_5851"], ["created_at", "2015-04-09 11:31:53.633388"], ["updated_at", "2015-04-09 11:31:53.633388"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 48], ["title", "I-am-a-task6403"], ["description", "I-am-the-task-description_8590"], ["created_at", "2015-04-09 11:31:53.638570"], ["updated_at", "2015-04-09 11:31:53.638570"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task9186"], ["description", "I-am-the-task-description_3455"], ["created_at", "2015-04-09 11:31:53.645331"], ["updated_at", "2015-04-09 11:31:53.645331"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task1401"], ["description", "I-am-the-task-description_5970"], ["created_at", "2015-04-09 11:31:53.652549"], ["updated_at", "2015-04-09 11:31:53.652549"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7450"], ["description", "I-am-the-goal-description_2746"], ["version", 1], ["created_at", "2015-04-09 11:31:53.659755"], ["updated_at", "2015-04-09 11:31:53.659755"], ["tracking", "150409-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8581"], ["description", "I-am-the-goal-description_3599"], ["version", 1], ["created_at", "2015-04-09 11:31:53.665995"], ["updated_at", "2015-04-09 11:31:53.665995"], ["tracking", "150409-49"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 53], ["title", "I-am-a-task9381"], ["description", "I-am-the-task-description_6794"], ["created_at", "2015-04-09 11:31:53.672131"], ["updated_at", "2015-04-09 11:31:53.672131"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4229"], ["description", "I-am-the-goal-description_4448"], ["version", 1], ["created_at", "2015-04-09 11:31:53.677454"], ["updated_at", "2015-04-09 11:31:53.677454"], ["tracking", "150409-50"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 54], ["title", "I-am-a-task6290"], ["description", "I-am-the-task-description_7855"], ["created_at", "2015-04-09 11:31:53.682352"], ["updated_at", "2015-04-09 11:31:53.682352"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_789"], ["description", "I-am-the-goal-description_6212"], ["version", 1], ["created_at", "2015-04-09 11:31:53.686606"], ["updated_at", "2015-04-09 11:31:53.686606"], ["tracking", "150409-51"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task6354"], ["description", "I-am-the-task-description_9307"], ["created_at", "2015-04-09 11:31:53.695561"], ["updated_at", "2015-04-09 11:31:53.695561"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 55], ["title", "I-am-a-task6664"], ["description", "I-am-the-task-description_4293"], ["created_at", "2015-04-09 11:31:53.701166"], ["updated_at", "2015-04-09 11:31:53.701166"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 52], ["title", "I-am-a-task6091"], ["description", "I-am-the-task-description_1996"], ["created_at", "2015-04-09 11:31:53.708602"], ["updated_at", "2015-04-09 11:31:53.708602"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task9834"], ["description", "I-am-the-task-description_3733"], ["created_at", "2015-04-09 11:31:53.713340"], ["updated_at", "2015-04-09 11:31:53.713340"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task4678"], ["description", "I-am-the-task-description_6815"], ["created_at", "2015-04-09 11:31:53.717982"], ["updated_at", "2015-04-09 11:31:53.717982"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7872"], ["description", "I-am-the-goal-description_541"], ["version", 1], ["created_at", "2015-04-09 11:31:53.725189"], ["updated_at", "2015-04-09 11:31:53.725189"], ["tracking", "150409-52"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 56], ["title", "I-am-a-task2882"], ["description", "I-am-the-task-description_3711"], ["created_at", "2015-04-09 11:31:53.728915"], ["updated_at", "2015-04-09 11:31:53.728915"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3101"], ["description", "I-am-the-goal-description_6760"], ["version", 1], ["created_at", "2015-04-09 11:31:53.734274"], ["updated_at", "2015-04-09 11:31:53.734274"], ["tracking", "150409-53"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-12"], ["goal_id", 57], ["title", "I-am-a-task7419"], ["description", "I-am-the-task-description_3734"], ["created_at", "2015-04-09 11:31:53.738179"], ["updated_at", "2015-04-09 11:31:53.738179"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1180"], ["description", "I-am-the-goal-description_8218"], ["version", 1], ["created_at", "2015-04-09 11:31:53.744570"], ["updated_at", "2015-04-09 11:31:53.744570"], ["tracking", "150409-54"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 58], ["title", "I-am-a-task6178"], ["description", "I-am-the-task-description_5507"], ["created_at", "2015-04-09 11:31:53.748479"], ["updated_at", "2015-04-09 11:31:53.748479"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3037"], ["description", "I-am-the-goal-description_36"], ["version", 1], ["created_at", "2015-04-09 11:31:53.754764"], ["updated_at", "2015-04-09 11:31:53.754764"], ["tracking", "150409-55"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 59], ["title", "I-am-a-task7388"], ["description", "I-am-the-task-description_5038"], ["created_at", "2015-04-09 11:31:53.759540"], ["updated_at", "2015-04-09 11:31:53.759540"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1696"], ["description", "I-am-the-goal-description_9903"], ["version", 1], ["created_at", "2015-04-09 11:31:53.766468"], ["updated_at", "2015-04-09 11:31:53.766468"], ["tracking", "150409-56"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4502"], ["description", "I-am-the-goal-description_3050"], ["version", 1], ["created_at", "2015-04-09 11:31:53.772537"], ["updated_at", "2015-04-09 11:31:53.772537"], ["tracking", "150409-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6879"], ["description", "I-am-the-goal-description_6554"], ["version", 1], ["created_at", "2015-04-09 11:31:53.777971"], ["updated_at", "2015-04-09 11:31:53.777971"], ["tracking", "150409-58"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6691"], ["description", "I-am-the-goal-description_6242"], ["version", 1], ["created_at", "2015-04-09 11:31:53.783482"], ["updated_at", "2015-04-09 11:31:53.783482"], ["tracking", "150409-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9256"], ["description", "I-am-the-goal-description_9249"], ["version", 1], ["created_at", "2015-04-09 11:31:53.788665"], ["updated_at", "2015-04-09 11:31:53.788665"], ["tracking", "150409-60"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3665"], ["description", "I-am-the-goal-description_5309"], ["version", 1], ["created_at", "2015-04-09 11:31:53.795445"], ["updated_at", "2015-04-09 11:31:53.795445"], ["tracking", "150409-61"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4756"], ["description", "I-am-the-goal-description_1860"], ["version", 1], ["created_at", "2015-04-09 11:31:53.800853"], ["updated_at", "2015-04-09 11:31:53.800853"], ["tracking", "150409-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6302"], ["description", "I-am-the-goal-description_6739"], ["version", 1], ["created_at", "2015-04-09 11:31:53.806970"], ["updated_at", "2015-04-09 11:31:53.806970"], ["tracking", "150409-63"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task2814"], ["description", "I-am-the-task-description_793"], ["created_at", "2015-04-09 11:31:53.811331"], ["updated_at", "2015-04-09 11:31:53.811331"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8234"], ["description", "I-am-the-goal-description_2513"], ["version", 1], ["created_at", "2015-04-09 11:31:53.817393"], ["updated_at", "2015-04-09 11:31:53.817393"], ["tracking", "150409-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3810"], ["description", "I-am-the-goal-description_7192"], ["version", 1], ["created_at", "2015-04-09 11:31:53.822985"], ["updated_at", "2015-04-09 11:31:53.822985"], ["tracking", "150409-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2950"], ["description", "I-am-the-goal-description_5223"], ["version", 1], ["created_at", "2015-04-09 11:31:53.829697"], ["updated_at", "2015-04-09 11:31:53.829697"], ["tracking", "150409-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6209"], ["description", "I-am-the-goal-description_2513"], ["version", 1], ["created_at", "2015-04-09 11:31:53.836571"], ["updated_at", "2015-04-09 11:31:53.836571"], ["tracking", "150409-67"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task1614"], ["description", "I-am-the-task-description_4393"], ["created_at", "2015-04-09 11:31:53.840072"], ["updated_at", "2015-04-09 11:31:53.840072"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5392"], ["description", "I-am-the-goal-description_1543"], ["version", 1], ["created_at", "2015-04-09 11:31:53.843953"], ["updated_at", "2015-04-09 11:31:53.843953"], ["tracking", "150409-68"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task7083"], ["description", "I-am-the-task-description_7044"], ["created_at", "2015-04-09 11:31:53.849085"], ["updated_at", "2015-04-09 11:31:53.849085"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_466"], ["description", "I-am-the-goal-description_8953"], ["version", 1], ["created_at", "2015-04-09 11:31:53.854340"], ["updated_at", "2015-04-09 11:31:53.854340"], ["tracking", "150409-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task2469"], ["description", "I-am-the-task-description_155"], ["created_at", "2015-04-09 11:31:53.859875"], ["updated_at", "2015-04-09 11:31:53.859875"]]  (3.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7662"], ["description", "I-am-the-goal-description_8024"], ["version", 1], ["created_at", "2015-04-09 11:31:53.867810"], ["updated_at", "2015-04-09 11:31:53.867810"], ["tracking", "150409-70"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task6198"], ["description", "I-am-the-task-description_6797"], ["created_at", "2015-04-09 11:31:53.873816"], ["updated_at", "2015-04-09 11:31:53.873816"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3152"], ["description", "I-am-the-goal-description_5876"], ["version", 1], ["created_at", "2015-04-09 11:31:53.878990"], ["updated_at", "2015-04-09 11:31:53.878990"], ["tracking", "150409-71"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task9981"], ["description", "I-am-the-task-description_398"], ["created_at", "2015-04-09 11:31:53.884187"], ["updated_at", "2015-04-09 11:31:53.884187"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6030"], ["description", "I-am-the-goal-description_2077"], ["version", 1], ["created_at", "2015-04-09 11:31:53.889479"], ["updated_at", "2015-04-09 11:31:53.889479"], ["tracking", "150409-72"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task294"], ["description", "I-am-the-task-description_3893"], ["created_at", "2015-04-09 11:31:53.893373"], ["updated_at", "2015-04-09 11:31:53.893373"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_906"], ["description", "I-am-the-goal-description_1537"], ["version", 1], ["created_at", "2015-04-09 11:31:53.898570"], ["updated_at", "2015-04-09 11:31:53.898570"], ["tracking", "150409-73"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task7356"], ["description", "I-am-the-task-description_4479"], ["created_at", "2015-04-09 11:31:53.903053"], ["updated_at", "2015-04-09 11:31:53.903053"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5941"], ["description", "I-am-the-goal-description_3405"], ["version", 1], ["created_at", "2015-04-09 11:31:53.907949"], ["updated_at", "2015-04-09 11:31:53.907949"], ["tracking", "150409-74"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task2151"], ["description", "I-am-the-task-description_7322"], ["created_at", "2015-04-09 11:31:53.912333"], ["updated_at", "2015-04-09 11:31:53.912333"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2988"], ["description", "I-am-the-goal-description_5302"], ["version", 1], ["created_at", "2015-04-09 11:31:53.917682"], ["updated_at", "2015-04-09 11:31:53.917682"], ["tracking", "150409-75"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task4104"], ["description", "I-am-the-task-description_520"], ["created_at", "2015-04-09 11:31:53.921506"], ["updated_at", "2015-04-09 11:31:53.921506"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7371"], ["description", "I-am-the-goal-description_2916"], ["version", 1], ["created_at", "2015-04-09 11:31:53.926676"], ["updated_at", "2015-04-09 11:31:53.926676"], ["tracking", "150409-76"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 80], ["title", "I-am-a-task3536"], ["description", "I-am-the-task-description_5083"], ["created_at", "2015-04-09 11:31:53.930464"], ["updated_at", "2015-04-09 11:31:53.930464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6131"], ["description", "I-am-the-goal-description_7342"], ["version", 1], ["created_at", "2015-04-09 11:31:53.935384"], ["updated_at", "2015-04-09 11:31:53.935384"], ["tracking", "150409-77"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-09 11:31:53.938496"], ["id", 81]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-09 11:31:53.940847"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5479"], ["description", "I-am-the-goal-description_5983"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5872"], ["description", "I-am-the-goal-description_9888"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7205"], ["description", "I-am-the-goal-description_480"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6893"], ["description", "I-am-the-goal-description_6905"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1130"], ["description", "I-am-the-goal-description_7190"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task4698"], ["description", "I-am-the-task-description_9105"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task8356"], ["description", "I-am-the-task-description_4074"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1967"], ["description", "I-am-the-goal-description_3687"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7260"], ["description", "I-am-the-goal-description_999"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9460"], ["description", "I-am-the-goal-description_9338"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2697"], ["description", "I-am-the-goal-description_5432"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task5706"], ["description", "I-am-the-task-description_8131"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5094"], ["description", "I-am-the-goal-description_6763"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task3096"], ["description", "I-am-the-task-description_796"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1570"], ["description", "I-am-the-goal-description_8141"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task9079"], ["description", "I-am-the-task-description_9824"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2898"], ["description", "I-am-the-goal-description_9015"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task920"], ["description", "I-am-the-task-description_1560"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 105], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5545"], ["description", "I-am-the-goal-description_9958"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task3820"], ["description", "I-am-the-task-description_4890"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 106], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6518"], ["description", "I-am-the-goal-description_4414"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task7298"], ["description", "I-am-the-task-description_1982"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 107], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8977"], ["description", "I-am-the-goal-description_7596"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task7934"], ["description", "I-am-the-task-description_7408"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8004"], ["description", "I-am-the-goal-description_3694"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4365"], ["description", "I-am-the-goal-description_2738"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2536"], ["description", "I-am-the-goal-description_9212"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5641"], ["description", "I-am-the-goal-description_607"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:32:07 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5242.4ms) Completed 200 OK in 5368ms (Views: 5333.3ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 13:32:13 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 13:32:13 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 13:32:13 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 13:32:15 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (48.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (373.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (380.8ms) Completed 200 OK in 398ms (Views: 384.1ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:32:15 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-09 11:32:15.684520"], ["updated_at", "2015-04-09 11:32:15.684520"], ["tracking", "150409-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.2ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:15 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (85.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (92.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (106.2ms) Completed 200 OK in 123ms (Views: 107.4ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8639"], ["description", "I-am-the-goal-description_1764"], ["version", 1], ["created_at", "2015-04-09 11:32:15.981710"], ["updated_at", "2015-04-09 11:32:15.981710"], ["tracking", "150409-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5602"], ["description", "I-am-the-task-description_4165"], ["created_at", "2015-04-09 11:32:15.988905"], ["updated_at", "2015-04-09 11:32:15.988905"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1990"], ["description", "I-am-the-task-description_1630"], ["created_at", "2015-04-09 11:32:15.994751"], ["updated_at", "2015-04-09 11:32:15.994751"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5564"], ["description", "I-am-the-task-description_850"], ["created_at", "2015-04-09 11:32:15.999593"], ["updated_at", "2015-04-09 11:32:15.999593"]]  (1.2ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:32:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.4ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:17 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.2ms) Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6984"], ["description", "I-am-the-goal-description_7218"], ["version", 1], ["created_at", "2015-04-09 11:32:17.731390"], ["updated_at", "2015-04-09 11:32:17.731390"], ["tracking", "150409-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:32:17 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.1ms) Completed 200 OK in 8ms (Views: 6.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 13:32:19 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.1ms) Completed 200 OK in 70ms (Views: 68.9ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:19 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7218"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 11:32:19.659765"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:19 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1770"], ["description", "I-am-the-goal-description_3915"], ["version", 1], ["created_at", "2015-04-09 11:32:19.798874"], ["updated_at", "2015-04-09 11:32:19.798874"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:32:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.4ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:21 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 13:32:21 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (13.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (13.8ms) Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:21 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:32:21 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.7ms) Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9478"], ["description", "I-am-the-goal-description_6456"], ["version", 1], ["created_at", "2015-04-09 11:32:22.105286"], ["updated_at", "2015-04-09 11:32:22.105286"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 13:32:24 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 11:32:24.539241"], ["id", 1]]  (1.9ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 2.6ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:32:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.3ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.7ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7603"], ["description", "I-am-the-goal-description_4356"], ["version", 1], ["created_at", "2015-04-09 11:32:24.682197"], ["updated_at", "2015-04-09 11:32:24.682197"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.9ms) Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 13:32:26 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.4ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 11:32:26.885006"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (7.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.6ms) Completed 200 OK in 14ms (Views: 11.2ms | ActiveRecord: 0.5ms)  (4.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.6ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (6.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.8ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7335"], ["description", "I-am-the-goal-description_6405"], ["version", 1], ["created_at", "2015-04-09 11:32:27.046550"], ["updated_at", "2015-04-09 11:32:27.046550"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7146"], ["description", "I-am-the-task-description_7369"], ["created_at", "2015-04-09 11:32:27.052736"], ["updated_at", "2015-04-09 11:32:27.052736"]]  (1.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.5ms) Completed 200 OK in 20ms (Views: 15.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:32:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (8.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (16.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (89.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (121.3ms) Completed 200 OK in 127ms (Views: 122.3ms | ActiveRecord: 1.4ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-09 13:32:29 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) 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 11:32:29.260433"], ["created_at", "2015-04-09 11:32:29.263173"], ["updated_at", "2015-04-09 11:32:29.263173"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-09 11:32:29.266123"], ["id", 1]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/tasks/1 Completed 302 Found in 15ms (ActiveRecord: 3.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:32:29 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.0ms) Completed 200 OK in 29ms (Views: 25.3ms | ActiveRecord: 0.9ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.5ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5238"], ["description", "I-am-the-goal-description_2582"], ["version", 1], ["created_at", "2015-04-09 11:32:29.450881"], ["updated_at", "2015-04-09 11:32:29.450881"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 13:32:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.4ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 13:32:31 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (8.0ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 13:32:31 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (94.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (98.6ms) Completed 200 OK in 103ms (Views: 100.7ms | ActiveRecord: 0.2ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:32 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_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 11:32:32.123194"], ["updated_at", "2015-04-09 11:32:32.123194"]]  (1.1ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:32:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (4.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (15.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (8.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (13.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (19.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (50.2ms) Completed 200 OK in 56ms (Views: 50.5ms | ActiveRecord: 1.1ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (10.7ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.9ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9805"], ["description", "I-am-the-goal-description_8439"], ["version", 1], ["created_at", "2015-04-09 11:32:32.424579"], ["updated_at", "2015-04-09 11:32:32.424579"], ["tracking", "150409-1"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6838"], ["description", "I-am-the-task-description_9315"], ["created_at", "2015-04-09 11:32:32.432731"], ["updated_at", "2015-04-09 11:32:32.432731"]]  (4.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:32:34 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (17.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (33.0ms) Completed 200 OK in 38ms (Views: 34.0ms | ActiveRecord: 0.9ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1007"], ["description", "I-am-the-goal-description_9430"], ["version", 1], ["created_at", "2015-04-09 11:32:34.588185"], ["updated_at", "2015-04-09 11:32:34.588185"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2216"], ["description", "I-am-the-task-description_3288"], ["created_at", "2015-04-09 11:32:34.592622"], ["updated_at", "2015-04-09 11:32:34.592622"]]  (2.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:32:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (79.7ms) Completed 200 OK in 85ms (Views: 79.9ms | ActiveRecord: 1.0ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 13:32:36 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (73.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (78.0ms) Completed 200 OK in 83ms (Views: 80.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:32:36 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3288", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 11:32:36.910199"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:32:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.4ms) Completed 200 OK in 29ms (Views: 23.6ms | ActiveRecord: 0.9ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3322"], ["description", "I-am-the-goal-description_4396"], ["version", 1], ["created_at", "2015-04-09 11:32:37.051079"], ["updated_at", "2015-04-09 11:32:37.051079"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2877"], ["description", "I-am-the-task-description_194"], ["created_at", "2015-04-09 11:32:37.056271"], ["updated_at", "2015-04-09 11:32:37.056271"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:32:38 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (71.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (84.4ms) Completed 200 OK in 89ms (Views: 84.7ms | ActiveRecord: 1.0ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 13:32:39 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.3/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (72.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (72.3ms) Completed 200 OK in 76ms (Views: 73.2ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 13:32:39 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.9ms) Completed 200 OK in 7ms (Views: 4.6ms | ActiveRecord: 0.2ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7998"], ["description", "I-am-the-goal-description_6357"], ["version", 1], ["created_at", "2015-04-09 11:32:39.573999"], ["updated_at", "2015-04-09 11:32:39.573999"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3928"], ["description", "I-am-the-task-description_421"], ["created_at", "2015-04-09 11:32:39.579906"], ["updated_at", "2015-04-09 11:32:39.579906"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 13:32:41 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 11:32:41.397082"], ["task_id", 1], ["created_at", "2015-04-09 11:32:41.398368"], ["updated_at", "2015-04-09 11:32:41.398368"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 11:32:41.400030"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Completed 200 OK in 11ms (Views: 8.7ms | ActiveRecord: 0.4ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9512"], ["description", "I-am-the-goal-description_9862"], ["version", 1], ["created_at", "2015-04-09 11:32:41.539482"], ["updated_at", "2015-04-09 11:32:41.539482"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task1283"], ["description", "I-am-the-task-description_4729"], ["created_at", "2015-04-09 11:32:41.543872"], ["updated_at", "2015-04-09 11:32:41.543872"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 13:32:43 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) 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 11:32:43.505220"], ["id", 1]]  (1.9ms) commit transaction Redirected to http://127.0.0.1:59648/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.0ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms)  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_468"], ["description", "I-am-the-goal-description_3611"], ["version", 1], ["created_at", "2015-04-09 11:32:43.643011"], ["updated_at", "2015-04-09 11:32:43.643011"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task947"], ["description", "I-am-the-task-description_4458"], ["created_at", "2015-04-09 11:32:43.647259"], ["updated_at", "2015-04-09 11:32:43.647259"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4652"], ["description", "I-am-the-goal-description_4427"], ["version", 1], ["created_at", "2015-04-09 11:32:43.651687"], ["updated_at", "2015-04-09 11:32:43.651687"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9522"], ["description", "I-am-the-task-description_4905"], ["created_at", "2015-04-09 11:32:43.655582"], ["updated_at", "2015-04-09 11:32:43.655582"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3392"], ["description", "I-am-the-goal-description_8344"], ["version", 1], ["created_at", "2015-04-09 11:32:43.661317"], ["updated_at", "2015-04-09 11:32:43.661317"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4451"], ["description", "I-am-the-task-description_6958"], ["created_at", "2015-04-09 11:32:43.665843"], ["updated_at", "2015-04-09 11:32:43.665843"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.1ms) Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 13:32:45 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (4.5ms) Completed 200 OK in 132ms (Views: 4.3ms | ActiveRecord: 0.5ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3364"], ["description", "I-am-the-goal-description_9868"], ["version", 1], ["created_at", "2015-04-09 11:32:45.903416"], ["updated_at", "2015-04-09 11:32:45.903416"], ["tracking", "150409-1"]]  (1.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2298"], ["description", "I-am-the-task-description_2618"], ["created_at", "2015-04-09 11:32:45.908787"], ["updated_at", "2015-04-09 11:32:45.908787"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1839"], ["description", "I-am-the-goal-description_8246"], ["version", 1], ["created_at", "2015-04-09 11:32:45.912659"], ["updated_at", "2015-04-09 11:32:45.912659"], ["tracking", "150409-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4595"], ["description", "I-am-the-task-description_8995"], ["created_at", "2015-04-09 11:32:45.918397"], ["updated_at", "2015-04-09 11:32:45.918397"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2754"], ["description", "I-am-the-goal-description_256"], ["version", 1], ["created_at", "2015-04-09 11:32:45.922372"], ["updated_at", "2015-04-09 11:32:45.922372"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9968"], ["description", "I-am-the-task-description_1476"], ["created_at", "2015-04-09 11:32:45.926311"], ["updated_at", "2015-04-09 11:32:45.926311"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.6ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 13:32:47 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3740"], ["description", "I-am-the-goal-description_1854"], ["version", 1], ["created_at", "2015-04-09 11:32:47.787398"], ["updated_at", "2015-04-09 11:32:47.787398"], ["tracking", "150409-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2422"], ["description", "I-am-the-task-description_7274"], ["created_at", "2015-04-09 11:32:47.792051"], ["updated_at", "2015-04-09 11:32:47.792051"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6116"], ["description", "I-am-the-goal-description_5138"], ["version", 1], ["created_at", "2015-04-09 11:32:47.795819"], ["updated_at", "2015-04-09 11:32:47.795819"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8749"], ["description", "I-am-the-task-description_429"], ["created_at", "2015-04-09 11:32:47.799192"], ["updated_at", "2015-04-09 11:32:47.799192"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_350"], ["description", "I-am-the-goal-description_2255"], ["version", 1], ["created_at", "2015-04-09 11:32:47.802474"], ["updated_at", "2015-04-09 11:32:47.802474"], ["tracking", "150409-3"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5678"], ["description", "I-am-the-task-description_8496"], ["created_at", "2015-04-09 11:32:47.807177"], ["updated_at", "2015-04-09 11:32:47.807177"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 13:32:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.8ms) Completed 200 OK in 13ms (Views: 11.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 13:32:49 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.4ms) Completed 200 OK in 76ms (Views: 75.2ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_tasks";  (4.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7250"], ["description", "I-am-the-goal-description_6357"], ["version", 1], ["created_at", "2015-04-09 13:16:28.822536"], ["updated_at", "2015-04-09 13:16:28.822536"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (1.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6715"], ["description", "I-am-the-goal-description_1674"], ["version", 1], ["created_at", "2015-04-09 13:16:28.835111"], ["updated_at", "2015-04-09 13:16:28.835111"], ["tracking", "150409-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 51ms (Views: 39.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (1.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5730"], ["description", "I-am-the-goal-description_7493"], ["version", 1], ["created_at", "2015-04-09 13:16:29.062131"], ["updated_at", "2015-04-09 13:16:29.062131"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.3ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.7ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7112"], ["description", "I-am-the-goal-description_5348"], ["version", 1], ["created_at", "2015-04-09 13:16:29.073304"], ["updated_at", "2015-04-09 13:16:29.073304"], ["tracking", "150409-2"]]  (2.6ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 23ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.1ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7597"], ["description", "I-am-the-goal-description_1559"], ["version", 1], ["created_at", "2015-04-09 13:16:29.165055"], ["updated_at", "2015-04-09 13:16:29.165055"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4743"], ["description", "I-am-the-goal-description_6406"], ["version", 1], ["created_at", "2015-04-09 13:16:29.169748"], ["updated_at", "2015-04-09 13:16:29.169748"], ["tracking", "150409-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 3ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1643"], ["description", "I-am-the-goal-description_8738"], ["version", 1], ["created_at", "2015-04-09 13:16:29.184461"], ["updated_at", "2015-04-09 13:16:29.184461"], ["tracking", "150409-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 13:16:29.205357"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3394ms (ActiveRecord: 1.9ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8075"], ["description", "I-am-the-goal-description_3145"], ["version", 1], ["created_at", "2015-04-09 13:16:32.590616"], ["updated_at", "2015-04-09 13:16:32.590616"], ["tracking", "150409-4"]]  (2.3ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 13:16:32.600405"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3449"], ["description", "I-am-the-goal-description_7395"], ["version", 1], ["created_at", "2015-04-09 13:16:32.606870"], ["updated_at", "2015-04-09 13:16:32.606870"], ["tracking", "150409-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 13:16:32.613597"], ["id", 9]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 6ms (ActiveRecord: 1.4ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5098"], ["description", "I-am-the-goal-description_5144"], ["version", 1], ["created_at", "2015-04-09 13:16:32.621221"], ["updated_at", "2015-04-09 13:16:32.621221"], ["tracking", "150409-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 13:16:32.627361"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8867"], ["description", "I-am-the-goal-description_7186"], ["version", 1], ["created_at", "2015-04-09 13:16:32.694081"], ["updated_at", "2015-04-09 13:16:32.694081"], ["tracking", "150409-7"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task5239"], ["description", "I-am-the-task-description_3846"], ["created_at", "2015-04-09 13:16:32.706878"], ["updated_at", "2015-04-09 13:16:32.706878"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-09 13:16:32.721543"], ["task_id", 1], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 13:16:32.722637"], ["updated_at", "2015-04-09 13:16:32.722637"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 13:16:32.724350"], ["id", 1]]  (1.1ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 13:16:32 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 13:16:32 UTC", "updated_at"=>"2015-04-09 13:16:32 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.5ms) 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 13:16:32.734839"], ["created_at", "2015-04-09 13:16:32.737535"], ["updated_at", "2015-04-09 13:16:32.737535"]]  (2.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 16ms (ActiveRecord: 3.8ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_963"], ["description", "I-am-the-goal-description_3661"], ["version", 1], ["created_at", "2015-04-09 13:16:32.753525"], ["updated_at", "2015-04-09 13:16:32.753525"], ["tracking", "150409-8"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task8898"], ["description", "I-am-the-task-description_9611"], ["created_at", "2015-04-09 13:16:32.760159"], ["updated_at", "2015-04-09 13:16:32.760159"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1868"], ["description", "I-am-the-task-description_5376"], ["created_at", "2015-04-09 13:16:32.767099"], ["updated_at", "2015-04-09 13:16:32.767099"]]  (2.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:16:32.777005"], ["task_id", 2], ["created_at", "2015-04-09 13:16:32.778670"], ["updated_at", "2015-04-09 13:16:32.778670"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:16:32.781027"], ["id", 2]]  (2.3ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 3.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9969"], ["description", "I-am-the-goal-description_1575"], ["version", 1], ["created_at", "2015-04-09 13:16:32.790038"], ["updated_at", "2015-04-09 13:16:32.790038"], ["tracking", "150409-9"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task2643"], ["description", "I-am-the-task-description_5503"], ["created_at", "2015-04-09 13:16:32.796822"], ["updated_at", "2015-04-09 13:16:32.796822"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7162"], ["description", "I-am-the-task-description_259"], ["created_at", "2015-04-09 13:16:32.803600"], ["updated_at", "2015-04-09 13:16:32.803600"]]  (2.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:16:32.812818"], ["task_id", 4], ["created_at", "2015-04-09 13:16:32.814285"], ["updated_at", "2015-04-09 13:16:32.814285"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:16:32.816566"], ["id", 4]]  (2.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 13ms (ActiveRecord: 3.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_932"], ["description", "I-am-the-goal-description_2846"], ["version", 1], ["created_at", "2015-04-09 13:16:32.826945"], ["updated_at", "2015-04-09 13:16:32.826945"], ["tracking", "150409-10"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6899"], ["description", "I-am-the-task-description_6664"], ["created_at", "2015-04-09 13:16:32.833569"], ["updated_at", "2015-04-09 13:16:32.833569"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task1350"], ["description", "I-am-the-task-description_7956"], ["created_at", "2015-04-09 13:16:32.839346"], ["updated_at", "2015-04-09 13:16:32.839346"]]  (2.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:16:32.850430"], ["task_id", 6], ["created_at", "2015-04-09 13:16:32.851668"], ["updated_at", "2015-04-09 13:16:32.851668"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:16:32.853266"], ["id", 6]]  (2.4ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5982"], ["description", "I-am-the-goal-description_7680"], ["version", 1], ["created_at", "2015-04-09 13:16:32.864861"], ["updated_at", "2015-04-09 13:16:32.864861"], ["tracking", "150409-11"]]  (3.7ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task6402"], ["description", "I-am-the-task-description_9777"], ["created_at", "2015-04-09 13:16:32.876005"], ["updated_at", "2015-04-09 13:16:32.876005"]]  (3.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task332"], ["description", "I-am-the-task-description_2546"], ["created_at", "2015-04-09 13:16:32.884861"], ["updated_at", "2015-04-09 13:16:32.884861"]]  (4.0ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:16:32.897377"], ["task_id", 8], ["created_at", "2015-04-09 13:16:32.898642"], ["updated_at", "2015-04-09 13:16:32.898642"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:16:32.900194"], ["id", 8]]  (2.3ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 3.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3887"], ["description", "I-am-the-goal-description_2761"], ["version", 1], ["created_at", "2015-04-09 13:16:32.908210"], ["updated_at", "2015-04-09 13:16:32.908210"], ["tracking", "150409-12"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task7601"], ["description", "I-am-the-task-description_2298"], ["created_at", "2015-04-09 13:16:32.914639"], ["updated_at", "2015-04-09 13:16:32.914639"]]  (2.4ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task2951"], ["description", "I-am-the-task-description_1955"], ["created_at", "2015-04-09 13:16:32.923253"], ["updated_at", "2015-04-09 13:16:32.923253"]]  (2.6ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 3.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8977"], ["description", "I-am-the-goal-description_6807"], ["version", 1], ["created_at", "2015-04-09 13:16:32.941291"], ["updated_at", "2015-04-09 13:16:32.941291"], ["tracking", "150409-13"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task4871"], ["description", "I-am-the-task-description_1151"], ["created_at", "2015-04-09 13:16:32.947484"], ["updated_at", "2015-04-09 13:16:32.947484"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task8738"], ["description", "I-am-the-task-description_1382"], ["created_at", "2015-04-09 13:16:32.953171"], ["updated_at", "2015-04-09 13:16:32.953171"]]  (2.5ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (3.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (1.0ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (3.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (3.1ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (3.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (2.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (3.5ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (3.0ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (3.2ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (3.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (3.3ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7023"], ["description", "I-am-the-goal-description_4384"], ["version", 1], ["created_at", "2015-04-09 13:16:33.029563"], ["updated_at", "2015-04-09 13:16:33.029563"], ["tracking", "150409-14"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task9047"], ["description", "I-am-the-task-description_633"], ["created_at", "2015-04-09 13:16:33.036393"], ["updated_at", "2015-04-09 13:16:33.036393"]]  (2.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1399"], ["description", "I-am-the-goal-description_8204"], ["version", 1], ["created_at", "2015-04-09 13:16:33.042243"], ["updated_at", "2015-04-09 13:16:33.042243"], ["tracking", "150409-15"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2057"], ["description", "I-am-the-task-description_3720"], ["created_at", "2015-04-09 13:16:33.048918"], ["updated_at", "2015-04-09 13:16:33.048918"]]  (3.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8191"], ["description", "I-am-the-goal-description_8742"], ["version", 1], ["created_at", "2015-04-09 13:16:33.060602"], ["updated_at", "2015-04-09 13:16:33.060602"], ["tracking", "150409-16"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3325"], ["description", "I-am-the-task-description_3070"], ["created_at", "2015-04-09 13:16:33.067115"], ["updated_at", "2015-04-09 13:16:33.067115"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3529"], ["description", "I-am-the-task-description_4677"], ["created_at", "2015-04-09 13:16:33.073505"], ["updated_at", "2015-04-09 13:16:33.073505"]]  (2.6ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (3.3ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (3.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (3.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6985"], ["description", "I-am-the-goal-description_4926"], ["version", 1], ["created_at", "2015-04-09 13:16:33.100219"], ["updated_at", "2015-04-09 13:16:33.100219"], ["tracking", "150409-17"]]  (2.3ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task9482"], ["description", "I-am-the-task-description_4917"], ["created_at", "2015-04-09 13:16:33.106042"], ["updated_at", "2015-04-09 13:16:33.106042"]]  (2.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1905"], ["description", "I-am-the-goal-description_1269"], ["version", 1], ["created_at", "2015-04-09 13:16:33.111857"], ["updated_at", "2015-04-09 13:16:33.111857"], ["tracking", "150409-18"]]  (2.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task9096"], ["description", "I-am-the-task-description_8256"], ["created_at", "2015-04-09 13:16:33.119046"], ["updated_at", "2015-04-09 13:16:33.119046"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_993"], ["description", "I-am-the-goal-description_2561"], ["version", 1], ["created_at", "2015-04-09 13:16:33.130424"], ["updated_at", "2015-04-09 13:16:33.130424"], ["tracking", "150409-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9745"], ["description", "I-am-the-task-description_7596"], ["created_at", "2015-04-09 13:16:33.135260"], ["updated_at", "2015-04-09 13:16:33.135260"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task2793"], ["description", "I-am-the-task-description_2680"], ["created_at", "2015-04-09 13:16:33.141545"], ["updated_at", "2015-04-09 13:16:33.141545"]]  (1.2ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (3.4ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (3.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2530"], ["description", "I-am-the-goal-description_2285"], ["version", 1], ["created_at", "2015-04-09 13:16:33.165055"], ["updated_at", "2015-04-09 13:16:33.165055"], ["tracking", "150409-20"]]  (2.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7283"], ["description", "I-am-the-task-description_3789"], ["created_at", "2015-04-09 13:16:33.171757"], ["updated_at", "2015-04-09 13:16:33.171757"]]  (2.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4304"], ["description", "I-am-the-goal-description_4888"], ["version", 1], ["created_at", "2015-04-09 13:16:33.177384"], ["updated_at", "2015-04-09 13:16:33.177384"], ["tracking", "150409-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task7843"], ["description", "I-am-the-task-description_6785"], ["created_at", "2015-04-09 13:16:33.181685"], ["updated_at", "2015-04-09 13:16:33.181685"]]  (2.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4328"], ["description", "I-am-the-goal-description_5132"], ["version", 1], ["created_at", "2015-04-09 13:16:33.193813"], ["updated_at", "2015-04-09 13:16:33.193813"], ["tracking", "150409-22"]]  (2.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2711"], ["description", "I-am-the-task-description_2893"], ["created_at", "2015-04-09 13:16:33.199471"], ["updated_at", "2015-04-09 13:16:33.199471"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2158"], ["description", "I-am-the-task-description_2441"], ["created_at", "2015-04-09 13:16:33.205132"], ["updated_at", "2015-04-09 13:16:33.205132"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 63ms (Views: 60.6ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4705"], ["description", "I-am-the-goal-description_2785"], ["version", 1], ["created_at", "2015-04-09 13:16:33.275898"], ["updated_at", "2015-04-09 13:16:33.275898"], ["tracking", "150409-23"]]  (3.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task9799"], ["description", "I-am-the-task-description_769"], ["created_at", "2015-04-09 13:16:33.282996"], ["updated_at", "2015-04-09 13:16:33.282996"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task3107"], ["description", "I-am-the-task-description_6448"], ["created_at", "2015-04-09 13:16:33.289350"], ["updated_at", "2015-04-09 13:16:33.289350"]]  (2.5ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.8ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1314"], ["description", "I-am-the-goal-description_4862"], ["version", 1], ["created_at", "2015-04-09 13:16:33.305070"], ["updated_at", "2015-04-09 13:16:33.305070"], ["tracking", "150409-24"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task4621"], ["description", "I-am-the-task-description_7835"], ["created_at", "2015-04-09 13:16:33.311400"], ["updated_at", "2015-04-09 13:16:33.311400"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1709"], ["description", "I-am-the-task-description_9397"], ["created_at", "2015-04-09 13:16:33.317958"], ["updated_at", "2015-04-09 13:16:33.317958"]]  (2.4ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_797"], ["description", "I-am-the-goal-description_2700"], ["version", 1], ["created_at", "2015-04-09 13:16:33.333320"], ["updated_at", "2015-04-09 13:16:33.333320"], ["tracking", "150409-25"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task1917"], ["description", "I-am-the-task-description_4277"], ["created_at", "2015-04-09 13:16:33.339622"], ["updated_at", "2015-04-09 13:16:33.339622"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task4357"], ["description", "I-am-the-task-description_6409"], ["created_at", "2015-04-09 13:16:33.345513"], ["updated_at", "2015-04-09 13:16:33.345513"]]  (3.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:16:33.361740"], ["updated_at", "2015-04-09 13:16:33.361740"]]  (2.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 8ms (ActiveRecord: 3.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_964"], ["description", "I-am-the-goal-description_3393"], ["version", 1], ["created_at", "2015-04-09 13:16:33.372063"], ["updated_at", "2015-04-09 13:16:33.372063"], ["tracking", "150409-26"]]  (3.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task3959"], ["description", "I-am-the-task-description_4496"], ["created_at", "2015-04-09 13:16:33.379545"], ["updated_at", "2015-04-09 13:16:33.379545"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9505"], ["description", "I-am-the-task-description_9180"], ["created_at", "2015-04-09 13:16:33.386169"], ["updated_at", "2015-04-09 13:16:33.386169"]]  (3.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:16:33.395061"], ["updated_at", "2015-04-09 13:16:33.395061"]]  (2.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 8ms (ActiveRecord: 3.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8281"], ["description", "I-am-the-goal-description_2386"], ["version", 1], ["created_at", "2015-04-09 13:16:33.407828"], ["updated_at", "2015-04-09 13:16:33.407828"], ["tracking", "150409-27"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task3895"], ["description", "I-am-the-task-description_392"], ["created_at", "2015-04-09 13:16:33.413888"], ["updated_at", "2015-04-09 13:16:33.413888"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7702"], ["description", "I-am-the-task-description_8824"], ["created_at", "2015-04-09 13:16:33.420169"], ["updated_at", "2015-04-09 13:16:33.420169"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:16:33.427418"], ["updated_at", "2015-04-09 13:16:33.427418"]]  (2.5ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3188"], ["description", "I-am-the-goal-description_9748"], ["version", 1], ["created_at", "2015-04-09 13:16:33.437533"], ["updated_at", "2015-04-09 13:16:33.437533"], ["tracking", "150409-28"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task4006"], ["description", "I-am-the-task-description_989"], ["created_at", "2015-04-09 13:16:33.444820"], ["updated_at", "2015-04-09 13:16:33.444820"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task282"], ["description", "I-am-the-task-description_6583"], ["created_at", "2015-04-09 13:16:33.449160"], ["updated_at", "2015-04-09 13:16:33.449160"]]  (2.7ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8260"], ["description", "I-am-the-goal-description_3429"], ["version", 1], ["created_at", "2015-04-09 13:16:33.465080"], ["updated_at", "2015-04-09 13:16:33.465080"], ["tracking", "150409-29"]]  (2.6ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5696"], ["description", "I-am-the-task-description_9397"], ["created_at", "2015-04-09 13:16:33.470919"], ["updated_at", "2015-04-09 13:16:33.470919"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task720"], ["description", "I-am-the-task-description_371"], ["created_at", "2015-04-09 13:16:33.476799"], ["updated_at", "2015-04-09 13:16:33.476799"]]  (2.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:16:33.482953"], ["updated_at", "2015-04-09 13:16:33.482953"]]  (2.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 5ms (ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5894"], ["description", "I-am-the-goal-description_7868"], ["version", 1], ["created_at", "2015-04-09 13:16:33.498379"], ["updated_at", "2015-04-09 13:16:33.498379"], ["tracking", "150409-30"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4865"], ["description", "I-am-the-task-description_7902"], ["created_at", "2015-04-09 13:16:33.503288"], ["updated_at", "2015-04-09 13:16:33.503288"]]  (3.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9778"], ["description", "I-am-the-task-description_6498"], ["created_at", "2015-04-09 13:16:33.510733"], ["updated_at", "2015-04-09 13:16:33.510733"]]  (2.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:16:33.517286"], ["updated_at", "2015-04-09 13:16:33.517286"]]  (2.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.1ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2861"], ["description", "I-am-the-goal-description_7233"], ["version", 1], ["created_at", "2015-04-09 13:16:33.531645"], ["updated_at", "2015-04-09 13:16:33.531645"], ["tracking", "150409-31"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task9120"], ["description", "I-am-the-task-description_9721"], ["created_at", "2015-04-09 13:16:33.537898"], ["updated_at", "2015-04-09 13:16:33.537898"]]  (3.0ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task7812"], ["description", "I-am-the-task-description_4375"], ["created_at", "2015-04-09 13:16:33.545019"], ["updated_at", "2015-04-09 13:16:33.545019"]]  (1.2ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:16:33.549380"], ["updated_at", "2015-04-09 13:16:33.549380"]]  (2.4ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 2.0ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2093"], ["description", "I-am-the-goal-description_1168"], ["version", 1], ["created_at", "2015-04-09 13:16:33.567377"], ["updated_at", "2015-04-09 13:16:33.567377"], ["tracking", "150409-32"]]  (2.5ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task6787"], ["description", "I-am-the-task-description_8957"], ["created_at", "2015-04-09 13:16:33.573005"], ["updated_at", "2015-04-09 13:16:33.573005"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4003"], ["description", "I-am-the-task-description_1802"], ["created_at", "2015-04-09 13:16:33.578961"], ["updated_at", "2015-04-09 13:16:33.578961"]]  (2.5ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:16:33.585028"], ["updated_at", "2015-04-09 13:16:33.585028"]]  (2.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (3.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6892"], ["description", "I-am-the-goal-description_6257"], ["version", 1], ["created_at", "2015-04-09 13:16:33.603498"], ["updated_at", "2015-04-09 13:16:33.603498"], ["tracking", "150409-33"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task9747"], ["description", "I-am-the-task-description_7769"], ["created_at", "2015-04-09 13:16:33.609809"], ["updated_at", "2015-04-09 13:16:33.609809"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task9330"], ["description", "I-am-the-task-description_1858"], ["created_at", "2015-04-09 13:16:33.616443"], ["updated_at", "2015-04-09 13:16:33.616443"]]  (3.3ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:16:33.623629"], ["updated_at", "2015-04-09 13:16:33.623629"]]  (2.7ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (2.1ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5814"], ["description", "I-am-the-goal-description_8491"], ["version", 1], ["created_at", "2015-04-09 13:16:33.640206"], ["updated_at", "2015-04-09 13:16:33.640206"], ["tracking", "150409-34"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task5990"], ["description", "I-am-the-task-description_1794"], ["created_at", "2015-04-09 13:16:33.645534"], ["updated_at", "2015-04-09 13:16:33.645534"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task8482"], ["description", "I-am-the-task-description_2252"], ["created_at", "2015-04-09 13:16:33.650131"], ["updated_at", "2015-04-09 13:16:33.650131"]]  (2.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:16:33.656764"], ["updated_at", "2015-04-09 13:16:33.656764"]]  (2.7ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 13:16:33.664714"], ["id", 58]]  (3.2ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.8ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3426"], ["description", "I-am-the-goal-description_3840"], ["version", 1], ["created_at", "2015-04-09 13:16:33.674218"], ["updated_at", "2015-04-09 13:16:33.674218"], ["tracking", "150409-35"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7337"], ["description", "I-am-the-goal-description_7325"], ["version", 1], ["created_at", "2015-04-09 13:16:33.679720"], ["updated_at", "2015-04-09 13:16:33.679720"], ["tracking", "150409-36"]]  (2.6ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task8420"], ["description", "I-am-the-task-description_6120"], ["created_at", "2015-04-09 13:16:33.685417"], ["updated_at", "2015-04-09 13:16:33.685417"]]  (2.6ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7191"], ["description", "I-am-the-goal-description_2676"], ["version", 1], ["created_at", "2015-04-09 13:16:33.691472"], ["updated_at", "2015-04-09 13:16:33.691472"], ["tracking", "150409-37"]]  (2.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 41], ["title", "I-am-a-task5979"], ["description", "I-am-the-task-description_580"], ["created_at", "2015-04-09 13:16:33.697796"], ["updated_at", "2015-04-09 13:16:33.697796"]]  (2.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5915"], ["description", "I-am-the-goal-description_9914"], ["version", 1], ["created_at", "2015-04-09 13:16:33.703069"], ["updated_at", "2015-04-09 13:16:33.703069"], ["tracking", "150409-38"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task9320"], ["description", "I-am-the-task-description_5318"], ["created_at", "2015-04-09 13:16:33.709872"], ["updated_at", "2015-04-09 13:16:33.709872"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task7972"], ["description", "I-am-the-task-description_7728"], ["created_at", "2015-04-09 13:16:33.716557"], ["updated_at", "2015-04-09 13:16:33.716557"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 39], ["title", "I-am-a-task9280"], ["description", "I-am-the-task-description_1964"], ["created_at", "2015-04-09 13:16:33.723358"], ["updated_at", "2015-04-09 13:16:33.723358"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 39], ["title", "I-am-a-task9778"], ["description", "I-am-the-task-description_1467"], ["created_at", "2015-04-09 13:16:33.729679"], ["updated_at", "2015-04-09 13:16:33.729679"]]  (2.5ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3713"], ["description", "I-am-the-goal-description_2579"], ["version", 1], ["created_at", "2015-04-09 13:16:33.738723"], ["updated_at", "2015-04-09 13:16:33.738723"], ["tracking", "150409-39"]]  (3.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5684"], ["description", "I-am-the-goal-description_5782"], ["version", 1], ["created_at", "2015-04-09 13:16:33.747232"], ["updated_at", "2015-04-09 13:16:33.747232"], ["tracking", "150409-40"]]  (2.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task3407"], ["description", "I-am-the-task-description_6496"], ["created_at", "2015-04-09 13:16:33.754167"], ["updated_at", "2015-04-09 13:16:33.754167"]]  (2.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6238"], ["description", "I-am-the-goal-description_456"], ["version", 1], ["created_at", "2015-04-09 13:16:33.761354"], ["updated_at", "2015-04-09 13:16:33.761354"], ["tracking", "150409-41"]]  (2.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 45], ["title", "I-am-a-task132"], ["description", "I-am-the-task-description_8638"], ["created_at", "2015-04-09 13:16:33.767120"], ["updated_at", "2015-04-09 13:16:33.767120"]]  (2.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6154"], ["description", "I-am-the-goal-description_8347"], ["version", 1], ["created_at", "2015-04-09 13:16:33.772627"], ["updated_at", "2015-04-09 13:16:33.772627"], ["tracking", "150409-42"]]  (2.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task3688"], ["description", "I-am-the-task-description_2661"], ["created_at", "2015-04-09 13:16:33.779875"], ["updated_at", "2015-04-09 13:16:33.779875"]]  (3.1ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task1171"], ["description", "I-am-the-task-description_6450"], ["created_at", "2015-04-09 13:16:33.786468"], ["updated_at", "2015-04-09 13:16:33.786468"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 43], ["title", "I-am-a-task3601"], ["description", "I-am-the-task-description_1235"], ["created_at", "2015-04-09 13:16:33.793154"], ["updated_at", "2015-04-09 13:16:33.793154"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 43], ["title", "I-am-a-task5337"], ["description", "I-am-the-task-description_5632"], ["created_at", "2015-04-09 13:16:33.797607"], ["updated_at", "2015-04-09 13:16:33.797607"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5250"], ["description", "I-am-the-goal-description_9386"], ["version", 1], ["created_at", "2015-04-09 13:16:33.801702"], ["updated_at", "2015-04-09 13:16:33.801702"], ["tracking", "150409-43"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5131"], ["description", "I-am-the-goal-description_9444"], ["version", 1], ["created_at", "2015-04-09 13:16:33.809851"], ["updated_at", "2015-04-09 13:16:33.809851"], ["tracking", "150409-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8560"], ["description", "I-am-the-goal-description_852"], ["version", 1], ["created_at", "2015-04-09 13:16:33.814986"], ["updated_at", "2015-04-09 13:16:33.814986"], ["tracking", "150409-45"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 49], ["title", "I-am-a-task1486"], ["description", "I-am-the-task-description_9854"], ["created_at", "2015-04-09 13:16:33.819194"], ["updated_at", "2015-04-09 13:16:33.819194"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9458"], ["description", "I-am-the-goal-description_9117"], ["version", 1], ["created_at", "2015-04-09 13:16:33.824061"], ["updated_at", "2015-04-09 13:16:33.824061"], ["tracking", "150409-46"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 50], ["title", "I-am-a-task9298"], ["description", "I-am-the-task-description_3292"], ["created_at", "2015-04-09 13:16:33.827966"], ["updated_at", "2015-04-09 13:16:33.827966"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1952"], ["description", "I-am-the-goal-description_3042"], ["version", 1], ["created_at", "2015-04-09 13:16:33.831177"], ["updated_at", "2015-04-09 13:16:33.831177"], ["tracking", "150409-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task7246"], ["description", "I-am-the-task-description_1584"], ["created_at", "2015-04-09 13:16:33.835931"], ["updated_at", "2015-04-09 13:16:33.835931"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 51], ["title", "I-am-a-task9588"], ["description", "I-am-the-task-description_267"], ["created_at", "2015-04-09 13:16:33.841003"], ["updated_at", "2015-04-09 13:16:33.841003"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 48], ["title", "I-am-a-task2975"], ["description", "I-am-the-task-description_3373"], ["created_at", "2015-04-09 13:16:33.845124"], ["updated_at", "2015-04-09 13:16:33.845124"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task4335"], ["description", "I-am-the-task-description_7640"], ["created_at", "2015-04-09 13:16:33.849629"], ["updated_at", "2015-04-09 13:16:33.849629"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task3653"], ["description", "I-am-the-task-description_4482"], ["created_at", "2015-04-09 13:16:33.853753"], ["updated_at", "2015-04-09 13:16:33.853753"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6656"], ["description", "I-am-the-goal-description_6632"], ["version", 1], ["created_at", "2015-04-09 13:16:33.861277"], ["updated_at", "2015-04-09 13:16:33.861277"], ["tracking", "150409-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7008"], ["description", "I-am-the-goal-description_5133"], ["version", 1], ["created_at", "2015-04-09 13:16:33.866680"], ["updated_at", "2015-04-09 13:16:33.866680"], ["tracking", "150409-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 53], ["title", "I-am-a-task70"], ["description", "I-am-the-task-description_7348"], ["created_at", "2015-04-09 13:16:33.870458"], ["updated_at", "2015-04-09 13:16:33.870458"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1522"], ["description", "I-am-the-goal-description_9055"], ["version", 1], ["created_at", "2015-04-09 13:16:33.875853"], ["updated_at", "2015-04-09 13:16:33.875853"], ["tracking", "150409-50"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 54], ["title", "I-am-a-task4693"], ["description", "I-am-the-task-description_9573"], ["created_at", "2015-04-09 13:16:33.880463"], ["updated_at", "2015-04-09 13:16:33.880463"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8355"], ["description", "I-am-the-goal-description_6192"], ["version", 1], ["created_at", "2015-04-09 13:16:33.883438"], ["updated_at", "2015-04-09 13:16:33.883438"], ["tracking", "150409-51"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task2294"], ["description", "I-am-the-task-description_5288"], ["created_at", "2015-04-09 13:16:33.889896"], ["updated_at", "2015-04-09 13:16:33.889896"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 55], ["title", "I-am-a-task5194"], ["description", "I-am-the-task-description_2254"], ["created_at", "2015-04-09 13:16:33.894520"], ["updated_at", "2015-04-09 13:16:33.894520"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 52], ["title", "I-am-a-task6840"], ["description", "I-am-the-task-description_8892"], ["created_at", "2015-04-09 13:16:33.899107"], ["updated_at", "2015-04-09 13:16:33.899107"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task1235"], ["description", "I-am-the-task-description_5073"], ["created_at", "2015-04-09 13:16:33.903780"], ["updated_at", "2015-04-09 13:16:33.903780"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task7680"], ["description", "I-am-the-task-description_5614"], ["created_at", "2015-04-09 13:16:33.907923"], ["updated_at", "2015-04-09 13:16:33.907923"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-09')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2495"], ["description", "I-am-the-goal-description_5177"], ["version", 1], ["created_at", "2015-04-09 13:16:33.915014"], ["updated_at", "2015-04-09 13:16:33.915014"], ["tracking", "150409-52"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 56], ["title", "I-am-a-task2323"], ["description", "I-am-the-task-description_2921"], ["created_at", "2015-04-09 13:16:33.919743"], ["updated_at", "2015-04-09 13:16:33.919743"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2233"], ["description", "I-am-the-goal-description_7803"], ["version", 1], ["created_at", "2015-04-09 13:16:33.981426"], ["updated_at", "2015-04-09 13:16:33.981426"], ["tracking", "150409-53"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-12"], ["goal_id", 57], ["title", "I-am-a-task5307"], ["description", "I-am-the-task-description_579"], ["created_at", "2015-04-09 13:16:33.988214"], ["updated_at", "2015-04-09 13:16:33.988214"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2028"], ["description", "I-am-the-goal-description_6120"], ["version", 1], ["created_at", "2015-04-09 13:16:33.994324"], ["updated_at", "2015-04-09 13:16:33.994324"], ["tracking", "150409-54"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 58], ["title", "I-am-a-task2495"], ["description", "I-am-the-task-description_6867"], ["created_at", "2015-04-09 13:16:33.999711"], ["updated_at", "2015-04-09 13:16:33.999711"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6159"], ["description", "I-am-the-goal-description_8202"], ["version", 1], ["created_at", "2015-04-09 13:16:34.007023"], ["updated_at", "2015-04-09 13:16:34.007023"], ["tracking", "150409-55"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 59], ["title", "I-am-a-task7694"], ["description", "I-am-the-task-description_1559"], ["created_at", "2015-04-09 13:16:34.011348"], ["updated_at", "2015-04-09 13:16:34.011348"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3833"], ["description", "I-am-the-goal-description_1360"], ["version", 1], ["created_at", "2015-04-09 13:16:34.018805"], ["updated_at", "2015-04-09 13:16:34.018805"], ["tracking", "150409-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8111"], ["description", "I-am-the-goal-description_9242"], ["version", 1], ["created_at", "2015-04-09 13:16:34.024927"], ["updated_at", "2015-04-09 13:16:34.024927"], ["tracking", "150409-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5769"], ["description", "I-am-the-goal-description_2989"], ["version", 1], ["created_at", "2015-04-09 13:16:34.030064"], ["updated_at", "2015-04-09 13:16:34.030064"], ["tracking", "150409-58"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9457"], ["description", "I-am-the-goal-description_3517"], ["version", 1], ["created_at", "2015-04-09 13:16:34.036180"], ["updated_at", "2015-04-09 13:16:34.036180"], ["tracking", "150409-59"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8022"], ["description", "I-am-the-goal-description_1808"], ["version", 1], ["created_at", "2015-04-09 13:16:34.041592"], ["updated_at", "2015-04-09 13:16:34.041592"], ["tracking", "150409-60"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9863"], ["description", "I-am-the-goal-description_7753"], ["version", 1], ["created_at", "2015-04-09 13:16:34.049126"], ["updated_at", "2015-04-09 13:16:34.049126"], ["tracking", "150409-61"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2711"], ["description", "I-am-the-goal-description_2642"], ["version", 1], ["created_at", "2015-04-09 13:16:34.054337"], ["updated_at", "2015-04-09 13:16:34.054337"], ["tracking", "150409-62"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_120"], ["description", "I-am-the-goal-description_8734"], ["version", 1], ["created_at", "2015-04-09 13:16:34.060819"], ["updated_at", "2015-04-09 13:16:34.060819"], ["tracking", "150409-63"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task1207"], ["description", "I-am-the-task-description_260"], ["created_at", "2015-04-09 13:16:34.065118"], ["updated_at", "2015-04-09 13:16:34.065118"]]  (0.9ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7185"], ["description", "I-am-the-goal-description_6220"], ["version", 1], ["created_at", "2015-04-09 13:16:34.071258"], ["updated_at", "2015-04-09 13:16:34.071258"], ["tracking", "150409-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5814"], ["description", "I-am-the-goal-description_9298"], ["version", 1], ["created_at", "2015-04-09 13:16:34.077070"], ["updated_at", "2015-04-09 13:16:34.077070"], ["tracking", "150409-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4675"], ["description", "I-am-the-goal-description_2698"], ["version", 1], ["created_at", "2015-04-09 13:16:34.083926"], ["updated_at", "2015-04-09 13:16:34.083926"], ["tracking", "150409-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5530"], ["description", "I-am-the-goal-description_4881"], ["version", 1], ["created_at", "2015-04-09 13:16:34.090493"], ["updated_at", "2015-04-09 13:16:34.090493"], ["tracking", "150409-67"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task523"], ["description", "I-am-the-task-description_5830"], ["created_at", "2015-04-09 13:16:34.094363"], ["updated_at", "2015-04-09 13:16:34.094363"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5774"], ["description", "I-am-the-goal-description_5709"], ["version", 1], ["created_at", "2015-04-09 13:16:34.098895"], ["updated_at", "2015-04-09 13:16:34.098895"], ["tracking", "150409-68"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task3706"], ["description", "I-am-the-task-description_3582"], ["created_at", "2015-04-09 13:16:34.105290"], ["updated_at", "2015-04-09 13:16:34.105290"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1401"], ["description", "I-am-the-goal-description_2981"], ["version", 1], ["created_at", "2015-04-09 13:16:34.110030"], ["updated_at", "2015-04-09 13:16:34.110030"], ["tracking", "150409-69"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task4650"], ["description", "I-am-the-task-description_791"], ["created_at", "2015-04-09 13:16:34.115133"], ["updated_at", "2015-04-09 13:16:34.115133"]]  (1.1ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2249"], ["description", "I-am-the-goal-description_7152"], ["version", 1], ["created_at", "2015-04-09 13:16:34.120641"], ["updated_at", "2015-04-09 13:16:34.120641"], ["tracking", "150409-70"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task6494"], ["description", "I-am-the-task-description_3999"], ["created_at", "2015-04-09 13:16:34.125670"], ["updated_at", "2015-04-09 13:16:34.125670"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4169"], ["description", "I-am-the-goal-description_2862"], ["version", 1], ["created_at", "2015-04-09 13:16:34.130850"], ["updated_at", "2015-04-09 13:16:34.130850"], ["tracking", "150409-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task8282"], ["description", "I-am-the-task-description_3537"], ["created_at", "2015-04-09 13:16:34.136020"], ["updated_at", "2015-04-09 13:16:34.136020"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3488"], ["description", "I-am-the-goal-description_9054"], ["version", 1], ["created_at", "2015-04-09 13:16:34.141056"], ["updated_at", "2015-04-09 13:16:34.141056"], ["tracking", "150409-72"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task6885"], ["description", "I-am-the-task-description_2374"], ["created_at", "2015-04-09 13:16:34.145405"], ["updated_at", "2015-04-09 13:16:34.145405"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4959"], ["description", "I-am-the-goal-description_3697"], ["version", 1], ["created_at", "2015-04-09 13:16:34.150234"], ["updated_at", "2015-04-09 13:16:34.150234"], ["tracking", "150409-73"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task2291"], ["description", "I-am-the-task-description_6033"], ["created_at", "2015-04-09 13:16:34.154077"], ["updated_at", "2015-04-09 13:16:34.154077"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6020"], ["description", "I-am-the-goal-description_3002"], ["version", 1], ["created_at", "2015-04-09 13:16:34.159083"], ["updated_at", "2015-04-09 13:16:34.159083"], ["tracking", "150409-74"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task5692"], ["description", "I-am-the-task-description_7132"], ["created_at", "2015-04-09 13:16:34.162951"], ["updated_at", "2015-04-09 13:16:34.162951"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7501"], ["description", "I-am-the-goal-description_8867"], ["version", 1], ["created_at", "2015-04-09 13:16:34.168197"], ["updated_at", "2015-04-09 13:16:34.168197"], ["tracking", "150409-75"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task2125"], ["description", "I-am-the-task-description_2060"], ["created_at", "2015-04-09 13:16:34.172189"], ["updated_at", "2015-04-09 13:16:34.172189"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6269"], ["description", "I-am-the-goal-description_105"], ["version", 1], ["created_at", "2015-04-09 13:16:34.177182"], ["updated_at", "2015-04-09 13:16:34.177182"], ["tracking", "150409-76"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 80], ["title", "I-am-a-task6314"], ["description", "I-am-the-task-description_605"], ["created_at", "2015-04-09 13:16:34.181095"], ["updated_at", "2015-04-09 13:16:34.181095"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5073"], ["description", "I-am-the-goal-description_213"], ["version", 1], ["created_at", "2015-04-09 13:16:34.186114"], ["updated_at", "2015-04-09 13:16:34.186114"], ["tracking", "150409-77"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-09 13:16:34.189235"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-09 13:16:34.191439"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7877"], ["description", "I-am-the-goal-description_7286"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3242"], ["description", "I-am-the-goal-description_4688"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2488"], ["description", "I-am-the-goal-description_4017"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5193"], ["description", "I-am-the-goal-description_2843"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4503"], ["description", "I-am-the-goal-description_2766"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3205"], ["description", "I-am-the-task-description_1466"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task1127"], ["description", "I-am-the-task-description_1518"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2352"], ["description", "I-am-the-goal-description_5909"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2792"], ["description", "I-am-the-goal-description_4933"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6847"], ["description", "I-am-the-goal-description_6475"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9889"], ["description", "I-am-the-goal-description_5837"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task870"], ["description", "I-am-the-task-description_7630"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3081"], ["description", "I-am-the-goal-description_6516"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task3984"], ["description", "I-am-the-task-description_2370"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3963"], ["description", "I-am-the-goal-description_2388"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task7985"], ["description", "I-am-the-task-description_5253"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8898"], ["description", "I-am-the-goal-description_8321"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task7464"], ["description", "I-am-the-task-description_734"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 105], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7507"], ["description", "I-am-the-goal-description_7102"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task7457"], ["description", "I-am-the-task-description_641"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 106], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8991"], ["description", "I-am-the-goal-description_8056"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task7587"], ["description", "I-am-the-task-description_8165"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 107], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4792"], ["description", "I-am-the-goal-description_1684"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task9236"], ["description", "I-am-the-task-description_9648"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4770"], ["description", "I-am-the-goal-description_6690"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7695"], ["description", "I-am-the-goal-description_3799"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1427"], ["description", "I-am-the-goal-description_6178"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4999"], ["description", "I-am-the-goal-description_540"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:16:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (60.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4110.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (5.0ms) Completed 200 OK in 4463ms (Views: 4434.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:16:53 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:16:53 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:16:53 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 15:16:55 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (570.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (575.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 586ms (Views: 578.4ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:16:55 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) 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 13:16:55.971790"], ["updated_at", "2015-04-09 13:16:55.971790"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:16:55 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (99.0ms)  (0.6ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (109.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (124.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (1.9ms) Completed 200 OK in 146ms (Views: 126.9ms | ActiveRecord: 1.7ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7544"], ["description", "I-am-the-goal-description_7926"], ["version", 1], ["created_at", "2015-04-09 13:16:56.267541"], ["updated_at", "2015-04-09 13:16:56.267541"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4256"], ["description", "I-am-the-task-description_9751"], ["created_at", "2015-04-09 13:16:56.275907"], ["updated_at", "2015-04-09 13:16:56.275907"]]  (1.5ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7997"], ["description", "I-am-the-task-description_5406"], ["created_at", "2015-04-09 13:16:56.283797"], ["updated_at", "2015-04-09 13:16:56.283797"]]  (1.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2159"], ["description", "I-am-the-task-description_7828"], ["created_at", "2015-04-09 13:16:56.292382"], ["updated_at", "2015-04-09 13:16:56.292382"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:16:56 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (75.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 77ms (Views: 75.4ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:16:58 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (14.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 18ms (Views: 15.3ms | ActiveRecord: 0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9205"], ["description", "I-am-the-goal-description_6175"], ["version", 1], ["created_at", "2015-04-09 13:16:58.294587"], ["updated_at", "2015-04-09 13:16:58.294587"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:16:58 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:17:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:00 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 15:17:00 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (14.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (17.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:00 +0200 Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:17:00 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_6175"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 13:17:00.415795"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:17:00 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (58.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (60.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (62.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 66ms (Views: 63.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:00 +0200  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7394"], ["description", "I-am-the-goal-description_7611"], ["version", 1], ["created_at", "2015-04-09 13:17:00.662156"], ["updated_at", "2015-04-09 13:17:00.662156"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:17:00 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:00 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:17:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:02 +0200 Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 15:17:02 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (14.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (14.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:02 +0200 Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:17:02 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:17:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 6ms (Views: 4.4ms | ActiveRecord: 0.4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:02 +0200  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3440"], ["description", "I-am-the-goal-description_2621"], ["version", 1], ["created_at", "2015-04-09 13:17:02.911719"], ["updated_at", "2015-04-09 13:17:02.911719"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:17:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 11.2ms | ActiveRecord: 0.6ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:03 +0200 Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 15:17:04 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 13:17:04.689582"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:17:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:04 +0200  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9303"], ["description", "I-am-the-goal-description_20"], ["version", 1], ["created_at", "2015-04-09 13:17:04.835707"], ["updated_at", "2015-04-09 13:17:04.835707"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:17:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (9.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 9.8ms | ActiveRecord: 0.6ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:04 +0200 Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 15:17:06 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 13:17:06.710695"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:17:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:06 +0200  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3329"], ["description", "I-am-the-goal-description_134"], ["version", 1], ["created_at", "2015-04-09 13:17:06.857543"], ["updated_at", "2015-04-09 13:17:06.857543"], ["tracking", "150409-1"]]  (1.0ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9651"], ["description", "I-am-the-task-description_8465"], ["created_at", "2015-04-09 13:17:06.864954"], ["updated_at", "2015-04-09 13:17:06.864954"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:06 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 19ms (Views: 14.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:06 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:17:08 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (13.3ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (96.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (126.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 131ms (Views: 127.0ms | ActiveRecord: 1.7ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:08 +0200 Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-09 15:17:08 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-09 13:17:08.939680"], ["created_at", "2015-04-09 13:17:08.942155"], ["updated_at", "2015-04-09 13:17:08.942155"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-09 13:17:08.944002"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/tasks/1 Completed 302 Found in 14ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:17:08 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (73.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (83.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 88ms (Views: 84.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:09 +0200  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9627"], ["description", "I-am-the-goal-description_6754"], ["version", 1], ["created_at", "2015-04-09 13:17:09.183996"], ["updated_at", "2015-04-09 13:17:09.183996"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:17:09 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:09 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:17:11 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:11 +0200 Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:17:11 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (93.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (99.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 103ms (Views: 101.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:11 +0200 Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:11 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 13:17:11.567884"], ["updated_at", "2015-04-09 13:17:11.567884"]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:17:11 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (59.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (68.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 73ms (Views: 69.3ms | ActiveRecord: 0.8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:11 +0200 Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9345"], ["description", "I-am-the-goal-description_6829"], ["version", 1], ["created_at", "2015-04-09 13:17:11.823540"], ["updated_at", "2015-04-09 13:17:11.823540"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8940"], ["description", "I-am-the-task-description_5504"], ["created_at", "2015-04-09 13:17:11.827563"], ["updated_at", "2015-04-09 13:17:11.827563"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:11 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:11 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:17:13 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.7ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:13 +0200  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2782"], ["description", "I-am-the-goal-description_1878"], ["version", 1], ["created_at", "2015-04-09 13:17:13.671619"], ["updated_at", "2015-04-09 13:17:13.671619"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3480"], ["description", "I-am-the-task-description_1469"], ["created_at", "2015-04-09 13:17:13.675595"], ["updated_at", "2015-04-09 13:17:13.675595"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:13 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:13 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:17:15 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 81ms (Views: 77.5ms | ActiveRecord: 0.8ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:15 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:17:15 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (70.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (73.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 78ms (Views: 75.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:15 +0200 Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:17:15 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_1469", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:17:15.768983"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:17:15 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 0.7ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:15 +0200  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6406"], ["description", "I-am-the-goal-description_1243"], ["version", 1], ["created_at", "2015-04-09 13:17:15.906975"], ["updated_at", "2015-04-09 13:17:15.906975"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2506"], ["description", "I-am-the-task-description_5752"], ["created_at", "2015-04-09 13:17:15.910694"], ["updated_at", "2015-04-09 13:17:15.910694"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:15 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:15 +0200 Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:17:17 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.7ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:17 +0200 Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:17:17 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (73.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (73.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 77ms (Views: 74.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:18 +0200 Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:17:18 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:18 +0200  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7793"], ["description", "I-am-the-goal-description_1192"], ["version", 1], ["created_at", "2015-04-09 13:17:18.362321"], ["updated_at", "2015-04-09 13:17:18.362321"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3272"], ["description", "I-am-the-task-description_4579"], ["created_at", "2015-04-09 13:17:18.365997"], ["updated_at", "2015-04-09 13:17:18.365997"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:18 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:18 +0200 Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:17:20 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:17:20.262570"], ["task_id", 1], ["created_at", "2015-04-09 13:17:20.265949"], ["updated_at", "2015-04-09 13:17:20.265949"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:17:20.269177"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/tasks Completed 302 Found in 16ms (ActiveRecord: 3.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:20 +0200  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.7ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4721"], ["description", "I-am-the-goal-description_2517"], ["version", 1], ["created_at", "2015-04-09 13:17:20.405213"], ["updated_at", "2015-04-09 13:17:20.405213"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task3157"], ["description", "I-am-the-task-description_9793"], ["created_at", "2015-04-09 13:17:20.409717"], ["updated_at", "2015-04-09 13:17:20.409717"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:20 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:20 +0200 Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:17:22 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) 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 13:17:22.345915"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:61174/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 70ms (Views: 68.2ms | ActiveRecord: 0.3ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:22 +0200  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_295"], ["description", "I-am-the-goal-description_4055"], ["version", 1], ["created_at", "2015-04-09 13:17:22.596903"], ["updated_at", "2015-04-09 13:17:22.596903"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9934"], ["description", "I-am-the-task-description_5525"], ["created_at", "2015-04-09 13:17:22.601211"], ["updated_at", "2015-04-09 13:17:22.601211"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1950"], ["description", "I-am-the-goal-description_8093"], ["version", 1], ["created_at", "2015-04-09 13:17:22.604911"], ["updated_at", "2015-04-09 13:17:22.604911"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9139"], ["description", "I-am-the-task-description_2184"], ["created_at", "2015-04-09 13:17:22.608609"], ["updated_at", "2015-04-09 13:17:22.608609"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9067"], ["description", "I-am-the-goal-description_386"], ["version", 1], ["created_at", "2015-04-09 13:17:22.612089"], ["updated_at", "2015-04-09 13:17:22.612089"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9288"], ["description", "I-am-the-task-description_5664"], ["created_at", "2015-04-09 13:17:22.615629"], ["updated_at", "2015-04-09 13:17:22.615629"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:22 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:22 +0200 Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:17:24 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (4.8ms) Completed 200 OK in 61ms (Views: 4.5ms | ActiveRecord: 0.4ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1709"], ["description", "I-am-the-goal-description_3002"], ["version", 1], ["created_at", "2015-04-09 13:17:24.575617"], ["updated_at", "2015-04-09 13:17:24.575617"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task483"], ["description", "I-am-the-task-description_6680"], ["created_at", "2015-04-09 13:17:24.579767"], ["updated_at", "2015-04-09 13:17:24.579767"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4049"], ["description", "I-am-the-goal-description_7770"], ["version", 1], ["created_at", "2015-04-09 13:17:24.583511"], ["updated_at", "2015-04-09 13:17:24.583511"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6146"], ["description", "I-am-the-task-description_3954"], ["created_at", "2015-04-09 13:17:24.586972"], ["updated_at", "2015-04-09 13:17:24.586972"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5855"], ["description", "I-am-the-goal-description_1191"], ["version", 1], ["created_at", "2015-04-09 13:17:24.590122"], ["updated_at", "2015-04-09 13:17:24.590122"], ["tracking", "150409-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5056"], ["description", "I-am-the-task-description_311"], ["created_at", "2015-04-09 13:17:24.593278"], ["updated_at", "2015-04-09 13:17:24.593278"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:24 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:24 +0200 Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:17:26 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.6ms) Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4466"], ["description", "I-am-the-goal-description_1166"], ["version", 1], ["created_at", "2015-04-09 13:17:26.441049"], ["updated_at", "2015-04-09 13:17:26.441049"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9835"], ["description", "I-am-the-task-description_6978"], ["created_at", "2015-04-09 13:17:26.445567"], ["updated_at", "2015-04-09 13:17:26.445567"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3545"], ["description", "I-am-the-goal-description_2094"], ["version", 1], ["created_at", "2015-04-09 13:17:26.449542"], ["updated_at", "2015-04-09 13:17:26.449542"], ["tracking", "150409-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8121"], ["description", "I-am-the-task-description_9550"], ["created_at", "2015-04-09 13:17:26.453205"], ["updated_at", "2015-04-09 13:17:26.453205"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1412"], ["description", "I-am-the-goal-description_4200"], ["version", 1], ["created_at", "2015-04-09 13:17:26.456499"], ["updated_at", "2015-04-09 13:17:26.456499"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4038"], ["description", "I-am-the-task-description_5798"], ["created_at", "2015-04-09 13:17:26.460157"], ["updated_at", "2015-04-09 13:17:26.460157"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:17:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:17:26 +0200 Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:17:28 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (5.2ms) Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.7ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8928"], ["description", "I-am-the-goal-description_7408"], ["version", 1], ["created_at", "2015-04-09 13:19:38.644622"], ["updated_at", "2015-04-09 13:19:38.644622"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:19:43 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4565.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.9ms) Completed 200 OK in 4675ms (Views: 4645.3ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:19:47 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:19:47 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:19:47 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:19:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (8.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (15.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (34.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 97ms (Views: 35.8ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:19:50 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (376.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (380.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 386ms (Views: 382.8ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:19:50 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) 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 13:19:50.760771"], ["updated_at", "2015-04-09 13:19:50.760771"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61251/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:19:50 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (11.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (70.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (100.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 108ms (Views: 102.5ms | ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6966"], ["description", "I-am-the-goal-description_3806"], ["version", 1], ["created_at", "2015-04-09 13:19:51.007916"], ["updated_at", "2015-04-09 13:19:51.007916"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5944"], ["description", "I-am-the-task-description_6255"], ["created_at", "2015-04-09 13:19:51.013321"], ["updated_at", "2015-04-09 13:19:51.013321"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:19:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 19ms (Views: 14.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:19:52 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 27ms (Views: 24.3ms | ActiveRecord: 0.7ms)  (2.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3685"], ["description", "I-am-the-goal-description_2494"], ["version", 1], ["created_at", "2015-04-09 13:19:52.739424"], ["updated_at", "2015-04-09 13:19:52.739424"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3652"], ["description", "I-am-the-task-description_5943"], ["created_at", "2015-04-09 13:19:52.743387"], ["updated_at", "2015-04-09 13:19:52.743387"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:19:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (58.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (60.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 63ms (Views: 61.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:19:54 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:19:54 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (74.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (78.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 83ms (Views: 80.7ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:19:54 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5943", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:19:54.758259"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61251/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:19:54 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 25ms (Views: 20.8ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1963"], ["description", "I-am-the-goal-description_1141"], ["version", 1], ["created_at", "2015-04-09 13:19:54.945394"], ["updated_at", "2015-04-09 13:19:54.945394"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6449"], ["description", "I-am-the-task-description_9275"], ["created_at", "2015-04-09 13:19:54.949551"], ["updated_at", "2015-04-09 13:19:54.949551"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:19:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:19:56 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:19:56 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (72.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (72.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 76ms (Views: 73.9ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:19:56 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:61251/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:19:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 7ms (Views: 5.3ms | ActiveRecord: 0.2ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6417"], ["description", "I-am-the-goal-description_1783"], ["version", 1], ["created_at", "2015-04-09 13:19:57.030966"], ["updated_at", "2015-04-09 13:19:57.030966"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1366"], ["description", "I-am-the-task-description_1953"], ["created_at", "2015-04-09 13:19:57.035556"], ["updated_at", "2015-04-09 13:19:57.035556"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:19:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:19:58 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:19:58.739447"], ["task_id", 1], ["created_at", "2015-04-09 13:19:58.740732"], ["updated_at", "2015-04-09 13:19:58.740732"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:19:58.742279"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61251/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:19:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.4ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1577"], ["description", "I-am-the-goal-description_3362"], ["version", 1], ["created_at", "2015-04-09 13:19:58.885332"], ["updated_at", "2015-04-09 13:19:58.885332"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task4523"], ["description", "I-am-the-task-description_4329"], ["created_at", "2015-04-09 13:19:58.889441"], ["updated_at", "2015-04-09 13:19:58.889441"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:19:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (56.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (58.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 60ms (Views: 59.0ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:20:00 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 13:20:00.641375"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61251/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:20:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_87"], ["description", "I-am-the-goal-description_4757"], ["version", 1], ["created_at", "2015-04-09 13:20:00.782271"], ["updated_at", "2015-04-09 13:20:00.782271"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9126"], ["description", "I-am-the-task-description_2711"], ["created_at", "2015-04-09 13:20:00.786236"], ["updated_at", "2015-04-09 13:20:00.786236"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3452"], ["description", "I-am-the-goal-description_1028"], ["version", 1], ["created_at", "2015-04-09 13:20:00.790725"], ["updated_at", "2015-04-09 13:20:00.790725"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task7920"], ["description", "I-am-the-task-description_6405"], ["created_at", "2015-04-09 13:20:00.794758"], ["updated_at", "2015-04-09 13:20:00.794758"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3832"], ["description", "I-am-the-goal-description_1555"], ["version", 1], ["created_at", "2015-04-09 13:20:00.797988"], ["updated_at", "2015-04-09 13:20:00.797988"], ["tracking", "150409-3"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task7022"], ["description", "I-am-the-task-description_2327"], ["created_at", "2015-04-09 13:20:00.801931"], ["updated_at", "2015-04-09 13:20:00.801931"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:20:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:20:02 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (3.1ms) Completed 200 OK in 58ms (Views: 2.9ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3462"], ["description", "I-am-the-goal-description_9595"], ["version", 1], ["created_at", "2015-04-09 13:20:02.569627"], ["updated_at", "2015-04-09 13:20:02.569627"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4535"], ["description", "I-am-the-task-description_7686"], ["created_at", "2015-04-09 13:20:02.573843"], ["updated_at", "2015-04-09 13:20:02.573843"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5584"], ["description", "I-am-the-goal-description_4236"], ["version", 1], ["created_at", "2015-04-09 13:20:02.578174"], ["updated_at", "2015-04-09 13:20:02.578174"], ["tracking", "150409-2"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8257"], ["description", "I-am-the-task-description_8737"], ["created_at", "2015-04-09 13:20:02.582781"], ["updated_at", "2015-04-09 13:20:02.582781"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6980"], ["description", "I-am-the-goal-description_2551"], ["version", 1], ["created_at", "2015-04-09 13:20:02.586183"], ["updated_at", "2015-04-09 13:20:02.586183"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8166"], ["description", "I-am-the-task-description_1801"], ["created_at", "2015-04-09 13:20:02.589912"], ["updated_at", "2015-04-09 13:20:02.589912"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:20:02 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (69.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (71.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 74ms (Views: 71.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:20:04 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8024"], ["description", "I-am-the-goal-description_1532"], ["version", 1], ["created_at", "2015-04-09 13:20:04.384385"], ["updated_at", "2015-04-09 13:20:04.384385"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5503"], ["description", "I-am-the-task-description_9535"], ["created_at", "2015-04-09 13:20:04.388369"], ["updated_at", "2015-04-09 13:20:04.388369"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7031"], ["description", "I-am-the-goal-description_2599"], ["version", 1], ["created_at", "2015-04-09 13:20:04.392100"], ["updated_at", "2015-04-09 13:20:04.392100"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4384"], ["description", "I-am-the-task-description_9737"], ["created_at", "2015-04-09 13:20:04.395633"], ["updated_at", "2015-04-09 13:20:04.395633"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1509"], ["description", "I-am-the-goal-description_9992"], ["version", 1], ["created_at", "2015-04-09 13:20:04.398889"], ["updated_at", "2015-04-09 13:20:04.398889"], ["tracking", "150409-3"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1601"], ["description", "I-am-the-task-description_4831"], ["created_at", "2015-04-09 13:20:04.403408"], ["updated_at", "2015-04-09 13:20:04.403408"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:20:04 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:20:06 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.8ms) Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.3ms) DELETE FROM "flyboy_task_comments";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.5ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.1ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.6ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5785"], ["description", "I-am-the-goal-description_9277"], ["version", 1], ["created_at", "2015-04-09 13:21:34.952385"], ["updated_at", "2015-04-09 13:21:34.952385"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:21:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4238.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.7ms) Completed 200 OK in 4307ms (Views: 4275.0ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:21:44 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:21:44 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:21:44 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:21:46 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (50.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (57.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (79.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 98ms (Views: 81.2ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:21:46 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (329.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (333.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 339ms (Views: 336.3ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:47 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 13:21:47.239214"], ["updated_at", "2015-04-09 13:21:47.239214"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61275/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:21:47 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (12.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (27.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (102.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 110ms (Views: 104.3ms | ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2898"], ["description", "I-am-the-goal-description_7168"], ["version", 1], ["created_at", "2015-04-09 13:21:47.483796"], ["updated_at", "2015-04-09 13:21:47.483796"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4818"], ["description", "I-am-the-task-description_5180"], ["created_at", "2015-04-09 13:21:47.488132"], ["updated_at", "2015-04-09 13:21:47.488132"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 18ms (Views: 12.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:21:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 29ms (Views: 25.3ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2046"], ["description", "I-am-the-goal-description_4908"], ["version", 1], ["created_at", "2015-04-09 13:21:49.297348"], ["updated_at", "2015-04-09 13:21:49.297348"], ["tracking", "150409-1"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8196"], ["description", "I-am-the-task-description_4805"], ["created_at", "2015-04-09 13:21:49.301842"], ["updated_at", "2015-04-09 13:21:49.301842"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:49 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:21:51 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (66.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 80ms (Views: 76.4ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:21:51 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (69.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (72.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 78ms (Views: 75.9ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:21:51 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_4805", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:21:51.452119"], ["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:61275/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:21:51 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 27ms (Views: 22.9ms | ActiveRecord: 0.8ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3671"], ["description", "I-am-the-goal-description_2757"], ["version", 1], ["created_at", "2015-04-09 13:21:51.587544"], ["updated_at", "2015-04-09 13:21:51.587544"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4159"], ["description", "I-am-the-task-description_3788"], ["created_at", "2015-04-09 13:21:51.591367"], ["updated_at", "2015-04-09 13:21:51.591367"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:21:53 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (71.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (81.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 86ms (Views: 82.2ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:21:53 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (85.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (85.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 89ms (Views: 87.0ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:21:54 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61275/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 6ms (Views: 4.8ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6076"], ["description", "I-am-the-goal-description_1927"], ["version", 1], ["created_at", "2015-04-09 13:21:54.198572"], ["updated_at", "2015-04-09 13:21:54.198572"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5600"], ["description", "I-am-the-task-description_295"], ["created_at", "2015-04-09 13:21:54.203877"], ["updated_at", "2015-04-09 13:21:54.203877"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.7ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:21:56 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:21:56.187467"], ["task_id", 1], ["created_at", "2015-04-09 13:21:56.189458"], ["updated_at", "2015-04-09 13:21:56.189458"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:21:56.192740"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:61275/flyboy/tasks Completed 302 Found in 13ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.4ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.5ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3213"], ["description", "I-am-the-goal-description_8339"], ["version", 1], ["created_at", "2015-04-09 13:21:56.357007"], ["updated_at", "2015-04-09 13:21:56.357007"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task5630"], ["description", "I-am-the-task-description_1929"], ["created_at", "2015-04-09 13:21:56.361709"], ["updated_at", "2015-04-09 13:21:56.361709"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:21:58 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 13:21:58.674244"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61275/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.8ms) DELETE FROM "flyboy_goals";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.8ms) DELETE FROM "flyboy_tasks";  (0.6ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (5.4ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (6.4ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (5.5ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_702"], ["description", "I-am-the-goal-description_3887"], ["version", 1], ["created_at", "2015-04-09 13:21:58.860859"], ["updated_at", "2015-04-09 13:21:58.860859"], ["tracking", "150409-1"]]  (1.8ms) commit transaction  (0.2ms) begin transaction SQL (1.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-task6660"], ["description", "I-am-the-task-description_9522"], ["created_at", "2015-04-09 13:21:58.870661"], ["updated_at", "2015-04-09 13:21:58.870661"]]  (2.5ms) commit transaction  (0.2ms) begin transaction  (0.9ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (1.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8604"], ["description", "I-am-the-goal-description_2134"], ["version", 1], ["created_at", "2015-04-09 13:21:58.882694"], ["updated_at", "2015-04-09 13:21:58.882694"], ["tracking", "150409-2"]]  (1.9ms) commit transaction  (0.2ms) begin transaction SQL (1.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-task9987"], ["description", "I-am-the-task-description_4177"], ["created_at", "2015-04-09 13:21:58.897458"], ["updated_at", "2015-04-09 13:21:58.897458"]]  (1.8ms) commit transaction  (0.2ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5797"], ["description", "I-am-the-goal-description_1442"], ["version", 1], ["created_at", "2015-04-09 13:21:58.909538"], ["updated_at", "2015-04-09 13:21:58.909538"], ["tracking", "150409-3"]]  (2.7ms) commit transaction  (0.3ms) begin transaction SQL (1.1ms) 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-task779"], ["description", "I-am-the-task-description_7520"], ["created_at", "2015-04-09 13:21:58.923891"], ["updated_at", "2015-04-09 13:21:58.923891"]]  (1.2ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:21:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (4.2ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (42.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (52.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 56ms (Views: 52.4ms | ActiveRecord: 1.8ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:22:01 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (13.0ms) Completed 200 OK in 173ms (Views: 12.7ms | ActiveRecord: 0.8ms)  (1.4ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4723"], ["description", "I-am-the-goal-description_6459"], ["version", 1], ["created_at", "2015-04-09 13:22:01.782668"], ["updated_at", "2015-04-09 13:22:01.782668"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6131"], ["description", "I-am-the-task-description_9633"], ["created_at", "2015-04-09 13:22:01.789429"], ["updated_at", "2015-04-09 13:22:01.789429"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6891"], ["description", "I-am-the-goal-description_5387"], ["version", 1], ["created_at", "2015-04-09 13:22:01.794022"], ["updated_at", "2015-04-09 13:22:01.794022"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8587"], ["description", "I-am-the-task-description_2789"], ["created_at", "2015-04-09 13:22:01.797838"], ["updated_at", "2015-04-09 13:22:01.797838"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_211"], ["description", "I-am-the-goal-description_5524"], ["version", 1], ["created_at", "2015-04-09 13:22:01.802366"], ["updated_at", "2015-04-09 13:22:01.802366"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9871"], ["description", "I-am-the-task-description_4257"], ["created_at", "2015-04-09 13:22:01.806388"], ["updated_at", "2015-04-09 13:22:01.806388"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:22:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:22:03 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7200"], ["description", "I-am-the-goal-description_9481"], ["version", 1], ["created_at", "2015-04-09 13:22:03.931107"], ["updated_at", "2015-04-09 13:22:03.931107"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7797"], ["description", "I-am-the-task-description_3272"], ["created_at", "2015-04-09 13:22:03.934968"], ["updated_at", "2015-04-09 13:22:03.934968"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6745"], ["description", "I-am-the-goal-description_8877"], ["version", 1], ["created_at", "2015-04-09 13:22:03.938699"], ["updated_at", "2015-04-09 13:22:03.938699"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3599"], ["description", "I-am-the-task-description_5631"], ["created_at", "2015-04-09 13:22:03.942099"], ["updated_at", "2015-04-09 13:22:03.942099"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2856"], ["description", "I-am-the-goal-description_3286"], ["version", 1], ["created_at", "2015-04-09 13:22:03.945389"], ["updated_at", "2015-04-09 13:22:03.945389"], ["tracking", "150409-3"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9583"], ["description", "I-am-the-task-description_4515"], ["created_at", "2015-04-09 13:22:03.949822"], ["updated_at", "2015-04-09 13:22:03.949822"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:22:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:22:05 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.8ms) Completed 200 OK in 77ms (Views: 76.1ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4898"], ["description", "I-am-the-goal-description_1293"], ["version", 1], ["created_at", "2015-04-09 13:22:14.870309"], ["updated_at", "2015-04-09 13:22:14.870309"], ["tracking", "150409-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:22:19 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.4ms) Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4974.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (5.4ms) Completed 200 OK in 5054ms (Views: 5024.8ms | ActiveRecord: 1.7ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:22:24 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:22:24 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:22:24 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:22:27 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (9.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (17.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (22.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (19.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (121.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.7ms) Completed 200 OK in 147ms (Views: 130.1ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:22:27 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (394.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (399.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 405ms (Views: 402.2ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:22:28 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_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 13:22:28.298914"], ["updated_at", "2015-04-09 13:22:28.298914"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:61295/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 1.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:22:28 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (62.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (69.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (11.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (40.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (133.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 140ms (Views: 135.3ms | ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8181"], ["description", "I-am-the-goal-description_9375"], ["version", 1], ["created_at", "2015-04-09 13:22:28.665244"], ["updated_at", "2015-04-09 13:22:28.665244"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5574"], ["description", "I-am-the-task-description_749"], ["created_at", "2015-04-09 13:22:28.669476"], ["updated_at", "2015-04-09 13:22:28.669476"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:22:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (2.2ms) Flyboy::Task Load (0.6ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (16.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 24ms (Views: 19.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:22:30 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (57.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (60.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (78.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 83ms (Views: 78.6ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4747"], ["description", "I-am-the-goal-description_9895"], ["version", 1], ["created_at", "2015-04-09 13:22:30.698278"], ["updated_at", "2015-04-09 13:22:30.698278"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1356"], ["description", "I-am-the-task-description_8566"], ["created_at", "2015-04-09 13:22:30.702356"], ["updated_at", "2015-04-09 13:22:30.702356"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:22:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:22:32 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 78ms (Views: 74.4ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:22:33 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (24.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (27.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 32ms (Views: 29.2ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:22:33 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_8566", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:22:33.231867"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61295/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:22:33 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 27ms (Views: 22.9ms | ActiveRecord: 0.9ms)  (1.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5031"], ["description", "I-am-the-goal-description_1165"], ["version", 1], ["created_at", "2015-04-09 13:25:07.932086"], ["updated_at", "2015-04-09 13:25:07.932086"], ["tracking", "150409-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:25:12 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3994.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.8ms) Completed 200 OK in 4064ms (Views: 4031.4ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:25:16 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:25:16 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:25:16 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:25:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (48.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (55.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (74.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 91ms (Views: 76.4ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:25:18 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (331.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (335.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 340ms (Views: 337.6ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:19 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 13:25:19.010580"], ["updated_at", "2015-04-09 13:25:19.010580"]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:61315/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:25:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (58.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (30.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (114.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.4ms) Completed 200 OK in 123ms (Views: 117.1ms | ActiveRecord: 1.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (3.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9038"], ["description", "I-am-the-goal-description_4314"], ["version", 1], ["created_at", "2015-04-09 13:25:19.264226"], ["updated_at", "2015-04-09 13:25:19.264226"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4855"], ["description", "I-am-the-task-description_6625"], ["created_at", "2015-04-09 13:25:19.268115"], ["updated_at", "2015-04-09 13:25:19.268115"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 19ms (Views: 15.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:25:20 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (55.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (59.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (76.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 80ms (Views: 76.6ms | ActiveRecord: 0.8ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9916"], ["description", "I-am-the-goal-description_6849"], ["version", 1], ["created_at", "2015-04-09 13:25:21.046235"], ["updated_at", "2015-04-09 13:25:21.046235"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1759"], ["description", "I-am-the-task-description_3760"], ["created_at", "2015-04-09 13:25:21.050774"], ["updated_at", "2015-04-09 13:25:21.050774"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:25:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (71.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 75ms (Views: 72.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:25:22 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (21.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (24.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:25:22 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3760", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:25:22.947783"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61315/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:25:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 26ms (Views: 22.3ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_719"], ["description", "I-am-the-goal-description_9193"], ["version", 1], ["created_at", "2015-04-09 13:25:23.087263"], ["updated_at", "2015-04-09 13:25:23.087263"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3075"], ["description", "I-am-the-task-description_1076"], ["created_at", "2015-04-09 13:25:23.091023"], ["updated_at", "2015-04-09 13:25:23.091023"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:25:24 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 78ms (Views: 74.3ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:25:24 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (70.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (70.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 74ms (Views: 71.3ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:25:25 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61315/flyboy/tasks Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 7ms (Views: 5.0ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_950"], ["description", "I-am-the-goal-description_3346"], ["version", 1], ["created_at", "2015-04-09 13:25:25.165115"], ["updated_at", "2015-04-09 13:25:25.165115"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4546"], ["description", "I-am-the-task-description_2292"], ["created_at", "2015-04-09 13:25:25.169125"], ["updated_at", "2015-04-09 13:25:25.169125"]]  (1.3ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:25:26 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:25:26.767946"], ["task_id", 1], ["created_at", "2015-04-09 13:25:26.769435"], ["updated_at", "2015-04-09 13:25:26.769435"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:25:26.771132"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:61315/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5572"], ["description", "I-am-the-goal-description_9029"], ["version", 1], ["created_at", "2015-04-09 13:25:26.912914"], ["updated_at", "2015-04-09 13:25:26.912914"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task8962"], ["description", "I-am-the-task-description_447"], ["created_at", "2015-04-09 13:25:26.917971"], ["updated_at", "2015-04-09 13:25:26.917971"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:25:28 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 13:25:28.621143"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61315/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 7.2ms | ActiveRecord: 0.3ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.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_3738"], ["version", 1], ["created_at", "2015-04-09 13:25:28.756881"], ["updated_at", "2015-04-09 13:25:28.756881"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1285"], ["description", "I-am-the-task-description_6416"], ["created_at", "2015-04-09 13:25:28.761047"], ["updated_at", "2015-04-09 13:25:28.761047"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3226"], ["description", "I-am-the-goal-description_6712"], ["version", 1], ["created_at", "2015-04-09 13:25:28.764871"], ["updated_at", "2015-04-09 13:25:28.764871"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2640"], ["description", "I-am-the-task-description_7800"], ["created_at", "2015-04-09 13:25:28.769821"], ["updated_at", "2015-04-09 13:25:28.769821"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2342"], ["description", "I-am-the-goal-description_6611"], ["version", 1], ["created_at", "2015-04-09 13:25:28.773281"], ["updated_at", "2015-04-09 13:25:28.773281"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5669"], ["description", "I-am-the-task-description_2191"], ["created_at", "2015-04-09 13:25:28.776995"], ["updated_at", "2015-04-09 13:25:28.776995"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:25:30 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (3.2ms) Completed 200 OK in 112ms (Views: 3.0ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3915"], ["description", "I-am-the-goal-description_9685"], ["version", 1], ["created_at", "2015-04-09 13:25:30.617936"], ["updated_at", "2015-04-09 13:25:30.617936"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3960"], ["description", "I-am-the-task-description_7778"], ["created_at", "2015-04-09 13:25:30.622235"], ["updated_at", "2015-04-09 13:25:30.622235"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5450"], ["description", "I-am-the-goal-description_4631"], ["version", 1], ["created_at", "2015-04-09 13:25:30.626004"], ["updated_at", "2015-04-09 13:25:30.626004"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3026"], ["description", "I-am-the-task-description_1664"], ["created_at", "2015-04-09 13:25:30.629465"], ["updated_at", "2015-04-09 13:25:30.629465"]]  (0.9ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1688"], ["description", "I-am-the-goal-description_6562"], ["version", 1], ["created_at", "2015-04-09 13:25:30.632822"], ["updated_at", "2015-04-09 13:25:30.632822"], ["tracking", "150409-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) 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-task2686"], ["description", "I-am-the-task-description_6859"], ["created_at", "2015-04-09 13:25:30.636491"], ["updated_at", "2015-04-09 13:25:30.636491"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:25:32 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3335"], ["description", "I-am-the-goal-description_6999"], ["version", 1], ["created_at", "2015-04-09 13:25:32.368617"], ["updated_at", "2015-04-09 13:25:32.368617"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5180"], ["description", "I-am-the-task-description_320"], ["created_at", "2015-04-09 13:25:32.372582"], ["updated_at", "2015-04-09 13:25:32.372582"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7841"], ["description", "I-am-the-goal-description_2699"], ["version", 1], ["created_at", "2015-04-09 13:25:32.377862"], ["updated_at", "2015-04-09 13:25:32.377862"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9308"], ["description", "I-am-the-task-description_8134"], ["created_at", "2015-04-09 13:25:32.381362"], ["updated_at", "2015-04-09 13:25:32.381362"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6385"], ["description", "I-am-the-goal-description_8513"], ["version", 1], ["created_at", "2015-04-09 13:25:32.384661"], ["updated_at", "2015-04-09 13:25:32.384661"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task345"], ["description", "I-am-the-task-description_1246"], ["created_at", "2015-04-09 13:25:32.388443"], ["updated_at", "2015-04-09 13:25:32.388443"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:25:34 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.4ms) Completed 200 OK in 82ms (Views: 81.0ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1821"], ["description", "I-am-the-goal-description_7453"], ["version", 1], ["created_at", "2015-04-09 13:25:34.150459"], ["updated_at", "2015-04-09 13:25:34.150459"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1393"], ["description", "I-am-the-task-description_8613"], ["created_at", "2015-04-09 13:25:34.154473"], ["updated_at", "2015-04-09 13:25:34.154473"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_885"], ["description", "I-am-the-goal-description_2834"], ["version", 1], ["created_at", "2015-04-09 13:25:34.159097"], ["updated_at", "2015-04-09 13:25:34.159097"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4211"], ["description", "I-am-the-task-description_4752"], ["created_at", "2015-04-09 13:25:34.162956"], ["updated_at", "2015-04-09 13:25:34.162956"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:25:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5938"], ["description", "I-am-the-goal-description_2570"], ["version", 1], ["created_at", "2015-04-09 13:26:27.834656"], ["updated_at", "2015-04-09 13:26:27.834656"], ["tracking", "150409-1"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:26:32 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4208.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.8ms) Completed 200 OK in 4320ms (Views: 4267.9ms | ActiveRecord: 1.2ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:26:36 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:26:36 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:26:36 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:26:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (52.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (58.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (76.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 95ms (Views: 78.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:26:38 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (324.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (328.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 333ms (Views: 330.3ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:38 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) 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 13:26:39.000164"], ["updated_at", "2015-04-09 13:26:39.000164"]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:61339/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:26:39 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (60.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (28.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (103.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 109ms (Views: 104.5ms | ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6007"], ["description", "I-am-the-goal-description_2277"], ["version", 1], ["created_at", "2015-04-09 13:26:39.253508"], ["updated_at", "2015-04-09 13:26:39.253508"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7673"], ["description", "I-am-the-task-description_1958"], ["created_at", "2015-04-09 13:26:39.258978"], ["updated_at", "2015-04-09 13:26:39.258978"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:39 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 17ms (Views: 12.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:26:40 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (15.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (25.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 80ms (Views: 25.8ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1692"], ["description", "I-am-the-goal-description_624"], ["version", 1], ["created_at", "2015-04-09 13:26:41.095748"], ["updated_at", "2015-04-09 13:26:41.095748"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8162"], ["description", "I-am-the-task-description_4846"], ["created_at", "2015-04-09 13:26:41.099901"], ["updated_at", "2015-04-09 13:26:41.099901"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (2.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:26:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 79ms (Views: 75.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:26:42 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (67.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (71.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 77ms (Views: 74.4ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:26:42 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_4846", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:26:42.948284"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:61339/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:26:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 25ms (Views: 21.2ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8365"], ["description", "I-am-the-goal-description_7115"], ["version", 1], ["created_at", "2015-04-09 13:26:43.090203"], ["updated_at", "2015-04-09 13:26:43.090203"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2530"], ["description", "I-am-the-task-description_8903"], ["created_at", "2015-04-09 13:26:43.093920"], ["updated_at", "2015-04-09 13:26:43.093920"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:26:44 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (66.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (76.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 80ms (Views: 77.2ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:26:44 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (71.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (71.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 75ms (Views: 72.5ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:26:45 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61339/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 8ms (Views: 6.2ms | ActiveRecord: 0.2ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7153"], ["description", "I-am-the-goal-description_9827"], ["version", 1], ["created_at", "2015-04-09 13:26:45.177414"], ["updated_at", "2015-04-09 13:26:45.177414"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3628"], ["description", "I-am-the-task-description_2393"], ["created_at", "2015-04-09 13:26:45.181406"], ["updated_at", "2015-04-09 13:26:45.181406"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:26:46 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:26:46.777132"], ["task_id", 1], ["created_at", "2015-04-09 13:26:46.778448"], ["updated_at", "2015-04-09 13:26:46.778448"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:26:46.780045"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61339/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 7.6ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6465"], ["description", "I-am-the-goal-description_753"], ["version", 1], ["created_at", "2015-04-09 13:26:46.920138"], ["updated_at", "2015-04-09 13:26:46.920138"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task9464"], ["description", "I-am-the-task-description_3518"], ["created_at", "2015-04-09 13:26:46.923922"], ["updated_at", "2015-04-09 13:26:46.923922"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:26:48 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) 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 13:26:48.528361"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61339/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.4ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2264"], ["description", "I-am-the-goal-description_791"], ["version", 1], ["created_at", "2015-04-09 13:26:48.669009"], ["updated_at", "2015-04-09 13:26:48.669009"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8807"], ["description", "I-am-the-task-description_8957"], ["created_at", "2015-04-09 13:26:48.673161"], ["updated_at", "2015-04-09 13:26:48.673161"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5843"], ["description", "I-am-the-goal-description_3820"], ["version", 1], ["created_at", "2015-04-09 13:26:48.676754"], ["updated_at", "2015-04-09 13:26:48.676754"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6525"], ["description", "I-am-the-task-description_4049"], ["created_at", "2015-04-09 13:26:48.680134"], ["updated_at", "2015-04-09 13:26:48.680134"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7171"], ["description", "I-am-the-goal-description_1360"], ["version", 1], ["created_at", "2015-04-09 13:26:48.683327"], ["updated_at", "2015-04-09 13:26:48.683327"], ["tracking", "150409-3"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8424"], ["description", "I-am-the-task-description_5161"], ["created_at", "2015-04-09 13:26:48.688178"], ["updated_at", "2015-04-09 13:26:48.688178"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:26:50 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (3.4ms) Completed 200 OK in 112ms (Views: 3.2ms | ActiveRecord: 0.5ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8156"], ["description", "I-am-the-goal-description_2027"], ["version", 1], ["created_at", "2015-04-09 13:26:50.525255"], ["updated_at", "2015-04-09 13:26:50.525255"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4673"], ["description", "I-am-the-task-description_1435"], ["created_at", "2015-04-09 13:26:50.529254"], ["updated_at", "2015-04-09 13:26:50.529254"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4727"], ["description", "I-am-the-goal-description_5876"], ["version", 1], ["created_at", "2015-04-09 13:26:50.532958"], ["updated_at", "2015-04-09 13:26:50.532958"], ["tracking", "150409-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task195"], ["description", "I-am-the-task-description_2877"], ["created_at", "2015-04-09 13:26:50.536269"], ["updated_at", "2015-04-09 13:26:50.536269"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5514"], ["description", "I-am-the-goal-description_1231"], ["version", 1], ["created_at", "2015-04-09 13:26:50.539470"], ["updated_at", "2015-04-09 13:26:50.539470"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task803"], ["description", "I-am-the-task-description_332"], ["created_at", "2015-04-09 13:26:50.544401"], ["updated_at", "2015-04-09 13:26:50.544401"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:26:52 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.6ms) Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.6ms)  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6995"], ["description", "I-am-the-goal-description_105"], ["version", 1], ["created_at", "2015-04-09 13:26:52.277992"], ["updated_at", "2015-04-09 13:26:52.277992"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9957"], ["description", "I-am-the-task-description_8426"], ["created_at", "2015-04-09 13:26:52.281807"], ["updated_at", "2015-04-09 13:26:52.281807"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_150"], ["description", "I-am-the-goal-description_17"], ["version", 1], ["created_at", "2015-04-09 13:26:52.285623"], ["updated_at", "2015-04-09 13:26:52.285623"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4780"], ["description", "I-am-the-task-description_3282"], ["created_at", "2015-04-09 13:26:52.288961"], ["updated_at", "2015-04-09 13:26:52.288961"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9166"], ["description", "I-am-the-goal-description_2477"], ["version", 1], ["created_at", "2015-04-09 13:26:52.292123"], ["updated_at", "2015-04-09 13:26:52.292123"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6586"], ["description", "I-am-the-task-description_6720"], ["created_at", "2015-04-09 13:26:52.295879"], ["updated_at", "2015-04-09 13:26:52.295879"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:26:53 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.5ms) Completed 200 OK in 78ms (Views: 76.7ms | ActiveRecord: 0.4ms)  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6263"], ["description", "I-am-the-goal-description_6701"], ["version", 1], ["created_at", "2015-04-09 13:26:54.036151"], ["updated_at", "2015-04-09 13:26:54.036151"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9939"], ["description", "I-am-the-task-description_9028"], ["created_at", "2015-04-09 13:26:54.042097"], ["updated_at", "2015-04-09 13:26:54.042097"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9931"], ["description", "I-am-the-goal-description_3394"], ["version", 1], ["created_at", "2015-04-09 13:26:54.046883"], ["updated_at", "2015-04-09 13:26:54.046883"], ["tracking", "150409-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6296"], ["description", "I-am-the-task-description_1560"], ["created_at", "2015-04-09 13:26:54.050770"], ["updated_at", "2015-04-09 13:26:54.050770"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:26:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.3ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1561"], ["description", "I-am-the-goal-description_3060"], ["version", 1], ["created_at", "2015-04-09 13:27:32.466017"], ["updated_at", "2015-04-09 13:27:32.466017"], ["tracking", "150409-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:27:36 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (12.5ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3961.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.8ms) Completed 200 OK in 4028ms (Views: 3997.8ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:27:40 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:27:40 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:27:41 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:27:42 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (51.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (58.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (78.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 95ms (Views: 80.5ms | ActiveRecord: 0.9ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:27:42 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (328.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (332.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 337ms (Views: 334.7ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:43 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 13:27:43.391463"], ["updated_at", "2015-04-09 13:27:43.391463"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:61358/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:27:43 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (11.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (25.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (96.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 102ms (Views: 98.0ms | ActiveRecord: 1.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3225"], ["description", "I-am-the-goal-description_8308"], ["version", 1], ["created_at", "2015-04-09 13:27:43.635978"], ["updated_at", "2015-04-09 13:27:43.635978"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5365"], ["description", "I-am-the-task-description_1594"], ["created_at", "2015-04-09 13:27:43.640021"], ["updated_at", "2015-04-09 13:27:43.640021"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:43 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 17ms (Views: 12.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:27:45 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 25ms (Views: 21.5ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_74"], ["description", "I-am-the-goal-description_6525"], ["version", 1], ["created_at", "2015-04-09 13:27:45.468805"], ["updated_at", "2015-04-09 13:27:45.468805"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2516"], ["description", "I-am-the-task-description_1729"], ["created_at", "2015-04-09 13:27:45.473138"], ["updated_at", "2015-04-09 13:27:45.473138"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:27:47 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (73.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 77ms (Views: 73.7ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:27:47 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (69.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (72.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 77ms (Views: 74.6ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:27:47 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_1729", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:27:47.322018"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61358/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:27:47 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3208"], ["description", "I-am-the-goal-description_6219"], ["version", 1], ["created_at", "2015-04-09 13:27:47.464407"], ["updated_at", "2015-04-09 13:27:47.464407"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7799"], ["description", "I-am-the-task-description_4306"], ["created_at", "2015-04-09 13:27:47.468507"], ["updated_at", "2015-04-09 13:27:47.468507"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:27:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (63.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (74.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 78ms (Views: 74.5ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:27:49 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (65.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (65.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 69ms (Views: 66.9ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:27:49 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61358/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:49 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 6ms (Views: 4.9ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3845"], ["description", "I-am-the-goal-description_5295"], ["version", 1], ["created_at", "2015-04-09 13:27:49.498186"], ["updated_at", "2015-04-09 13:27:49.498186"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1180"], ["description", "I-am-the-task-description_1490"], ["created_at", "2015-04-09 13:27:49.501948"], ["updated_at", "2015-04-09 13:27:49.501948"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:49 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.2ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:27:51 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:27:51.113414"], ["task_id", 1], ["created_at", "2015-04-09 13:27:51.114823"], ["updated_at", "2015-04-09 13:27:51.114823"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:27:51.116466"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61358/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4795"], ["description", "I-am-the-goal-description_7469"], ["version", 1], ["created_at", "2015-04-09 13:27:51.254590"], ["updated_at", "2015-04-09 13:27:51.254590"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task3343"], ["description", "I-am-the-task-description_1342"], ["created_at", "2015-04-09 13:27:51.258920"], ["updated_at", "2015-04-09 13:27:51.258920"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:27:52 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.9ms) 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 13:27:52.854963"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:61358/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2858"], ["description", "I-am-the-goal-description_5296"], ["version", 1], ["created_at", "2015-04-09 13:27:52.991856"], ["updated_at", "2015-04-09 13:27:52.991856"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9827"], ["description", "I-am-the-task-description_8991"], ["created_at", "2015-04-09 13:27:52.996164"], ["updated_at", "2015-04-09 13:27:52.996164"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7665"], ["description", "I-am-the-goal-description_5479"], ["version", 1], ["created_at", "2015-04-09 13:27:52.999611"], ["updated_at", "2015-04-09 13:27:52.999611"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5020"], ["description", "I-am-the-task-description_671"], ["created_at", "2015-04-09 13:27:53.003332"], ["updated_at", "2015-04-09 13:27:53.003332"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_426"], ["description", "I-am-the-goal-description_4950"], ["version", 1], ["created_at", "2015-04-09 13:27:53.008343"], ["updated_at", "2015-04-09 13:27:53.008343"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5478"], ["description", "I-am-the-task-description_9785"], ["created_at", "2015-04-09 13:27:53.013483"], ["updated_at", "2015-04-09 13:27:53.013483"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:27:54 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (3.5ms) Completed 200 OK in 105ms (Views: 3.3ms | ActiveRecord: 0.4ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6697"], ["description", "I-am-the-goal-description_369"], ["version", 1], ["created_at", "2015-04-09 13:27:54.828074"], ["updated_at", "2015-04-09 13:27:54.828074"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2454"], ["description", "I-am-the-task-description_2394"], ["created_at", "2015-04-09 13:27:54.832138"], ["updated_at", "2015-04-09 13:27:54.832138"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8907"], ["description", "I-am-the-goal-description_3702"], ["version", 1], ["created_at", "2015-04-09 13:27:54.836121"], ["updated_at", "2015-04-09 13:27:54.836121"], ["tracking", "150409-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6515"], ["description", "I-am-the-task-description_7174"], ["created_at", "2015-04-09 13:27:54.839957"], ["updated_at", "2015-04-09 13:27:54.839957"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8380"], ["description", "I-am-the-goal-description_9040"], ["version", 1], ["created_at", "2015-04-09 13:27:54.843683"], ["updated_at", "2015-04-09 13:27:54.843683"], ["tracking", "150409-3"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6009"], ["description", "I-am-the-task-description_1323"], ["created_at", "2015-04-09 13:27:54.848982"], ["updated_at", "2015-04-09 13:27:54.848982"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (14.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:27:57 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1539"], ["description", "I-am-the-goal-description_4441"], ["version", 1], ["created_at", "2015-04-09 13:27:57.435353"], ["updated_at", "2015-04-09 13:27:57.435353"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7475"], ["description", "I-am-the-task-description_9185"], ["created_at", "2015-04-09 13:27:57.439578"], ["updated_at", "2015-04-09 13:27:57.439578"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9273"], ["description", "I-am-the-goal-description_9424"], ["version", 1], ["created_at", "2015-04-09 13:27:57.443221"], ["updated_at", "2015-04-09 13:27:57.443221"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6961"], ["description", "I-am-the-task-description_4215"], ["created_at", "2015-04-09 13:27:57.446631"], ["updated_at", "2015-04-09 13:27:57.446631"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5734"], ["description", "I-am-the-goal-description_3520"], ["version", 1], ["created_at", "2015-04-09 13:27:57.449848"], ["updated_at", "2015-04-09 13:27:57.449848"], ["tracking", "150409-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8847"], ["description", "I-am-the-task-description_1380"], ["created_at", "2015-04-09 13:27:57.453532"], ["updated_at", "2015-04-09 13:27:57.453532"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:27:59 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.4ms) Completed 200 OK in 80ms (Views: 78.8ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8778"], ["description", "I-am-the-goal-description_7144"], ["version", 1], ["created_at", "2015-04-09 13:27:59.224523"], ["updated_at", "2015-04-09 13:27:59.224523"], ["tracking", "150409-1"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7110"], ["description", "I-am-the-task-description_4703"], ["created_at", "2015-04-09 13:27:59.229875"], ["updated_at", "2015-04-09 13:27:59.229875"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3225"], ["description", "I-am-the-goal-description_2738"], ["version", 1], ["created_at", "2015-04-09 13:27:59.234694"], ["updated_at", "2015-04-09 13:27:59.234694"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8618"], ["description", "I-am-the-task-description_1573"], ["created_at", "2015-04-09 13:27:59.238498"], ["updated_at", "2015-04-09 13:27:59.238498"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:27:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.4ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:28:00 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:61358/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:28:00 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.5ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1058"], ["description", "I-am-the-goal-description_2356"], ["version", 1], ["created_at", "2015-04-09 13:30:23.587363"], ["updated_at", "2015-04-09 13:30:23.587363"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:30:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (26.7ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (5136.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.9ms) Completed 200 OK in 5264ms (Views: 5228.2ms | ActiveRecord: 2.4ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:30:33 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:30:33 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:30:33 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:30:35 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (7.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (14.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (33.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 97ms (Views: 35.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:30:35 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (433.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (437.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 442ms (Views: 439.7ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:36 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 13:30:36.540562"], ["updated_at", "2015-04-09 13:30:36.540562"]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:61426/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:30:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (11.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (6.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (10.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.4ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (116.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (147.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.5ms) Completed 200 OK in 156ms (Views: 149.3ms | ActiveRecord: 2.3ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.6ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3825"], ["description", "I-am-the-goal-description_5646"], ["version", 1], ["created_at", "2015-04-09 13:30:36.944533"], ["updated_at", "2015-04-09 13:30:36.944533"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6766"], ["description", "I-am-the-task-description_9347"], ["created_at", "2015-04-09 13:30:36.951932"], ["updated_at", "2015-04-09 13:30:36.951932"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (20.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 32ms (Views: 23.7ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:30:38 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 27ms (Views: 23.3ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6278"], ["description", "I-am-the-goal-description_5664"], ["version", 1], ["created_at", "2015-04-09 13:30:38.882566"], ["updated_at", "2015-04-09 13:30:38.882566"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7846"], ["description", "I-am-the-task-description_7771"], ["created_at", "2015-04-09 13:30:38.886835"], ["updated_at", "2015-04-09 13:30:38.886835"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (58.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (60.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 62ms (Views: 60.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:30:40 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 25ms (Views: 21.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:30:40 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (72.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (75.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 80ms (Views: 77.8ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:30:40 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7771", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:30:40.775044"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61426/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:30:40 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 26ms (Views: 22.1ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1555"], ["description", "I-am-the-goal-description_882"], ["version", 1], ["created_at", "2015-04-09 13:30:40.964912"], ["updated_at", "2015-04-09 13:30:40.964912"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7787"], ["description", "I-am-the-task-description_5447"], ["created_at", "2015-04-09 13:30:40.968856"], ["updated_at", "2015-04-09 13:30:40.968856"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:30:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (19.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:30:42 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (73.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (73.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 77ms (Views: 74.5ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:30:42 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61426/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 7ms (Views: 5.8ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_214"], ["description", "I-am-the-goal-description_9626"], ["version", 1], ["created_at", "2015-04-09 13:30:42.935932"], ["updated_at", "2015-04-09 13:30:42.935932"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4300"], ["description", "I-am-the-task-description_1750"], ["created_at", "2015-04-09 13:30:42.940281"], ["updated_at", "2015-04-09 13:30:42.940281"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:30:44 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:30:44.532059"], ["task_id", 1], ["created_at", "2015-04-09 13:30:44.533521"], ["updated_at", "2015-04-09 13:30:44.533521"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:30:44.535247"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61426/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.4ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4110"], ["description", "I-am-the-goal-description_3302"], ["version", 1], ["created_at", "2015-04-09 13:30:44.675025"], ["updated_at", "2015-04-09 13:30:44.675025"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task1186"], ["description", "I-am-the-task-description_7130"], ["created_at", "2015-04-09 13:30:44.678662"], ["updated_at", "2015-04-09 13:30:44.678662"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (58.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (60.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 63ms (Views: 61.2ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:30:46 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 13:30:46.434560"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61426/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3700"], ["description", "I-am-the-goal-description_1396"], ["version", 1], ["created_at", "2015-04-09 13:30:46.574538"], ["updated_at", "2015-04-09 13:30:46.574538"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6487"], ["description", "I-am-the-task-description_5619"], ["created_at", "2015-04-09 13:30:46.578534"], ["updated_at", "2015-04-09 13:30:46.578534"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_283"], ["description", "I-am-the-goal-description_9427"], ["version", 1], ["created_at", "2015-04-09 13:30:46.582028"], ["updated_at", "2015-04-09 13:30:46.582028"], ["tracking", "150409-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task694"], ["description", "I-am-the-task-description_7279"], ["created_at", "2015-04-09 13:30:46.585490"], ["updated_at", "2015-04-09 13:30:46.585490"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_866"], ["description", "I-am-the-goal-description_2100"], ["version", 1], ["created_at", "2015-04-09 13:30:46.588804"], ["updated_at", "2015-04-09 13:30:46.588804"], ["tracking", "150409-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5008"], ["description", "I-am-the-task-description_8604"], ["created_at", "2015-04-09 13:30:46.593833"], ["updated_at", "2015-04-09 13:30:46.593833"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:30:48 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (4.2ms) Completed 200 OK in 61ms (Views: 4.0ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3324"], ["description", "I-am-the-goal-description_1488"], ["version", 1], ["created_at", "2015-04-09 13:30:48.319362"], ["updated_at", "2015-04-09 13:30:48.319362"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7788"], ["description", "I-am-the-task-description_5966"], ["created_at", "2015-04-09 13:30:48.323573"], ["updated_at", "2015-04-09 13:30:48.323573"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8511"], ["description", "I-am-the-goal-description_8380"], ["version", 1], ["created_at", "2015-04-09 13:30:48.327866"], ["updated_at", "2015-04-09 13:30:48.327866"], ["tracking", "150409-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8705"], ["description", "I-am-the-task-description_7759"], ["created_at", "2015-04-09 13:30:48.332864"], ["updated_at", "2015-04-09 13:30:48.332864"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3347"], ["description", "I-am-the-goal-description_2886"], ["version", 1], ["created_at", "2015-04-09 13:30:48.336214"], ["updated_at", "2015-04-09 13:30:48.336214"], ["tracking", "150409-3"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4325"], ["description", "I-am-the-task-description_2188"], ["created_at", "2015-04-09 13:30:48.340088"], ["updated_at", "2015-04-09 13:30:48.340088"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (64.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (66.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 69ms (Views: 67.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:30:49 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.6ms) Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3267"], ["description", "I-am-the-goal-description_3013"], ["version", 1], ["created_at", "2015-04-09 13:30:50.113882"], ["updated_at", "2015-04-09 13:30:50.113882"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8206"], ["description", "I-am-the-task-description_4150"], ["created_at", "2015-04-09 13:30:50.118167"], ["updated_at", "2015-04-09 13:30:50.118167"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3929"], ["description", "I-am-the-goal-description_4488"], ["version", 1], ["created_at", "2015-04-09 13:30:50.123393"], ["updated_at", "2015-04-09 13:30:50.123393"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6513"], ["description", "I-am-the-task-description_4047"], ["created_at", "2015-04-09 13:30:50.126850"], ["updated_at", "2015-04-09 13:30:50.126850"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3037"], ["description", "I-am-the-goal-description_2404"], ["version", 1], ["created_at", "2015-04-09 13:30:50.130062"], ["updated_at", "2015-04-09 13:30:50.130062"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task6945"], ["description", "I-am-the-task-description_8279"], ["created_at", "2015-04-09 13:30:50.133337"], ["updated_at", "2015-04-09 13:30:50.133337"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:50 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:30:51 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (6.0ms) Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.7ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2181"], ["description", "I-am-the-goal-description_323"], ["version", 1], ["created_at", "2015-04-09 13:30:51.980132"], ["updated_at", "2015-04-09 13:30:51.980132"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2906"], ["description", "I-am-the-task-description_5199"], ["created_at", "2015-04-09 13:30:51.986233"], ["updated_at", "2015-04-09 13:30:51.986233"]]  (0.8ms) commit transaction  (0.3ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7798"], ["description", "I-am-the-goal-description_6051"], ["version", 1], ["created_at", "2015-04-09 13:30:51.993630"], ["updated_at", "2015-04-09 13:30:51.993630"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4089"], ["description", "I-am-the-task-description_4141"], ["created_at", "2015-04-09 13:30:51.998063"], ["updated_at", "2015-04-09 13:30:51.998063"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (17.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (19.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 1.2ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:30:54 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:61426/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.3ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:30:54 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:61426/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:30:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.7ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.5ms) DELETE FROM "flyboy_tasks";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1406"], ["description", "I-am-the-goal-description_7859"], ["version", 1], ["created_at", "2015-04-09 13:33:05.158684"], ["updated_at", "2015-04-09 13:33:05.158684"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:33:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (13.4ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4810.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.9ms) Completed 200 OK in 4938ms (Views: 4899.9ms | ActiveRecord: 1.3ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:33:15 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:33:15 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:33:15 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:33:17 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (56.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (64.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (88.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 111ms (Views: 91.1ms | ActiveRecord: 1.0ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:33:17 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (421.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (426.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 433ms (Views: 430.0ms | ActiveRecord: 0.2ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:19 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.6ms) 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 13:33:19.333261"], ["updated_at", "2015-04-09 13:33:19.333261"]]  (1.6ms) commit transaction Redirected to http://127.0.0.1:61487/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 2.7ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:33:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (13.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.3ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (25.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (100.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.9ms) Completed 200 OK in 109ms (Views: 103.2ms | ActiveRecord: 1.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4688"], ["description", "I-am-the-goal-description_3878"], ["version", 1], ["created_at", "2015-04-09 13:33:19.592078"], ["updated_at", "2015-04-09 13:33:19.592078"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6152"], ["description", "I-am-the-task-description_9062"], ["created_at", "2015-04-09 13:33:19.596071"], ["updated_at", "2015-04-09 13:33:19.596071"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 18ms (Views: 13.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:33:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 26ms (Views: 22.2ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4090"], ["description", "I-am-the-goal-description_9781"], ["version", 1], ["created_at", "2015-04-09 13:33:21.504017"], ["updated_at", "2015-04-09 13:33:21.504017"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3101"], ["description", "I-am-the-task-description_9492"], ["created_at", "2015-04-09 13:33:21.508386"], ["updated_at", "2015-04-09 13:33:21.508386"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:33:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (9.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (74.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (90.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 95ms (Views: 91.1ms | ActiveRecord: 1.0ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:33:23 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (71.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (75.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 83ms (Views: 79.8ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:33:23 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_9492", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:33:23.713910"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:61487/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:33:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (8.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (11.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (19.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (40.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 45ms (Views: 40.8ms | ActiveRecord: 1.0ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (5.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1778"], ["description", "I-am-the-goal-description_3020"], ["version", 1], ["created_at", "2015-04-09 13:33:23.967122"], ["updated_at", "2015-04-09 13:33:23.967122"], ["tracking", "150409-1"]]  (3.5ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task700"], ["description", "I-am-the-task-description_6002"], ["created_at", "2015-04-09 13:33:23.974075"], ["updated_at", "2015-04-09 13:33:23.974075"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (14.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:33:25 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (75.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (88.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 93ms (Views: 88.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:33:25 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (74.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (74.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 78ms (Views: 75.7ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:33:26 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61487/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 7ms (Views: 4.8ms | ActiveRecord: 0.2ms)  (3.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7865"], ["description", "I-am-the-goal-description_7154"], ["version", 1], ["created_at", "2015-04-09 13:33:26.343481"], ["updated_at", "2015-04-09 13:33:26.343481"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9738"], ["description", "I-am-the-task-description_7872"], ["created_at", "2015-04-09 13:33:26.347614"], ["updated_at", "2015-04-09 13:33:26.347614"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:26 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:33:28 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:33:28.346593"], ["task_id", 1], ["created_at", "2015-04-09 13:33:28.347920"], ["updated_at", "2015-04-09 13:33:28.347920"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:33:28.349498"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:61487/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9871"], ["description", "I-am-the-goal-description_9958"], ["version", 1], ["created_at", "2015-04-09 13:33:28.491560"], ["updated_at", "2015-04-09 13:33:28.491560"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task1298"], ["description", "I-am-the-task-description_3550"], ["created_at", "2015-04-09 13:33:28.496289"], ["updated_at", "2015-04-09 13:33:28.496289"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:28 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:33:30 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction 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 13:33:30.315167"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61487/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7540"], ["description", "I-am-the-goal-description_9359"], ["version", 1], ["created_at", "2015-04-09 13:33:30.454235"], ["updated_at", "2015-04-09 13:33:30.454235"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5210"], ["description", "I-am-the-task-description_1049"], ["created_at", "2015-04-09 13:33:30.458496"], ["updated_at", "2015-04-09 13:33:30.458496"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4677"], ["description", "I-am-the-goal-description_667"], ["version", 1], ["created_at", "2015-04-09 13:33:30.462417"], ["updated_at", "2015-04-09 13:33:30.462417"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8041"], ["description", "I-am-the-task-description_4013"], ["created_at", "2015-04-09 13:33:30.467694"], ["updated_at", "2015-04-09 13:33:30.467694"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1001"], ["description", "I-am-the-goal-description_6077"], ["version", 1], ["created_at", "2015-04-09 13:33:30.471047"], ["updated_at", "2015-04-09 13:33:30.471047"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1989"], ["description", "I-am-the-task-description_6188"], ["created_at", "2015-04-09 13:33:30.474900"], ["updated_at", "2015-04-09 13:33:30.474900"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:30 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:33:32 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (4.6ms) Completed 200 OK in 118ms (Views: 4.4ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7596"], ["description", "I-am-the-goal-description_2977"], ["version", 1], ["created_at", "2015-04-09 13:33:32.299355"], ["updated_at", "2015-04-09 13:33:32.299355"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2330"], ["description", "I-am-the-task-description_944"], ["created_at", "2015-04-09 13:33:32.303413"], ["updated_at", "2015-04-09 13:33:32.303413"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7140"], ["description", "I-am-the-goal-description_551"], ["version", 1], ["created_at", "2015-04-09 13:33:32.307125"], ["updated_at", "2015-04-09 13:33:32.307125"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3006"], ["description", "I-am-the-task-description_8150"], ["created_at", "2015-04-09 13:33:32.310556"], ["updated_at", "2015-04-09 13:33:32.310556"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3360"], ["description", "I-am-the-goal-description_2052"], ["version", 1], ["created_at", "2015-04-09 13:33:32.313726"], ["updated_at", "2015-04-09 13:33:32.313726"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task3570"], ["description", "I-am-the-task-description_9368"], ["created_at", "2015-04-09 13:33:32.317348"], ["updated_at", "2015-04-09 13:33:32.317348"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:32 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:33:33 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.5ms) Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9394"], ["description", "I-am-the-goal-description_9038"], ["version", 1], ["created_at", "2015-04-09 13:33:34.042349"], ["updated_at", "2015-04-09 13:33:34.042349"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task476"], ["description", "I-am-the-task-description_2616"], ["created_at", "2015-04-09 13:33:34.046454"], ["updated_at", "2015-04-09 13:33:34.046454"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7403"], ["description", "I-am-the-goal-description_8367"], ["version", 1], ["created_at", "2015-04-09 13:33:34.050103"], ["updated_at", "2015-04-09 13:33:34.050103"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2839"], ["description", "I-am-the-task-description_3858"], ["created_at", "2015-04-09 13:33:34.053597"], ["updated_at", "2015-04-09 13:33:34.053597"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5429"], ["description", "I-am-the-goal-description_6990"], ["version", 1], ["created_at", "2015-04-09 13:33:34.058379"], ["updated_at", "2015-04-09 13:33:34.058379"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task830"], ["description", "I-am-the-task-description_7690"], ["created_at", "2015-04-09 13:33:34.062616"], ["updated_at", "2015-04-09 13:33:34.062616"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:33:35 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.9ms) Completed 200 OK in 82ms (Views: 80.3ms | ActiveRecord: 0.5ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9513"], ["description", "I-am-the-goal-description_6108"], ["version", 1], ["created_at", "2015-04-09 13:33:35.931488"], ["updated_at", "2015-04-09 13:33:35.931488"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1020"], ["description", "I-am-the-task-description_8363"], ["created_at", "2015-04-09 13:33:35.936346"], ["updated_at", "2015-04-09 13:33:35.936346"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5594"], ["description", "I-am-the-goal-description_1980"], ["version", 1], ["created_at", "2015-04-09 13:33:35.941808"], ["updated_at", "2015-04-09 13:33:35.941808"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9420"], ["description", "I-am-the-task-description_834"], ["created_at", "2015-04-09 13:33:35.947731"], ["updated_at", "2015-04-09 13:33:35.947731"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:35 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.2ms | ActiveRecord: 0.4ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:33:37 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:61487/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.3ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:33:37 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:61487/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:33:37 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3470"], ["description", "I-am-the-goal-description_1247"], ["version", 1], ["created_at", "2015-04-09 13:35:34.236233"], ["updated_at", "2015-04-09 13:35:34.236233"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:35:38 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.4ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4013.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.7ms) Completed 200 OK in 4079ms (Views: 4049.8ms | ActiveRecord: 1.1ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:35:42 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:35:42 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:35:42 +0200 Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:35:44 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (51.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (57.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (76.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 95ms (Views: 78.4ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:35:44 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (328.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (333.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 338ms (Views: 335.4ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:45 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 13:35:45.165929"], ["updated_at", "2015-04-09 13:35:45.165929"]]  (3.0ms) commit transaction Redirected to http://127.0.0.1:61558/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:35:45 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (62.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (27.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (104.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 111ms (Views: 106.0ms | ActiveRecord: 1.4ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2812"], ["description", "I-am-the-goal-description_2757"], ["version", 1], ["created_at", "2015-04-09 13:35:45.416909"], ["updated_at", "2015-04-09 13:35:45.416909"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6057"], ["description", "I-am-the-task-description_152"], ["created_at", "2015-04-09 13:35:45.420665"], ["updated_at", "2015-04-09 13:35:45.420665"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:45 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 17ms (Views: 13.0ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:35:47 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 80ms (Views: 23.9ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5532"], ["description", "I-am-the-goal-description_1976"], ["version", 1], ["created_at", "2015-04-09 13:35:47.164109"], ["updated_at", "2015-04-09 13:35:47.164109"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2051"], ["description", "I-am-the-task-description_5720"], ["created_at", "2015-04-09 13:35:47.168467"], ["updated_at", "2015-04-09 13:35:47.168467"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (2.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:35:48 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (61.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (70.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 74ms (Views: 71.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:35:48 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (67.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (70.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 75ms (Views: 73.1ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:35:48 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5720", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:35:48.991044"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:61558/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:35:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 26ms (Views: 22.1ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4708"], ["description", "I-am-the-goal-description_5225"], ["version", 1], ["created_at", "2015-04-09 13:35:49.134795"], ["updated_at", "2015-04-09 13:35:49.134795"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7732"], ["description", "I-am-the-task-description_7542"], ["created_at", "2015-04-09 13:35:49.140335"], ["updated_at", "2015-04-09 13:35:49.140335"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:49 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:35:50 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (73.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 77ms (Views: 73.6ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:35:50 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (72.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (72.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 76ms (Views: 74.0ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:35:51 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61558/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 7ms (Views: 5.1ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_565"], ["description", "I-am-the-goal-description_1517"], ["version", 1], ["created_at", "2015-04-09 13:35:51.212134"], ["updated_at", "2015-04-09 13:35:51.212134"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5692"], ["description", "I-am-the-task-description_4617"], ["created_at", "2015-04-09 13:35:51.215780"], ["updated_at", "2015-04-09 13:35:51.215780"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:35:52 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:35:52.812181"], ["task_id", 1], ["created_at", "2015-04-09 13:35:52.813535"], ["updated_at", "2015-04-09 13:35:52.813535"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:35:52.815732"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:61558/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.3ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9193"], ["description", "I-am-the-goal-description_964"], ["version", 1], ["created_at", "2015-04-09 13:35:52.951927"], ["updated_at", "2015-04-09 13:35:52.951927"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task8685"], ["description", "I-am-the-task-description_9800"], ["created_at", "2015-04-09 13:35:52.955647"], ["updated_at", "2015-04-09 13:35:52.955647"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:52 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:35:54 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 13:35:54.532375"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:61558/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.3ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5532"], ["description", "I-am-the-goal-description_9520"], ["version", 1], ["created_at", "2015-04-09 13:35:54.672502"], ["updated_at", "2015-04-09 13:35:54.672502"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1600"], ["description", "I-am-the-task-description_3448"], ["created_at", "2015-04-09 13:35:54.676261"], ["updated_at", "2015-04-09 13:35:54.676261"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_16"], ["description", "I-am-the-goal-description_7201"], ["version", 1], ["created_at", "2015-04-09 13:35:54.679965"], ["updated_at", "2015-04-09 13:35:54.679965"], ["tracking", "150409-2"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task821"], ["description", "I-am-the-task-description_8359"], ["created_at", "2015-04-09 13:35:54.683331"], ["updated_at", "2015-04-09 13:35:54.683331"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2692"], ["description", "I-am-the-goal-description_1995"], ["version", 1], ["created_at", "2015-04-09 13:35:54.688085"], ["updated_at", "2015-04-09 13:35:54.688085"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5483"], ["description", "I-am-the-task-description_8848"], ["created_at", "2015-04-09 13:35:54.691891"], ["updated_at", "2015-04-09 13:35:54.691891"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:35:56 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (7.0ms) Completed 200 OK in 139ms (Views: 6.8ms | ActiveRecord: 0.5ms)  (3.7ms) DELETE FROM "flyboy_task_comments";  (0.7ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (2.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.0ms) DELETE FROM "flyboy_goals";  (0.8ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (2.4ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_640"], ["description", "I-am-the-goal-description_6313"], ["version", 1], ["created_at", "2015-04-09 13:35:56.928406"], ["updated_at", "2015-04-09 13:35:56.928406"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7798"], ["description", "I-am-the-task-description_4203"], ["created_at", "2015-04-09 13:35:56.935962"], ["updated_at", "2015-04-09 13:35:56.935962"]]  (1.6ms) commit transaction  (0.3ms) begin transaction  (0.7ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2871"], ["description", "I-am-the-goal-description_252"], ["version", 1], ["created_at", "2015-04-09 13:35:56.945438"], ["updated_at", "2015-04-09 13:35:56.945438"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.7ms) 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-task464"], ["description", "I-am-the-task-description_7662"], ["created_at", "2015-04-09 13:35:56.953399"], ["updated_at", "2015-04-09 13:35:56.953399"]]  (1.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5549"], ["description", "I-am-the-goal-description_7445"], ["version", 1], ["created_at", "2015-04-09 13:35:56.962770"], ["updated_at", "2015-04-09 13:35:56.962770"], ["tracking", "150409-3"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1630"], ["description", "I-am-the-task-description_6019"], ["created_at", "2015-04-09 13:35:56.966806"], ["updated_at", "2015-04-09 13:35:56.966806"]]  (1.5ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:56 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.7ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (33.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (38.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.4ms) Completed 200 OK in 46ms (Views: 40.1ms | ActiveRecord: 1.7ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:35:58 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8317"], ["description", "I-am-the-goal-description_7882"], ["version", 1], ["created_at", "2015-04-09 13:35:59.124204"], ["updated_at", "2015-04-09 13:35:59.124204"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1299"], ["description", "I-am-the-task-description_784"], ["created_at", "2015-04-09 13:35:59.128267"], ["updated_at", "2015-04-09 13:35:59.128267"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3858"], ["description", "I-am-the-goal-description_7388"], ["version", 1], ["created_at", "2015-04-09 13:35:59.132127"], ["updated_at", "2015-04-09 13:35:59.132127"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6944"], ["description", "I-am-the-task-description_432"], ["created_at", "2015-04-09 13:35:59.137293"], ["updated_at", "2015-04-09 13:35:59.137293"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5581"], ["description", "I-am-the-goal-description_5945"], ["version", 1], ["created_at", "2015-04-09 13:35:59.140704"], ["updated_at", "2015-04-09 13:35:59.140704"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task2347"], ["description", "I-am-the-task-description_386"], ["created_at", "2015-04-09 13:35:59.144683"], ["updated_at", "2015-04-09 13:35:59.144683"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:35:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:36:01 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (4.1ms) Completed 200 OK in 102ms (Views: 100.3ms | ActiveRecord: 0.5ms)  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1915"], ["description", "I-am-the-goal-description_9159"], ["version", 1], ["created_at", "2015-04-09 13:36:01.300347"], ["updated_at", "2015-04-09 13:36:01.300347"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2869"], ["description", "I-am-the-task-description_1925"], ["created_at", "2015-04-09 13:36:01.304367"], ["updated_at", "2015-04-09 13:36:01.304367"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8424"], ["description", "I-am-the-goal-description_6349"], ["version", 1], ["created_at", "2015-04-09 13:36:01.309492"], ["updated_at", "2015-04-09 13:36:01.309492"], ["tracking", "150409-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9712"], ["description", "I-am-the-task-description_6508"], ["created_at", "2015-04-09 13:36:01.313681"], ["updated_at", "2015-04-09 13:36:01.313681"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:36:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.8ms | ActiveRecord: 0.5ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:36:03 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:61558/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:36:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 6.7ms | ActiveRecord: 0.3ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:36:03 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:61558/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:36:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 6.7ms | ActiveRecord: 0.3ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:36:03 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}} Redirected to http://127.0.0.1:61558/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:36:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.4ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:37:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.7ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3771.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.8ms) Completed 200 OK in 3921ms (Views: 3892.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:37:46 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:37:46 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:37:46 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 15:37:48 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (310.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (316.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 376ms (Views: 319.7ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:37:48 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-09 13:37:48.524490"], ["updated_at", "2015-04-09 13:37:48.524490"], ["tracking", "150409-1"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61581/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:48 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (87.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (94.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (109.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 128ms (Views: 111.4ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9750"], ["description", "I-am-the-goal-description_2185"], ["version", 1], ["created_at", "2015-04-09 13:37:48.817619"], ["updated_at", "2015-04-09 13:37:48.817619"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2414"], ["description", "I-am-the-task-description_2357"], ["created_at", "2015-04-09 13:37:48.823800"], ["updated_at", "2015-04-09 13:37:48.823800"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3834"], ["description", "I-am-the-task-description_4094"], ["created_at", "2015-04-09 13:37:48.830016"], ["updated_at", "2015-04-09 13:37:48.830016"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3015"], ["description", "I-am-the-task-description_8322"], ["created_at", "2015-04-09 13:37:48.835928"], ["updated_at", "2015-04-09 13:37:48.835928"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:37:48 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:50 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (1.0ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8180"], ["description", "I-am-the-goal-description_2460"], ["version", 1], ["created_at", "2015-04-09 13:37:50.584907"], ["updated_at", "2015-04-09 13:37:50.584907"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:37:50 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 15:37:52 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 73ms (Views: 71.8ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:52 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_2460"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 13:37:52.420661"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:61581/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:52 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 11ms (Views: 8.5ms | ActiveRecord: 0.4ms)  (1.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4567"], ["description", "I-am-the-goal-description_9400"], ["version", 1], ["created_at", "2015-04-09 13:37:52.562628"], ["updated_at", "2015-04-09 13:37:52.562628"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:37:52 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 15:37:54 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (58.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (58.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 61ms (Views: 59.8ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:54 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61581/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:37:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (2.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 5ms (Views: 3.6ms | ActiveRecord: 0.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8243"], ["description", "I-am-the-goal-description_3642"], ["version", 1], ["created_at", "2015-04-09 13:37:54.543813"], ["updated_at", "2015-04-09 13:37:54.543813"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:54 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 15:37:56 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 13:37:56.155638"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61581/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:37:56 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4651"], ["description", "I-am-the-goal-description_6524"], ["version", 1], ["created_at", "2015-04-09 13:37:56.294651"], ["updated_at", "2015-04-09 13:37:56.294651"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:56 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 15:37:57 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 13:37:57.882139"], ["id", 1]]  (3.1ms) commit transaction Redirected to http://127.0.0.1:61581/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 3.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:37:57 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.5ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:26 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3878.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.8ms) Completed 200 OK in 4025ms (Views: 3997.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:41:30 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:41:30 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:41:30 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 15:41:32 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (4.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (314.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (320.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 378ms (Views: 325.1ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:33 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-09 13:41:33.008793"], ["updated_at", "2015-04-09 13:41:33.008793"], ["tracking", "150409-1"]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:61597/flyboy/goals/1 Completed 302 Found in 16ms (ActiveRecord: 3.3ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:33 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (91.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (98.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (112.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 140ms (Views: 114.2ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6602"], ["description", "I-am-the-goal-description_8020"], ["version", 1], ["created_at", "2015-04-09 13:41:33.302953"], ["updated_at", "2015-04-09 13:41:33.302953"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3129"], ["description", "I-am-the-task-description_3733"], ["created_at", "2015-04-09 13:41:33.308806"], ["updated_at", "2015-04-09 13:41:33.308806"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7551"], ["description", "I-am-the-task-description_5877"], ["created_at", "2015-04-09 13:41:33.315467"], ["updated_at", "2015-04-09 13:41:33.315467"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3303"], ["description", "I-am-the-task-description_3202"], ["created_at", "2015-04-09 13:41:33.319360"], ["updated_at", "2015-04-09 13:41:33.319360"]]  (0.9ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:33 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (11.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:35 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (12.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 15ms (Views: 13.1ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5075"], ["description", "I-am-the-goal-description_7584"], ["version", 1], ["created_at", "2015-04-09 13:41:35.164595"], ["updated_at", "2015-04-09 13:41:35.164595"], ["tracking", "150409-1"]]  (1.0ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:35 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:36 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 15:41:36 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (67.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 71ms (Views: 69.6ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:37 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7584"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 13:41:37.114081"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61597/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:37 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8152"], ["description", "I-am-the-goal-description_5141"], ["version", 1], ["created_at", "2015-04-09 13:41:37.256539"], ["updated_at", "2015-04-09 13:41:37.256539"], ["tracking", "150409-1"]]  (1.4ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:37 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 15:41:38 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (63.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (63.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 66ms (Views: 64.6ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:39 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61597/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7246"], ["description", "I-am-the-goal-description_9546"], ["version", 1], ["created_at", "2015-04-09 13:41:39.210666"], ["updated_at", "2015-04-09 13:41:39.210666"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 15:41:40 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 13:41:40.792366"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61597/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:40 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.6ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4840"], ["description", "I-am-the-goal-description_291"], ["version", 1], ["created_at", "2015-04-09 13:41:40.933748"], ["updated_at", "2015-04-09 13:41:40.933748"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:40 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (5.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 15:41:42 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 13:41:42.542294"], ["id", 1]]  (2.3ms) commit transaction Redirected to http://127.0.0.1:61597/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:41:42 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7793"], ["description", "I-am-the-goal-description_885"], ["version", 1], ["created_at", "2015-04-09 13:41:42.680120"], ["updated_at", "2015-04-09 13:41:42.680120"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8098"], ["description", "I-am-the-goal-description_2074"], ["version", 1], ["created_at", "2015-04-09 13:41:42.684777"], ["updated_at", "2015-04-09 13:41:42.684777"], ["tracking", "150409-2"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:42 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 11.0ms | ActiveRecord: 0.9ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:41:44 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:61597/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:44 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.5ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:41:44 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:61597/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:44 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 64ms (Views: 7.6ms | ActiveRecord: 0.5ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:41:44 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}} Redirected to http://127.0.0.1:61597/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:41:44 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 1.0ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7196"], ["description", "I-am-the-goal-description_8545"], ["version", 1], ["created_at", "2015-04-09 13:41:59.254981"], ["updated_at", "2015-04-09 13:41:59.254981"], ["tracking", "150409-1"]]  (1.1ms) commit transaction  (0.2ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9789"], ["description", "I-am-the-goal-description_2888"], ["version", 1], ["created_at", "2015-04-09 13:41:59.271389"], ["updated_at", "2015-04-09 13:41:59.271389"], ["tracking", "150409-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 77ms (Views: 68.6ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.4ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.7ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9162"], ["description", "I-am-the-goal-description_1409"], ["version", 1], ["created_at", "2015-04-09 13:41:59.404768"], ["updated_at", "2015-04-09 13:41:59.404768"], ["tracking", "150409-1"]]  (0.7ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4648"], ["description", "I-am-the-goal-description_2382"], ["version", 1], ["created_at", "2015-04-09 13:41:59.410277"], ["updated_at", "2015-04-09 13:41:59.410277"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 55ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.4ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3893"], ["description", "I-am-the-goal-description_6339"], ["version", 1], ["created_at", "2015-04-09 13:41:59.481537"], ["updated_at", "2015-04-09 13:41:59.481537"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6452"], ["description", "I-am-the-goal-description_1587"], ["version", 1], ["created_at", "2015-04-09 13:41:59.485864"], ["updated_at", "2015-04-09 13:41:59.485864"], ["tracking", "150409-2"]]  (0.9ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4888"], ["description", "I-am-the-goal-description_7242"], ["version", 1], ["created_at", "2015-04-09 13:41:59.497120"], ["updated_at", "2015-04-09 13:41:59.497120"], ["tracking", "150409-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.5ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 13:41:59.510843"], ["id", 7]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3350ms (ActiveRecord: 1.7ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9583"], ["description", "I-am-the-goal-description_2503"], ["version", 1], ["created_at", "2015-04-09 13:42:02.856242"], ["updated_at", "2015-04-09 13:42:02.856242"], ["tracking", "150409-4"]]  (3.1ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 13:42:02.867251"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2321"], ["description", "I-am-the-goal-description_6844"], ["version", 1], ["created_at", "2015-04-09 13:42:02.873797"], ["updated_at", "2015-04-09 13:42:02.873797"], ["tracking", "150409-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 13:42:02.879591"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.2ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5670"], ["description", "I-am-the-goal-description_927"], ["version", 1], ["created_at", "2015-04-09 13:42:02.886716"], ["updated_at", "2015-04-09 13:42:02.886716"], ["tracking", "150409-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 13:42:02.892997"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.2ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2734"], ["description", "I-am-the-goal-description_4255"], ["version", 1], ["created_at", "2015-04-09 13:42:02.908412"], ["updated_at", "2015-04-09 13:42:02.908412"], ["tracking", "150409-7"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task7421"], ["description", "I-am-the-task-description_5000"], ["created_at", "2015-04-09 13:42:02.920010"], ["updated_at", "2015-04-09 13:42:02.920010"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-09 13:42:02.930100"], ["task_id", 1], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-09 13:42:02.931021"], ["updated_at", "2015-04-09 13:42:02.931021"]] SQL (0.3ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-09 13:42:02.932698"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-09 13:42:02 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-09 13:42:02 UTC", "updated_at"=>"2015-04-09 13:42:02 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.5ms) 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 13:42:02.942781"], ["created_at", "2015-04-09 13:42:02.945248"], ["updated_at", "2015-04-09 13:42:02.945248"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 12ms (ActiveRecord: 1.9ms)  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1190"], ["description", "I-am-the-goal-description_5020"], ["version", 1], ["created_at", "2015-04-09 13:42:02.958747"], ["updated_at", "2015-04-09 13:42:02.958747"], ["tracking", "150409-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task6082"], ["description", "I-am-the-task-description_444"], ["created_at", "2015-04-09 13:42:02.962959"], ["updated_at", "2015-04-09 13:42:02.962959"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task4248"], ["description", "I-am-the-task-description_6120"], ["created_at", "2015-04-09 13:42:02.966778"], ["updated_at", "2015-04-09 13:42:02.966778"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:42:02.974896"], ["task_id", 2], ["created_at", "2015-04-09 13:42:02.976459"], ["updated_at", "2015-04-09 13:42:02.976459"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:42:02.978400"], ["id", 2]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2008"], ["description", "I-am-the-goal-description_7930"], ["version", 1], ["created_at", "2015-04-09 13:42:02.986038"], ["updated_at", "2015-04-09 13:42:02.986038"], ["tracking", "150409-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task689"], ["description", "I-am-the-task-description_8521"], ["created_at", "2015-04-09 13:42:02.990890"], ["updated_at", "2015-04-09 13:42:02.990890"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7269"], ["description", "I-am-the-task-description_6445"], ["created_at", "2015-04-09 13:42:02.995782"], ["updated_at", "2015-04-09 13:42:02.995782"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:42:03.003638"], ["task_id", 4], ["created_at", "2015-04-09 13:42:03.004841"], ["updated_at", "2015-04-09 13:42:03.004841"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:42:03.006446"], ["id", 4]]  (1.2ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3490"], ["description", "I-am-the-goal-description_2900"], ["version", 1], ["created_at", "2015-04-09 13:42:03.014372"], ["updated_at", "2015-04-09 13:42:03.014372"], ["tracking", "150409-10"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task6512"], ["description", "I-am-the-task-description_1240"], ["created_at", "2015-04-09 13:42:03.018306"], ["updated_at", "2015-04-09 13:42:03.018306"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task4559"], ["description", "I-am-the-task-description_5808"], ["created_at", "2015-04-09 13:42:03.022125"], ["updated_at", "2015-04-09 13:42:03.022125"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:42:03.029888"], ["task_id", 6], ["created_at", "2015-04-09 13:42:03.031091"], ["updated_at", "2015-04-09 13:42:03.031091"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:42:03.032610"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9297"], ["description", "I-am-the-goal-description_9064"], ["version", 1], ["created_at", "2015-04-09 13:42:03.040907"], ["updated_at", "2015-04-09 13:42:03.040907"], ["tracking", "150409-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7191"], ["description", "I-am-the-task-description_4745"], ["created_at", "2015-04-09 13:42:03.096447"], ["updated_at", "2015-04-09 13:42:03.096447"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3471"], ["description", "I-am-the-task-description_5409"], ["created_at", "2015-04-09 13:42:03.100755"], ["updated_at", "2015-04-09 13:42:03.100755"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:42:03.107230"], ["task_id", 8], ["created_at", "2015-04-09 13:42:03.109094"], ["updated_at", "2015-04-09 13:42:03.109094"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:42:03.111247"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1859"], ["description", "I-am-the-goal-description_9976"], ["version", 1], ["created_at", "2015-04-09 13:42:03.118079"], ["updated_at", "2015-04-09 13:42:03.118079"], ["tracking", "150409-12"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9508"], ["description", "I-am-the-task-description_1015"], ["created_at", "2015-04-09 13:42:03.122749"], ["updated_at", "2015-04-09 13:42:03.122749"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task9068"], ["description", "I-am-the-task-description_7062"], ["created_at", "2015-04-09 13:42:03.127021"], ["updated_at", "2015-04-09 13:42:03.127021"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 6ms (Views: 2.1ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1772"], ["description", "I-am-the-goal-description_5680"], ["version", 1], ["created_at", "2015-04-09 13:42:03.140565"], ["updated_at", "2015-04-09 13:42:03.140565"], ["tracking", "150409-13"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task3358"], ["description", "I-am-the-task-description_8302"], ["created_at", "2015-04-09 13:42:03.144464"], ["updated_at", "2015-04-09 13:42:03.144464"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2376"], ["description", "I-am-the-task-description_1831"], ["created_at", "2015-04-09 13:42:03.148270"], ["updated_at", "2015-04-09 13:42:03.148270"]]  (0.7ms) commit transaction Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6704"], ["description", "I-am-the-goal-description_2500"], ["version", 1], ["created_at", "2015-04-09 13:42:03.188796"], ["updated_at", "2015-04-09 13:42:03.188796"], ["tracking", "150409-14"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task6499"], ["description", "I-am-the-task-description_6305"], ["created_at", "2015-04-09 13:42:03.192579"], ["updated_at", "2015-04-09 13:42:03.192579"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1038"], ["description", "I-am-the-goal-description_2759"], ["version", 1], ["created_at", "2015-04-09 13:42:03.196546"], ["updated_at", "2015-04-09 13:42:03.196546"], ["tracking", "150409-15"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task3122"], ["description", "I-am-the-task-description_2181"], ["created_at", "2015-04-09 13:42:03.200943"], ["updated_at", "2015-04-09 13:42:03.200943"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5427"], ["description", "I-am-the-goal-description_9623"], ["version", 1], ["created_at", "2015-04-09 13:42:03.210927"], ["updated_at", "2015-04-09 13:42:03.210927"], ["tracking", "150409-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task7945"], ["description", "I-am-the-task-description_760"], ["created_at", "2015-04-09 13:42:03.215369"], ["updated_at", "2015-04-09 13:42:03.215369"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8589"], ["description", "I-am-the-task-description_4261"], ["created_at", "2015-04-09 13:42:03.219234"], ["updated_at", "2015-04-09 13:42:03.219234"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9814"], ["description", "I-am-the-goal-description_9010"], ["version", 1], ["created_at", "2015-04-09 13:42:03.233018"], ["updated_at", "2015-04-09 13:42:03.233018"], ["tracking", "150409-17"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task523"], ["description", "I-am-the-task-description_9840"], ["created_at", "2015-04-09 13:42:03.237053"], ["updated_at", "2015-04-09 13:42:03.237053"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3206"], ["description", "I-am-the-goal-description_6306"], ["version", 1], ["created_at", "2015-04-09 13:42:03.240977"], ["updated_at", "2015-04-09 13:42:03.240977"], ["tracking", "150409-18"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task7167"], ["description", "I-am-the-task-description_4946"], ["created_at", "2015-04-09 13:42:03.245222"], ["updated_at", "2015-04-09 13:42:03.245222"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1372"], ["description", "I-am-the-goal-description_5190"], ["version", 1], ["created_at", "2015-04-09 13:42:03.254444"], ["updated_at", "2015-04-09 13:42:03.254444"], ["tracking", "150409-19"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task9076"], ["description", "I-am-the-task-description_732"], ["created_at", "2015-04-09 13:42:03.258916"], ["updated_at", "2015-04-09 13:42:03.258916"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task6115"], ["description", "I-am-the-task-description_6281"], ["created_at", "2015-04-09 13:42:03.263509"], ["updated_at", "2015-04-09 13:42:03.263509"]]  (0.9ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_690"], ["description", "I-am-the-goal-description_6918"], ["version", 1], ["created_at", "2015-04-09 13:42:03.277891"], ["updated_at", "2015-04-09 13:42:03.277891"], ["tracking", "150409-20"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7751"], ["description", "I-am-the-task-description_4453"], ["created_at", "2015-04-09 13:42:03.282098"], ["updated_at", "2015-04-09 13:42:03.282098"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7880"], ["description", "I-am-the-goal-description_3054"], ["version", 1], ["created_at", "2015-04-09 13:42:03.286184"], ["updated_at", "2015-04-09 13:42:03.286184"], ["tracking", "150409-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task4327"], ["description", "I-am-the-task-description_6473"], ["created_at", "2015-04-09 13:42:03.290005"], ["updated_at", "2015-04-09 13:42:03.290005"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5219"], ["description", "I-am-the-goal-description_2611"], ["version", 1], ["created_at", "2015-04-09 13:42:03.299891"], ["updated_at", "2015-04-09 13:42:03.299891"], ["tracking", "150409-22"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task871"], ["description", "I-am-the-task-description_7510"], ["created_at", "2015-04-09 13:42:03.303825"], ["updated_at", "2015-04-09 13:42:03.303825"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) 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-task8800"], ["description", "I-am-the-task-description_683"], ["created_at", "2015-04-09 13:42:03.307657"], ["updated_at", "2015-04-09 13:42:03.307657"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4038"], ["description", "I-am-the-goal-description_3679"], ["version", 1], ["created_at", "2015-04-09 13:42:03.322189"], ["updated_at", "2015-04-09 13:42:03.322189"], ["tracking", "150409-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task927"], ["description", "I-am-the-task-description_4711"], ["created_at", "2015-04-09 13:42:03.326045"], ["updated_at", "2015-04-09 13:42:03.326045"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task4714"], ["description", "I-am-the-task-description_4889"], ["created_at", "2015-04-09 13:42:03.329905"], ["updated_at", "2015-04-09 13:42:03.329905"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3083"], ["description", "I-am-the-goal-description_6931"], ["version", 1], ["created_at", "2015-04-09 13:42:03.341650"], ["updated_at", "2015-04-09 13:42:03.341650"], ["tracking", "150409-24"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task725"], ["description", "I-am-the-task-description_6248"], ["created_at", "2015-04-09 13:42:03.345775"], ["updated_at", "2015-04-09 13:42:03.345775"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task3509"], ["description", "I-am-the-task-description_6377"], ["created_at", "2015-04-09 13:42:03.349733"], ["updated_at", "2015-04-09 13:42:03.349733"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7460"], ["description", "I-am-the-goal-description_3070"], ["version", 1], ["created_at", "2015-04-09 13:42:03.362446"], ["updated_at", "2015-04-09 13:42:03.362446"], ["tracking", "150409-25"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6048"], ["description", "I-am-the-task-description_4498"], ["created_at", "2015-04-09 13:42:03.366250"], ["updated_at", "2015-04-09 13:42:03.366250"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task8543"], ["description", "I-am-the-task-description_8123"], ["created_at", "2015-04-09 13:42:03.370074"], ["updated_at", "2015-04-09 13:42:03.370074"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:42:03.382045"], ["updated_at", "2015-04-09 13:42:03.382045"]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7189"], ["description", "I-am-the-goal-description_4062"], ["version", 1], ["created_at", "2015-04-09 13:42:03.389621"], ["updated_at", "2015-04-09 13:42:03.389621"], ["tracking", "150409-26"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task9367"], ["description", "I-am-the-task-description_3145"], ["created_at", "2015-04-09 13:42:03.394048"], ["updated_at", "2015-04-09 13:42:03.394048"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task1937"], ["description", "I-am-the-task-description_1709"], ["created_at", "2015-04-09 13:42:03.399144"], ["updated_at", "2015-04-09 13:42:03.399144"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.4ms) 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 13:42:03.405782"], ["updated_at", "2015-04-09 13:42:03.405782"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_853"], ["description", "I-am-the-goal-description_2517"], ["version", 1], ["created_at", "2015-04-09 13:42:03.417246"], ["updated_at", "2015-04-09 13:42:03.417246"], ["tracking", "150409-27"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9059"], ["description", "I-am-the-task-description_2856"], ["created_at", "2015-04-09 13:42:03.422003"], ["updated_at", "2015-04-09 13:42:03.422003"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task3725"], ["description", "I-am-the-task-description_7825"], ["created_at", "2015-04-09 13:42:03.426159"], ["updated_at", "2015-04-09 13:42:03.426159"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-09"], ["reminder", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:42:03.432848"], ["updated_at", "2015-04-09 13:42:03.432848"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9717"], ["description", "I-am-the-goal-description_9437"], ["version", 1], ["created_at", "2015-04-09 13:42:03.440422"], ["updated_at", "2015-04-09 13:42:03.440422"], ["tracking", "150409-28"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task9044"], ["description", "I-am-the-task-description_2043"], ["created_at", "2015-04-09 13:42:03.444329"], ["updated_at", "2015-04-09 13:42:03.444329"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task6362"], ["description", "I-am-the-task-description_3016"], ["created_at", "2015-04-09 13:42:03.449520"], ["updated_at", "2015-04-09 13:42:03.449520"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.1ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 1.1ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6799"], ["description", "I-am-the-goal-description_4914"], ["version", 1], ["created_at", "2015-04-09 13:42:03.464011"], ["updated_at", "2015-04-09 13:42:03.464011"], ["tracking", "150409-29"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5529"], ["description", "I-am-the-task-description_128"], ["created_at", "2015-04-09 13:42:03.467924"], ["updated_at", "2015-04-09 13:42:03.467924"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task7918"], ["description", "I-am-the-task-description_3682"], ["created_at", "2015-04-09 13:42:03.471656"], ["updated_at", "2015-04-09 13:42:03.471656"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:42:03.475515"], ["updated_at", "2015-04-09 13:42:03.475515"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3210"], ["description", "I-am-the-goal-description_2601"], ["version", 1], ["created_at", "2015-04-09 13:42:03.486474"], ["updated_at", "2015-04-09 13:42:03.486474"], ["tracking", "150409-30"]]  (6.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task6252"], ["description", "I-am-the-task-description_3500"], ["created_at", "2015-04-09 13:42:03.497165"], ["updated_at", "2015-04-09 13:42:03.497165"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task9128"], ["description", "I-am-the-task-description_8200"], ["created_at", "2015-04-09 13:42:03.502230"], ["updated_at", "2015-04-09 13:42:03.502230"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:42:03.506747"], ["updated_at", "2015-04-09 13:42:03.506747"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-09", "term"=>"2015-04-09"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4935"], ["description", "I-am-the-goal-description_9390"], ["version", 1], ["created_at", "2015-04-09 13:42:03.520614"], ["updated_at", "2015-04-09 13:42:03.520614"], ["tracking", "150409-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task509"], ["description", "I-am-the-task-description_1094"], ["created_at", "2015-04-09 13:42:03.524907"], ["updated_at", "2015-04-09 13:42:03.524907"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task9497"], ["description", "I-am-the-task-description_1403"], ["created_at", "2015-04-09 13:42:03.528676"], ["updated_at", "2015-04-09 13:42:03.528676"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:42:03.532303"], ["updated_at", "2015-04-09 13:42:03.532303"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6097"], ["description", "I-am-the-goal-description_7835"], ["version", 1], ["created_at", "2015-04-09 13:42:03.544386"], ["updated_at", "2015-04-09 13:42:03.544386"], ["tracking", "150409-32"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task7640"], ["description", "I-am-the-task-description_2881"], ["created_at", "2015-04-09 13:42:03.548782"], ["updated_at", "2015-04-09 13:42:03.548782"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4849"], ["description", "I-am-the-task-description_7558"], ["created_at", "2015-04-09 13:42:03.552635"], ["updated_at", "2015-04-09 13:42:03.552635"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:42:03.614428"], ["updated_at", "2015-04-09 13:42:03.614428"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6987"], ["description", "I-am-the-goal-description_7583"], ["version", 1], ["created_at", "2015-04-09 13:42:03.628865"], ["updated_at", "2015-04-09 13:42:03.628865"], ["tracking", "150409-33"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2083"], ["description", "I-am-the-task-description_8832"], ["created_at", "2015-04-09 13:42:03.633458"], ["updated_at", "2015-04-09 13:42:03.633458"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task9579"], ["description", "I-am-the-task-description_4881"], ["created_at", "2015-04-09 13:42:03.637426"], ["updated_at", "2015-04-09 13:42:03.637426"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.4ms) 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 13:42:03.641269"], ["updated_at", "2015-04-09 13:42:03.641269"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1879"], ["description", "I-am-the-goal-description_1345"], ["version", 1], ["created_at", "2015-04-09 13:42:03.654614"], ["updated_at", "2015-04-09 13:42:03.654614"], ["tracking", "150409-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task3613"], ["description", "I-am-the-task-description_928"], ["created_at", "2015-04-09 13:42:03.658682"], ["updated_at", "2015-04-09 13:42:03.658682"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task8268"], ["description", "I-am-the-task-description_3427"], ["created_at", "2015-04-09 13:42:03.663588"], ["updated_at", "2015-04-09 13:42:03.663588"]]  (0.9ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-09"], ["term", "2015-04-09"], ["done", "f"], ["created_at", "2015-04-09 13:42:03.668769"], ["updated_at", "2015-04-09 13:42:03.668769"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.6ms) 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 13:42:03.675655"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.6ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8576"], ["description", "I-am-the-goal-description_6756"], ["version", 1], ["created_at", "2015-04-09 13:42:03.683818"], ["updated_at", "2015-04-09 13:42:03.683818"], ["tracking", "150409-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1240"], ["description", "I-am-the-goal-description_5071"], ["version", 1], ["created_at", "2015-04-09 13:42:03.688855"], ["updated_at", "2015-04-09 13:42:03.688855"], ["tracking", "150409-36"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 40], ["title", "I-am-a-task2307"], ["description", "I-am-the-task-description_1766"], ["created_at", "2015-04-09 13:42:03.692760"], ["updated_at", "2015-04-09 13:42:03.692760"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1838"], ["description", "I-am-the-goal-description_6606"], ["version", 1], ["created_at", "2015-04-09 13:42:03.697028"], ["updated_at", "2015-04-09 13:42:03.697028"], ["tracking", "150409-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 41], ["title", "I-am-a-task9452"], ["description", "I-am-the-task-description_273"], ["created_at", "2015-04-09 13:42:03.701017"], ["updated_at", "2015-04-09 13:42:03.701017"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6280"], ["description", "I-am-the-goal-description_2009"], ["version", 1], ["created_at", "2015-04-09 13:42:03.703954"], ["updated_at", "2015-04-09 13:42:03.703954"], ["tracking", "150409-38"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 42], ["title", "I-am-a-task4372"], ["description", "I-am-the-task-description_8978"], ["created_at", "2015-04-09 13:42:03.708514"], ["updated_at", "2015-04-09 13:42:03.708514"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 42], ["title", "I-am-a-task4540"], ["description", "I-am-the-task-description_5181"], ["created_at", "2015-04-09 13:42:03.713134"], ["updated_at", "2015-04-09 13:42:03.713134"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 39], ["title", "I-am-a-task9405"], ["description", "I-am-the-task-description_4105"], ["created_at", "2015-04-09 13:42:03.717770"], ["updated_at", "2015-04-09 13:42:03.717770"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 39], ["title", "I-am-a-task4928"], ["description", "I-am-the-task-description_6263"], ["created_at", "2015-04-09 13:42:03.722159"], ["updated_at", "2015-04-09 13:42:03.722159"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-09')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7065"], ["description", "I-am-the-goal-description_7052"], ["version", 1], ["created_at", "2015-04-09 13:42:03.730704"], ["updated_at", "2015-04-09 13:42:03.730704"], ["tracking", "150409-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3484"], ["description", "I-am-the-goal-description_5576"], ["version", 1], ["created_at", "2015-04-09 13:42:03.736487"], ["updated_at", "2015-04-09 13:42:03.736487"], ["tracking", "150409-40"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 44], ["title", "I-am-a-task5076"], ["description", "I-am-the-task-description_3867"], ["created_at", "2015-04-09 13:42:03.740832"], ["updated_at", "2015-04-09 13:42:03.740832"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5882"], ["description", "I-am-the-goal-description_2254"], ["version", 1], ["created_at", "2015-04-09 13:42:03.745101"], ["updated_at", "2015-04-09 13:42:03.745101"], ["tracking", "150409-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 45], ["title", "I-am-a-task3281"], ["description", "I-am-the-task-description_8333"], ["created_at", "2015-04-09 13:42:03.749069"], ["updated_at", "2015-04-09 13:42:03.749069"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_697"], ["description", "I-am-the-goal-description_9542"], ["version", 1], ["created_at", "2015-04-09 13:42:03.752034"], ["updated_at", "2015-04-09 13:42:03.752034"], ["tracking", "150409-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 46], ["title", "I-am-a-task8095"], ["description", "I-am-the-task-description_8803"], ["created_at", "2015-04-09 13:42:03.756539"], ["updated_at", "2015-04-09 13:42:03.756539"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 46], ["title", "I-am-a-task5746"], ["description", "I-am-the-task-description_7391"], ["created_at", "2015-04-09 13:42:03.760807"], ["updated_at", "2015-04-09 13:42:03.760807"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 43], ["title", "I-am-a-task7197"], ["description", "I-am-the-task-description_494"], ["created_at", "2015-04-09 13:42:03.765382"], ["updated_at", "2015-04-09 13:42:03.765382"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 43], ["title", "I-am-a-task5171"], ["description", "I-am-the-task-description_726"], ["created_at", "2015-04-09 13:42:03.769501"], ["updated_at", "2015-04-09 13:42:03.769501"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5486"], ["description", "I-am-the-goal-description_2893"], ["version", 1], ["created_at", "2015-04-09 13:42:03.773610"], ["updated_at", "2015-04-09 13:42:03.773610"], ["tracking", "150409-43"]]  (1.1ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_325"], ["description", "I-am-the-goal-description_2520"], ["version", 1], ["created_at", "2015-04-09 13:42:03.782615"], ["updated_at", "2015-04-09 13:42:03.782615"], ["tracking", "150409-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7857"], ["description", "I-am-the-goal-description_8778"], ["version", 1], ["created_at", "2015-04-09 13:42:03.787588"], ["updated_at", "2015-04-09 13:42:03.787588"], ["tracking", "150409-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 49], ["title", "I-am-a-task8212"], ["description", "I-am-the-task-description_503"], ["created_at", "2015-04-09 13:42:03.791332"], ["updated_at", "2015-04-09 13:42:03.791332"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_903"], ["description", "I-am-the-goal-description_9164"], ["version", 1], ["created_at", "2015-04-09 13:42:03.795463"], ["updated_at", "2015-04-09 13:42:03.795463"], ["tracking", "150409-46"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 50], ["title", "I-am-a-task6116"], ["description", "I-am-the-task-description_600"], ["created_at", "2015-04-09 13:42:03.799559"], ["updated_at", "2015-04-09 13:42:03.799559"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8501"], ["description", "I-am-the-goal-description_6532"], ["version", 1], ["created_at", "2015-04-09 13:42:03.802470"], ["updated_at", "2015-04-09 13:42:03.802470"], ["tracking", "150409-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 51], ["title", "I-am-a-task5221"], ["description", "I-am-the-task-description_2180"], ["created_at", "2015-04-09 13:42:03.806916"], ["updated_at", "2015-04-09 13:42:03.806916"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 51], ["title", "I-am-a-task7538"], ["description", "I-am-the-task-description_9992"], ["created_at", "2015-04-09 13:42:03.811323"], ["updated_at", "2015-04-09 13:42:03.811323"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 48], ["title", "I-am-a-task5033"], ["description", "I-am-the-task-description_2847"], ["created_at", "2015-04-09 13:42:03.815900"], ["updated_at", "2015-04-09 13:42:03.815900"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 48], ["title", "I-am-a-task8886"], ["description", "I-am-the-task-description_3984"], ["created_at", "2015-04-09 13:42:03.820364"], ["updated_at", "2015-04-09 13:42:03.820364"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 48], ["title", "I-am-a-task8673"], ["description", "I-am-the-task-description_1087"], ["created_at", "2015-04-09 13:42:03.824879"], ["updated_at", "2015-04-09 13:42:03.824879"]]  (1.2ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3607"], ["description", "I-am-the-goal-description_6882"], ["version", 1], ["created_at", "2015-04-09 13:42:03.832821"], ["updated_at", "2015-04-09 13:42:03.832821"], ["tracking", "150409-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9851"], ["description", "I-am-the-goal-description_7798"], ["version", 1], ["created_at", "2015-04-09 13:42:03.838423"], ["updated_at", "2015-04-09 13:42:03.838423"], ["tracking", "150409-49"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 53], ["title", "I-am-a-task6498"], ["description", "I-am-the-task-description_2461"], ["created_at", "2015-04-09 13:42:03.842761"], ["updated_at", "2015-04-09 13:42:03.842761"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7331"], ["description", "I-am-the-goal-description_5991"], ["version", 1], ["created_at", "2015-04-09 13:42:03.847194"], ["updated_at", "2015-04-09 13:42:03.847194"], ["tracking", "150409-50"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 54], ["title", "I-am-a-task8067"], ["description", "I-am-the-task-description_8522"], ["created_at", "2015-04-09 13:42:03.850997"], ["updated_at", "2015-04-09 13:42:03.850997"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3540"], ["description", "I-am-the-goal-description_887"], ["version", 1], ["created_at", "2015-04-09 13:42:03.853956"], ["updated_at", "2015-04-09 13:42:03.853956"], ["tracking", "150409-51"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 55], ["title", "I-am-a-task7680"], ["description", "I-am-the-task-description_1316"], ["created_at", "2015-04-09 13:42:03.858489"], ["updated_at", "2015-04-09 13:42:03.858489"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-10"], ["goal_id", 55], ["title", "I-am-a-task3130"], ["description", "I-am-the-task-description_6264"], ["created_at", "2015-04-09 13:42:03.863329"], ["updated_at", "2015-04-09 13:42:03.863329"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 52], ["title", "I-am-a-task9581"], ["description", "I-am-the-task-description_9077"], ["created_at", "2015-04-09 13:42:03.867627"], ["updated_at", "2015-04-09 13:42:03.867627"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task2230"], ["description", "I-am-the-task-description_6510"], ["created_at", "2015-04-09 13:42:03.872359"], ["updated_at", "2015-04-09 13:42:03.872359"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 52], ["title", "I-am-a-task5903"], ["description", "I-am-the-task-description_6206"], ["created_at", "2015-04-09 13:42:03.877192"], ["updated_at", "2015-04-09 13:42:03.877192"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-09')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8896"], ["description", "I-am-the-goal-description_6122"], ["version", 1], ["created_at", "2015-04-09 13:42:03.885647"], ["updated_at", "2015-04-09 13:42:03.885647"], ["tracking", "150409-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-12"], ["goal_id", 56], ["title", "I-am-a-task7741"], ["description", "I-am-the-task-description_6843"], ["created_at", "2015-04-09 13:42:03.889582"], ["updated_at", "2015-04-09 13:42:03.889582"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1211"], ["description", "I-am-the-goal-description_4317"], ["version", 1], ["created_at", "2015-04-09 13:42:03.894920"], ["updated_at", "2015-04-09 13:42:03.894920"], ["tracking", "150409-53"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-12"], ["goal_id", 57], ["title", "I-am-a-task4362"], ["description", "I-am-the-task-description_6510"], ["created_at", "2015-04-09 13:42:03.898919"], ["updated_at", "2015-04-09 13:42:03.898919"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3001"], ["description", "I-am-the-goal-description_9782"], ["version", 1], ["created_at", "2015-04-09 13:42:03.904388"], ["updated_at", "2015-04-09 13:42:03.904388"], ["tracking", "150409-54"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 58], ["title", "I-am-a-task5090"], ["description", "I-am-the-task-description_4918"], ["created_at", "2015-04-09 13:42:03.908297"], ["updated_at", "2015-04-09 13:42:03.908297"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_20"], ["description", "I-am-the-goal-description_6374"], ["version", 1], ["created_at", "2015-04-09 13:42:03.914054"], ["updated_at", "2015-04-09 13:42:03.914054"], ["tracking", "150409-55"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-06"], ["term", "2015-04-08"], ["goal_id", 59], ["title", "I-am-a-task4185"], ["description", "I-am-the-task-description_3324"], ["created_at", "2015-04-09 13:42:03.918055"], ["updated_at", "2015-04-09 13:42:03.918055"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5344"], ["description", "I-am-the-goal-description_8833"], ["version", 1], ["created_at", "2015-04-09 13:42:03.924158"], ["updated_at", "2015-04-09 13:42:03.924158"], ["tracking", "150409-56"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5495"], ["description", "I-am-the-goal-description_4103"], ["version", 1], ["created_at", "2015-04-09 13:42:03.930432"], ["updated_at", "2015-04-09 13:42:03.930432"], ["tracking", "150409-57"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2064"], ["description", "I-am-the-goal-description_6901"], ["version", 1], ["created_at", "2015-04-09 13:42:03.936133"], ["updated_at", "2015-04-09 13:42:03.936133"], ["tracking", "150409-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4363"], ["description", "I-am-the-goal-description_9514"], ["version", 1], ["created_at", "2015-04-09 13:42:03.941652"], ["updated_at", "2015-04-09 13:42:03.941652"], ["tracking", "150409-59"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7105"], ["description", "I-am-the-goal-description_9522"], ["version", 1], ["created_at", "2015-04-09 13:42:03.947833"], ["updated_at", "2015-04-09 13:42:03.947833"], ["tracking", "150409-60"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2861"], ["description", "I-am-the-goal-description_1903"], ["version", 1], ["created_at", "2015-04-09 13:42:03.954385"], ["updated_at", "2015-04-09 13:42:03.954385"], ["tracking", "150409-61"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2044"], ["description", "I-am-the-goal-description_9303"], ["version", 1], ["created_at", "2015-04-09 13:42:03.959918"], ["updated_at", "2015-04-09 13:42:03.959918"], ["tracking", "150409-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1600"], ["description", "I-am-the-goal-description_7267"], ["version", 1], ["created_at", "2015-04-09 13:42:03.965849"], ["updated_at", "2015-04-09 13:42:03.965849"], ["tracking", "150409-63"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task2795"], ["description", "I-am-the-task-description_4590"], ["created_at", "2015-04-09 13:42:03.970152"], ["updated_at", "2015-04-09 13:42:03.970152"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7060"], ["description", "I-am-the-goal-description_5716"], ["version", 1], ["created_at", "2015-04-09 13:42:03.975544"], ["updated_at", "2015-04-09 13:42:03.975544"], ["tracking", "150409-64"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_40"], ["description", "I-am-the-goal-description_1078"], ["version", 1], ["created_at", "2015-04-09 13:42:03.982964"], ["updated_at", "2015-04-09 13:42:03.982964"], ["tracking", "150409-65"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_815"], ["description", "I-am-the-goal-description_4978"], ["version", 1], ["created_at", "2015-04-09 13:42:03.989591"], ["updated_at", "2015-04-09 13:42:03.989591"], ["tracking", "150409-66"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8888"], ["description", "I-am-the-goal-description_2001"], ["version", 1], ["created_at", "2015-04-09 13:42:03.996149"], ["updated_at", "2015-04-09 13:42:03.996149"], ["tracking", "150409-67"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task9927"], ["description", "I-am-the-task-description_4731"], ["created_at", "2015-04-09 13:42:03.999645"], ["updated_at", "2015-04-09 13:42:03.999645"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8425"], ["description", "I-am-the-goal-description_3127"], ["version", 1], ["created_at", "2015-04-09 13:42:04.003973"], ["updated_at", "2015-04-09 13:42:04.003973"], ["tracking", "150409-68"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task1141"], ["description", "I-am-the-task-description_5270"], ["created_at", "2015-04-09 13:42:04.008751"], ["updated_at", "2015-04-09 13:42:04.008751"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5910"], ["description", "I-am-the-goal-description_5761"], ["version", 1], ["created_at", "2015-04-09 13:42:04.014076"], ["updated_at", "2015-04-09 13:42:04.014076"], ["tracking", "150409-69"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task5059"], ["description", "I-am-the-task-description_4382"], ["created_at", "2015-04-09 13:42:04.019213"], ["updated_at", "2015-04-09 13:42:04.019213"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6648"], ["description", "I-am-the-goal-description_2283"], ["version", 1], ["created_at", "2015-04-09 13:42:04.023581"], ["updated_at", "2015-04-09 13:42:04.023581"], ["tracking", "150409-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task3200"], ["description", "I-am-the-task-description_4734"], ["created_at", "2015-04-09 13:42:04.029368"], ["updated_at", "2015-04-09 13:42:04.029368"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9710"], ["description", "I-am-the-goal-description_8457"], ["version", 1], ["created_at", "2015-04-09 13:42:04.034086"], ["updated_at", "2015-04-09 13:42:04.034086"], ["tracking", "150409-71"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task5529"], ["description", "I-am-the-task-description_6567"], ["created_at", "2015-04-09 13:42:04.038818"], ["updated_at", "2015-04-09 13:42:04.038818"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_371"], ["description", "I-am-the-goal-description_3950"], ["version", 1], ["created_at", "2015-04-09 13:42:04.044664"], ["updated_at", "2015-04-09 13:42:04.044664"], ["tracking", "150409-72"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task5170"], ["description", "I-am-the-task-description_2362"], ["created_at", "2015-04-09 13:42:04.049314"], ["updated_at", "2015-04-09 13:42:04.049314"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8337"], ["description", "I-am-the-goal-description_7224"], ["version", 1], ["created_at", "2015-04-09 13:42:04.055198"], ["updated_at", "2015-04-09 13:42:04.055198"], ["tracking", "150409-73"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task391"], ["description", "I-am-the-task-description_3101"], ["created_at", "2015-04-09 13:42:04.059926"], ["updated_at", "2015-04-09 13:42:04.059926"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_130"], ["description", "I-am-the-goal-description_7325"], ["version", 1], ["created_at", "2015-04-09 13:42:04.066278"], ["updated_at", "2015-04-09 13:42:04.066278"], ["tracking", "150409-74"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task2618"], ["description", "I-am-the-task-description_7952"], ["created_at", "2015-04-09 13:42:04.070148"], ["updated_at", "2015-04-09 13:42:04.070148"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6862"], ["description", "I-am-the-goal-description_323"], ["version", 1], ["created_at", "2015-04-09 13:42:04.075156"], ["updated_at", "2015-04-09 13:42:04.075156"], ["tracking", "150409-75"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task762"], ["description", "I-am-the-task-description_629"], ["created_at", "2015-04-09 13:42:04.080231"], ["updated_at", "2015-04-09 13:42:04.080231"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1152"], ["description", "I-am-the-goal-description_4562"], ["version", 1], ["created_at", "2015-04-09 13:42:04.085207"], ["updated_at", "2015-04-09 13:42:04.085207"], ["tracking", "150409-76"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 80], ["title", "I-am-a-task354"], ["description", "I-am-the-task-description_9035"], ["created_at", "2015-04-09 13:42:04.089182"], ["updated_at", "2015-04-09 13:42:04.089182"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9107"], ["description", "I-am-the-goal-description_3508"], ["version", 1], ["created_at", "2015-04-09 13:42:04.094060"], ["updated_at", "2015-04-09 13:42:04.094060"], ["tracking", "150409-77"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-09 13:42:04.097217"], ["id", 81]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-09 13:42:04.099729"], ["id", 81]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3047"], ["description", "I-am-the-goal-description_1178"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5998"], ["description", "I-am-the-goal-description_1195"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_927"], ["description", "I-am-the-goal-description_4458"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2456"], ["description", "I-am-the-goal-description_7068"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7981"], ["description", "I-am-the-goal-description_9528"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task6229"], ["description", "I-am-the-task-description_2157"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task5595"], ["description", "I-am-the-task-description_7173"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_961"], ["description", "I-am-the-goal-description_7090"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6272"], ["description", "I-am-the-goal-description_4706"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8236"], ["description", "I-am-the-goal-description_6746"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7326"], ["description", "I-am-the-goal-description_2873"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task3917"], ["description", "I-am-the-task-description_5515"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9024"], ["description", "I-am-the-goal-description_3656"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task1248"], ["description", "I-am-the-task-description_4417"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5017"], ["description", "I-am-the-goal-description_1767"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task7609"], ["description", "I-am-the-task-description_6996"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3950"], ["description", "I-am-the-goal-description_1777"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task117"], ["description", "I-am-the-task-description_8129"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 105], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_478"], ["description", "I-am-the-goal-description_9228"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task732"], ["description", "I-am-the-task-description_8772"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 106], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2335"], ["description", "I-am-the-goal-description_2319"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task3420"], ["description", "I-am-the-task-description_6932"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 107], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4256"], ["description", "I-am-the-goal-description_3043"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task7990"], ["description", "I-am-the-task-description_7482"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8966"], ["description", "I-am-the-goal-description_4224"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1873"], ["description", "I-am-the-goal-description_7915"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5871"], ["description", "I-am-the-goal-description_8771"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3841"], ["description", "I-am-the-goal-description_9892"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (66.9ms) Flyboy::Goal Load (0.6ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3936.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (3.3ms) Completed 200 OK in 4049ms (Views: 4020.0ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-09 15:42:20 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-09 15:42:20 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-09 15:42:20 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-09 15:42:22 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (328.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (332.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 344ms (Views: 335.6ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:22 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) 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 13:42:22.595273"], ["updated_at", "2015-04-09 13:42:22.595273"], ["tracking", "150409-1"]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/goals/1 Completed 302 Found in 16ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:22 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (52.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (108.1ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (54.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (169.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 198ms (Views: 170.9ms | ActiveRecord: 1.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (2.8ms) DELETE FROM "flyboy_goals";  (0.4ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5840"], ["description", "I-am-the-goal-description_2955"], ["version", 1], ["created_at", "2015-04-09 13:42:22.943620"], ["updated_at", "2015-04-09 13:42:22.943620"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8915"], ["description", "I-am-the-task-description_6445"], ["created_at", "2015-04-09 13:42:22.950091"], ["updated_at", "2015-04-09 13:42:22.950091"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8550"], ["description", "I-am-the-task-description_6689"], ["created_at", "2015-04-09 13:42:22.955175"], ["updated_at", "2015-04-09 13:42:22.955175"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6827"], ["description", "I-am-the-task-description_3642"], ["created_at", "2015-04-09 13:42:22.959320"], ["updated_at", "2015-04-09 13:42:22.959320"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:22 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:24 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (14.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1667"], ["description", "I-am-the-goal-description_1280"], ["version", 1], ["created_at", "2015-04-09 13:42:24.906697"], ["updated_at", "2015-04-09 13:42:24.906697"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:24 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 15:42:26 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (76.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (79.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 83ms (Views: 81.7ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:26 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_1280"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-09 13:42:26.962222"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:26 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6351"], ["description", "I-am-the-goal-description_4156"], ["version", 1], ["created_at", "2015-04-09 13:42:27.104972"], ["updated_at", "2015-04-09 13:42:27.104972"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:27 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:28 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.5ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-09 15:42:28 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (62.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (62.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 64ms (Views: 63.1ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:29 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.9ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 3.5ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:29 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5647"], ["description", "I-am-the-goal-description_839"], ["version", 1], ["created_at", "2015-04-09 13:42:29.174093"], ["updated_at", "2015-04-09 13:42:29.174093"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:29 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (5.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (10.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.6ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-09 15:42:30 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-09 13:42:30.760226"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:30 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_2807"], ["description", "I-am-the-goal-description_689"], ["version", 1], ["created_at", "2015-04-09 13:42:30.898295"], ["updated_at", "2015-04-09 13:42:30.898295"], ["tracking", "150409-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:30 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-09 15:42:32 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-09 13:42:32.479351"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:32 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5979"], ["description", "I-am-the-goal-description_3380"], ["version", 1], ["created_at", "2015-04-09 13:42:32.621529"], ["updated_at", "2015-04-09 13:42:32.621529"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7355"], ["description", "I-am-the-goal-description_2988"], ["version", 1], ["created_at", "2015-04-09 13:42:32.626427"], ["updated_at", "2015-04-09 13:42:32.626427"], ["tracking", "150409-2"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:32 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.8ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:42:34 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:61618/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (59.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 62ms (Views: 60.3ms | ActiveRecord: 0.5ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:42:34 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:61618/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.3ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.1ms | ActiveRecord: 0.5ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:42:34 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}} Redirected to http://127.0.0.1:61618/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:34 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.3ms | ActiveRecord: 0.9ms)  (3.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7398"], ["description", "I-am-the-goal-description_1813"], ["version", 1], ["created_at", "2015-04-09 13:42:34.739532"], ["updated_at", "2015-04-09 13:42:34.739532"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task930"], ["description", "I-am-the-task-description_6648"], ["created_at", "2015-04-09 13:42:34.745364"], ["updated_at", "2015-04-09 13:42:34.745364"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:34 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 12.7ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:42:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (11.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (79.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (103.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 109ms (Views: 104.9ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-09 15:42:36 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-09 13:42:36.592174"], ["created_at", "2015-04-09 13:42:36.594482"], ["updated_at", "2015-04-09 13:42:36.594482"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-09 13:42:36.596564"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/tasks/1 Completed 302 Found in 13ms (ActiveRecord: 3.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:42:36 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 25ms (Views: 21.3ms | ActiveRecord: 0.7ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6178"], ["description", "I-am-the-goal-description_5964"], ["version", 1], ["created_at", "2015-04-09 13:42:36.730912"], ["updated_at", "2015-04-09 13:42:36.730912"], ["tracking", "150409-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-09 15:42:36 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-09' AND reminder < '2015-04-09')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (59.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 61ms (Views: 59.9ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-09 15:42:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.0ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-09 15:42:38 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (86.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (90.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 95ms (Views: 92.8ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:38 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-16", "term"=>"2015-05-09", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-09"], ["reminder", "2015-04-16"], ["done", "f"], ["created_at", "2015-04-09 13:42:38.667832"], ["updated_at", "2015-04-09 13:42:38.667832"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:42:38 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 25ms (Views: 20.6ms | ActiveRecord: 0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3685"], ["description", "I-am-the-goal-description_6381"], ["version", 1], ["created_at", "2015-04-09 13:42:38.815675"], ["updated_at", "2015-04-09 13:42:38.815675"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6232"], ["description", "I-am-the-task-description_73"], ["created_at", "2015-04-09 13:42:38.819442"], ["updated_at", "2015-04-09 13:42:38.819442"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:42:40 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (21.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 25ms (Views: 21.6ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9740"], ["description", "I-am-the-goal-description_1366"], ["version", 1], ["created_at", "2015-04-09 13:42:40.553570"], ["updated_at", "2015-04-09 13:42:40.553570"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9235"], ["description", "I-am-the-task-description_5980"], ["created_at", "2015-04-09 13:42:40.558194"], ["updated_at", "2015-04-09 13:42:40.558194"]]  (1.0ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:40 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:42:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (75.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 79ms (Views: 75.9ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:42:42 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (69.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (72.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 77ms (Views: 74.3ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:42:42 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_5980", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-09 13:42:42.412238"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:42:42 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 27ms (Views: 23.2ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_635"], ["description", "I-am-the-goal-description_6098"], ["version", 1], ["created_at", "2015-04-09 13:42:42.551849"], ["updated_at", "2015-04-09 13:42:42.551849"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2528"], ["description", "I-am-the-task-description_3573"], ["created_at", "2015-04-09 13:42:42.555579"], ["updated_at", "2015-04-09 13:42:42.555579"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:42 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.2ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:42:44 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (67.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (77.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 81ms (Views: 77.9ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-09 15:42:44 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (68.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (68.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 72ms (Views: 69.7ms | ActiveRecord: 0.2ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-09 15:42:44 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 7ms (Views: 5.5ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9776"], ["description", "I-am-the-goal-description_6286"], ["version", 1], ["created_at", "2015-04-09 13:42:44.539809"], ["updated_at", "2015-04-09 13:42:44.539809"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2780"], ["description", "I-am-the-task-description_9545"], ["created_at", "2015-04-09 13:42:44.544657"], ["updated_at", "2015-04-09 13:42:44.544657"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:44 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-09 15:42:46 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-09 13:42:46.141866"], ["task_id", 1], ["created_at", "2015-04-09 13:42:46.143132"], ["updated_at", "2015-04-09 13:42:46.143132"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-09 13:42:46.144719"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3084"], ["description", "I-am-the-goal-description_2815"], ["version", 1], ["created_at", "2015-04-09 13:42:46.284867"], ["updated_at", "2015-04-09 13:42:46.284867"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-08"], ["term", "2015-04-09"], ["goal_id", 1], ["title", "I-am-a-task8931"], ["description", "I-am-the-task-description_8329"], ["created_at", "2015-04-09 13:42:46.288661"], ["updated_at", "2015-04-09 13:42:46.288661"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:46 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-09 15:42:47 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-16"], ["term", "2015-05-09"], ["updated_at", "2015-04-09 13:42:47.880899"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:61618/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_125"], ["description", "I-am-the-goal-description_3372"], ["version", 1], ["created_at", "2015-04-09 13:42:48.021068"], ["updated_at", "2015-04-09 13:42:48.021068"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task950"], ["description", "I-am-the-task-description_2917"], ["created_at", "2015-04-09 13:42:48.025243"], ["updated_at", "2015-04-09 13:42:48.025243"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6933"], ["description", "I-am-the-goal-description_1258"], ["version", 1], ["created_at", "2015-04-09 13:42:48.028926"], ["updated_at", "2015-04-09 13:42:48.028926"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task9185"], ["description", "I-am-the-task-description_9717"], ["created_at", "2015-04-09 13:42:48.032376"], ["updated_at", "2015-04-09 13:42:48.032376"]]  (1.0ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7330"], ["description", "I-am-the-goal-description_3107"], ["version", 1], ["created_at", "2015-04-09 13:42:48.036954"], ["updated_at", "2015-04-09 13:42:48.036954"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5265"], ["description", "I-am-the-task-description_7581"], ["created_at", "2015-04-09 13:42:48.040606"], ["updated_at", "2015-04-09 13:42:48.040606"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:48 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 11.8ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-09 15:42:49 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.pdf (3.2ms) Completed 200 OK in 106ms (Views: 3.0ms | ActiveRecord: 0.4ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4041"], ["description", "I-am-the-goal-description_6951"], ["version", 1], ["created_at", "2015-04-09 13:42:49.871681"], ["updated_at", "2015-04-09 13:42:49.871681"], ["tracking", "150409-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9003"], ["description", "I-am-the-task-description_4617"], ["created_at", "2015-04-09 13:42:49.876013"], ["updated_at", "2015-04-09 13:42:49.876013"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7714"], ["description", "I-am-the-goal-description_8422"], ["version", 1], ["created_at", "2015-04-09 13:42:49.879950"], ["updated_at", "2015-04-09 13:42:49.879950"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4112"], ["description", "I-am-the-task-description_384"], ["created_at", "2015-04-09 13:42:49.883416"], ["updated_at", "2015-04-09 13:42:49.883416"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7603"], ["description", "I-am-the-goal-description_8638"], ["version", 1], ["created_at", "2015-04-09 13:42:49.886619"], ["updated_at", "2015-04-09 13:42:49.886619"], ["tracking", "150409-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8388"], ["description", "I-am-the-task-description_243"], ["created_at", "2015-04-09 13:42:49.890962"], ["updated_at", "2015-04-09 13:42:49.890962"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:49 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-09 15:42:51 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-09.csv (0.5ms) Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5365"], ["description", "I-am-the-goal-description_9532"], ["version", 1], ["created_at", "2015-04-09 13:42:51.611338"], ["updated_at", "2015-04-09 13:42:51.611338"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6734"], ["description", "I-am-the-task-description_5798"], ["created_at", "2015-04-09 13:42:51.615347"], ["updated_at", "2015-04-09 13:42:51.615347"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9693"], ["description", "I-am-the-goal-description_6593"], ["version", 1], ["created_at", "2015-04-09 13:42:51.619317"], ["updated_at", "2015-04-09 13:42:51.619317"], ["tracking", "150409-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task865"], ["description", "I-am-the-task-description_8028"], ["created_at", "2015-04-09 13:42:51.623340"], ["updated_at", "2015-04-09 13:42:51.623340"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8566"], ["description", "I-am-the-goal-description_6285"], ["version", 1], ["created_at", "2015-04-09 13:42:51.626987"], ["updated_at", "2015-04-09 13:42:51.626987"], ["tracking", "150409-3"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8240"], ["description", "I-am-the-task-description_5819"], ["created_at", "2015-04-09 13:42:51.632564"], ["updated_at", "2015-04-09 13:42:51.632564"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (12.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 14.1ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-09 15:42:53 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (3.6ms) Completed 200 OK in 76ms (Views: 74.8ms | ActiveRecord: 0.5ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9611"], ["description", "I-am-the-goal-description_1014"], ["version", 1], ["created_at", "2015-04-09 13:42:53.371732"], ["updated_at", "2015-04-09 13:42:53.371732"], ["tracking", "150409-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6936"], ["description", "I-am-the-task-description_7244"], ["created_at", "2015-04-09 13:42:53.375543"], ["updated_at", "2015-04-09 13:42:53.375543"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-09') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7058"], ["description", "I-am-the-goal-description_8661"], ["version", 1], ["created_at", "2015-04-09 13:42:53.380385"], ["updated_at", "2015-04-09 13:42:53.380385"], ["tracking", "150409-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3795"], ["description", "I-am-the-task-description_4899"], ["created_at", "2015-04-09 13:42:53.385108"], ["updated_at", "2015-04-09 13:42:53.385108"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.4ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:42:54 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:61618/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:54 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.3ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:42:55 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:61618/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.4ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.3ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-09 15:42:55 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}} Redirected to http://127.0.0.1:61618/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-09 15:42:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.5ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.2ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.2ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7584"], ["description", "I-am-the-goal-description_926"], ["version", 1], ["created_at", "2015-04-10 08:51:24.697129"], ["updated_at", "2015-04-10 08:51:24.697129"], ["tracking", "150410-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task2329"], ["description", "I-am-the-task-description_8754"], ["created_at", "2015-04-10 08:51:24.708207"], ["updated_at", "2015-04-10 08:51:24.708207"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7650"], ["description", "I-am-the-goal-description_8483"], ["version", 1], ["created_at", "2015-04-10 08:51:24.713476"], ["updated_at", "2015-04-10 08:51:24.713476"], ["tracking", "150410-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4715"], ["description", "I-am-the-goal-description_4022"], ["version", 1], ["created_at", "2015-04-10 08:51:24.720539"], ["updated_at", "2015-04-10 08:51:24.720539"], ["tracking", "150410-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1758"], ["description", "I-am-the-goal-description_1699"], ["version", 1], ["created_at", "2015-04-10 08:51:24.730160"], ["updated_at", "2015-04-10 08:51:24.730160"], ["tracking", "150410-4"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6728"], ["description", "I-am-the-goal-description_1761"], ["version", 1], ["created_at", "2015-04-10 08:51:24.737177"], ["updated_at", "2015-04-10 08:51:24.737177"], ["tracking", "150410-5"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.3ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.3ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7546"], ["description", "I-am-the-goal-description_2814"], ["version", 1], ["created_at", "2015-04-10 08:59:42.145494"], ["updated_at", "2015-04-10 08:59:42.145494"], ["tracking", "150410-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3576"], ["description", "I-am-the-task-description_7198"], ["created_at", "2015-04-10 08:59:42.157957"], ["updated_at", "2015-04-10 08:59:42.157957"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1112"], ["description", "I-am-the-goal-description_4799"], ["version", 1], ["created_at", "2015-04-10 08:59:42.163025"], ["updated_at", "2015-04-10 08:59:42.163025"], ["tracking", "150410-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8047"], ["description", "I-am-the-goal-description_1654"], ["version", 1], ["created_at", "2015-04-10 08:59:42.170432"], ["updated_at", "2015-04-10 08:59:42.170432"], ["tracking", "150410-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4056"], ["description", "I-am-the-goal-description_2574"], ["version", 1], ["created_at", "2015-04-10 08:59:42.180202"], ["updated_at", "2015-04-10 08:59:42.180202"], ["tracking", "150410-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9913"], ["description", "I-am-the-goal-description_971"], ["version", 1], ["created_at", "2015-04-10 08:59:42.186043"], ["updated_at", "2015-04-10 08:59:42.186043"], ["tracking", "150410-5"]]  (0.8ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5946"], ["description", "I-am-the-goal-description_8782"], ["version", 1], ["created_at", "2015-04-10 09:00:45.622790"], ["updated_at", "2015-04-10 09:00:45.622790"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9627"], ["description", "I-am-the-task-description_8391"], ["created_at", "2015-04-10 09:00:45.633892"], ["updated_at", "2015-04-10 09:00:45.633892"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6573"], ["description", "I-am-the-goal-description_8674"], ["version", 1], ["created_at", "2015-04-10 09:00:45.638738"], ["updated_at", "2015-04-10 09:00:45.638738"], ["tracking", "150410-2"]]  (1.1ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8784"], ["description", "I-am-the-goal-description_5620"], ["version", 1], ["created_at", "2015-04-10 09:00:45.650712"], ["updated_at", "2015-04-10 09:00:45.650712"], ["tracking", "150410-3"]]  (0.9ms) commit transaction  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_54"], ["description", "I-am-the-goal-description_698"], ["version", 1], ["created_at", "2015-04-10 09:00:45.665331"], ["updated_at", "2015-04-10 09:00:45.665331"], ["tracking", "150410-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9773"], ["description", "I-am-the-goal-description_2420"], ["version", 1], ["created_at", "2015-04-10 09:00:45.672375"], ["updated_at", "2015-04-10 09:00:45.672375"], ["tracking", "150410-5"]]  (1.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (3.4ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4026"], ["description", "I-am-the-goal-description_4906"], ["version", 1], ["created_at", "2015-04-10 09:01:28.956286"], ["updated_at", "2015-04-10 09:01:28.956286"], ["tracking", "150410-1"]]  (2.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1616"], ["description", "I-am-the-task-description_6574"], ["created_at", "2015-04-10 09:01:28.967747"], ["updated_at", "2015-04-10 09:01:28.967747"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8965"], ["description", "I-am-the-goal-description_8092"], ["version", 1], ["created_at", "2015-04-10 09:01:28.973274"], ["updated_at", "2015-04-10 09:01:28.973274"], ["tracking", "150410-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4751"], ["description", "I-am-the-goal-description_3156"], ["version", 1], ["created_at", "2015-04-10 09:01:28.981391"], ["updated_at", "2015-04-10 09:01:28.981391"], ["tracking", "150410-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1648"], ["description", "I-am-the-goal-description_371"], ["version", 1], ["created_at", "2015-04-10 09:01:28.990583"], ["updated_at", "2015-04-10 09:01:28.990583"], ["tracking", "150410-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4905"], ["description", "I-am-the-goal-description_2841"], ["version", 1], ["created_at", "2015-04-10 09:01:28.996503"], ["updated_at", "2015-04-10 09:01:28.996503"], ["tracking", "150410-5"]]  (0.9ms) commit transaction ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6226"], ["description", "I-am-the-goal-description_3119"], ["version", 1], ["created_at", "2015-04-10 09:01:43.156374"], ["updated_at", "2015-04-10 09:01:43.156374"], ["tracking", "150410-1"]]  (2.2ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4179"], ["description", "I-am-the-task-description_9546"], ["created_at", "2015-04-10 09:01:43.168688"], ["updated_at", "2015-04-10 09:01:43.168688"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1662"], ["description", "I-am-the-goal-description_3491"], ["version", 1], ["created_at", "2015-04-10 09:01:43.174212"], ["updated_at", "2015-04-10 09:01:43.174212"], ["tracking", "150410-2"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9059"], ["description", "I-am-the-goal-description_7156"], ["version", 1], ["created_at", "2015-04-10 09:01:43.182362"], ["updated_at", "2015-04-10 09:01:43.182362"], ["tracking", "150410-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_220"], ["description", "I-am-the-goal-description_9924"], ["version", 1], ["created_at", "2015-04-10 09:01:43.193734"], ["updated_at", "2015-04-10 09:01:43.193734"], ["tracking", "150410-4"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8869"], ["description", "I-am-the-goal-description_6236"], ["version", 1], ["created_at", "2015-04-10 09:01:43.202263"], ["updated_at", "2015-04-10 09:01:43.202263"], ["tracking", "150410-5"]]  (1.3ms) commit transaction  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8491"], ["description", "I-am-the-goal-description_4499"], ["version", 1], ["created_at", "2015-04-10 09:01:55.022671"], ["updated_at", "2015-04-10 09:01:55.022671"], ["tracking", "150410-1"]]  (2.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4928"], ["description", "I-am-the-task-description_5689"], ["created_at", "2015-04-10 09:01:55.033616"], ["updated_at", "2015-04-10 09:01:55.033616"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6895"], ["description", "I-am-the-goal-description_4238"], ["version", 1], ["created_at", "2015-04-10 09:01:55.038564"], ["updated_at", "2015-04-10 09:01:55.038564"], ["tracking", "150410-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8644"], ["description", "I-am-the-goal-description_155"], ["version", 1], ["created_at", "2015-04-10 09:01:55.045428"], ["updated_at", "2015-04-10 09:01:55.045428"], ["tracking", "150410-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1073"], ["description", "I-am-the-goal-description_4729"], ["version", 1], ["created_at", "2015-04-10 09:01:55.054221"], ["updated_at", "2015-04-10 09:01:55.054221"], ["tracking", "150410-4"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_87"], ["description", "I-am-the-goal-description_8693"], ["version", 1], ["created_at", "2015-04-10 09:01:55.060296"], ["updated_at", "2015-04-10 09:01:55.060296"], ["tracking", "150410-5"]]  (0.9ms) commit transaction  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9316"], ["description", "I-am-the-goal-description_4905"], ["version", 1], ["created_at", "2015-04-10 09:02:08.697244"], ["updated_at", "2015-04-10 09:02:08.697244"], ["tracking", "150410-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1853"], ["description", "I-am-the-goal-description_4154"], ["version", 1], ["created_at", "2015-04-10 09:02:08.748159"], ["updated_at", "2015-04-10 09:02:08.748159"], ["tracking", "150410-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 28ms (Views: 17.5ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3672"], ["description", "I-am-the-goal-description_4478"], ["version", 1], ["created_at", "2015-04-10 09:02:08.870161"], ["updated_at", "2015-04-10 09:02:08.870161"], ["tracking", "150410-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8447"], ["description", "I-am-the-goal-description_6278"], ["version", 1], ["created_at", "2015-04-10 09:02:08.874043"], ["updated_at", "2015-04-10 09:02:08.874043"], ["tracking", "150410-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 11ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1539"], ["description", "I-am-the-goal-description_7469"], ["version", 1], ["created_at", "2015-04-10 09:02:08.899483"], ["updated_at", "2015-04-10 09:02:08.899483"], ["tracking", "150410-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_658"], ["description", "I-am-the-goal-description_6037"], ["version", 1], ["created_at", "2015-04-10 09:02:08.903547"], ["updated_at", "2015-04-10 09:02:08.903547"], ["tracking", "150410-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8717"], ["description", "I-am-the-goal-description_2516"], ["version", 1], ["created_at", "2015-04-10 09:02:08.913882"], ["updated_at", "2015-04-10 09:02:08.913882"], ["tracking", "150410-3"]]  (1.0ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.4ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-10 09:02:08.926086"], ["id", 7]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3493ms (ActiveRecord: 1.6ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1133"], ["description", "I-am-the-goal-description_7164"], ["version", 1], ["created_at", "2015-04-10 09:02:12.415099"], ["updated_at", "2015-04-10 09:02:12.415099"], ["tracking", "150410-4"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-10 09:02:12.422266"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5404"], ["description", "I-am-the-goal-description_2017"], ["version", 1], ["created_at", "2015-04-10 09:02:12.428024"], ["updated_at", "2015-04-10 09:02:12.428024"], ["tracking", "150410-5"]]  (0.6ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-10 09:02:12.434711"], ["id", 9]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.1ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7300"], ["description", "I-am-the-goal-description_2058"], ["version", 1], ["created_at", "2015-04-10 09:02:12.442389"], ["updated_at", "2015-04-10 09:02:12.442389"], ["tracking", "150410-6"]]  (1.4ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-10 09:02:12.449206"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9843"], ["description", "I-am-the-goal-description_4697"], ["version", 1], ["created_at", "2015-04-10 09:02:12.464788"], ["updated_at", "2015-04-10 09:02:12.464788"], ["tracking", "150410-7"]]  (0.9ms) commit transaction  (0.2ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task5492"], ["description", "I-am-the-task-description_4773"], ["created_at", "2015-04-10 09:02:12.537481"], ["updated_at", "2015-04-10 09:02:12.537481"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-10 09:02:12.550824"], ["task_id", 1], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-10 09:02:12.551936"], ["updated_at", "2015-04-10 09:02:12.551936"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-10 09:02:12.553618"], ["id", 1]]  (0.9ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-10 09:02:12 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-10 09:02:12 UTC", "updated_at"=>"2015-04-10 09:02:12 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-10 09:02:12.570273"], ["created_at", "2015-04-10 09:02:12.573489"], ["updated_at", "2015-04-10 09:02:12.573489"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 19ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_477"], ["description", "I-am-the-goal-description_5125"], ["version", 1], ["created_at", "2015-04-10 09:02:12.584045"], ["updated_at", "2015-04-10 09:02:12.584045"], ["tracking", "150410-8"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9256"], ["description", "I-am-the-task-description_6158"], ["created_at", "2015-04-10 09:02:12.588197"], ["updated_at", "2015-04-10 09:02:12.588197"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task5494"], ["description", "I-am-the-task-description_3860"], ["created_at", "2015-04-10 09:02:12.592115"], ["updated_at", "2015-04-10 09:02:12.592115"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 09:02:12.599951"], ["task_id", 2], ["created_at", "2015-04-10 09:02:12.601126"], ["updated_at", "2015-04-10 09:02:12.601126"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 09:02:12.602727"], ["id", 2]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3645"], ["description", "I-am-the-goal-description_5907"], ["version", 1], ["created_at", "2015-04-10 09:02:12.611694"], ["updated_at", "2015-04-10 09:02:12.611694"], ["tracking", "150410-9"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task7196"], ["description", "I-am-the-task-description_7827"], ["created_at", "2015-04-10 09:02:12.616189"], ["updated_at", "2015-04-10 09:02:12.616189"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task1656"], ["description", "I-am-the-task-description_9422"], ["created_at", "2015-04-10 09:02:12.620869"], ["updated_at", "2015-04-10 09:02:12.620869"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 09:02:12.630377"], ["task_id", 4], ["created_at", "2015-04-10 09:02:12.631786"], ["updated_at", "2015-04-10 09:02:12.631786"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 09:02:12.633775"], ["id", 4]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4176"], ["description", "I-am-the-goal-description_5647"], ["version", 1], ["created_at", "2015-04-10 09:02:12.641353"], ["updated_at", "2015-04-10 09:02:12.641353"], ["tracking", "150410-10"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task235"], ["description", "I-am-the-task-description_4769"], ["created_at", "2015-04-10 09:02:12.646126"], ["updated_at", "2015-04-10 09:02:12.646126"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task449"], ["description", "I-am-the-task-description_1485"], ["created_at", "2015-04-10 09:02:12.652394"], ["updated_at", "2015-04-10 09:02:12.652394"]]  (0.8ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 09:02:12.662409"], ["task_id", 6], ["created_at", "2015-04-10 09:02:12.663924"], ["updated_at", "2015-04-10 09:02:12.663924"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 09:02:12.666019"], ["id", 6]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 10ms (ActiveRecord: 1.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5692"], ["description", "I-am-the-goal-description_7711"], ["version", 1], ["created_at", "2015-04-10 09:02:12.676639"], ["updated_at", "2015-04-10 09:02:12.676639"], ["tracking", "150410-11"]]  (1.7ms) commit transaction  (0.1ms) begin transaction SQL (0.7ms) 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-task5844"], ["description", "I-am-the-task-description_7861"], ["created_at", "2015-04-10 09:02:12.685835"], ["updated_at", "2015-04-10 09:02:12.685835"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task4415"], ["description", "I-am-the-task-description_6633"], ["created_at", "2015-04-10 09:02:12.692616"], ["updated_at", "2015-04-10 09:02:12.692616"]]  (2.1ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 09:02:12.706480"], ["task_id", 8], ["created_at", "2015-04-10 09:02:12.707705"], ["updated_at", "2015-04-10 09:02:12.707705"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 09:02:12.709207"], ["id", 8]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 12ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8397"], ["description", "I-am-the-goal-description_3226"], ["version", 1], ["created_at", "2015-04-10 09:02:12.715856"], ["updated_at", "2015-04-10 09:02:12.715856"], ["tracking", "150410-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task8375"], ["description", "I-am-the-task-description_8153"], ["created_at", "2015-04-10 09:02:12.720279"], ["updated_at", "2015-04-10 09:02:12.720279"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4727"], ["description", "I-am-the-task-description_4091"], ["created_at", "2015-04-10 09:02:12.724645"], ["updated_at", "2015-04-10 09:02:12.724645"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 7ms (Views: 2.2ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7651"], ["description", "I-am-the-goal-description_7570"], ["version", 1], ["created_at", "2015-04-10 09:02:12.739668"], ["updated_at", "2015-04-10 09:02:12.739668"], ["tracking", "150410-13"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task5857"], ["description", "I-am-the-task-description_1707"], ["created_at", "2015-04-10 09:02:12.746748"], ["updated_at", "2015-04-10 09:02:12.746748"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2874"], ["description", "I-am-the-task-description_7913"], ["created_at", "2015-04-10 09:02:12.750859"], ["updated_at", "2015-04-10 09:02:12.750859"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction Flyboy::TaskComment Load (0.5ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.0ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7292"], ["description", "I-am-the-goal-description_625"], ["version", 1], ["created_at", "2015-04-10 09:02:12.790705"], ["updated_at", "2015-04-10 09:02:12.790705"], ["tracking", "150410-14"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task4949"], ["description", "I-am-the-task-description_2935"], ["created_at", "2015-04-10 09:02:12.795847"], ["updated_at", "2015-04-10 09:02:12.795847"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7233"], ["description", "I-am-the-goal-description_1965"], ["version", 1], ["created_at", "2015-04-10 09:02:12.800455"], ["updated_at", "2015-04-10 09:02:12.800455"], ["tracking", "150410-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task7600"], ["description", "I-am-the-task-description_9566"], ["created_at", "2015-04-10 09:02:12.805004"], ["updated_at", "2015-04-10 09:02:12.805004"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3549"], ["description", "I-am-the-goal-description_8248"], ["version", 1], ["created_at", "2015-04-10 09:02:12.816741"], ["updated_at", "2015-04-10 09:02:12.816741"], ["tracking", "150410-16"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task3975"], ["description", "I-am-the-task-description_6248"], ["created_at", "2015-04-10 09:02:12.821709"], ["updated_at", "2015-04-10 09:02:12.821709"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task9486"], ["description", "I-am-the-task-description_3936"], ["created_at", "2015-04-10 09:02:12.826258"], ["updated_at", "2015-04-10 09:02:12.826258"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7637"], ["description", "I-am-the-goal-description_8047"], ["version", 1], ["created_at", "2015-04-10 09:02:12.844530"], ["updated_at", "2015-04-10 09:02:12.844530"], ["tracking", "150410-17"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task5332"], ["description", "I-am-the-task-description_129"], ["created_at", "2015-04-10 09:02:12.848471"], ["updated_at", "2015-04-10 09:02:12.848471"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9254"], ["description", "I-am-the-goal-description_7816"], ["version", 1], ["created_at", "2015-04-10 09:02:12.852197"], ["updated_at", "2015-04-10 09:02:12.852197"], ["tracking", "150410-18"]]  (1.0ms) commit transaction  (0.0ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task8280"], ["description", "I-am-the-task-description_9805"], ["created_at", "2015-04-10 09:02:12.856036"], ["updated_at", "2015-04-10 09:02:12.856036"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.7ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.7ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_582"], ["description", "I-am-the-goal-description_6143"], ["version", 1], ["created_at", "2015-04-10 09:02:12.876664"], ["updated_at", "2015-04-10 09:02:12.876664"], ["tracking", "150410-19"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task3415"], ["description", "I-am-the-task-description_7345"], ["created_at", "2015-04-10 09:02:12.881375"], ["updated_at", "2015-04-10 09:02:12.881375"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task7643"], ["description", "I-am-the-task-description_2430"], ["created_at", "2015-04-10 09:02:12.885103"], ["updated_at", "2015-04-10 09:02:12.885103"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6661"], ["description", "I-am-the-goal-description_8284"], ["version", 1], ["created_at", "2015-04-10 09:02:12.900519"], ["updated_at", "2015-04-10 09:02:12.900519"], ["tracking", "150410-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task7275"], ["description", "I-am-the-task-description_3403"], ["created_at", "2015-04-10 09:02:12.904290"], ["updated_at", "2015-04-10 09:02:12.904290"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4309"], ["description", "I-am-the-goal-description_6380"], ["version", 1], ["created_at", "2015-04-10 09:02:12.908105"], ["updated_at", "2015-04-10 09:02:12.908105"], ["tracking", "150410-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task8321"], ["description", "I-am-the-task-description_2260"], ["created_at", "2015-04-10 09:02:12.911834"], ["updated_at", "2015-04-10 09:02:12.911834"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1464"], ["description", "I-am-the-goal-description_1706"], ["version", 1], ["created_at", "2015-04-10 09:02:12.921957"], ["updated_at", "2015-04-10 09:02:12.921957"], ["tracking", "150410-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task9114"], ["description", "I-am-the-task-description_528"], ["created_at", "2015-04-10 09:02:12.926297"], ["updated_at", "2015-04-10 09:02:12.926297"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task3821"], ["description", "I-am-the-task-description_7751"], ["created_at", "2015-04-10 09:02:12.930684"], ["updated_at", "2015-04-10 09:02:12.930684"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.7ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_90"], ["description", "I-am-the-goal-description_9510"], ["version", 1], ["created_at", "2015-04-10 09:02:12.945514"], ["updated_at", "2015-04-10 09:02:12.945514"], ["tracking", "150410-23"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2483"], ["description", "I-am-the-task-description_6888"], ["created_at", "2015-04-10 09:02:12.949400"], ["updated_at", "2015-04-10 09:02:12.949400"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2054"], ["description", "I-am-the-task-description_9017"], ["created_at", "2015-04-10 09:02:12.953240"], ["updated_at", "2015-04-10 09:02:12.953240"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.3ms) Completed 200 OK in 6ms (Views: 2.4ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4905"], ["description", "I-am-the-goal-description_8617"], ["version", 1], ["created_at", "2015-04-10 09:02:12.966074"], ["updated_at", "2015-04-10 09:02:12.966074"], ["tracking", "150410-24"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task204"], ["description", "I-am-the-task-description_1279"], ["created_at", "2015-04-10 09:02:12.969690"], ["updated_at", "2015-04-10 09:02:12.969690"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6848"], ["description", "I-am-the-task-description_9706"], ["created_at", "2015-04-10 09:02:12.973496"], ["updated_at", "2015-04-10 09:02:12.973496"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.3ms) Completed 200 OK in 5ms (Views: 2.7ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5513"], ["description", "I-am-the-goal-description_8857"], ["version", 1], ["created_at", "2015-04-10 09:02:12.985951"], ["updated_at", "2015-04-10 09:02:12.985951"], ["tracking", "150410-25"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task8418"], ["description", "I-am-the-task-description_4192"], ["created_at", "2015-04-10 09:02:12.989715"], ["updated_at", "2015-04-10 09:02:12.989715"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task8332"], ["description", "I-am-the-task-description_5709"], ["created_at", "2015-04-10 09:02:12.993615"], ["updated_at", "2015-04-10 09:02:12.993615"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-10"], ["reminder", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 09:02:13.062064"], ["updated_at", "2015-04-10 09:02:13.062064"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 6ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6309"], ["description", "I-am-the-goal-description_8585"], ["version", 1], ["created_at", "2015-04-10 09:02:13.069084"], ["updated_at", "2015-04-10 09:02:13.069084"], ["tracking", "150410-26"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task5525"], ["description", "I-am-the-task-description_6251"], ["created_at", "2015-04-10 09:02:13.073225"], ["updated_at", "2015-04-10 09:02:13.073225"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task6634"], ["description", "I-am-the-task-description_2822"], ["created_at", "2015-04-10 09:02:13.079716"], ["updated_at", "2015-04-10 09:02:13.079716"]]  (1.0ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-10"], ["reminder", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 09:02:13.089660"], ["updated_at", "2015-04-10 09:02:13.089660"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 7ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5592"], ["description", "I-am-the-goal-description_6158"], ["version", 1], ["created_at", "2015-04-10 09:02:13.101363"], ["updated_at", "2015-04-10 09:02:13.101363"], ["tracking", "150410-27"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task1290"], ["description", "I-am-the-task-description_5701"], ["created_at", "2015-04-10 09:02:13.106122"], ["updated_at", "2015-04-10 09:02:13.106122"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task7511"], ["description", "I-am-the-task-description_6431"], ["created_at", "2015-04-10 09:02:13.109982"], ["updated_at", "2015-04-10 09:02:13.109982"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-10"], ["reminder", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 09:02:13.116721"], ["updated_at", "2015-04-10 09:02:13.116721"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 6ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6222"], ["description", "I-am-the-goal-description_8038"], ["version", 1], ["created_at", "2015-04-10 09:02:13.124193"], ["updated_at", "2015-04-10 09:02:13.124193"], ["tracking", "150410-28"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task2375"], ["description", "I-am-the-task-description_285"], ["created_at", "2015-04-10 09:02:13.128401"], ["updated_at", "2015-04-10 09:02:13.128401"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task1480"], ["description", "I-am-the-task-description_9841"], ["created_at", "2015-04-10 09:02:13.132821"], ["updated_at", "2015-04-10 09:02:13.132821"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7711"], ["description", "I-am-the-goal-description_935"], ["version", 1], ["created_at", "2015-04-10 09:02:13.144934"], ["updated_at", "2015-04-10 09:02:13.144934"], ["tracking", "150410-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task9578"], ["description", "I-am-the-task-description_4788"], ["created_at", "2015-04-10 09:02:13.149154"], ["updated_at", "2015-04-10 09:02:13.149154"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task208"], ["description", "I-am-the-task-description_5403"], ["created_at", "2015-04-10 09:02:13.153374"], ["updated_at", "2015-04-10 09:02:13.153374"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 09:02:13.157940"], ["updated_at", "2015-04-10 09:02:13.157940"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3732"], ["description", "I-am-the-goal-description_9527"], ["version", 1], ["created_at", "2015-04-10 09:02:13.170664"], ["updated_at", "2015-04-10 09:02:13.170664"], ["tracking", "150410-30"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4213"], ["description", "I-am-the-task-description_5452"], ["created_at", "2015-04-10 09:02:13.174531"], ["updated_at", "2015-04-10 09:02:13.174531"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task1162"], ["description", "I-am-the-task-description_4297"], ["created_at", "2015-04-10 09:02:13.178414"], ["updated_at", "2015-04-10 09:02:13.178414"]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 09:02:13.182135"], ["updated_at", "2015-04-10 09:02:13.182135"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 5ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5758"], ["description", "I-am-the-goal-description_4552"], ["version", 1], ["created_at", "2015-04-10 09:02:13.194187"], ["updated_at", "2015-04-10 09:02:13.194187"], ["tracking", "150410-31"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task2143"], ["description", "I-am-the-task-description_986"], ["created_at", "2015-04-10 09:02:13.198338"], ["updated_at", "2015-04-10 09:02:13.198338"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task7366"], ["description", "I-am-the-task-description_2207"], ["created_at", "2015-04-10 09:02:13.202211"], ["updated_at", "2015-04-10 09:02:13.202211"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 09:02:13.205962"], ["updated_at", "2015-04-10 09:02:13.205962"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 0.9ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_857"], ["description", "I-am-the-goal-description_1938"], ["version", 1], ["created_at", "2015-04-10 09:02:13.217730"], ["updated_at", "2015-04-10 09:02:13.217730"], ["tracking", "150410-32"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task3598"], ["description", "I-am-the-task-description_8522"], ["created_at", "2015-04-10 09:02:13.223007"], ["updated_at", "2015-04-10 09:02:13.223007"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task4386"], ["description", "I-am-the-task-description_2342"], ["created_at", "2015-04-10 09:02:13.227630"], ["updated_at", "2015-04-10 09:02:13.227630"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 09:02:13.232462"], ["updated_at", "2015-04-10 09:02:13.232462"]]  (1.0ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.3ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.6ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 6ms (ActiveRecord: 1.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9627"], ["description", "I-am-the-goal-description_4756"], ["version", 1], ["created_at", "2015-04-10 09:02:13.248367"], ["updated_at", "2015-04-10 09:02:13.248367"], ["tracking", "150410-33"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task8513"], ["description", "I-am-the-task-description_2461"], ["created_at", "2015-04-10 09:02:13.253300"], ["updated_at", "2015-04-10 09:02:13.253300"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task9975"], ["description", "I-am-the-task-description_1249"], ["created_at", "2015-04-10 09:02:13.259312"], ["updated_at", "2015-04-10 09:02:13.259312"]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 09:02:13.264024"], ["updated_at", "2015-04-10 09:02:13.264024"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.4ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4370"], ["description", "I-am-the-goal-description_3498"], ["version", 1], ["created_at", "2015-04-10 09:02:13.279720"], ["updated_at", "2015-04-10 09:02:13.279720"], ["tracking", "150410-34"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task9317"], ["description", "I-am-the-task-description_6197"], ["created_at", "2015-04-10 09:02:13.284377"], ["updated_at", "2015-04-10 09:02:13.284377"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task5196"], ["description", "I-am-the-task-description_8592"], ["created_at", "2015-04-10 09:02:13.290372"], ["updated_at", "2015-04-10 09:02:13.290372"]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 09:02:13.295655"], ["updated_at", "2015-04-10 09:02:13.295655"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-17"], ["term", "2015-05-10"], ["updated_at", "2015-04-10 09:02:13.303570"], ["id", 58]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 1.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5642"], ["description", "I-am-the-goal-description_7427"], ["version", 1], ["created_at", "2015-04-10 09:02:13.311019"], ["updated_at", "2015-04-10 09:02:13.311019"], ["tracking", "150410-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8235"], ["description", "I-am-the-goal-description_1329"], ["version", 1], ["created_at", "2015-04-10 09:02:13.317466"], ["updated_at", "2015-04-10 09:02:13.317466"], ["tracking", "150410-36"]]  (0.8ms) commit transaction  (0.2ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 40], ["title", "I-am-a-task670"], ["description", "I-am-the-task-description_1861"], ["created_at", "2015-04-10 09:02:13.322420"], ["updated_at", "2015-04-10 09:02:13.322420"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4170"], ["description", "I-am-the-goal-description_7070"], ["version", 1], ["created_at", "2015-04-10 09:02:13.326835"], ["updated_at", "2015-04-10 09:02:13.326835"], ["tracking", "150410-37"]]  (1.4ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 41], ["title", "I-am-a-task1666"], ["description", "I-am-the-task-description_5209"], ["created_at", "2015-04-10 09:02:13.331796"], ["updated_at", "2015-04-10 09:02:13.331796"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7035"], ["description", "I-am-the-goal-description_1085"], ["version", 1], ["created_at", "2015-04-10 09:02:13.335195"], ["updated_at", "2015-04-10 09:02:13.335195"], ["tracking", "150410-38"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task6055"], ["description", "I-am-the-task-description_6114"], ["created_at", "2015-04-10 09:02:13.340766"], ["updated_at", "2015-04-10 09:02:13.340766"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 42], ["title", "I-am-a-task3922"], ["description", "I-am-the-task-description_8638"], ["created_at", "2015-04-10 09:02:13.346181"], ["updated_at", "2015-04-10 09:02:13.346181"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 39], ["title", "I-am-a-task329"], ["description", "I-am-the-task-description_7362"], ["created_at", "2015-04-10 09:02:13.351189"], ["updated_at", "2015-04-10 09:02:13.351189"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 39], ["title", "I-am-a-task6395"], ["description", "I-am-the-task-description_2088"], ["created_at", "2015-04-10 09:02:13.356544"], ["updated_at", "2015-04-10 09:02:13.356544"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2629"], ["description", "I-am-the-goal-description_1423"], ["version", 1], ["created_at", "2015-04-10 09:02:13.364634"], ["updated_at", "2015-04-10 09:02:13.364634"], ["tracking", "150410-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7133"], ["description", "I-am-the-goal-description_4010"], ["version", 1], ["created_at", "2015-04-10 09:02:13.370352"], ["updated_at", "2015-04-10 09:02:13.370352"], ["tracking", "150410-40"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 44], ["title", "I-am-a-task2929"], ["description", "I-am-the-task-description_1299"], ["created_at", "2015-04-10 09:02:13.375137"], ["updated_at", "2015-04-10 09:02:13.375137"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5662"], ["description", "I-am-the-goal-description_9883"], ["version", 1], ["created_at", "2015-04-10 09:02:13.379970"], ["updated_at", "2015-04-10 09:02:13.379970"], ["tracking", "150410-41"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 45], ["title", "I-am-a-task7105"], ["description", "I-am-the-task-description_6044"], ["created_at", "2015-04-10 09:02:13.384417"], ["updated_at", "2015-04-10 09:02:13.384417"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_199"], ["description", "I-am-the-goal-description_8057"], ["version", 1], ["created_at", "2015-04-10 09:02:13.387907"], ["updated_at", "2015-04-10 09:02:13.387907"], ["tracking", "150410-42"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task1329"], ["description", "I-am-the-task-description_4573"], ["created_at", "2015-04-10 09:02:13.395280"], ["updated_at", "2015-04-10 09:02:13.395280"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 46], ["title", "I-am-a-task4591"], ["description", "I-am-the-task-description_4720"], ["created_at", "2015-04-10 09:02:13.400398"], ["updated_at", "2015-04-10 09:02:13.400398"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 43], ["title", "I-am-a-task4877"], ["description", "I-am-the-task-description_8140"], ["created_at", "2015-04-10 09:02:13.405719"], ["updated_at", "2015-04-10 09:02:13.405719"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 43], ["title", "I-am-a-task474"], ["description", "I-am-the-task-description_5128"], ["created_at", "2015-04-10 09:02:13.410829"], ["updated_at", "2015-04-10 09:02:13.410829"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1843"], ["description", "I-am-the-goal-description_4345"], ["version", 1], ["created_at", "2015-04-10 09:02:13.415052"], ["updated_at", "2015-04-10 09:02:13.415052"], ["tracking", "150410-43"]]  (1.0ms) commit transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-10')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6921"], ["description", "I-am-the-goal-description_268"], ["version", 1], ["created_at", "2015-04-10 09:02:13.426285"], ["updated_at", "2015-04-10 09:02:13.426285"], ["tracking", "150410-44"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2682"], ["description", "I-am-the-goal-description_9199"], ["version", 1], ["created_at", "2015-04-10 09:02:13.434249"], ["updated_at", "2015-04-10 09:02:13.434249"], ["tracking", "150410-45"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 49], ["title", "I-am-a-task9397"], ["description", "I-am-the-task-description_3248"], ["created_at", "2015-04-10 09:02:13.439785"], ["updated_at", "2015-04-10 09:02:13.439785"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_807"], ["description", "I-am-the-goal-description_6836"], ["version", 1], ["created_at", "2015-04-10 09:02:13.445667"], ["updated_at", "2015-04-10 09:02:13.445667"], ["tracking", "150410-46"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 50], ["title", "I-am-a-task5282"], ["description", "I-am-the-task-description_3267"], ["created_at", "2015-04-10 09:02:13.450893"], ["updated_at", "2015-04-10 09:02:13.450893"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6211"], ["description", "I-am-the-goal-description_5804"], ["version", 1], ["created_at", "2015-04-10 09:02:13.454380"], ["updated_at", "2015-04-10 09:02:13.454380"], ["tracking", "150410-47"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task774"], ["description", "I-am-the-task-description_3414"], ["created_at", "2015-04-10 09:02:13.459037"], ["updated_at", "2015-04-10 09:02:13.459037"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 51], ["title", "I-am-a-task249"], ["description", "I-am-the-task-description_9325"], ["created_at", "2015-04-10 09:02:13.463235"], ["updated_at", "2015-04-10 09:02:13.463235"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 48], ["title", "I-am-a-task7646"], ["description", "I-am-the-task-description_4920"], ["created_at", "2015-04-10 09:02:13.467996"], ["updated_at", "2015-04-10 09:02:13.467996"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task3147"], ["description", "I-am-the-task-description_8885"], ["created_at", "2015-04-10 09:02:13.472439"], ["updated_at", "2015-04-10 09:02:13.472439"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task9735"], ["description", "I-am-the-task-description_8269"], ["created_at", "2015-04-10 09:02:13.477026"], ["updated_at", "2015-04-10 09:02:13.477026"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4669"], ["description", "I-am-the-goal-description_6164"], ["version", 1], ["created_at", "2015-04-10 09:02:13.483725"], ["updated_at", "2015-04-10 09:02:13.483725"], ["tracking", "150410-48"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1725"], ["description", "I-am-the-goal-description_1782"], ["version", 1], ["created_at", "2015-04-10 09:02:13.488955"], ["updated_at", "2015-04-10 09:02:13.488955"], ["tracking", "150410-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 53], ["title", "I-am-a-task8768"], ["description", "I-am-the-task-description_9000"], ["created_at", "2015-04-10 09:02:13.493045"], ["updated_at", "2015-04-10 09:02:13.493045"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.9ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8229"], ["description", "I-am-the-goal-description_5782"], ["version", 1], ["created_at", "2015-04-10 09:02:13.496871"], ["updated_at", "2015-04-10 09:02:13.496871"], ["tracking", "150410-50"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 54], ["title", "I-am-a-task8001"], ["description", "I-am-the-task-description_6261"], ["created_at", "2015-04-10 09:02:13.502783"], ["updated_at", "2015-04-10 09:02:13.502783"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3844"], ["description", "I-am-the-goal-description_1389"], ["version", 1], ["created_at", "2015-04-10 09:02:13.506946"], ["updated_at", "2015-04-10 09:02:13.506946"], ["tracking", "150410-51"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task5628"], ["description", "I-am-the-task-description_1446"], ["created_at", "2015-04-10 09:02:13.511883"], ["updated_at", "2015-04-10 09:02:13.511883"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 55], ["title", "I-am-a-task3696"], ["description", "I-am-the-task-description_5289"], ["created_at", "2015-04-10 09:02:13.516401"], ["updated_at", "2015-04-10 09:02:13.516401"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 52], ["title", "I-am-a-task1259"], ["description", "I-am-the-task-description_9702"], ["created_at", "2015-04-10 09:02:13.520966"], ["updated_at", "2015-04-10 09:02:13.520966"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 52], ["title", "I-am-a-task5517"], ["description", "I-am-the-task-description_796"], ["created_at", "2015-04-10 09:02:13.525845"], ["updated_at", "2015-04-10 09:02:13.525845"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 52], ["title", "I-am-a-task7041"], ["description", "I-am-the-task-description_4564"], ["created_at", "2015-04-10 09:02:13.530069"], ["updated_at", "2015-04-10 09:02:13.530069"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-10')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7617"], ["description", "I-am-the-goal-description_6467"], ["version", 1], ["created_at", "2015-04-10 09:02:13.537440"], ["updated_at", "2015-04-10 09:02:13.537440"], ["tracking", "150410-52"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 56], ["title", "I-am-a-task2901"], ["description", "I-am-the-task-description_6231"], ["created_at", "2015-04-10 09:02:13.542092"], ["updated_at", "2015-04-10 09:02:13.542092"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2088"], ["description", "I-am-the-goal-description_6698"], ["version", 1], ["created_at", "2015-04-10 09:02:13.547768"], ["updated_at", "2015-04-10 09:02:13.547768"], ["tracking", "150410-53"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-13"], ["goal_id", 57], ["title", "I-am-a-task4845"], ["description", "I-am-the-task-description_3184"], ["created_at", "2015-04-10 09:02:13.551741"], ["updated_at", "2015-04-10 09:02:13.551741"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_258"], ["description", "I-am-the-goal-description_4088"], ["version", 1], ["created_at", "2015-04-10 09:02:13.557575"], ["updated_at", "2015-04-10 09:02:13.557575"], ["tracking", "150410-54"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 58], ["title", "I-am-a-task5869"], ["description", "I-am-the-task-description_1751"], ["created_at", "2015-04-10 09:02:13.562733"], ["updated_at", "2015-04-10 09:02:13.562733"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6004"], ["description", "I-am-the-goal-description_5357"], ["version", 1], ["created_at", "2015-04-10 09:02:13.568299"], ["updated_at", "2015-04-10 09:02:13.568299"], ["tracking", "150410-55"]]  (1.2ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 59], ["title", "I-am-a-task5280"], ["description", "I-am-the-task-description_156"], ["created_at", "2015-04-10 09:02:13.573286"], ["updated_at", "2015-04-10 09:02:13.573286"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5120"], ["description", "I-am-the-goal-description_79"], ["version", 1], ["created_at", "2015-04-10 09:02:13.579852"], ["updated_at", "2015-04-10 09:02:13.579852"], ["tracking", "150410-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4086"], ["description", "I-am-the-goal-description_6603"], ["version", 1], ["created_at", "2015-04-10 09:02:13.585039"], ["updated_at", "2015-04-10 09:02:13.585039"], ["tracking", "150410-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4302"], ["description", "I-am-the-goal-description_3676"], ["version", 1], ["created_at", "2015-04-10 09:02:13.590400"], ["updated_at", "2015-04-10 09:02:13.590400"], ["tracking", "150410-58"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_325"], ["description", "I-am-the-goal-description_3755"], ["version", 1], ["created_at", "2015-04-10 09:02:13.595821"], ["updated_at", "2015-04-10 09:02:13.595821"], ["tracking", "150410-59"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4490"], ["description", "I-am-the-goal-description_6289"], ["version", 1], ["created_at", "2015-04-10 09:02:13.600793"], ["updated_at", "2015-04-10 09:02:13.600793"], ["tracking", "150410-60"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_44"], ["description", "I-am-the-goal-description_4474"], ["version", 1], ["created_at", "2015-04-10 09:02:13.609283"], ["updated_at", "2015-04-10 09:02:13.609283"], ["tracking", "150410-61"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5267"], ["description", "I-am-the-goal-description_4268"], ["version", 1], ["created_at", "2015-04-10 09:02:13.673044"], ["updated_at", "2015-04-10 09:02:13.673044"], ["tracking", "150410-62"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7912"], ["description", "I-am-the-goal-description_5678"], ["version", 1], ["created_at", "2015-04-10 09:02:13.679389"], ["updated_at", "2015-04-10 09:02:13.679389"], ["tracking", "150410-63"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task5563"], ["description", "I-am-the-task-description_6447"], ["created_at", "2015-04-10 09:02:13.683238"], ["updated_at", "2015-04-10 09:02:13.683238"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1578"], ["description", "I-am-the-goal-description_6656"], ["version", 1], ["created_at", "2015-04-10 09:02:13.689235"], ["updated_at", "2015-04-10 09:02:13.689235"], ["tracking", "150410-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8072"], ["description", "I-am-the-goal-description_6154"], ["version", 1], ["created_at", "2015-04-10 09:02:13.695086"], ["updated_at", "2015-04-10 09:02:13.695086"], ["tracking", "150410-65"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9692"], ["description", "I-am-the-goal-description_2488"], ["version", 1], ["created_at", "2015-04-10 09:02:13.701948"], ["updated_at", "2015-04-10 09:02:13.701948"], ["tracking", "150410-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_476"], ["description", "I-am-the-goal-description_1074"], ["version", 1], ["created_at", "2015-04-10 09:02:13.710714"], ["updated_at", "2015-04-10 09:02:13.710714"], ["tracking", "150410-67"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task8692"], ["description", "I-am-the-task-description_3601"], ["created_at", "2015-04-10 09:02:13.714804"], ["updated_at", "2015-04-10 09:02:13.714804"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9689"], ["description", "I-am-the-goal-description_7317"], ["version", 1], ["created_at", "2015-04-10 09:02:13.718849"], ["updated_at", "2015-04-10 09:02:13.718849"], ["tracking", "150410-68"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task3254"], ["description", "I-am-the-task-description_6993"], ["created_at", "2015-04-10 09:02:13.723581"], ["updated_at", "2015-04-10 09:02:13.723581"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_4056"], ["description", "I-am-the-goal-description_6585"], ["version", 1], ["created_at", "2015-04-10 09:02:13.728342"], ["updated_at", "2015-04-10 09:02:13.728342"], ["tracking", "150410-69"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task3870"], ["description", "I-am-the-task-description_3632"], ["created_at", "2015-04-10 09:02:13.733180"], ["updated_at", "2015-04-10 09:02:13.733180"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1516"], ["description", "I-am-the-goal-description_9229"], ["version", 1], ["created_at", "2015-04-10 09:02:13.737703"], ["updated_at", "2015-04-10 09:02:13.737703"], ["tracking", "150410-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task6733"], ["description", "I-am-the-task-description_1966"], ["created_at", "2015-04-10 09:02:13.742603"], ["updated_at", "2015-04-10 09:02:13.742603"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3377"], ["description", "I-am-the-goal-description_155"], ["version", 1], ["created_at", "2015-04-10 09:02:13.747336"], ["updated_at", "2015-04-10 09:02:13.747336"], ["tracking", "150410-71"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task7903"], ["description", "I-am-the-task-description_8330"], ["created_at", "2015-04-10 09:02:13.752334"], ["updated_at", "2015-04-10 09:02:13.752334"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4269"], ["description", "I-am-the-goal-description_4286"], ["version", 1], ["created_at", "2015-04-10 09:02:13.758781"], ["updated_at", "2015-04-10 09:02:13.758781"], ["tracking", "150410-72"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task4329"], ["description", "I-am-the-task-description_8182"], ["created_at", "2015-04-10 09:02:13.763577"], ["updated_at", "2015-04-10 09:02:13.763577"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1890"], ["description", "I-am-the-goal-description_6440"], ["version", 1], ["created_at", "2015-04-10 09:02:13.768433"], ["updated_at", "2015-04-10 09:02:13.768433"], ["tracking", "150410-73"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task6220"], ["description", "I-am-the-task-description_1452"], ["created_at", "2015-04-10 09:02:13.773466"], ["updated_at", "2015-04-10 09:02:13.773466"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.5ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.5ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5073"], ["description", "I-am-the-goal-description_9368"], ["version", 1], ["created_at", "2015-04-10 09:02:13.779289"], ["updated_at", "2015-04-10 09:02:13.779289"], ["tracking", "150410-74"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task3756"], ["description", "I-am-the-task-description_5356"], ["created_at", "2015-04-10 09:02:13.786733"], ["updated_at", "2015-04-10 09:02:13.786733"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5528"], ["description", "I-am-the-goal-description_4908"], ["version", 1], ["created_at", "2015-04-10 09:02:13.792172"], ["updated_at", "2015-04-10 09:02:13.792172"], ["tracking", "150410-75"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task7590"], ["description", "I-am-the-task-description_2504"], ["created_at", "2015-04-10 09:02:13.796623"], ["updated_at", "2015-04-10 09:02:13.796623"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9615"], ["description", "I-am-the-goal-description_79"], ["version", 1], ["created_at", "2015-04-10 09:02:13.803245"], ["updated_at", "2015-04-10 09:02:13.803245"], ["tracking", "150410-76"]]  (2.0ms) commit transaction  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-11"], ["goal_id", 80], ["title", "I-am-a-task4837"], ["description", "I-am-the-task-description_3609"], ["created_at", "2015-04-10 09:02:13.812313"], ["updated_at", "2015-04-10 09:02:13.812313"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5523"], ["description", "I-am-the-goal-description_5314"], ["version", 1], ["created_at", "2015-04-10 09:02:13.821229"], ["updated_at", "2015-04-10 09:02:13.821229"], ["tracking", "150410-77"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-10 09:02:13.824662"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-10 09:02:13.826930"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1388"], ["description", "I-am-the-goal-description_551"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7224"], ["description", "I-am-the-goal-description_980"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3788"], ["description", "I-am-the-goal-description_3079"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7649"], ["description", "I-am-the-goal-description_1923"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3702"], ["description", "I-am-the-goal-description_6294"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task3919"], ["description", "I-am-the-task-description_9614"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task979"], ["description", "I-am-the-task-description_3979"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8830"], ["description", "I-am-the-goal-description_4764"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2139"], ["description", "I-am-the-goal-description_9772"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9703"], ["description", "I-am-the-goal-description_1601"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4419"], ["description", "I-am-the-goal-description_6877"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task1338"], ["description", "I-am-the-task-description_8677"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6595"], ["description", "I-am-the-goal-description_4765"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task2932"], ["description", "I-am-the-task-description_2347"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7056"], ["description", "I-am-the-goal-description_1648"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task1244"], ["description", "I-am-the-task-description_4689"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9712"], ["description", "I-am-the-goal-description_3463"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task5629"], ["description", "I-am-the-task-description_6010"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 105], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1809"], ["description", "I-am-the-goal-description_2225"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task5408"], ["description", "I-am-the-task-description_7502"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 106], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6372"], ["description", "I-am-the-goal-description_1138"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task9529"], ["description", "I-am-the-task-description_3224"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 107], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8831"], ["description", "I-am-the-goal-description_78"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task527"], ["description", "I-am-the-task-description_984"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4859"], ["description", "I-am-the-goal-description_2970"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5345"], ["description", "I-am-the-goal-description_3310"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8461"], ["description", "I-am-the-goal-description_7505"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7279"], ["description", "I-am-the-goal-description_2489"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:28 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (14.8ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4214.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (3.0ms) Completed 200 OK in 4398ms (Views: 4365.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-10 11:02:32 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-10 11:02:32 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-10 11:02:32 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-10 11:02:34 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (325.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (332.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 397ms (Views: 336.5ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:34 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-10 09:02:34.939416"], ["updated_at", "2015-04-10 09:02:34.939416"], ["tracking", "150410-1"]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/goals/1 Completed 302 Found in 14ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:34 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (102.2ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (109.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (125.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (2.3ms) Completed 200 OK in 148ms (Views: 129.3ms | ActiveRecord: 1.2ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3598"], ["description", "I-am-the-goal-description_1181"], ["version", 1], ["created_at", "2015-04-10 09:02:35.347350"], ["updated_at", "2015-04-10 09:02:35.347350"], ["tracking", "150410-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1337"], ["description", "I-am-the-task-description_1620"], ["created_at", "2015-04-10 09:02:35.353776"], ["updated_at", "2015-04-10 09:02:35.353776"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3304"], ["description", "I-am-the-task-description_5134"], ["created_at", "2015-04-10 09:02:35.358323"], ["updated_at", "2015-04-10 09:02:35.358323"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7874"], ["description", "I-am-the-task-description_6509"], ["created_at", "2015-04-10 09:02:35.362363"], ["updated_at", "2015-04-10 09:02:35.362363"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:35 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:37 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5593"], ["description", "I-am-the-goal-description_5053"], ["version", 1], ["created_at", "2015-04-10 09:02:37.276420"], ["updated_at", "2015-04-10 09:02:37.276420"], ["tracking", "150410-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:37 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.3ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:38 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-10 11:02:39 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (61.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (64.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 70ms (Views: 69.3ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:39 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_5053"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-10 09:02:39.199815"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/goals/1 Completed 302 Found in 8ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:39 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.5ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6822"], ["description", "I-am-the-goal-description_4251"], ["version", 1], ["created_at", "2015-04-10 09:02:39.337009"], ["updated_at", "2015-04-10 09:02:39.337009"], ["tracking", "150410-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:39 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-10 11:02:41 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (13.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 68ms (Views: 66.4ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:41 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 2.7ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:41 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.3ms)  (2.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6163"], ["description", "I-am-the-goal-description_1183"], ["version", 1], ["created_at", "2015-04-10 09:02:41.505606"], ["updated_at", "2015-04-10 09:02:41.505606"], ["tracking", "150410-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:41 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.5ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-10 11:02:43 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-10 09:02:43.294902"], ["id", 1]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.3ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:43 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.6ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6100"], ["description", "I-am-the-goal-description_736"], ["version", 1], ["created_at", "2015-04-10 09:02:43.435932"], ["updated_at", "2015-04-10 09:02:43.435932"], ["tracking", "150410-1"]]  (1.3ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:43 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (2.5ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-10 11:02:45 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-10 09:02:45.220921"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/goals/1 Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:45 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4161"], ["description", "I-am-the-goal-description_5999"], ["version", 1], ["created_at", "2015-04-10 09:02:45.362048"], ["updated_at", "2015-04-10 09:02:45.362048"], ["tracking", "150410-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7381"], ["description", "I-am-the-goal-description_478"], ["version", 1], ["created_at", "2015-04-10 09:02:45.366868"], ["updated_at", "2015-04-10 09:02:45.366868"], ["tracking", "150410-2"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:45 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (10.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.9ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 11:02:47 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:51622/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (9.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.5ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 11:02:47 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:51622/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 6.9ms | ActiveRecord: 0.5ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 11:02:47 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}} Redirected to http://127.0.0.1:51622/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:47 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-10')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (14.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 1.4ms)  (2.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8299"], ["description", "I-am-the-goal-description_1158"], ["version", 1], ["created_at", "2015-04-10 09:02:47.589777"], ["updated_at", "2015-04-10 09:02:47.589777"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task1583"], ["description", "I-am-the-task-description_8418"], ["created_at", "2015-04-10 09:02:47.593611"], ["updated_at", "2015-04-10 09:02:47.593611"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:02:47 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 19ms (Views: 14.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 11:02:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (8.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (13.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (76.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (103.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 109ms (Views: 104.8ms | ActiveRecord: 1.2ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-10 11:02:49 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-10 09:02:49.513416"], ["created_at", "2015-04-10 09:02:49.515843"], ["updated_at", "2015-04-10 09:02:49.515843"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-10 09:02:49.517898"], ["id", 1]]  (2.6ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/tasks/1 Completed 302 Found in 13ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 11:02:49 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 27ms (Views: 23.1ms | ActiveRecord: 0.8ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1966"], ["description", "I-am-the-goal-description_2526"], ["version", 1], ["created_at", "2015-04-10 09:02:49.650924"], ["updated_at", "2015-04-10 09:02:49.650924"], ["tracking", "150410-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 11:02:49 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.0ms | ActiveRecord: 0.7ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 11:02:51 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.9ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-10 11:02:51 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (142.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (146.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 151ms (Views: 149.3ms | ActiveRecord: 0.1ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:02:51 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-17", "term"=>"2015-05-10", "goal_id"=>"1"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-10"], ["reminder", "2015-04-17"], ["done", "f"], ["created_at", "2015-04-10 09:02:51.800823"], ["updated_at", "2015-04-10 09:02:51.800823"]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 11:02:51 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (10.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 25ms (Views: 21.4ms | ActiveRecord: 0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_417"], ["description", "I-am-the-goal-description_9995"], ["version", 1], ["created_at", "2015-04-10 09:02:51.941082"], ["updated_at", "2015-04-10 09:02:51.941082"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9069"], ["description", "I-am-the-task-description_8470"], ["created_at", "2015-04-10 09:02:51.944736"], ["updated_at", "2015-04-10 09:02:51.944736"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:02:51 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 11:02:53 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (65.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (78.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 82ms (Views: 78.6ms | ActiveRecord: 0.7ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1326"], ["description", "I-am-the-goal-description_8279"], ["version", 1], ["created_at", "2015-04-10 09:02:53.767479"], ["updated_at", "2015-04-10 09:02:53.767479"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8043"], ["description", "I-am-the-task-description_7579"], ["created_at", "2015-04-10 09:02:53.771896"], ["updated_at", "2015-04-10 09:02:53.771896"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:02:53 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 8.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 11:02:55 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (23.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 27ms (Views: 24.1ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-10 11:02:55 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (73.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (76.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 81ms (Views: 79.2ms | ActiveRecord: 0.2ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 11:02:55 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_7579", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-10 09:02:55.780597"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/tasks/1 Completed 302 Found in 8ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 11:02:55 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (60.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (70.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 75ms (Views: 71.1ms | ActiveRecord: 0.7ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2879"], ["description", "I-am-the-goal-description_9753"], ["version", 1], ["created_at", "2015-04-10 09:02:55.945168"], ["updated_at", "2015-04-10 09:02:55.945168"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task39"], ["description", "I-am-the-task-description_3236"], ["created_at", "2015-04-10 09:02:55.948897"], ["updated_at", "2015-04-10 09:02:55.948897"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:02:55 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 11:02:57 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (7.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.2ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (15.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (27.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 31ms (Views: 28.0ms | ActiveRecord: 1.0ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-10 11:02:57 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (23.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (23.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 83ms (Views: 25.0ms | ActiveRecord: 0.3ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 11:02:57 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:02:57 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (3.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 6ms (Views: 4.5ms | ActiveRecord: 0.2ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_343"], ["description", "I-am-the-goal-description_6759"], ["version", 1], ["created_at", "2015-04-10 09:02:58.059160"], ["updated_at", "2015-04-10 09:02:58.059160"], ["tracking", "150410-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task4372"], ["description", "I-am-the-task-description_7064"], ["created_at", "2015-04-10 09:02:58.063172"], ["updated_at", "2015-04-10 09:02:58.063172"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:02:58 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.5ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-10 11:02:59 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 09:02:59.725699"], ["task_id", 1], ["created_at", "2015-04-10 09:02:59.726971"], ["updated_at", "2015-04-10 09:02:59.726971"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 09:02:59.728614"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:02:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 8ms (Views: 6.3ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4003"], ["description", "I-am-the-goal-description_2638"], ["version", 1], ["created_at", "2015-04-10 09:02:59.867970"], ["updated_at", "2015-04-10 09:02:59.867970"], ["tracking", "150410-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 1], ["title", "I-am-a-task2725"], ["description", "I-am-the-task-description_8622"], ["created_at", "2015-04-10 09:02:59.871668"], ["updated_at", "2015-04-10 09:02:59.871668"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:02:59 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.3ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-10 11:03:01 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-17"], ["term", "2015-05-10"], ["updated_at", "2015-04-10 09:03:01.638444"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:51622/flyboy/tasks Completed 302 Found in 7ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:03:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 7.4ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7245"], ["description", "I-am-the-goal-description_4703"], ["version", 1], ["created_at", "2015-04-10 09:03:01.779258"], ["updated_at", "2015-04-10 09:03:01.779258"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8802"], ["description", "I-am-the-task-description_4534"], ["created_at", "2015-04-10 09:03:01.783789"], ["updated_at", "2015-04-10 09:03:01.783789"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5773"], ["description", "I-am-the-goal-description_2037"], ["version", 1], ["created_at", "2015-04-10 09:03:01.788329"], ["updated_at", "2015-04-10 09:03:01.788329"], ["tracking", "150410-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task6425"], ["description", "I-am-the-task-description_6619"], ["created_at", "2015-04-10 09:03:01.792514"], ["updated_at", "2015-04-10 09:03:01.792514"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2661"], ["description", "I-am-the-goal-description_2341"], ["version", 1], ["created_at", "2015-04-10 09:03:01.797191"], ["updated_at", "2015-04-10 09:03:01.797191"], ["tracking", "150410-3"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task8904"], ["description", "I-am-the-task-description_9841"], ["created_at", "2015-04-10 09:03:01.801017"], ["updated_at", "2015-04-10 09:03:01.801017"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:03:01 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.1ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-10 11:03:03 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-10.pdf (3.3ms) Completed 200 OK in 149ms (Views: 3.1ms | ActiveRecord: 1.2ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2698"], ["description", "I-am-the-goal-description_5838"], ["version", 1], ["created_at", "2015-04-10 09:03:03.831457"], ["updated_at", "2015-04-10 09:03:03.831457"], ["tracking", "150410-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6871"], ["description", "I-am-the-task-description_986"], ["created_at", "2015-04-10 09:03:03.835530"], ["updated_at", "2015-04-10 09:03:03.835530"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8904"], ["description", "I-am-the-goal-description_7278"], ["version", 1], ["created_at", "2015-04-10 09:03:03.839310"], ["updated_at", "2015-04-10 09:03:03.839310"], ["tracking", "150410-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task1639"], ["description", "I-am-the-task-description_7534"], ["created_at", "2015-04-10 09:03:03.842682"], ["updated_at", "2015-04-10 09:03:03.842682"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_172"], ["description", "I-am-the-goal-description_263"], ["version", 1], ["created_at", "2015-04-10 09:03:03.845960"], ["updated_at", "2015-04-10 09:03:03.845960"], ["tracking", "150410-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task5412"], ["description", "I-am-the-task-description_8320"], ["created_at", "2015-04-10 09:03:03.849355"], ["updated_at", "2015-04-10 09:03:03.849355"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:03:03 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (10.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.5ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-10 11:03:05 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-10.csv (0.5ms) Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 0.9ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1636"], ["description", "I-am-the-goal-description_7511"], ["version", 1], ["created_at", "2015-04-10 09:03:05.706252"], ["updated_at", "2015-04-10 09:03:05.706252"], ["tracking", "150410-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task7780"], ["description", "I-am-the-task-description_7087"], ["created_at", "2015-04-10 09:03:05.710580"], ["updated_at", "2015-04-10 09:03:05.710580"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3610"], ["description", "I-am-the-goal-description_1777"], ["version", 1], ["created_at", "2015-04-10 09:03:05.714548"], ["updated_at", "2015-04-10 09:03:05.714548"], ["tracking", "150410-2"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task2241"], ["description", "I-am-the-task-description_5605"], ["created_at", "2015-04-10 09:03:05.717991"], ["updated_at", "2015-04-10 09:03:05.717991"]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7678"], ["description", "I-am-the-goal-description_3590"], ["version", 1], ["created_at", "2015-04-10 09:03:05.721204"], ["updated_at", "2015-04-10 09:03:05.721204"], ["tracking", "150410-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1899"], ["description", "I-am-the-task-description_2084"], ["created_at", "2015-04-10 09:03:05.724817"], ["updated_at", "2015-04-10 09:03:05.724817"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:03:05 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 13.9ms | ActiveRecord: 0.6ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-10 11:03:07 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (10.6ms) Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.9ms)  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') 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_7312"], ["version", 1], ["created_at", "2015-04-10 09:03:07.517795"], ["updated_at", "2015-04-10 09:03:07.517795"], ["tracking", "150410-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5583"], ["description", "I-am-the-task-description_8164"], ["created_at", "2015-04-10 09:03:07.521833"], ["updated_at", "2015-04-10 09:03:07.521833"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8483"], ["description", "I-am-the-goal-description_7055"], ["version", 1], ["created_at", "2015-04-10 09:03:07.526517"], ["updated_at", "2015-04-10 09:03:07.526517"], ["tracking", "150410-2"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task5260"], ["description", "I-am-the-task-description_4237"], ["created_at", "2015-04-10 09:03:07.530219"], ["updated_at", "2015-04-10 09:03:07.530219"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:03:07 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (8.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 10.9ms | ActiveRecord: 0.4ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 11:03:09 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:51622/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:03:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 11:03:09 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:51622/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:03:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (59.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (61.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 64ms (Views: 62.1ms | ActiveRecord: 0.3ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 11:03:09 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}} Redirected to http://127.0.0.1:51622/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 11:03:09 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (9.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.9ms | ActiveRecord: 0.5ms)  (3.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.2ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3169"], ["description", "I-am-the-goal-description_334"], ["version", 1], ["created_at", "2015-04-10 11:17:35.966958"], ["updated_at", "2015-04-10 11:17:35.966958"], ["tracking", "150410-1"]]  (1.5ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_5504"], ["description", "I-am-the-goal-description_284"], ["version", 1], ["created_at", "2015-04-10 11:17:35.977952"], ["updated_at", "2015-04-10 11:17:35.977952"], ["tracking", "150410-2"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 66ms (Views: 59.3ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 2]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 2]]  (0.6ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1339"], ["description", "I-am-the-goal-description_8083"], ["version", 1], ["created_at", "2015-04-10 11:17:36.090500"], ["updated_at", "2015-04-10 11:17:36.090500"], ["tracking", "150410-1"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9795"], ["description", "I-am-the-goal-description_3592"], ["version", 1], ["created_at", "2015-04-10 11:17:36.094996"], ["updated_at", "2015-04-10 11:17:36.094996"], ["tracking", "150410-2"]]  (0.7ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 55ms (Views: 1.1ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals"  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 3]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 3]]  (1.0ms) commit transaction  (0.1ms) begin transaction Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 4]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 4]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6707"], ["description", "I-am-the-goal-description_141"], ["version", 1], ["created_at", "2015-04-10 11:17:36.164975"], ["updated_at", "2015-04-10 11:17:36.164975"], ["tracking", "150410-1"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3205"], ["description", "I-am-the-goal-description_8425"], ["version", 1], ["created_at", "2015-04-10 11:17:36.169568"], ["updated_at", "2015-04-10 11:17:36.169568"], ["tracking", "150410-2"]]  (0.6ms) commit transaction Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (0.4ms) Completed 200 OK in 3ms (Views: 1.4ms | ActiveRecord: 0.0ms) Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2324"], ["description", "I-am-the-goal-description_8140"], ["version", 1], ["created_at", "2015-04-10 11:17:36.181481"], ["updated_at", "2015-04-10 11:17:36.181481"], ["tracking", "150410-3"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"7"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 7]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-10 11:17:36.195366"], ["id", 7]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 3609ms (ActiveRecord: 1.8ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 7]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8699"], ["description", "I-am-the-goal-description_507"], ["version", 1], ["created_at", "2015-04-10 11:17:39.798863"], ["updated_at", "2015-04-10 11:17:39.798863"], ["tracking", "150410-4"]]  (1.4ms) commit transaction Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"8"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 8]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 8]] SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-10 11:17:39.807156"], ["id", 8]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_6007"], ["description", "I-am-the-goal-description_4499"], ["version", 1], ["created_at", "2015-04-10 11:17:39.813938"], ["updated_at", "2015-04-10 11:17:39.813938"], ["tracking", "150410-5"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"9"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-10 11:17:39.820467"], ["id", 9]]  (0.9ms) commit transaction Redirected to http://test.host/flyboy/goals/9 Completed 302 Found in 5ms (ActiveRecord: 1.4ms) Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 9]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7725"], ["description", "I-am-the-goal-description_5370"], ["version", 1], ["created_at", "2015-04-10 11:17:39.827864"], ["updated_at", "2015-04-10 11:17:39.827864"], ["tracking", "150410-6"]]  (0.8ms) commit transaction Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"10"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 10]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-10 11:17:39.834052"], ["id", 10]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/goals/10 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8938"], ["description", "I-am-the-goal-description_3670"], ["version", 1], ["created_at", "2015-04-10 11:17:39.894439"], ["updated_at", "2015-04-10 11:17:39.894439"], ["tracking", "150410-7"]]  (1.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 11], ["title", "I-am-a-task4959"], ["description", "I-am-the-task-description_306"], ["created_at", "2015-04-10 11:17:39.905200"], ["updated_at", "2015-04-10 11:17:39.905200"]]  (22.3ms) commit transaction  (0.1ms) begin transaction SQL (7.7ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2015-04-10 11:17:39.939349"], ["task_id", 1], ["progress", 95], ["description", "I-am-a-task-comment"], ["created_at", "2015-04-10 11:17:39.940458"], ["updated_at", "2015-04-10 11:17:39.940458"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 95], ["updated_at", "2015-04-10 11:17:39.949801"], ["id", 1]]  (35.7ms) commit transaction Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"task_comment"=>{"id"=>"1", "task_id"=>"1", "date"=>"2015-04-10 11:17:39 UTC", "description"=>"I-am-a-task-comment", "progress"=>"95", "created_at"=>"2015-04-10 11:17:39 UTC", "updated_at"=>"2015-04-10 11:17:39 UTC"}, "task_id"=>"1"} Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Unpermitted parameters: id, task_id, date, created_at, updated_at Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 11]]  (0.1ms) begin transaction SQL (10.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 95], ["description", "I-am-a-task-comment"], ["task_id", 1], ["date", "2015-04-10 11:17:39.995156"], ["created_at", "2015-04-10 11:17:39.999521"], ["updated_at", "2015-04-10 11:17:39.999521"]]  (23.3ms) commit transaction Redirected to http://test.host/flyboy/tasks/1 Completed 302 Found in 47ms (ActiveRecord: 34.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.9ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3815"], ["description", "I-am-the-goal-description_2506"], ["version", 1], ["created_at", "2015-04-10 11:17:40.045539"], ["updated_at", "2015-04-10 11:17:40.045539"], ["tracking", "150410-8"]]  (5.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task1303"], ["description", "I-am-the-task-description_3905"], ["created_at", "2015-04-10 11:17:40.055895"], ["updated_at", "2015-04-10 11:17:40.055895"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 12], ["title", "I-am-a-task9163"], ["description", "I-am-the-task-description_7652"], ["created_at", "2015-04-10 11:17:40.061037"], ["updated_at", "2015-04-10 11:17:40.061037"]]  (0.7ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"2"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 12]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:17:40.068235"], ["task_id", 2], ["created_at", "2015-04-10 11:17:40.069438"], ["updated_at", "2015-04-10 11:17:40.069438"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:17:40.070976"], ["id", 2]]  (0.8ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.5ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1185"], ["description", "I-am-the-goal-description_5"], ["version", 1], ["created_at", "2015-04-10 11:17:40.078172"], ["updated_at", "2015-04-10 11:17:40.078172"], ["tracking", "150410-9"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task6884"], ["description", "I-am-the-task-description_8787"], ["created_at", "2015-04-10 11:17:40.081999"], ["updated_at", "2015-04-10 11:17:40.081999"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 13], ["title", "I-am-a-task3886"], ["description", "I-am-the-task-description_5847"], ["created_at", "2015-04-10 11:17:40.086137"], ["updated_at", "2015-04-10 11:17:40.086137"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"4"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 4]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 13]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:17:40.092313"], ["task_id", 4], ["created_at", "2015-04-10 11:17:40.093462"], ["updated_at", "2015-04-10 11:17:40.093462"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:17:40.095061"], ["id", 4]]  (0.9ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 8ms (ActiveRecord: 1.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 4]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_457"], ["description", "I-am-the-goal-description_5403"], ["version", 1], ["created_at", "2015-04-10 11:17:40.101717"], ["updated_at", "2015-04-10 11:17:40.101717"], ["tracking", "150410-10"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task208"], ["description", "I-am-the-task-description_3802"], ["created_at", "2015-04-10 11:17:40.105583"], ["updated_at", "2015-04-10 11:17:40.105583"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 14], ["title", "I-am-a-task8640"], ["description", "I-am-the-task-description_4909"], ["created_at", "2015-04-10 11:17:40.109759"], ["updated_at", "2015-04-10 11:17:40.109759"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"6"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 6]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 14]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:17:40.117079"], ["task_id", 6], ["created_at", "2015-04-10 11:17:40.118260"], ["updated_at", "2015-04-10 11:17:40.118260"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:17:40.120347"], ["id", 6]]  (1.0ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 6]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 6]] Flyboy::TaskComment Load (0.3ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at ASC LIMIT 1 [["task_id", 6]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_454"], ["description", "I-am-the-goal-description_9568"], ["version", 1], ["created_at", "2015-04-10 11:17:40.130136"], ["updated_at", "2015-04-10 11:17:40.130136"], ["tracking", "150410-11"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task7309"], ["description", "I-am-the-task-description_886"], ["created_at", "2015-04-10 11:17:40.134389"], ["updated_at", "2015-04-10 11:17:40.134389"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 15], ["title", "I-am-a-task3360"], ["description", "I-am-the-task-description_389"], ["created_at", "2015-04-10 11:17:40.138294"], ["updated_at", "2015-04-10 11:17:40.138294"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"8"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 8]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 15]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:17:40.144763"], ["task_id", 8], ["created_at", "2015-04-10 11:17:40.145978"], ["updated_at", "2015-04-10 11:17:40.145978"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:17:40.147502"], ["id", 8]]  (1.1ms) commit transaction Redirected to http://test.hostwhere_i_came_from Completed 302 Found in 9ms (ActiveRecord: 1.7ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8056"], ["description", "I-am-the-goal-description_9956"], ["version", 1], ["created_at", "2015-04-10 11:17:40.153824"], ["updated_at", "2015-04-10 11:17:40.153824"], ["tracking", "150410-12"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task6575"], ["description", "I-am-the-task-description_5520"], ["created_at", "2015-04-10 11:17:40.157841"], ["updated_at", "2015-04-10 11:17:40.157841"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 16], ["title", "I-am-a-task4553"], ["description", "I-am-the-task-description_2010"], ["created_at", "2015-04-10 11:17:40.162154"], ["updated_at", "2015-04-10 11:17:40.162154"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.3ms) Completed 200 OK in 8ms (Views: 2.9ms | ActiveRecord: 0.0ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6123"], ["description", "I-am-the-goal-description_491"], ["version", 1], ["created_at", "2015-04-10 11:17:40.177392"], ["updated_at", "2015-04-10 11:17:40.177392"], ["tracking", "150410-13"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task2346"], ["description", "I-am-the-task-description_1369"], ["created_at", "2015-04-10 11:17:40.181210"], ["updated_at", "2015-04-10 11:17:40.181210"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 17], ["title", "I-am-a-task9625"], ["description", "I-am-the-task-description_8014"], ["created_at", "2015-04-10 11:17:40.184949"], ["updated_at", "2015-04-10 11:17:40.184949"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.3ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 2]] SQL (0.0ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 1]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 2]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 2]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 3]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 3]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 4]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 4]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 4]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 5]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 6]] SQL (0.2ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 5]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 6]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 7]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 7]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 8]] SQL (0.1ms) DELETE FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."id" = ? [["id", 6]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 8]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 9]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 9]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 10]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 10]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 11]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 11]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 12]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 12]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 13]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 13]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8315"], ["description", "I-am-the-goal-description_104"], ["version", 1], ["created_at", "2015-04-10 11:17:40.223292"], ["updated_at", "2015-04-10 11:17:40.223292"], ["tracking", "150410-14"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 18], ["title", "I-am-a-task9081"], ["description", "I-am-the-task-description_1103"], ["created_at", "2015-04-10 11:17:40.227554"], ["updated_at", "2015-04-10 11:17:40.227554"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_667"], ["description", "I-am-the-goal-description_7751"], ["version", 1], ["created_at", "2015-04-10 11:17:40.231905"], ["updated_at", "2015-04-10 11:17:40.231905"], ["tracking", "150410-15"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 19], ["title", "I-am-a-task2904"], ["description", "I-am-the-task-description_35"], ["created_at", "2015-04-10 11:17:40.235680"], ["updated_at", "2015-04-10 11:17:40.235680"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2639"], ["description", "I-am-the-goal-description_7262"], ["version", 1], ["created_at", "2015-04-10 11:17:40.244961"], ["updated_at", "2015-04-10 11:17:40.244961"], ["tracking", "150410-16"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task6299"], ["description", "I-am-the-task-description_5545"], ["created_at", "2015-04-10 11:17:40.249057"], ["updated_at", "2015-04-10 11:17:40.249057"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 20], ["title", "I-am-a-task8220"], ["description", "I-am-the-task-description_7917"], ["created_at", "2015-04-10 11:17:40.252921"], ["updated_at", "2015-04-10 11:17:40.252921"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 14]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 14]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 15]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 15]]  (0.8ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 16]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 16]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 17]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 17]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_536"], ["description", "I-am-the-goal-description_4479"], ["version", 1], ["created_at", "2015-04-10 11:17:40.266934"], ["updated_at", "2015-04-10 11:17:40.266934"], ["tracking", "150410-17"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 21], ["title", "I-am-a-task760"], ["description", "I-am-the-task-description_1233"], ["created_at", "2015-04-10 11:17:40.270765"], ["updated_at", "2015-04-10 11:17:40.270765"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6305"], ["description", "I-am-the-goal-description_470"], ["version", 1], ["created_at", "2015-04-10 11:17:40.274632"], ["updated_at", "2015-04-10 11:17:40.274632"], ["tracking", "150410-18"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 22], ["title", "I-am-a-task2144"], ["description", "I-am-the-task-description_6245"], ["created_at", "2015-04-10 11:17:40.278604"], ["updated_at", "2015-04-10 11:17:40.278604"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5861"], ["description", "I-am-the-goal-description_4385"], ["version", 1], ["created_at", "2015-04-10 11:17:40.288802"], ["updated_at", "2015-04-10 11:17:40.288802"], ["tracking", "150410-19"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task1884"], ["description", "I-am-the-task-description_132"], ["created_at", "2015-04-10 11:17:40.293440"], ["updated_at", "2015-04-10 11:17:40.293440"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 23], ["title", "I-am-a-task512"], ["description", "I-am-the-task-description_916"], ["created_at", "2015-04-10 11:17:40.297796"], ["updated_at", "2015-04-10 11:17:40.297796"]]  (0.8ms) commit transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 18]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 18]]  (0.7ms) commit transaction  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 19]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 19]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 20]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 20]]  (0.7ms) commit transaction  (0.0ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 21]] SQL (0.1ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 21]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9025"], ["description", "I-am-the-goal-description_2353"], ["version", 1], ["created_at", "2015-04-10 11:17:40.311869"], ["updated_at", "2015-04-10 11:17:40.311869"], ["tracking", "150410-20"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 24], ["title", "I-am-a-task4438"], ["description", "I-am-the-task-description_9882"], ["created_at", "2015-04-10 11:17:40.315646"], ["updated_at", "2015-04-10 11:17:40.315646"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2386"], ["description", "I-am-the-goal-description_1935"], ["version", 1], ["created_at", "2015-04-10 11:17:40.372847"], ["updated_at", "2015-04-10 11:17:40.372847"], ["tracking", "150410-21"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 25], ["title", "I-am-a-task5967"], ["description", "I-am-the-task-description_3929"], ["created_at", "2015-04-10 11:17:40.376740"], ["updated_at", "2015-04-10 11:17:40.376740"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (0.2ms) Completed 200 OK in 2ms (Views: 0.9ms | ActiveRecord: 0.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2279"], ["description", "I-am-the-goal-description_9950"], ["version", 1], ["created_at", "2015-04-10 11:17:40.387133"], ["updated_at", "2015-04-10 11:17:40.387133"], ["tracking", "150410-22"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2508"], ["description", "I-am-the-task-description_2340"], ["created_at", "2015-04-10 11:17:40.391469"], ["updated_at", "2015-04-10 11:17:40.391469"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 26], ["title", "I-am-a-task2935"], ["description", "I-am-the-task-description_4771"], ["created_at", "2015-04-10 11:17:40.395711"], ["updated_at", "2015-04-10 11:17:40.395711"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"24"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 26]] Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 24]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (0.4ms) Completed 200 OK in 8ms (Views: 3.2ms | ActiveRecord: 0.4ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.6ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5604"], ["description", "I-am-the-goal-description_956"], ["version", 1], ["created_at", "2015-04-10 11:17:40.411996"], ["updated_at", "2015-04-10 11:17:40.411996"], ["tracking", "150410-23"]]  (15.0ms) commit transaction  (0.1ms) begin transaction SQL (0.8ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task5374"], ["description", "I-am-the-task-description_2226"], ["created_at", "2015-04-10 11:17:40.431710"], ["updated_at", "2015-04-10 11:17:40.431710"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 27], ["title", "I-am-a-task2284"], ["description", "I-am-the-task-description_4935"], ["created_at", "2015-04-10 11:17:40.437241"], ["updated_at", "2015-04-10 11:17:40.437241"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"27"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 27]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.0ms | ActiveRecord: 0.1ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4180"], ["description", "I-am-the-goal-description_7464"], ["version", 1], ["created_at", "2015-04-10 11:17:40.448855"], ["updated_at", "2015-04-10 11:17:40.448855"], ["tracking", "150410-24"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task1709"], ["description", "I-am-the-task-description_7842"], ["created_at", "2015-04-10 11:17:40.452822"], ["updated_at", "2015-04-10 11:17:40.452822"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 28], ["title", "I-am-a-task6105"], ["description", "I-am-the-task-description_3869"], ["created_at", "2015-04-10 11:17:40.456799"], ["updated_at", "2015-04-10 11:17:40.456799"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"28"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 28]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 28]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_787"], ["description", "I-am-the-goal-description_8886"], ["version", 1], ["created_at", "2015-04-10 11:17:40.468143"], ["updated_at", "2015-04-10 11:17:40.468143"], ["tracking", "150410-25"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task7419"], ["description", "I-am-the-task-description_1172"], ["created_at", "2015-04-10 11:17:40.471953"], ["updated_at", "2015-04-10 11:17:40.471953"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 29], ["title", "I-am-a-task6460"], ["description", "I-am-the-task-description_7551"], ["created_at", "2015-04-10 11:17:40.475729"], ["updated_at", "2015-04-10 11:17:40.475729"]]  (0.9ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"29", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 29]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 29], ["title", "New Task"], ["term", "2015-04-10"], ["reminder", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.488063"], ["updated_at", "2015-04-10 11:17:40.488063"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/32 Completed 302 Found in 5ms (ActiveRecord: 1.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9822"], ["description", "I-am-the-goal-description_4372"], ["version", 1], ["created_at", "2015-04-10 11:17:40.494787"], ["updated_at", "2015-04-10 11:17:40.494787"], ["tracking", "150410-26"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task1939"], ["description", "I-am-the-task-description_9160"], ["created_at", "2015-04-10 11:17:40.498543"], ["updated_at", "2015-04-10 11:17:40.498543"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 30], ["title", "I-am-a-task5486"], ["description", "I-am-the-task-description_1674"], ["created_at", "2015-04-10 11:17:40.502433"], ["updated_at", "2015-04-10 11:17:40.502433"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"30", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 30]]  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 30], ["title", "New Task"], ["term", "2015-04-10"], ["reminder", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.508493"], ["updated_at", "2015-04-10 11:17:40.508493"]]  (0.8ms) commit transaction Redirected to http://test.host/flyboy/tasks/35 Completed 302 Found in 6ms (ActiveRecord: 1.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2738"], ["description", "I-am-the-goal-description_5811"], ["version", 1], ["created_at", "2015-04-10 11:17:40.518455"], ["updated_at", "2015-04-10 11:17:40.518455"], ["tracking", "150410-27"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task6134"], ["description", "I-am-the-task-description_6342"], ["created_at", "2015-04-10 11:17:40.522611"], ["updated_at", "2015-04-10 11:17:40.522611"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 31], ["title", "I-am-a-task9666"], ["description", "I-am-the-task-description_69"], ["created_at", "2015-04-10 11:17:40.527161"], ["updated_at", "2015-04-10 11:17:40.527161"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"31", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 31]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["goal_id", 31], ["title", "New Task"], ["term", "2015-04-10"], ["reminder", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.535450"], ["updated_at", "2015-04-10 11:17:40.535450"]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks/38 Completed 302 Found in 7ms (ActiveRecord: 1.2ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term DESC, id DESC LIMIT 1  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8666"], ["description", "I-am-the-goal-description_5448"], ["version", 1], ["created_at", "2015-04-10 11:17:40.543040"], ["updated_at", "2015-04-10 11:17:40.543040"], ["tracking", "150410-28"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task3730"], ["description", "I-am-the-task-description_3376"], ["created_at", "2015-04-10 11:17:40.546734"], ["updated_at", "2015-04-10 11:17:40.546734"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 32], ["title", "I-am-a-task7667"], ["description", "I-am-the-task-description_4396"], ["created_at", "2015-04-10 11:17:40.550842"], ["updated_at", "2015-04-10 11:17:40.550842"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#create as HTML Parameters: {"task"=>{"title"=>nil, "goal_id"=>"32"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 32]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (0.2ms) Completed 200 OK in 4ms (Views: 0.9ms | ActiveRecord: 0.2ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1758"], ["description", "I-am-the-goal-description_7822"], ["version", 1], ["created_at", "2015-04-10 11:17:40.562775"], ["updated_at", "2015-04-10 11:17:40.562775"], ["tracking", "150410-29"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task1667"], ["description", "I-am-the-task-description_8942"], ["created_at", "2015-04-10 11:17:40.566993"], ["updated_at", "2015-04-10 11:17:40.566993"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 33], ["title", "I-am-a-task5313"], ["description", "I-am-the-task-description_7647"], ["created_at", "2015-04-10 11:17:40.571126"], ["updated_at", "2015-04-10 11:17:40.571126"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 33], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.575271"], ["updated_at", "2015-04-10 11:17:40.575271"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"33", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}, "id"=>"43"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 43]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 33]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/43 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2366"], ["description", "I-am-the-goal-description_1152"], ["version", 1], ["created_at", "2015-04-10 11:17:40.586599"], ["updated_at", "2015-04-10 11:17:40.586599"], ["tracking", "150410-30"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task4201"], ["description", "I-am-the-task-description_2259"], ["created_at", "2015-04-10 11:17:40.591268"], ["updated_at", "2015-04-10 11:17:40.591268"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 34], ["title", "I-am-a-task2842"], ["description", "I-am-the-task-description_2701"], ["created_at", "2015-04-10 11:17:40.595576"], ["updated_at", "2015-04-10 11:17:40.595576"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]] SQL (0.3ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 34], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.599351"], ["updated_at", "2015-04-10 11:17:40.599351"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>"New Task", "goal_id"=>"34", "reminder"=>"2015-04-10", "term"=>"2015-04-10"}, "id"=>"46"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 46]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 34]]  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://test.host/flyboy/tasks/46 Completed 302 Found in 4ms (ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8027"], ["description", "I-am-the-goal-description_8581"], ["version", 1], ["created_at", "2015-04-10 11:17:40.611598"], ["updated_at", "2015-04-10 11:17:40.611598"], ["tracking", "150410-31"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task2799"], ["description", "I-am-the-task-description_8364"], ["created_at", "2015-04-10 11:17:40.615542"], ["updated_at", "2015-04-10 11:17:40.615542"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 35], ["title", "I-am-a-task2070"], ["description", "I-am-the-task-description_4472"], ["created_at", "2015-04-10 11:17:40.619412"], ["updated_at", "2015-04-10 11:17:40.619412"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 35], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.623577"], ["updated_at", "2015-04-10 11:17:40.623577"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#update as HTML Parameters: {"task"=>{"title"=>nil}, "id"=>"49"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 49]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 35]]  (0.1ms) begin transaction  (0.0ms) rollback transaction Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (0.2ms) Completed 200 OK in 5ms (Views: 1.0ms | ActiveRecord: 0.3ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_53"], ["description", "I-am-the-goal-description_397"], ["version", 1], ["created_at", "2015-04-10 11:17:40.635972"], ["updated_at", "2015-04-10 11:17:40.635972"], ["tracking", "150410-32"]]  (0.6ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task1681"], ["description", "I-am-the-task-description_6503"], ["created_at", "2015-04-10 11:17:40.640421"], ["updated_at", "2015-04-10 11:17:40.640421"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 36], ["title", "I-am-a-task7138"], ["description", "I-am-the-task-description_1630"], ["created_at", "2015-04-10 11:17:40.644501"], ["updated_at", "2015-04-10 11:17:40.644501"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 36], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.648172"], ["updated_at", "2015-04-10 11:17:40.648172"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"52"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 52]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 36]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 52]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 52]]  (0.7ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks"  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8355"], ["description", "I-am-the-goal-description_3202"], ["version", 1], ["created_at", "2015-04-10 11:17:40.660867"], ["updated_at", "2015-04-10 11:17:40.660867"], ["tracking", "150410-33"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task1454"], ["description", "I-am-the-task-description_9427"], ["created_at", "2015-04-10 11:17:40.664855"], ["updated_at", "2015-04-10 11:17:40.664855"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 37], ["title", "I-am-a-task2297"], ["description", "I-am-the-task-description_6495"], ["created_at", "2015-04-10 11:17:40.668924"], ["updated_at", "2015-04-10 11:17:40.668924"]]  (0.9ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 37], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.672968"], ["updated_at", "2015-04-10 11:17:40.672968"]]  (0.9ms) commit transaction Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"55"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 55]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 37]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 55]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 55]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5337"], ["description", "I-am-the-goal-description_7905"], ["version", 1], ["created_at", "2015-04-10 11:17:40.685996"], ["updated_at", "2015-04-10 11:17:40.685996"], ["tracking", "150410-34"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task7528"], ["description", "I-am-the-task-description_1354"], ["created_at", "2015-04-10 11:17:40.690338"], ["updated_at", "2015-04-10 11:17:40.690338"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 38], ["title", "I-am-a-task3568"], ["description", "I-am-the-task-description_1013"], ["created_at", "2015-04-10 11:17:40.694102"], ["updated_at", "2015-04-10 11:17:40.694102"]]  (0.8ms) commit transaction  (0.0ms) begin transaction Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]] SQL (0.2ms) INSERT INTO "flyboy_tasks" ("title", "goal_id", "reminder", "term", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "New Task"], ["goal_id", 38], ["reminder", "2015-04-10"], ["term", "2015-04-10"], ["done", "f"], ["created_at", "2015-04-10 11:17:40.697824"], ["updated_at", "2015-04-10 11:17:40.697824"]]  (0.8ms) commit transaction Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"58"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 58]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 38]]  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-17"], ["term", "2015-05-10"], ["updated_at", "2015-04-10 11:17:40.703549"], ["id", 58]]  (1.0ms) commit transaction Redirected to http://test.host/flyboy/tasks Completed 302 Found in 5ms (ActiveRecord: 1.5ms)  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5060"], ["description", "I-am-the-goal-description_7451"], ["version", 1], ["created_at", "2015-04-10 11:17:40.709795"], ["updated_at", "2015-04-10 11:17:40.709795"], ["tracking", "150410-35"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_968"], ["description", "I-am-the-goal-description_9790"], ["version", 1], ["created_at", "2015-04-10 11:17:40.714860"], ["updated_at", "2015-04-10 11:17:40.714860"], ["tracking", "150410-36"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 40], ["title", "I-am-a-task7661"], ["description", "I-am-the-task-description_8003"], ["created_at", "2015-04-10 11:17:40.718717"], ["updated_at", "2015-04-10 11:17:40.718717"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2991"], ["description", "I-am-the-goal-description_2852"], ["version", 1], ["created_at", "2015-04-10 11:17:40.722701"], ["updated_at", "2015-04-10 11:17:40.722701"], ["tracking", "150410-37"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 41], ["title", "I-am-a-task6468"], ["description", "I-am-the-task-description_8085"], ["created_at", "2015-04-10 11:17:40.726720"], ["updated_at", "2015-04-10 11:17:40.726720"]]  (0.8ms) commit transaction  (0.0ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5317"], ["description", "I-am-the-goal-description_2449"], ["version", 1], ["created_at", "2015-04-10 11:17:40.729499"], ["updated_at", "2015-04-10 11:17:40.729499"], ["tracking", "150410-38"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 42], ["title", "I-am-a-task124"], ["description", "I-am-the-task-description_5048"], ["created_at", "2015-04-10 11:17:40.733654"], ["updated_at", "2015-04-10 11:17:40.733654"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 42], ["title", "I-am-a-task7925"], ["description", "I-am-the-task-description_8242"], ["created_at", "2015-04-10 11:17:40.737673"], ["updated_at", "2015-04-10 11:17:40.737673"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 39], ["title", "I-am-a-task537"], ["description", "I-am-the-task-description_6289"], ["created_at", "2015-04-10 11:17:40.742189"], ["updated_at", "2015-04-10 11:17:40.742189"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 39], ["title", "I-am-a-task6521"], ["description", "I-am-the-task-description_1547"], ["created_at", "2015-04-10 11:17:40.746630"], ["updated_at", "2015-04-10 11:17:40.746630"]]  (0.7ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 39 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2548"], ["description", "I-am-the-goal-description_5370"], ["version", 1], ["created_at", "2015-04-10 11:17:40.753160"], ["updated_at", "2015-04-10 11:17:40.753160"], ["tracking", "150410-39"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7226"], ["description", "I-am-the-goal-description_8647"], ["version", 1], ["created_at", "2015-04-10 11:17:40.758002"], ["updated_at", "2015-04-10 11:17:40.758002"], ["tracking", "150410-40"]]  (0.7ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 44], ["title", "I-am-a-task6107"], ["description", "I-am-the-task-description_1099"], ["created_at", "2015-04-10 11:17:40.762017"], ["updated_at", "2015-04-10 11:17:40.762017"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3164"], ["description", "I-am-the-goal-description_2448"], ["version", 1], ["created_at", "2015-04-10 11:17:40.765792"], ["updated_at", "2015-04-10 11:17:40.765792"], ["tracking", "150410-41"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 45], ["title", "I-am-a-task5954"], ["description", "I-am-the-task-description_4799"], ["created_at", "2015-04-10 11:17:40.769320"], ["updated_at", "2015-04-10 11:17:40.769320"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_572"], ["description", "I-am-the-goal-description_4004"], ["version", 1], ["created_at", "2015-04-10 11:17:40.772303"], ["updated_at", "2015-04-10 11:17:40.772303"], ["tracking", "150410-42"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 46], ["title", "I-am-a-task8213"], ["description", "I-am-the-task-description_8897"], ["created_at", "2015-04-10 11:17:40.776767"], ["updated_at", "2015-04-10 11:17:40.776767"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 46], ["title", "I-am-a-task2749"], ["description", "I-am-the-task-description_4468"], ["created_at", "2015-04-10 11:17:40.780750"], ["updated_at", "2015-04-10 11:17:40.780750"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 43], ["title", "I-am-a-task3966"], ["description", "I-am-the-task-description_3939"], ["created_at", "2015-04-10 11:17:40.784838"], ["updated_at", "2015-04-10 11:17:40.784838"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 43], ["title", "I-am-a-task6592"], ["description", "I-am-the-task-description_1223"], ["created_at", "2015-04-10 11:17:40.789268"], ["updated_at", "2015-04-10 11:17:40.789268"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9525"], ["description", "I-am-the-goal-description_5352"], ["version", 1], ["created_at", "2015-04-10 11:17:40.792570"], ["updated_at", "2015-04-10 11:17:40.792570"], ["tracking", "150410-43"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 47 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4338"], ["description", "I-am-the-goal-description_9186"], ["version", 1], ["created_at", "2015-04-10 11:17:40.800294"], ["updated_at", "2015-04-10 11:17:40.800294"], ["tracking", "150410-44"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_83"], ["description", "I-am-the-goal-description_5369"], ["version", 1], ["created_at", "2015-04-10 11:17:40.805079"], ["updated_at", "2015-04-10 11:17:40.805079"], ["tracking", "150410-45"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 49], ["title", "I-am-a-task4650"], ["description", "I-am-the-task-description_1775"], ["created_at", "2015-04-10 11:17:40.809191"], ["updated_at", "2015-04-10 11:17:40.809191"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3036"], ["description", "I-am-the-goal-description_4208"], ["version", 1], ["created_at", "2015-04-10 11:17:40.813203"], ["updated_at", "2015-04-10 11:17:40.813203"], ["tracking", "150410-46"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 50], ["title", "I-am-a-task5474"], ["description", "I-am-the-task-description_3881"], ["created_at", "2015-04-10 11:17:40.816871"], ["updated_at", "2015-04-10 11:17:40.816871"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2056"], ["description", "I-am-the-goal-description_4807"], ["version", 1], ["created_at", "2015-04-10 11:17:40.819877"], ["updated_at", "2015-04-10 11:17:40.819877"], ["tracking", "150410-47"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 51], ["title", "I-am-a-task411"], ["description", "I-am-the-task-description_2005"], ["created_at", "2015-04-10 11:17:40.824326"], ["updated_at", "2015-04-10 11:17:40.824326"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 51], ["title", "I-am-a-task2780"], ["description", "I-am-the-task-description_1972"], ["created_at", "2015-04-10 11:17:40.828391"], ["updated_at", "2015-04-10 11:17:40.828391"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 48], ["title", "I-am-a-task4591"], ["description", "I-am-the-task-description_9556"], ["created_at", "2015-04-10 11:17:40.832703"], ["updated_at", "2015-04-10 11:17:40.832703"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 48], ["title", "I-am-a-task3048"], ["description", "I-am-the-task-description_2171"], ["created_at", "2015-04-10 11:17:40.837108"], ["updated_at", "2015-04-10 11:17:40.837108"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 48], ["title", "I-am-a-task2593"], ["description", "I-am-the-task-description_4700"], ["created_at", "2015-04-10 11:17:40.841016"], ["updated_at", "2015-04-10 11:17:40.841016"]]  (0.7ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 48 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6068"], ["description", "I-am-the-goal-description_6647"], ["version", 1], ["created_at", "2015-04-10 11:17:40.848589"], ["updated_at", "2015-04-10 11:17:40.848589"], ["tracking", "150410-48"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8556"], ["description", "I-am-the-goal-description_4508"], ["version", 1], ["created_at", "2015-04-10 11:17:40.853460"], ["updated_at", "2015-04-10 11:17:40.853460"], ["tracking", "150410-49"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 53], ["title", "I-am-a-task9381"], ["description", "I-am-the-task-description_6135"], ["created_at", "2015-04-10 11:17:40.857359"], ["updated_at", "2015-04-10 11:17:40.857359"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1407"], ["description", "I-am-the-goal-description_9053"], ["version", 1], ["created_at", "2015-04-10 11:17:40.861190"], ["updated_at", "2015-04-10 11:17:40.861190"], ["tracking", "150410-50"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 54], ["title", "I-am-a-task4152"], ["description", "I-am-the-task-description_3353"], ["created_at", "2015-04-10 11:17:40.864818"], ["updated_at", "2015-04-10 11:17:40.864818"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4265"], ["description", "I-am-the-goal-description_7107"], ["version", 1], ["created_at", "2015-04-10 11:17:40.867777"], ["updated_at", "2015-04-10 11:17:40.867777"], ["tracking", "150410-51"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 55], ["title", "I-am-a-task7889"], ["description", "I-am-the-task-description_4784"], ["created_at", "2015-04-10 11:17:40.926213"], ["updated_at", "2015-04-10 11:17:40.926213"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-11"], ["goal_id", 55], ["title", "I-am-a-task1012"], ["description", "I-am-the-task-description_6046"], ["created_at", "2015-04-10 11:17:40.930393"], ["updated_at", "2015-04-10 11:17:40.930393"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 52], ["title", "I-am-a-task3391"], ["description", "I-am-the-task-description_9840"], ["created_at", "2015-04-10 11:17:40.935124"], ["updated_at", "2015-04-10 11:17:40.935124"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 52], ["title", "I-am-a-task9523"], ["description", "I-am-the-task-description_3792"], ["created_at", "2015-04-10 11:17:40.939588"], ["updated_at", "2015-04-10 11:17:40.939588"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 52], ["title", "I-am-a-task9773"], ["description", "I-am-the-task-description_7573"], ["created_at", "2015-04-10 11:17:40.943710"], ["updated_at", "2015-04-10 11:17:40.943710"]]  (0.8ms) commit transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 52 AND done = 'f' AND term < '2015-04-10')  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_615"], ["description", "I-am-the-goal-description_2345"], ["version", 1], ["created_at", "2015-04-10 11:17:40.951293"], ["updated_at", "2015-04-10 11:17:40.951293"], ["tracking", "150410-52"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-11"], ["term", "2015-04-13"], ["goal_id", 56], ["title", "I-am-a-task3307"], ["description", "I-am-the-task-description_7086"], ["created_at", "2015-04-10 11:17:40.955922"], ["updated_at", "2015-04-10 11:17:40.955922"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5685"], ["description", "I-am-the-goal-description_4948"], ["version", 1], ["created_at", "2015-04-10 11:17:40.962159"], ["updated_at", "2015-04-10 11:17:40.962159"], ["tracking", "150410-53"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-13"], ["goal_id", 57], ["title", "I-am-a-task3428"], ["description", "I-am-the-task-description_8094"], ["created_at", "2015-04-10 11:17:40.967305"], ["updated_at", "2015-04-10 11:17:40.967305"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7015"], ["description", "I-am-the-goal-description_6264"], ["version", 1], ["created_at", "2015-04-10 11:17:40.973170"], ["updated_at", "2015-04-10 11:17:40.973170"], ["tracking", "150410-54"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 58], ["title", "I-am-a-task263"], ["description", "I-am-the-task-description_1410"], ["created_at", "2015-04-10 11:17:40.977231"], ["updated_at", "2015-04-10 11:17:40.977231"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2822"], ["description", "I-am-the-goal-description_806"], ["version", 1], ["created_at", "2015-04-10 11:17:40.982740"], ["updated_at", "2015-04-10 11:17:40.982740"], ["tracking", "150410-55"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2015-04-07"], ["term", "2015-04-09"], ["goal_id", 59], ["title", "I-am-a-task8105"], ["description", "I-am-the-task-description_4505"], ["created_at", "2015-04-10 11:17:40.987093"], ["updated_at", "2015-04-10 11:17:40.987093"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5114"], ["description", "I-am-the-goal-description_1976"], ["version", 1], ["created_at", "2015-04-10 11:17:40.993414"], ["updated_at", "2015-04-10 11:17:40.993414"], ["tracking", "150410-56"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_348"], ["description", "I-am-the-goal-description_6922"], ["version", 1], ["created_at", "2015-04-10 11:17:40.998542"], ["updated_at", "2015-04-10 11:17:40.998542"], ["tracking", "150410-57"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1815"], ["description", "I-am-the-goal-description_7863"], ["version", 1], ["created_at", "2015-04-10 11:17:41.004135"], ["updated_at", "2015-04-10 11:17:41.004135"], ["tracking", "150410-58"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9950"], ["description", "I-am-the-goal-description_6179"], ["version", 1], ["created_at", "2015-04-10 11:17:41.009146"], ["updated_at", "2015-04-10 11:17:41.009146"], ["tracking", "150410-59"]]  (1.3ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_939"], ["description", "I-am-the-goal-description_2622"], ["version", 1], ["created_at", "2015-04-10 11:17:41.017593"], ["updated_at", "2015-04-10 11:17:41.017593"], ["tracking", "150410-60"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 64]]  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9721"], ["description", "I-am-the-goal-description_7483"], ["version", 1], ["created_at", "2015-04-10 11:17:41.024254"], ["updated_at", "2015-04-10 11:17:41.024254"], ["tracking", "150410-61"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7194"], ["description", "I-am-the-goal-description_7054"], ["version", 1], ["created_at", "2015-04-10 11:17:41.030292"], ["updated_at", "2015-04-10 11:17:41.030292"], ["tracking", "150410-62"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5563"], ["description", "I-am-the-goal-description_463"], ["version", 1], ["created_at", "2015-04-10 11:17:41.036001"], ["updated_at", "2015-04-10 11:17:41.036001"], ["tracking", "150410-63"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 67], ["title", "I-am-a-task9422"], ["description", "I-am-the-task-description_8266"], ["created_at", "2015-04-10 11:17:41.040297"], ["updated_at", "2015-04-10 11:17:41.040297"]]  (0.8ms) commit transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 67]]  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3982"], ["description", "I-am-the-goal-description_4829"], ["version", 1], ["created_at", "2015-04-10 11:17:41.046020"], ["updated_at", "2015-04-10 11:17:41.046020"], ["tracking", "150410-64"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1241"], ["description", "I-am-the-goal-description_9906"], ["version", 1], ["created_at", "2015-04-10 11:17:41.052554"], ["updated_at", "2015-04-10 11:17:41.052554"], ["tracking", "150410-65"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_7682"], ["description", "I-am-the-goal-description_9147"], ["version", 1], ["created_at", "2015-04-10 11:17:41.059365"], ["updated_at", "2015-04-10 11:17:41.059365"], ["tracking", "150410-66"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1203"], ["description", "I-am-the-goal-description_7177"], ["version", 1], ["created_at", "2015-04-10 11:17:41.066208"], ["updated_at", "2015-04-10 11:17:41.066208"], ["tracking", "150410-67"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 71], ["title", "I-am-a-task3925"], ["description", "I-am-the-task-description_2118"], ["created_at", "2015-04-10 11:17:41.069871"], ["updated_at", "2015-04-10 11:17:41.069871"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9955"], ["description", "I-am-the-goal-description_9051"], ["version", 1], ["created_at", "2015-04-10 11:17:41.073670"], ["updated_at", "2015-04-10 11:17:41.073670"], ["tracking", "150410-68"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 72], ["title", "I-am-a-task9818"], ["description", "I-am-the-task-description_6381"], ["created_at", "2015-04-10 11:17:41.078280"], ["updated_at", "2015-04-10 11:17:41.078280"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_1525"], ["description", "I-am-the-goal-description_2493"], ["version", 1], ["created_at", "2015-04-10 11:17:41.083287"], ["updated_at", "2015-04-10 11:17:41.083287"], ["tracking", "150410-69"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 73], ["title", "I-am-a-task5933"], ["description", "I-am-the-task-description_6698"], ["created_at", "2015-04-10 11:17:41.087976"], ["updated_at", "2015-04-10 11:17:41.087976"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4297"], ["description", "I-am-the-goal-description_3948"], ["version", 1], ["created_at", "2015-04-10 11:17:41.092564"], ["updated_at", "2015-04-10 11:17:41.092564"], ["tracking", "150410-70"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 74], ["title", "I-am-a-task563"], ["description", "I-am-the-task-description_9551"], ["created_at", "2015-04-10 11:17:41.097234"], ["updated_at", "2015-04-10 11:17:41.097234"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_9489"], ["description", "I-am-the-goal-description_8191"], ["version", 1], ["created_at", "2015-04-10 11:17:41.101711"], ["updated_at", "2015-04-10 11:17:41.101711"], ["tracking", "150410-71"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 75], ["title", "I-am-a-task1499"], ["description", "I-am-the-task-description_6611"], ["created_at", "2015-04-10 11:17:41.106810"], ["updated_at", "2015-04-10 11:17:41.106810"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7667"], ["description", "I-am-the-goal-description_5921"], ["version", 1], ["created_at", "2015-04-10 11:17:41.111741"], ["updated_at", "2015-04-10 11:17:41.111741"], ["tracking", "150410-72"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 76], ["title", "I-am-a-task6763"], ["description", "I-am-the-task-description_7722"], ["created_at", "2015-04-10 11:17:41.115500"], ["updated_at", "2015-04-10 11:17:41.115500"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5793"], ["description", "I-am-the-goal-description_7705"], ["version", 1], ["created_at", "2015-04-10 11:17:41.121020"], ["updated_at", "2015-04-10 11:17:41.121020"], ["tracking", "150410-73"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 77], ["title", "I-am-a-task5424"], ["description", "I-am-the-task-description_5013"], ["created_at", "2015-04-10 11:17:41.125433"], ["updated_at", "2015-04-10 11:17:41.125433"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7769"], ["description", "I-am-the-goal-description_9552"], ["version", 1], ["created_at", "2015-04-10 11:17:41.130781"], ["updated_at", "2015-04-10 11:17:41.130781"], ["tracking", "150410-74"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 78], ["title", "I-am-a-task5583"], ["description", "I-am-the-task-description_4650"], ["created_at", "2015-04-10 11:17:41.135848"], ["updated_at", "2015-04-10 11:17:41.135848"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1771"], ["description", "I-am-the-goal-description_3760"], ["version", 1], ["created_at", "2015-04-10 11:17:41.141657"], ["updated_at", "2015-04-10 11:17:41.141657"], ["tracking", "150410-75"]]  (1.0ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 79], ["title", "I-am-a-task9553"], ["description", "I-am-the-task-description_4787"], ["created_at", "2015-04-10 11:17:41.146426"], ["updated_at", "2015-04-10 11:17:41.146426"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9336"], ["description", "I-am-the-goal-description_269"], ["version", 1], ["created_at", "2015-04-10 11:17:41.152031"], ["updated_at", "2015-04-10 11:17:41.152031"], ["tracking", "150410-76"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-10"], ["term", "2015-04-11"], ["goal_id", 80], ["title", "I-am-a-task7401"], ["description", "I-am-the-task-description_8474"], ["created_at", "2015-04-10 11:17:41.156601"], ["updated_at", "2015-04-10 11:17:41.156601"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6600"], ["description", "I-am-the-goal-description_8413"], ["version", 1], ["created_at", "2015-04-10 11:17:41.161706"], ["updated_at", "2015-04-10 11:17:41.161706"], ["tracking", "150410-77"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 2], ["updated_at", "2015-04-10 11:17:41.164719"], ["id", 81]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) UPDATE "flyboy_goals" SET "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["version", 3], ["updated_at", "2015-04-10 11:17:41.167008"], ["id", 81]]  (0.7ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3414"], ["description", "I-am-the-goal-description_8291"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3179"], ["description", "I-am-the-goal-description_7391"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2013-08-01') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4420"], ["description", "I-am-the-goal-description_3881"], ["version", 1], ["created_at", "2013-08-01 09:13:05.000000"], ["updated_at", "2013-08-01 09:13:05.000000"], ["tracking", "130801-3"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2652"], ["description", "I-am-the-goal-description_5864"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-1"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9747"], ["description", "I-am-the-goal-description_3650"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-2"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task458"], ["description", "I-am-the-task-description_1695"], ["progress", 50], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 86], ["title", "I-am-a-task2171"], ["description", "I-am-the-task-description_6242"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 86]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6570"], ["description", "I-am-the-goal-description_3380"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-3"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 87]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_36"], ["description", "I-am-the-goal-description_5156"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-4"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 88]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_3717"], ["description", "I-am-the-goal-description_9852"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-5"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4096"], ["description", "I-am-the-goal-description_8738"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-6"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 90], ["title", "I-am-a-task6397"], ["description", "I-am-the-task-description_4021"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 90]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9420"], ["description", "I-am-the-goal-description_7590"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-7"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 91], ["title", "I-am-a-task1120"], ["description", "I-am-the-task-description_6283"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 91]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2884"], ["description", "I-am-the-goal-description_1251"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-8"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 92], ["title", "I-am-a-task9562"], ["description", "I-am-the-task-description_2672"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_212"], ["description", "I-am-the-goal-description_8520"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-9"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 93], ["title", "I-am-a-task7970"], ["description", "I-am-the-task-description_9124"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 105], ["progress", 20], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 20], ["id", 105]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 105]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7064"], ["description", "I-am-the-goal-description_2235"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-10"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 94], ["title", "I-am-a-task321"], ["description", "I-am-the-task-description_3951"], ["progress", 10], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 106], ["progress", 100], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["id", 106]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 106]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7002"], ["description", "I-am-the-goal-description_6531"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-11"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "progress", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 95], ["title", "I-am-a-task7188"], ["description", "I-am-the-task-description_3415"], ["progress", 100], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_task_comments" ("date", "task_id", "progress", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["date", "2012-12-21 00:00:00.000000"], ["task_id", 107], ["progress", 90], ["description", "I-am-a-task-comment"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]] SQL (0.0ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 90], ["done", "f"], ["id", 107]]  (0.0ms) commit transaction Flyboy::Task Load (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 107]]  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2313"], ["description", "I-am-the-goal-description_8995"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-12"]]  (0.0ms) commit transaction  (0.0ms) begin transaction SQL (0.0ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 96], ["title", "I-am-a-task1981"], ["description", "I-am-the-task-description_3865"], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1887"], ["description", "I-am-the-goal-description_1426"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-13"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3539"], ["description", "I-am-the-goal-description_5240"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-14"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7839"], ["description", "I-am-the-goal-description_6724"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-15"]]  (0.0ms) commit transaction  (0.0ms) begin transaction  (0.0ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2012-12-21') SQL (0.0ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_597"], ["description", "I-am-the-goal-description_8467"], ["version", 1], ["created_at", "2012-12-21 00:00:00.000000"], ["updated_at", "2012-12-21 00:00:00.000000"], ["tracking", "121221-16"]]  (0.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:17:54 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (11.6ms) Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (4278.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (3.1ms) Completed 200 OK in 4482ms (Views: 4434.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css" for 127.0.0.1 at 2015-04-10 13:17:59 +0200 Started GET "/assets/application.js" for 127.0.0.1 at 2015-04-10 13:17:59 +0200 Started GET "/assets/font-awesome/fontawesome-webfont.woff" for 127.0.0.1 at 2015-04-10 13:17:59 +0200 Started GET "/flyboy/goals/new" for 127.0.0.1 at 2015-04-10 13:18:01 +0200 Processing by Flyboy::GoalsController#new as HTML Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (3.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (314.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/new.html.slim within layouts/application (319.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 378ms (Views: 324.4ms | ActiveRecord: 0.3ms) Started POST "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:02 +0200 Processing by Flyboy::GoalsController#create as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"I-am-the-goal-title", "description"=>"I-am-the-goal-description"}}  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("title", "description", "status", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["title", "I-am-the-goal-title"], ["description", "I-am-the-goal-description"], ["status", "open"], ["version", 1], ["created_at", "2015-04-10 11:18:02.180563"], ["updated_at", "2015-04-10 11:18:02.180563"], ["tracking", "150410-1"]]  (0.8ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/goals/1 Completed 302 Found in 13ms (ActiveRecord: 1.4ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:02 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (89.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (96.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (113.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.8ms) Completed 200 OK in 132ms (Views: 116.7ms | ActiveRecord: 1.0ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4380"], ["description", "I-am-the-goal-description_889"], ["version", 1], ["created_at", "2015-04-10 11:18:02.468652"], ["updated_at", "2015-04-10 11:18:02.468652"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6286"], ["description", "I-am-the-task-description_388"], ["created_at", "2015-04-10 11:18:02.474763"], ["updated_at", "2015-04-10 11:18:02.474763"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task194"], ["description", "I-am-the-task-description_4423"], ["created_at", "2015-04-10 11:18:02.479778"], ["updated_at", "2015-04-10 11:18:02.479778"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task3513"], ["description", "I-am-the-task-description_978"], ["created_at", "2015-04-10 11:18:02.483654"], ["updated_at", "2015-04-10 11:18:02.483654"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:02 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (8.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.6ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:04 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.4ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (13.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.5ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]]  (1.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6344"], ["description", "I-am-the-goal-description_7674"], ["version", 1], ["created_at", "2015-04-10 11:18:04.398173"], ["updated_at", "2015-04-10 11:18:04.398173"], ["tracking", "150410-1"]]  (1.1ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:04 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (4.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 6.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-10 13:18:06 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (64.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (68.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 73ms (Views: 72.0ms | ActiveRecord: 0.1ms) Started PATCH "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:06 +0200 Processing by Flyboy::GoalsController#update as HTML Parameters: {"utf8"=>"✓", "goal"=>{"title"=>"New-goal-title", "description"=>"I-am-the-goal-description_7674"}, "id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_goals" SET "title" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["title", "New-goal-title"], ["version", 2], ["updated_at", "2015-04-10 11:18:06.424349"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/goals/1 Completed 302 Found in 9ms (ActiveRecord: 3.0ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:06 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9160"], ["description", "I-am-the-goal-description_8919"], ["version", 1], ["created_at", "2015-04-10 11:18:06.563187"], ["updated_at", "2015-04-10 11:18:06.563187"], ["tracking", "150410-1"]]  (0.7ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:06 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 7.1ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/edit" for 127.0.0.1 at 2015-04-10 13:18:08 +0200 Processing by Flyboy::GoalsController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_form.html.slim (12.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/edit.html.slim within layouts/application (12.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms) Started DELETE "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:08 +0200 Processing by Flyboy::GoalsController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC [["goal_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? [["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/goals Completed 302 Found in 7ms (ActiveRecord: 2.8ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:08 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (3.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 6ms (Views: 4.7ms | ActiveRecord: 0.2ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4634"], ["description", "I-am-the-goal-description_1381"], ["version", 1], ["created_at", "2015-04-10 11:18:08.685723"], ["updated_at", "2015-04-10 11:18:08.685723"], ["tracking", "150410-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:08 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.8ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/close" for 127.0.0.1 at 2015-04-10 13:18:10 +0200 Processing by Flyboy::GoalsController#close as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] SQL (0.3ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "closed"], ["version", 2], ["updated_at", "2015-04-10 11:18:10.322890"], ["id", 1]]  (2.4ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/goals Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:10 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (6.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.5ms)  (1.5ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8855"], ["description", "I-am-the-goal-description_6789"], ["version", 1], ["created_at", "2015-04-10 11:18:10.457146"], ["updated_at", "2015-04-10 11:18:10.457146"], ["tracking", "150410-1"]]  (0.8ms) commit transaction Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:10 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (7.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.4ms) Started PATCH "/flyboy/goals/1/open" for 127.0.0.1 at 2015-04-10 13:18:12 +0200 Processing by Flyboy::GoalsController#open as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_goals" SET "status" = ?, "version" = ?, "updated_at" = ? WHERE "flyboy_goals"."id" = ? [["status", "open"], ["version", 2], ["updated_at", "2015-04-10 11:18:12.124335"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/goals/1 Completed 302 Found in 6ms (ActiveRecord: 2.9ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:12 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.4ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1721"], ["description", "I-am-the-goal-description_8625"], ["version", 1], ["created_at", "2015-04-10 11:18:12.263091"], ["updated_at", "2015-04-10 11:18:12.263091"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.4ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "closed"], ["title", "I-am-a-goal_8025"], ["description", "I-am-the-goal-description_5187"], ["version", 1], ["created_at", "2015-04-10 11:18:12.267806"], ["updated_at", "2015-04-10 11:18:12.267806"], ["tracking", "150410-2"]]  (0.8ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:12 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (12.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 1.0ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:14 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:53511/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE ("flyboy_goals"."status" != ?) ORDER BY status ASC [["status", "closed"]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:14 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:53511/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."status" = ? ORDER BY status ASC [["status", "closed"]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-10')  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.0ms | ActiveRecord: 0.7ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:14 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}} Redirected to http://127.0.0.1:53511/flyboy/goals Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:14 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Goal Load (0.5ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 2 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (14.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 1.2ms)  (2.4ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3604"], ["description", "I-am-the-goal-description_7561"], ["version", 1], ["created_at", "2015-04-10 11:18:14.719747"], ["updated_at", "2015-04-10 11:18:14.719747"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8370"], ["description", "I-am-the-task-description_1987"], ["created_at", "2015-04-10 11:18:14.723683"], ["updated_at", "2015-04-10 11:18:14.723683"]]  (0.8ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:14 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 19ms (Views: 14.8ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:16 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (15.1ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (81.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (112.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 118ms (Views: 113.4ms | ActiveRecord: 1.3ms) Started POST "/flyboy/tasks/1/comments" for 127.0.0.1 at 2015-04-10 13:18:16 +0200 Processing by Flyboy::TaskCommentsController#create as HTML Parameters: {"utf8"=>"✓", "task_comment"=>{"progress"=>"50", "description"=>"I-am-the-task-comment-description"}, "task_id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "task_id", "date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 50], ["description", "I-am-the-task-comment-description"], ["task_id", 1], ["date", "2015-04-10 11:18:16.736729"], ["created_at", "2015-04-10 11:18:16.738651"], ["updated_at", "2015-04-10 11:18:16.738651"]] SQL (0.2ms) UPDATE "flyboy_tasks" SET "progress" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 50], ["updated_at", "2015-04-10 11:18:16.740420"], ["id", 1]]  (2.2ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/tasks/1 Completed 302 Found in 11ms (ActiveRecord: 3.0ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:16 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.7ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.6ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.2ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (12.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (24.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 29ms (Views: 25.5ms | ActiveRecord: 0.8ms)  (0.3ms) SELECT COUNT(*) FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? [["task_id", 1]]  (2.2ms) DELETE FROM "flyboy_task_comments";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.6ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2057"], ["description", "I-am-the-goal-description_7771"], ["version", 1], ["created_at", "2015-04-10 11:18:16.875325"], ["updated_at", "2015-04-10 11:18:16.875325"], ["tracking", "150410-1"]]  (0.6ms) commit transaction Started GET "/flyboy/goals" for 127.0.0.1 at 2015-04-10 13:18:16 +0200 Processing by Flyboy::GoalsController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.5ms) Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" ORDER BY status ASC  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE (goal_id = 1 AND done = 'f' AND term > '2015-04-10' AND reminder < '2015-04-10')  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/index.html.slim within layouts/application (7.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.5ms) Started GET "/flyboy/goals/1" for 127.0.0.1 at 2015-04-10 13:18:18 +0200 Processing by Flyboy::GoalsController#show as HTML Parameters: {"id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.1ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? ORDER BY term ASC, term DESC [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (0.6ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/show.html.slim within layouts/application (6.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.4ms) Started GET "/flyboy/goals/1/tasks/new" for 127.0.0.1 at 2015-04-10 13:18:18 +0200 Processing by Flyboy::TasksController#new as HTML Parameters: {"goal_id"=>"1"} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (55.9ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (59.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (165.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/new.html.slim within layouts/application (169.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 175ms (Views: 172.1ms | ActiveRecord: 0.5ms) Started POST "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:19 +0200 Processing by Flyboy::TasksController#create as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"I-am-the-task-title", "description"=>"I-am-the-task-description", "reminder"=>"2015-04-17", "term"=>"2015-05-10", "goal_id"=>"1"}} Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("goal_id", "title", "description", "term", "reminder", "done", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["goal_id", 1], ["title", "I-am-the-task-title"], ["description", "I-am-the-task-description"], ["term", "2015-05-10"], ["reminder", "2015-04-17"], ["done", "f"], ["created_at", "2015-04-10 11:18:19.093834"], ["updated_at", "2015-04-10 11:18:19.093834"]]  (2.7ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/tasks/1 Completed 302 Found in 9ms (ActiveRecord: 3.2ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:19 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (1.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (13.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (22.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 27ms (Views: 23.2ms | ActiveRecord: 0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC, id DESC LIMIT 1  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.1ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5638"], ["description", "I-am-the-goal-description_6940"], ["version", 1], ["created_at", "2015-04-10 11:18:19.238968"], ["updated_at", "2015-04-10 11:18:19.238968"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5163"], ["description", "I-am-the-task-description_5139"], ["created_at", "2015-04-10 11:18:19.243173"], ["updated_at", "2015-04-10 11:18:19.243173"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:19 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (7.2ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:21 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (3.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (4.1ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (4.4ms)  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.2ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (8.9ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (79.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (94.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 98ms (Views: 94.4ms | ActiveRecord: 1.0ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.0ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2374"], ["description", "I-am-the-goal-description_5658"], ["version", 1], ["created_at", "2015-04-10 11:18:21.221755"], ["updated_at", "2015-04-10 11:18:21.221755"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9511"], ["description", "I-am-the-task-description_3736"], ["created_at", "2015-04-10 11:18:21.225594"], ["updated_at", "2015-04-10 11:18:21.225594"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:21 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:22 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.0ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.3ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (11.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (20.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-10 13:18:23 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.4ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (83.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (86.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 93ms (Views: 89.0ms | ActiveRecord: 0.8ms) Started PATCH "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:23 +0200 Processing by Flyboy::TasksController#update as HTML Parameters: {"utf8"=>"✓", "task"=>{"title"=>"New-task-title", "description"=>"I-am-the-task-description_3736", "reminder"=>"2013-08-27", "term"=>"2013-08-27", "goal_id"=>"1"}, "id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.4ms) UPDATE "flyboy_tasks" SET "title" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["title", "New-task-title"], ["updated_at", "2015-04-10 11:18:23.239296"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/tasks/1 Completed 302 Found in 10ms (ActiveRecord: 3.3ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:23 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.3ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.0ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (68.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (79.4ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.5ms) Completed 200 OK in 85ms (Views: 80.5ms | ActiveRecord: 0.8ms)  (2.7ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.6ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_4499"], ["description", "I-am-the-goal-description_9002"], ["version", 1], ["created_at", "2015-04-10 11:18:23.480626"], ["updated_at", "2015-04-10 11:18:23.480626"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8573"], ["description", "I-am-the-task-description_3496"], ["created_at", "2015-04-10 11:18:23.484491"], ["updated_at", "2015-04-10 11:18:23.484491"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:23 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (5.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (6.7ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 9ms (Views: 7.3ms | ActiveRecord: 0.4ms) Started GET "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:25 +0200 Processing by Flyboy::TasksController#show as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] CACHE (0.0ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_actions.html.slim (2.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_context.html.slim (2.9ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.7ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (6.8ms) Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? LIMIT 1 [["id", 1]] Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/task_comments/_list.html.slim (62.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/show.html.slim within layouts/application (73.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 77ms (Views: 73.4ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks/1/edit" for 127.0.0.1 at 2015-04-10 13:18:25 +0200 Processing by Flyboy::TasksController#edit as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? AND "flyboy_tasks"."done" = 'f' [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_actions.html.slim (3.2ms)  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/goals/_context.html.slim (5.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_contextual.html.slim (0.1ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_form.html.slim (26.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/edit.html.slim within layouts/application (26.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.4ms) Started DELETE "/flyboy/tasks/1" for 127.0.0.1 at 2015-04-10 13:18:25 +0200 Processing by Flyboy::TasksController#destroy as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction Flyboy::TaskComment Load (0.1ms) SELECT "flyboy_task_comments".* FROM "flyboy_task_comments" WHERE "flyboy_task_comments"."task_id" = ? ORDER BY created_at DESC [["task_id", 1]] SQL (0.2ms) DELETE FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? [["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/tasks Completed 302 Found in 8ms (ActiveRecord: 3.1ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (2.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (4.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 8ms (Views: 6.1ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8217"], ["description", "I-am-the-goal-description_6851"], ["version", 1], ["created_at", "2015-04-10 11:18:25.745235"], ["updated_at", "2015-04-10 11:18:25.745235"], ["tracking", "150410-1"]]  (0.9ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9880"], ["description", "I-am-the-task-description_9192"], ["created_at", "2015-04-10 11:18:25.749130"], ["updated_at", "2015-04-10 11:18:25.749130"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:25 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.1ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 13ms (Views: 10.8ms | ActiveRecord: 0.5ms) Started PATCH "/flyboy/tasks/1/complete" for 127.0.0.1 at 2015-04-10 13:18:27 +0200 Processing by Flyboy::TasksController#complete as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.1ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_task_comments" ("progress", "description", "date", "task_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["progress", 100], ["description", "La tâche a été marquée comme terminée"], ["date", "2015-04-10 11:18:27.613156"], ["task_id", 1], ["created_at", "2015-04-10 11:18:27.614461"], ["updated_at", "2015-04-10 11:18:27.614461"]] SQL (0.1ms) UPDATE "flyboy_tasks" SET "progress" = ?, "done" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["progress", 100], ["done", "t"], ["updated_at", "2015-04-10 11:18:27.616136"], ["id", 1]]  (2.1ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/tasks Completed 302 Found in 10ms (ActiveRecord: 2.9ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (4.2ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (5.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.3ms) Completed 200 OK in 9ms (Views: 6.8ms | ActiveRecord: 0.3ms)  (2.6ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.1ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3382"], ["description", "I-am-the-goal-description_3008"], ["version", 1], ["created_at", "2015-04-10 11:18:27.753838"], ["updated_at", "2015-04-10 11:18:27.753838"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2015-04-09"], ["term", "2015-04-10"], ["goal_id", 1], ["title", "I-am-a-task2979"], ["description", "I-am-the-task-description_2084"], ["created_at", "2015-04-10 11:18:27.757517"], ["updated_at", "2015-04-10 11:18:27.757517"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:27 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.5ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (6.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.0ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.7ms) Started PATCH "/flyboy/tasks/1/snooze" for 127.0.0.1 at 2015-04-10 13:18:29 +0200 Processing by Flyboy::TasksController#snooze as HTML Parameters: {"id"=>"1"} Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."id" = ? ORDER BY term ASC LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) begin transaction SQL (0.5ms) UPDATE "flyboy_tasks" SET "reminder" = ?, "term" = ?, "updated_at" = ? WHERE "flyboy_tasks"."id" = ? [["reminder", "2015-04-17"], ["term", "2015-05-10"], ["updated_at", "2015-04-10 11:18:29.834063"], ["id", 1]]  (2.5ms) commit transaction Redirected to http://127.0.0.1:53511/flyboy/tasks Completed 302 Found in 13ms (ActiveRecord: 3.5ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.8ms) Flyboy::Task Load (0.4ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.9ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (12.5ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.5ms) Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.6ms)  (2.2ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.7ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.7ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.9ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1803"], ["description", "I-am-the-goal-description_1120"], ["version", 1], ["created_at", "2015-04-10 11:18:29.967291"], ["updated_at", "2015-04-10 11:18:29.967291"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task9406"], ["description", "I-am-the-task-description_1237"], ["created_at", "2015-04-10 11:18:29.972090"], ["updated_at", "2015-04-10 11:18:29.972090"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1414"], ["description", "I-am-the-goal-description_2704"], ["version", 1], ["created_at", "2015-04-10 11:18:29.976529"], ["updated_at", "2015-04-10 11:18:29.976529"], ["tracking", "150410-2"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8996"], ["description", "I-am-the-task-description_4507"], ["created_at", "2015-04-10 11:18:29.981529"], ["updated_at", "2015-04-10 11:18:29.981529"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_9080"], ["description", "I-am-the-goal-description_3908"], ["version", 1], ["created_at", "2015-04-10 11:18:29.986405"], ["updated_at", "2015-04-10 11:18:29.986405"], ["tracking", "150410-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task1450"], ["description", "I-am-the-task-description_6655"], ["created_at", "2015-04-10 11:18:29.991400"], ["updated_at", "2015-04-10 11:18:29.991400"]]  (0.7ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:29 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (1.1ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (17.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (19.8ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.8ms) Started GET "/flyboy/tasks.pdf" for 127.0.0.1 at 2015-04-10 13:18:32 +0200 Processing by Flyboy::TasksController#index as PDF Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-10.pdf (7.0ms) Completed 200 OK in 217ms (Views: 6.8ms | ActiveRecord: 1.4ms)  (2.3ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (4.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.2ms) DELETE FROM "flyboy_task_comments";  (0.3ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.1ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_2913"], ["description", "I-am-the-goal-description_1842"], ["version", 1], ["created_at", "2015-04-10 11:18:33.069016"], ["updated_at", "2015-04-10 11:18:33.069016"], ["tracking", "150410-1"]]  (1.1ms) commit transaction  (0.1ms) begin transaction SQL (0.6ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task5247"], ["description", "I-am-the-task-description_8073"], ["created_at", "2015-04-10 11:18:33.075665"], ["updated_at", "2015-04-10 11:18:33.075665"]]  (1.4ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_7126"], ["description", "I-am-the-goal-description_8637"], ["version", 1], ["created_at", "2015-04-10 11:18:33.082434"], ["updated_at", "2015-04-10 11:18:33.082434"], ["tracking", "150410-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task3212"], ["description", "I-am-the-task-description_3351"], ["created_at", "2015-04-10 11:18:33.087907"], ["updated_at", "2015-04-10 11:18:33.087907"]]  (0.9ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3312"], ["description", "I-am-the-goal-description_1857"], ["version", 1], ["created_at", "2015-04-10 11:18:33.092966"], ["updated_at", "2015-04-10 11:18:33.092966"], ["tracking", "150410-3"]]  (0.7ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task4706"], ["description", "I-am-the-task-description_6451"], ["created_at", "2015-04-10 11:18:33.097926"], ["updated_at", "2015-04-10 11:18:33.097926"]]  (2.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:33 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.6ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (16.5ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (18.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.csv" for 127.0.0.1 at 2015-04-10 13:18:35 +0200 Processing by Flyboy::TasksController#index as CSV Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] Rendered text template (0.0ms) Sent data feuille_de_route_2015-04-10.csv (0.9ms) Completed 200 OK in 95ms (Views: 0.7ms | ActiveRecord: 1.7ms)  (9.8ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.9ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (1.0ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.9ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.0ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.9ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.4ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_5535"], ["description", "I-am-the-goal-description_6238"], ["version", 1], ["created_at", "2015-04-10 11:18:35.986321"], ["updated_at", "2015-04-10 11:18:35.986321"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task8171"], ["description", "I-am-the-task-description_1852"], ["created_at", "2015-04-10 11:18:35.993110"], ["updated_at", "2015-04-10 11:18:35.993110"]]  (0.7ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.2ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_6471"], ["description", "I-am-the-goal-description_8985"], ["version", 1], ["created_at", "2015-04-10 11:18:35.997957"], ["updated_at", "2015-04-10 11:18:35.997957"], ["tracking", "150410-2"]]  (0.9ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task8014"], ["description", "I-am-the-task-description_9415"], ["created_at", "2015-04-10 11:18:36.002840"], ["updated_at", "2015-04-10 11:18:36.002840"]]  (1.0ms) commit transaction  (0.1ms) begin transaction  (0.3ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_1523"], ["description", "I-am-the-goal-description_4456"], ["version", 1], ["created_at", "2015-04-10 11:18:36.008709"], ["updated_at", "2015-04-10 11:18:36.008709"], ["tracking", "150410-3"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 3], ["title", "I-am-a-task9942"], ["description", "I-am-the-task-description_7756"], ["created_at", "2015-04-10 11:18:36.014156"], ["updated_at", "2015-04-10 11:18:36.014156"]]  (0.9ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:36 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (13.6ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (15.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.7ms) Started GET "/flyboy/tasks.xls" for 127.0.0.1 at 2015-04-10 13:18:38 +0200 Processing by Flyboy::TasksController#index as XLS Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.3ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]]  (0.2ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 1]] Flyboy::Goal Load (0.2ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 2]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 3]]  (0.1ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]]  (0.1ms) SELECT SUM("flyboy_tasks"."progress") FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] CACHE (0.0ms) SELECT COUNT(*) FROM "flyboy_tasks" WHERE "flyboy_tasks"."goal_id" = ? [["goal_id", 3]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.xls.erb (17.9ms) Completed 200 OK in 49ms (Views: 46.4ms | ActiveRecord: 1.6ms)  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.6ms) DELETE FROM "flyboy_goals";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.0ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (1.0ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (1.3ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.2ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.7ms) DELETE FROM "flyboy_tasks";  (0.1ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks';  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.8ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_3621"], ["description", "I-am-the-goal-description_8422"], ["version", 1], ["created_at", "2015-04-10 11:18:38.658927"], ["updated_at", "2015-04-10 11:18:38.658927"], ["tracking", "150410-1"]]  (0.8ms) commit transaction  (0.1ms) begin transaction SQL (0.4ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "t"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 1], ["title", "I-am-a-task6860"], ["description", "I-am-the-task-description_9674"], ["created_at", "2015-04-10 11:18:38.665801"], ["updated_at", "2015-04-10 11:18:38.665801"]]  (0.8ms) commit transaction  (0.1ms) begin transaction  (0.2ms) SELECT COUNT(*) FROM "flyboy_goals" WHERE (DATE(created_at) = '2015-04-10') SQL (0.3ms) INSERT INTO "flyboy_goals" ("status", "title", "description", "version", "created_at", "updated_at", "tracking") VALUES (?, ?, ?, ?, ?, ?, ?) [["status", "open"], ["title", "I-am-a-goal_8437"], ["description", "I-am-the-goal-description_7997"], ["version", 1], ["created_at", "2015-04-10 11:18:38.672522"], ["updated_at", "2015-04-10 11:18:38.672522"], ["tracking", "150410-2"]]  (2.3ms) commit transaction  (0.1ms) begin transaction SQL (0.3ms) INSERT INTO "flyboy_tasks" ("done", "reminder", "term", "goal_id", "title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["done", "f"], ["reminder", "2013-08-27"], ["term", "2013-08-27"], ["goal_id", 2], ["title", "I-am-a-task4342"], ["description", "I-am-the-task-description_3315"], ["created_at", "2015-04-10 11:18:38.679271"], ["updated_at", "2015-04-10 11:18:38.679271"]]  (1.1ms) commit transaction Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:38 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.2ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.4ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (9.3ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (11.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.2ms) Completed 200 OK in 15ms (Views: 12.2ms | ActiveRecord: 0.7ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:41 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"closed"}} Redirected to http://127.0.0.1:53511/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.7ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 't' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.0ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (8.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 12ms (Views: 9.9ms | ActiveRecord: 0.4ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:41 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>"open"}} Redirected to http://127.0.0.1:53511/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" WHERE "flyboy_tasks"."done" = 'f' ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (7.8ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (10.3ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 14ms (Views: 11.7ms | ActiveRecord: 0.4ms) Started POST "/flyboy/dorsale/small_data/filters" for 127.0.0.1 at 2015-04-10 13:18:41 +0200 Processing by Dorsale::SmallData::FiltersController#create as HTML Parameters: {"utf8"=>"✓", "filters"=>{"status"=>""}} Redirected to http://127.0.0.1:53511/flyboy/tasks Completed 302 Found in 1ms (ActiveRecord: 0.0ms) Started GET "/flyboy/tasks" for 127.0.0.1 at 2015-04-10 13:18:41 +0200 Processing by Flyboy::TasksController#index as HTML Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/_filters.html.slim (0.9ms) Flyboy::Task Load (0.3ms) SELECT "flyboy_tasks".* FROM "flyboy_tasks" ORDER BY term ASC Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 1]] Flyboy::Goal Load (0.1ms) SELECT "flyboy_goals".* FROM "flyboy_goals" WHERE "flyboy_goals"."id" = ? LIMIT 1 [["id", 2]] Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/_list.html.slim (11.4ms) Rendered /Users/benoit/www/agilidee/flyboy/app/views/flyboy/tasks/index.html.slim within layouts/application (13.9ms) Rendered /Users/benoit/.rbenv/versions/1.9.3-p551/lib/ruby/gems/1.9.1/gems/dorsale-1.1.4/app/views/dorsale/_flash.html.slim (0.1ms) Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.5ms)  (2.1ms) DELETE FROM "flyboy_task_comments";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.1ms) DELETE FROM sqlite_sequence where name = 'flyboy_task_comments';  (0.8ms) DELETE FROM "flyboy_goals";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (1.4ms) DELETE FROM sqlite_sequence where name = 'flyboy_goals';  (0.8ms) DELETE FROM "flyboy_tasks";  (0.2ms) SELECT name FROM sqlite_master WHERE type='table' AND name='sqlite_sequence';  (0.8ms) DELETE FROM sqlite_sequence where name = 'flyboy_tasks'; ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"